diff --git a/.next/cache/webpack/client-development/1.pack.gz b/.next/cache/webpack/client-development/1.pack.gz
index 1d86d16..146d982 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/7.pack.gz b/.next/cache/webpack/client-development/7.pack.gz
index f2a1622..ba27912 100644
Binary files a/.next/cache/webpack/client-development/7.pack.gz and b/.next/cache/webpack/client-development/7.pack.gz differ
diff --git a/.next/cache/webpack/client-development/index.pack.gz b/.next/cache/webpack/client-development/index.pack.gz
index 8943ab3..9d1c2f3 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 e3ff12d..1905fda 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 90a41ee..e9eb5b5 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 979d267..c8e45c9 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/10.pack.gz b/.next/cache/webpack/server-development/10.pack.gz
index bc0d1ea..1bb8c51 100644
Binary files a/.next/cache/webpack/server-development/10.pack.gz and b/.next/cache/webpack/server-development/10.pack.gz differ
diff --git a/.next/cache/webpack/server-development/17.pack.gz b/.next/cache/webpack/server-development/17.pack.gz
index 52a6bac..5eaee3a 100644
Binary files a/.next/cache/webpack/server-development/17.pack.gz and b/.next/cache/webpack/server-development/17.pack.gz differ
diff --git a/.next/cache/webpack/server-development/2.pack.gz b/.next/cache/webpack/server-development/2.pack.gz
index 0745281..c8beff6 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/6.pack.gz b/.next/cache/webpack/server-development/6.pack.gz
index bef924f..815e21b 100644
Binary files a/.next/cache/webpack/server-development/6.pack.gz and b/.next/cache/webpack/server-development/6.pack.gz differ
diff --git a/.next/cache/webpack/server-development/7.pack.gz b/.next/cache/webpack/server-development/7.pack.gz
index 12e8f84..1cda18f 100644
Binary files a/.next/cache/webpack/server-development/7.pack.gz and b/.next/cache/webpack/server-development/7.pack.gz differ
diff --git a/.next/cache/webpack/server-development/index.pack.gz b/.next/cache/webpack/server-development/index.pack.gz
index edba0f2..5148dbd 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 dab7e26..6201092 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 774de3e..dd13508 100644
--- a/.next/server/app-paths-manifest.json
+++ b/.next/server/app-paths-manifest.json
@@ -1,4 +1,5 @@
{
+ "/_not-found/page": "app/_not-found/page.js",
"/features/page": "app/features/page.js",
"/community/page": "app/community/page.js",
"/community/blogs/herogpt/page": "app/community/blogs/herogpt/page.js",
diff --git a/.next/server/app/(main)/page.js b/.next/server/app/(main)/page.js
index d83828f..fe9c9aa 100644
--- a/.next/server/app/(main)/page.js
+++ b/.next/server/app/(main)/page.js
@@ -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 */ 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 \" OurVerse, LLC. 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/MTUzOSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJ1xuaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5cblxuZXhwb3J0IGZ1bmN0aW9uIEZvb3RlcigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGNsYXNzTmFtZT1cImZsZXgtbm9uZSBweS0xNlwiPlxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJmbGV4IGZsZXgtY29sIGl0ZW1zLWNlbnRlciBqdXN0aWZ5LWJldHdlZW4gbWQ6ZmxleC1yb3dcIj5cbiAgICAgICAgPExvZ28gY2xhc3NOYW1lPVwiaC0xMiB3LWF1dG8gdGV4dC1zbGF0ZS05MDBcIiAvPlxuICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC02IHRleHQtYmFzZSB0ZXh0LXNseGF0ZS01MDAgbWQ6bXQtMFwiPlxuICAgICAgICAgIENvcHlyaWdodCAmY29weTsge25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gT3VyVmVyc2UsIExMQy4gQWxsXG4gICAgICAgICAgcmlnaHRzIHJlc2VydmVkLlxuICAgICAgICA8L3A+XG4gICAgICA8L0NvbnRhaW5lcj5cbiAgICA8L2Zvb3Rlcj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbIkNvbnRhaW5lciIsIkxvZ28iLCJGb290ZXIiLCJmb290ZXIiLCJjbGFzc05hbWUiLCJwIiwiRGF0ZSIsImdldEZ1bGxZZWFyIl0sInNvdXJjZVJvb3QiOiIifQ==\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: \"/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");
/***/ }),
@@ -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 */ 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: \"Marketing\",\n href: \"#\"\n },\n {\n name: \"Analytics\",\n href: \"#\"\n },\n {\n name: \"Commerce\",\n href: \"#\"\n },\n {\n name: \"Insights\",\n href: \"#\"\n }\n ],\n support: [\n {\n name: \"Pricing\",\n href: \"#\"\n },\n {\n name: \"Documentation\",\n href: \"#\"\n },\n {\n name: \"Guides\",\n href: \"#\"\n },\n {\n name: \"API Status\",\n href: \"#\"\n }\n ],\n company: [\n {\n name: \"About\",\n href: \"#\"\n },\n {\n name: \"Blog\",\n href: \"#\"\n },\n {\n name: \"Jobs\",\n href: \"#\"\n },\n {\n name: \"Press\",\n href: \"#\"\n },\n {\n name: \"Partners\",\n href: \"#\"\n }\n ],\n legal: [\n {\n name: \"Claim\",\n href: \"#\"\n },\n {\n name: \"Privacy\",\n href: \"#\"\n },\n {\n name: \"Terms\",\n href: \"#\"\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: 34,\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: 33,\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: 47,\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: 46,\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: 60,\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: 59,\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: 69,\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: 68,\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: 82,\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: 81,\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: 96,\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: 102,\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: 107,\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: 113,\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: 114,\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: 112,\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: 110,\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: 101,\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: 122,\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: 126,\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: 125,\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: 123,\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: 121,\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: 134,\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: 138,\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: 137,\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: 135,\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: 133,\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: 120,\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: 148,\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.company.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: 152,\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: 151,\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: 149,\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: 147,\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: 160,\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: 164,\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: 163,\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: 161,\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: 159,\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: 146,\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: 119,\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: 100,\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: 175,\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: 174,\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: 99,\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: 95,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFhQyxNQUFNO1FBQUk7UUFDL0I7WUFBRUQsTUFBTTtZQUFhQyxNQUFNO1FBQUk7UUFDL0I7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7UUFDOUI7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7S0FDL0I7SUFDREMsU0FBUztRQUNQO1lBQUVGLE1BQU07WUFBV0MsTUFBTTtRQUFJO1FBQzdCO1lBQUVELE1BQU07WUFBaUJDLE1BQU07UUFBSTtRQUNuQztZQUFFRCxNQUFNO1lBQVVDLE1BQU07UUFBSTtRQUM1QjtZQUFFRCxNQUFNO1lBQWNDLE1BQU07UUFBSTtLQUNqQztJQUNERSxTQUFTO1FBQ1A7WUFBRUgsTUFBTTtZQUFTQyxNQUFNO1FBQUk7UUFDM0I7WUFBRUQsTUFBTTtZQUFRQyxNQUFNO1FBQUk7UUFDMUI7WUFBRUQsTUFBTTtZQUFRQyxNQUFNO1FBQUk7UUFDMUI7WUFBRUQsTUFBTTtZQUFTQyxNQUFNO1FBQUk7UUFDM0I7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7S0FDL0I7SUFDREcsT0FBTztRQUNMO1lBQUVKLE1BQU07WUFBU0MsTUFBTTtRQUFJO1FBQzNCO1lBQUVELE1BQU07WUFBV0MsTUFBTTtRQUFJO1FBQzdCO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUFJO0tBQzVCO0lBQ0RJLFFBQVE7UUFDTjtZQUNFTCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO1FBQ0E7WUFDRWQsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFBS0UsR0FBRTs7Ozs7Ozs7Ozs7UUFHZDtRQUNBO1lBQ0ViLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO1FBQ0E7WUFDRWQsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7S0FDRDtBQUNIO0FBRWUsU0FBU0M7SUFDdEIscUJBQ0UsOERBQUNDO1FBQU9DLG1CQUFnQjtRQUFpQkMsV0FBVTs7MEJBQ2pELDhEQUFDQztnQkFBR0MsSUFBRztnQkFBaUJGLFdBQVU7MEJBQVU7Ozs7OzswQkFHNUMsOERBQUNHO2dCQUFJSCxXQUFVOztrQ0FDYiw4REFBQ0c7d0JBQUlILFdBQVU7OzBDQUNiLDhEQUFDRztnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNJO3dDQUNDQyxLQUFJO3dDQUNKQyxLQUFJO3dDQUNKTixXQUFVOzs7Ozs7a0RBRVosOERBQUNPO3dDQUFFUCxXQUFVO2tEQUFvQzs7Ozs7O2tEQUdqRCw4REFBQ0c7d0NBQUlILFdBQVU7a0RBQ1pwQixXQUFXTyxNQUFNLENBQUNxQixHQUFHLENBQUMsQ0FBQ0MscUJBQ3RCLDhEQUFDQztnREFBa0IzQixNQUFNMEIsS0FBSzFCLElBQUk7Z0RBQUVpQixXQUFVOztrRUFDNUMsOERBQUNXO3dEQUFLWCxXQUFVO2tFQUFXUyxLQUFLM0IsSUFBSTs7Ozs7O2tFQUNwQyw4REFBQzJCLEtBQUtyQixJQUFJO3dEQUFDd0IsZUFBWTt3REFBT1osV0FBVTs7Ozs7OzsrQ0FGbENTLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBDQU92Qiw4REFBQ3FCO2dDQUFJSCxXQUFVOztrREFDYiw4REFBQ0c7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0MsU0FBUyxDQUFDMkIsR0FBRyxDQUFDLENBQUNDLHFCQUN6Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ksT0FBTyxDQUFDd0IsR0FBRyxDQUFDLENBQUNDLHFCQUN2Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrREFTMUIsOERBQUNxQjt3Q0FBSUgsV0FBVTs7MERBQ2IsOERBQUNHOztrRUFDQyw4REFBQ1U7d0RBQUdiLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDYzt3REFBR0MsTUFBSzt3REFBT2YsV0FBVTtrRUFDdkJwQixXQUFXSyxPQUFPLENBQUN1QixHQUFHLENBQUMsQ0FBQ0MscUJBQ3ZCLDhEQUFDTzswRUFDQyw0RUFBQ047b0VBQUUzQixNQUFNMEIsS0FBSzFCLElBQUk7b0VBQUVpQixXQUFVOzhFQUMzQlMsS0FBSzNCLElBQUk7Ozs7OzsrREFGTDJCLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBEQVF4Qiw4REFBQ3FCO2dEQUFJSCxXQUFVOztrRUFDYiw4REFBQ2E7d0RBQUdiLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDYzt3REFBR0MsTUFBSzt3REFBT2YsV0FBVTtrRUFDdkJwQixXQUFXTSxLQUFLLENBQUNzQixHQUFHLENBQUMsQ0FBQ0MscUJBQ3JCLDhEQUFDTzswRUFDQyw0RUFBQ047b0VBQUUzQixNQUFNMEIsS0FBSzFCLElBQUk7b0VBQUVpQixXQUFVOzhFQUMzQlMsS0FBSzNCLElBQUk7Ozs7OzsrREFGTDJCLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O2tDQVc5Qiw4REFBQ3FCO3dCQUFJSCxXQUFVO2tDQUNiLDRFQUFDTzs0QkFBRVAsV0FBVTtzQ0FBb0M7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBSzNEIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvRm9vdGVyMi5qc3g/ZjM3ZiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMb2dvIH0gZnJvbSAnQC9jb21wb25lbnRzL0xvZ28nXG5cbmNvbnN0IG5hdmlnYXRpb24gPSB7XG4gIHNvbHV0aW9uczogW1xuICAgIHsgbmFtZTogJ01hcmtldGluZycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0FuYWx5dGljcycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0NvbW1lcmNlJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnSW5zaWdodHMnLCBocmVmOiAnIycgfSxcbiAgXSxcbiAgc3VwcG9ydDogW1xuICAgIHsgbmFtZTogJ1ByaWNpbmcnLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdEb2N1bWVudGF0aW9uJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnR3VpZGVzJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnQVBJIFN0YXR1cycsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBjb21wYW55OiBbXG4gICAgeyBuYW1lOiAnQWJvdXQnLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdCbG9nJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnSm9icycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ1ByZXNzJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnUGFydG5lcnMnLCBocmVmOiAnIycgfSxcbiAgXSxcbiAgbGVnYWw6IFtcbiAgICB7IG5hbWU6ICdDbGFpbScsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ1ByaXZhY3knLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdUZXJtcycsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBzb2NpYWw6IFtcbiAgICB7XG4gICAgICBuYW1lOiAnRmFjZWJvb2snLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0yMiAxMmMwLTUuNTIzLTQuNDc3LTEwLTEwLTEwUzIgNi40NzcgMiAxMmMwIDQuOTkxIDMuNjU3IDkuMTI4IDguNDM4IDkuODc4di02Ljk4N2gtMi41NFYxMmgyLjU0VjkuNzk3YzAtMi41MDYgMS40OTItMy44OSAzLjc3Ny0zLjg5IDEuMDk0IDAgMi4yMzguMTk1IDIuMjM4LjE5NXYyLjQ2aC0xLjI2Yy0xLjI0MyAwLTEuNjMuNzcxLTEuNjMgMS41NjJWMTJoMi43NzNsLS40NDMgMi44OWgtMi4zM3Y2Ljk4OEMxOC4zNDMgMjEuMTI4IDIyIDE2Ljk5MSAyMiAxMnpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnSW5zdGFncmFtJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTIuMzE1IDJjMi40MyAwIDIuNzg0LjAxMyAzLjgwOC4wNiAxLjA2NC4wNDkgMS43OTEuMjE4IDIuNDI3LjQ2NWE0LjkwMiA0LjkwMiAwIDAxMS43NzIgMS4xNTMgNC45MDIgNC45MDIgMCAwMTEuMTUzIDEuNzcyYy4yNDcuNjM2LjQxNiAxLjM2My40NjUgMi40MjcuMDQ4IDEuMDY3LjA2IDEuNDA3LjA2IDQuMTIzdi4wOGMwIDIuNjQzLS4wMTIgMi45ODctLjA2IDQuMDQzLS4wNDkgMS4wNjQtLjIxOCAxLjc5MS0uNDY1IDIuNDI3YTQuOTAyIDQuOTAyIDAgMDEtMS4xNTMgMS43NzIgNC45MDIgNC45MDIgMCAwMS0xLjc3MiAxLjE1M2MtLjYzNi4yNDctMS4zNjMuNDE2LTIuNDI3LjQ2NS0xLjA2Ny4wNDgtMS40MDcuMDYtNC4xMjMuMDZoLS4wOGMtMi42NDMgMC0yLjk4Ny0uMDEyLTQuMDQzLS4wNi0xLjA2NC0uMDQ5LTEuNzkxLS4yMTgtMi40MjctLjQ2NWE0LjkwMiA0LjkwMiAwIDAxLTEuNzcyLTEuMTUzIDQuOTAyIDQuOTAyIDAgMDEtMS4xNTMtMS43NzJjLS4yNDctLjYzNi0uNDE2LTEuMzYzLS40NjUtMi40MjctLjA0Ny0xLjAyNC0uMDYtMS4zNzktLjA2LTMuODA4di0uNjNjMC0yLjQzLjAxMy0yLjc4NC4wNi0zLjgwOC4wNDktMS4wNjQuMjE4LTEuNzkxLjQ2NS0yLjQyN2E0LjkwMiA0LjkwMiAwIDAxMS4xNTMtMS43NzJBNC45MDIgNC45MDIgMCAwMTUuNDUgMi41MjVjLjYzNi0uMjQ3IDEuMzYzLS40MTYgMi40MjctLjQ2NUM4LjkwMSAyLjAxMyA5LjI1NiAyIDExLjY4NSAyaC42M3ptLS4wODEgMS44MDJoLS40NjhjLTIuNDU2IDAtMi43ODQuMDExLTMuODA3LjA1OC0uOTc1LjA0NS0xLjUwNC4yMDctMS44NTcuMzQ0LS40NjcuMTgyLS44LjM5OC0xLjE1Ljc0OC0uMzUuMzUtLjU2Ni42ODMtLjc0OCAxLjE1LS4xMzcuMzUzLS4zLjg4Mi0uMzQ0IDEuODU3LS4wNDcgMS4wMjMtLjA1OCAxLjM1MS0uMDU4IDMuODA3di40NjhjMCAyLjQ1Ni4wMTEgMi43ODQuMDU4IDMuODA3LjA0NS45NzUuMjA3IDEuNTA0LjM0NCAxLjg1Ny4xODIuNDY2LjM5OS44Ljc0OCAxLjE1LjM1LjM1LjY4My41NjYgMS4xNS43NDguMzUzLjEzNy44ODIuMyAxLjg1Ny4zNDQgMS4wNTQuMDQ4IDEuMzcuMDU4IDQuMDQxLjA1OGguMDhjMi41OTcgMCAyLjkxNy0uMDEgMy45Ni0uMDU4Ljk3Ni0uMDQ1IDEuNTA1LS4yMDcgMS44NTgtLjM0NC40NjYtLjE4Mi44LS4zOTggMS4xNS0uNzQ4LjM1LS4zNS41NjYtLjY4My43NDgtMS4xNS4xMzctLjM1My4zLS44ODIuMzQ0LTEuODU3LjA0OC0xLjA1NS4wNTgtMS4zNy4wNTgtNC4wNDF2LS4wOGMwLTIuNTk3LS4wMS0yLjkxNy0uMDU4LTMuOTYtLjA0NS0uOTc2LS4yMDctMS41MDUtLjM0NC0xLjg1OGEzLjA5NyAzLjA5NyAwIDAwLS43NDgtMS4xNSAzLjA5OCAzLjA5OCAwIDAwLTEuMTUtLjc0OGMtLjM1My0uMTM3LS44ODItLjMtMS44NTctLjM0NC0xLjAyMy0uMDQ3LTEuMzUxLS4wNTgtMy44MDctLjA1OHpNMTIgNi44NjVhNS4xMzUgNS4xMzUgMCAxMTAgMTAuMjcgNS4xMzUgNS4xMzUgMCAwMTAtMTAuMjd6bTAgMS44MDJhMy4zMzMgMy4zMzMgMCAxMDAgNi42NjYgMy4zMzMgMy4zMzMgMCAwMDAtNi42NjZ6bTUuMzM4LTMuMjA1YTEuMiAxLjIgMCAxMTAgMi40IDEuMiAxLjIgMCAwMTAtMi40elwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdYJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aCBkPVwiTTEzLjY4MjMgMTAuNjIxOEwyMC4yMzkxIDNIMTguNjg1NEwxMi45OTIxIDkuNjE3ODhMOC40NDQ4NiAzSDMuMjAwMkwxMC4wNzY1IDEzLjAwNzRMMy4yMDAyIDIxSDQuNzU0MDRMMTAuNzY2MyAxNC4wMTEzTDE1LjU2ODUgMjFIMjAuODEzMUwxMy42ODE5IDEwLjYyMThIMTMuNjgyM1pNMTEuNTU0MSAxMy4wOTU2TDEwLjg1NzQgMTIuMDk5MUw1LjMxMzkxIDQuMTY5NzFINy43MDA1M0wxMi4xNzQyIDEwLjU2ODlMMTIuODcwOSAxMS41NjU1TDE4LjY4NjEgMTkuODgzNUgxNi4yOTk1TDExLjU1NDEgMTMuMDk2VjEzLjA5NTZaXCIgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0dpdEh1YicsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTEyIDJDNi40NzcgMiAyIDYuNDg0IDIgMTIuMDE3YzAgNC40MjUgMi44NjUgOC4xOCA2LjgzOSA5LjUwNC41LjA5Mi42ODItLjIxNy42ODItLjQ4MyAwLS4yMzctLjAwOC0uODY4LS4wMTMtMS43MDMtMi43ODIuNjA1LTMuMzY5LTEuMzQzLTMuMzY5LTEuMzQzLS40NTQtMS4xNTgtMS4xMS0xLjQ2Ni0xLjExLTEuNDY2LS45MDgtLjYyLjA2OS0uNjA4LjA2OS0uNjA4IDEuMDAzLjA3IDEuNTMxIDEuMDMyIDEuNTMxIDEuMDMyLjg5MiAxLjUzIDIuMzQxIDEuMDg4IDIuOTEuODMyLjA5Mi0uNjQ3LjM1LTEuMDg4LjYzNi0xLjMzOC0yLjIyLS4yNTMtNC41NTUtMS4xMTMtNC41NTUtNC45NTEgMC0xLjA5My4zOS0xLjk4OCAxLjAyOS0yLjY4OC0uMTAzLS4yNTMtLjQ0Ni0xLjI3Mi4wOTgtMi42NSAwIDAgLjg0LS4yNyAyLjc1IDEuMDI2QTkuNTY0IDkuNTY0IDAgMDExMiA2Ljg0NGMuODUuMDA0IDEuNzA1LjExNSAyLjUwNC4zMzcgMS45MDktMS4yOTYgMi43NDctMS4wMjcgMi43NDctMS4wMjcuNTQ2IDEuMzc5LjIwMiAyLjM5OC4xIDIuNjUxLjY0LjcgMS4wMjggMS41OTUgMS4wMjggMi42ODggMCAzLjg0OC0yLjMzOSA0LjY5NS00LjU2NiA0Ljk0My4zNTkuMzA5LjY3OC45Mi42NzggMS44NTUgMCAxLjMzOC0uMDEyIDIuNDE5LS4wMTIgMi43NDcgMCAuMjY4LjE4LjU4LjY4OC40ODJBMTAuMDE5IDEwLjAxOSAwIDAwMjIgMTIuMDE3QzIyIDYuNDg0IDE3LjUyMiAyIDEyIDJ6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1lvdVR1YmUnLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xOS44MTIgNS40MThjLjg2MS4yMyAxLjUzOC45MDcgMS43NjggMS43NjhDMjEuOTk4IDguNzQ2IDIyIDEyIDIyIDEyczAgMy4yNTUtLjQxOCA0LjgxNGEyLjUwNCAyLjUwNCAwIDAgMS0xLjc2OCAxLjc2OGMtMS41Ni40MTktNy44MTQuNDE5LTcuODE0LjQxOXMtNi4yNTUgMC03LjgxNC0uNDE5YTIuNTA1IDIuNTA1IDAgMCAxLTEuNzY4LTEuNzY4QzIgMTUuMjU1IDIgMTIgMiAxMnMwLTMuMjU1LjQxNy00LjgxNGEyLjUwNyAyLjUwNyAwIDAgMSAxLjc2OC0xLjc2OEM1Ljc0NCA1IDExLjk5OCA1IDExLjk5OCA1czYuMjU1IDAgNy44MTQuNDE4Wk0xNS4xOTQgMTIgMTAgMTVWOWw1LjE5NCAzWlwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICBdLFxufVxuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBGb290ZXIyKCkge1xuICByZXR1cm4gKFxuICAgIDxmb290ZXIgYXJpYS1sYWJlbGxlZGJ5PVwiZm9vdGVyLWhlYWRpbmdcIiBjbGFzc05hbWU9XCJiZy13aGl0ZVwiPlxuICAgICAgPGgyIGlkPVwiZm9vdGVyLWhlYWRpbmdcIiBjbGFzc05hbWU9XCJzci1vbmx5XCI+XG4gICAgICAgIEZvb3RlclxuICAgICAgPC9oMj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgcHgtNiBwYi04IHB0LTE2IHNtOnB0LTI0IGxnOnB4LTggbGc6cHQtMzJcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJ4bDpncmlkIHhsOmdyaWQtY29scy0zIHhsOmdhcC04XCI+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJzcGFjZS15LThcIj5cbiAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgYWx0PVwiQ29tcGFueSBuYW1lXCJcbiAgICAgICAgICAgICAgc3JjPVwiL2ltYWdlcy9sb2dvZnVsbC5zdmdcIlxuICAgICAgICAgICAgICBjbGFzc05hbWU9XCJoLTEwXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDBcIj5cbiAgICAgICAgICAgIFRoZSBGdXR1cmUgb2YgQ29sbGFib3JhdGlvbiBpcyBOb3cuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggc3BhY2UteC02XCI+XG4gICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnNvY2lhbC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICA8YSBrZXk9e2l0ZW0ubmFtZX0gaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXB1cnBsZS00MDAgaG92ZXI6dGV4dC1wdXJwbGUtNTAwXCI+XG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9XCJzci1vbmx5XCI+e2l0ZW0ubmFtZX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICA8aXRlbS5pY29uIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cImgtNiB3LTZcIiAvPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTE2IGdyaWQgZ3JpZC1jb2xzLTIgZ2FwLTggeGw6Y29sLXNwYW4tMiB4bDptdC0wXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Tb2x1dGlvbnM8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2x1dGlvbnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIG1kOm10LTBcIj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5TdXBwb3J0PC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uc3VwcG9ydC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibWQ6Z3JpZCBtZDpncmlkLWNvbHMtMiBtZDpnYXAtOFwiPlxuICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMFwiPkNvbXBhbnk8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5jb21wYW55Lm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+TGVnYWw8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5sZWdhbC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTYgYm9yZGVyLXQgYm9yZGVyLXB1cnBsZS05MDAvMTAgcHQtOCBzbTptdC0yMCBsZzptdC0yNFwiPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQteHMgbGVhZGluZy01IHRleHQtcHVycGxlLTUwMFwiPiZjb3B5OyAyMDI0IE91cndvcmxkIEhvbGRpbmdzLCBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuPC9wPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZm9vdGVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiTG9nbyIsIm5hdmlnYXRpb24iLCJzb2x1dGlvbnMiLCJuYW1lIiwiaHJlZiIsInN1cHBvcnQiLCJjb21wYW55IiwibGVnYWwiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\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\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases\"\n },\n {\n name: \"HeroGPT\",\n href: \"/community/blogs/herogpt\"\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\"\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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFZQyxNQUFNO1FBQVk7UUFDdEM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQVk7UUFDdEM7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQTJCO1FBQ3BEO1lBQUVELE1BQU07WUFBZ0JDLE1BQU07UUFBSTtLQUNuQztJQUNEQyxTQUFTO1FBQ1A7WUFBRUYsTUFBTTtZQUFpQkMsTUFBTTtRQUFJO1FBQ25DO1lBQUVELE1BQU07WUFBaUJDLE1BQU07UUFBSTtRQUNuQztZQUFFRCxNQUFNO1lBQVFDLE1BQU07UUFBYTtRQUNuQztZQUFFRCxNQUFNO1lBQVdDLE1BQU07UUFBc0I7S0FDaEQ7SUFDREUsVUFBVTtRQUNSO1lBQUVILE1BQU07WUFBYUMsTUFBTTtRQUF1QjtRQUNsRDtZQUFFRCxNQUFNO1lBQVNDLE1BQU07UUFBbUI7UUFDMUM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQXVCO0tBQ2xEO0lBQ0RHLE9BQU87UUFDTDtZQUFFSixNQUFNO1lBQVNDLE1BQU07UUFBK0I7UUFDdEQ7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQWlFO1FBQzFGO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUE2RTtLQUNyRztJQUNESSxRQUFRO1FBQ047WUFDRUwsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7UUFDQTtZQUNFZCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQUtFLEdBQUU7Ozs7Ozs7Ozs7O1FBR2Q7UUFDQTtZQUNFYixNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO0tBQ0Q7QUFDSDtBQUVlLFNBQVNDO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFPQyxtQkFBZ0I7UUFBaUJDLFdBQVU7OzBCQUNqRCw4REFBQ0M7Z0JBQUdDLElBQUc7Z0JBQWlCRixXQUFVOzBCQUFVOzs7Ozs7MEJBRzVDLDhEQUFDRztnQkFBSUgsV0FBVTs7a0NBQ2IsOERBQUNHO3dCQUFJSCxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDSTt3Q0FDQ0MsS0FBSTt3Q0FDSkMsS0FBSTt3Q0FDSk4sV0FBVTs7Ozs7O2tEQUVaLDhEQUFDTzt3Q0FBRVAsV0FBVTtrREFBb0M7Ozs7OztrREFHakQsOERBQUNHO3dDQUFJSCxXQUFVO2tEQUNacEIsV0FBV08sTUFBTSxDQUFDcUIsR0FBRyxDQUFDLENBQUNDLHFCQUN0Qiw4REFBQ0M7Z0RBQWtCM0IsTUFBTTBCLEtBQUsxQixJQUFJO2dEQUFFaUIsV0FBVTs7a0VBQzVDLDhEQUFDVzt3REFBS1gsV0FBVTtrRUFBV1MsS0FBSzNCLElBQUk7Ozs7OztrRUFDcEMsOERBQUMyQixLQUFLckIsSUFBSTt3REFBQ3dCLGVBQVk7d0RBQU9aLFdBQVU7Ozs7Ozs7K0NBRmxDUyxLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswQ0FPdkIsOERBQUNxQjtnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNHO3dDQUFJSCxXQUFVOzswREFDYiw4REFBQ0c7O2tFQUNDLDhEQUFDVTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdDLFNBQVMsQ0FBQzJCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDekIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MERBUXhCLDhEQUFDcUI7Z0RBQUlILFdBQVU7O2tFQUNiLDhEQUFDYTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdJLE9BQU8sQ0FBQ3dCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDdkIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7a0RBUzFCLDhEQUFDcUI7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ssUUFBUSxDQUFDdUIsR0FBRyxDQUFDLENBQUNDLHFCQUN4Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV00sS0FBSyxDQUFDc0IsR0FBRyxDQUFDLENBQUNDLHFCQUNyQiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrQ0FXOUIsOERBQUNxQjt3QkFBSUgsV0FBVTtrQ0FDYiw0RUFBQ087NEJBQUVQLFdBQVU7c0NBQW9DOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUszRCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0Zvb3RlcjIuanN4P2YzN2YiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5jb25zdCBuYXZpZ2F0aW9uID0ge1xuICBzb2x1dGlvbnM6IFtcbiAgICB7IG5hbWU6ICdGZWF0dXJlcycsIGhyZWY6ICcvZmVhdHVyZXMnIH0sXG4gICAgeyBuYW1lOiAnVXNlY2FzZXMnLCBocmVmOiAnL3VzZWNhc2VzJyB9LFxuICAgIHsgbmFtZTogJ0hlcm9HUFQnLCBocmVmOiAnL2NvbW11bml0eS9ibG9ncy9oZXJvZ3B0JyB9LFxuICAgIHsgbmFtZTogJ091clZlcnNlIEFwcCcsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBzdXBwb3J0OiBbXG4gICAgeyBuYW1lOiAnQ3VzdG9tZXIgQ2FyZScsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0RvY3VtZW50YXRpb24nLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdCbG9nJywgaHJlZjogJy9jb21tdW5pdHknIH0sXG4gICAgeyBuYW1lOiAnQ29tcGFueScsIGhyZWY6ICdodHRwczovL291cndvcmxkLnRmJyB9LFxuICBdLFxuICBwYXJ0bmVyczogW1xuICAgIHsgbmFtZTogJ1RocmVlRm9sZCcsIGhyZWY6ICdodHRwczovL3RocmVlZm9sZC5pbycgfSxcbiAgICB7IG5hbWU6ICdWaW5kbycsIGhyZWY6ICdodHRwczovL3ZpbmRvLmFpJyB9LFxuICAgIHsgbmFtZTogJ0luY3ViYWlkJywgaHJlZjogJ2h0dHBzOi8vaW5jdWJhaWQuY29tJyB9LFxuICBdLFxuICBsZWdhbDogW1xuICAgIHsgbmFtZTogJ0NsYWltJywgaHJlZjogJ2h0dHBzOi8vdGhyZWVmb2xkLmlvL3RmTGFicy8nIH0sXG4gICAgeyBuYW1lOiAnUHJpdmFjeScsIGhyZWY6ICdodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fcHJpdmFjeXBvbGljeScgfSxcbiAgICB7IG5hbWU6ICdUZXJtcycsIGhyZWY6ICdodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fdGVybXNfY29uZGl0aW9uc193ZWJzaXRlcycgfSxcbiAgXSxcbiAgc29jaWFsOiBbXG4gICAge1xuICAgICAgbmFtZTogJ0ZhY2Vib29rJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMjIgMTJjMC01LjUyMy00LjQ3Ny0xMC0xMC0xMFMyIDYuNDc3IDIgMTJjMCA0Ljk5MSAzLjY1NyA5LjEyOCA4LjQzOCA5Ljg3OHYtNi45ODdoLTIuNTRWMTJoMi41NFY5Ljc5N2MwLTIuNTA2IDEuNDkyLTMuODkgMy43NzctMy44OSAxLjA5NCAwIDIuMjM4LjE5NSAyLjIzOC4xOTV2Mi40NmgtMS4yNmMtMS4yNDMgMC0xLjYzLjc3MS0xLjYzIDEuNTYyVjEyaDIuNzczbC0uNDQzIDIuODloLTIuMzN2Ni45ODhDMTguMzQzIDIxLjEyOCAyMiAxNi45OTEgMjIgMTJ6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0luc3RhZ3JhbScsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTEyLjMxNSAyYzIuNDMgMCAyLjc4NC4wMTMgMy44MDguMDYgMS4wNjQuMDQ5IDEuNzkxLjIxOCAyLjQyNy40NjVhNC45MDIgNC45MDIgMCAwMTEuNzcyIDEuMTUzIDQuOTAyIDQuOTAyIDAgMDExLjE1MyAxLjc3MmMuMjQ3LjYzNi40MTYgMS4zNjMuNDY1IDIuNDI3LjA0OCAxLjA2Ny4wNiAxLjQwNy4wNiA0LjEyM3YuMDhjMCAyLjY0My0uMDEyIDIuOTg3LS4wNiA0LjA0My0uMDQ5IDEuMDY0LS4yMTggMS43OTEtLjQ2NSAyLjQyN2E0LjkwMiA0LjkwMiAwIDAxLTEuMTUzIDEuNzcyIDQuOTAyIDQuOTAyIDAgMDEtMS43NzIgMS4xNTNjLS42MzYuMjQ3LTEuMzYzLjQxNi0yLjQyNy40NjUtMS4wNjcuMDQ4LTEuNDA3LjA2LTQuMTIzLjA2aC0uMDhjLTIuNjQzIDAtMi45ODctLjAxMi00LjA0My0uMDYtMS4wNjQtLjA0OS0xLjc5MS0uMjE4LTIuNDI3LS40NjVhNC45MDIgNC45MDIgMCAwMS0xLjc3Mi0xLjE1MyA0LjkwMiA0LjkwMiAwIDAxLTEuMTUzLTEuNzcyYy0uMjQ3LS42MzYtLjQxNi0xLjM2My0uNDY1LTIuNDI3LS4wNDctMS4wMjQtLjA2LTEuMzc5LS4wNi0zLjgwOHYtLjYzYzAtMi40My4wMTMtMi43ODQuMDYtMy44MDguMDQ5LTEuMDY0LjIxOC0xLjc5MS40NjUtMi40MjdhNC45MDIgNC45MDIgMCAwMTEuMTUzLTEuNzcyQTQuOTAyIDQuOTAyIDAgMDE1LjQ1IDIuNTI1Yy42MzYtLjI0NyAxLjM2My0uNDE2IDIuNDI3LS40NjVDOC45MDEgMi4wMTMgOS4yNTYgMiAxMS42ODUgMmguNjN6bS0uMDgxIDEuODAyaC0uNDY4Yy0yLjQ1NiAwLTIuNzg0LjAxMS0zLjgwNy4wNTgtLjk3NS4wNDUtMS41MDQuMjA3LTEuODU3LjM0NC0uNDY3LjE4Mi0uOC4zOTgtMS4xNS43NDgtLjM1LjM1LS41NjYuNjgzLS43NDggMS4xNS0uMTM3LjM1My0uMy44ODItLjM0NCAxLjg1Ny0uMDQ3IDEuMDIzLS4wNTggMS4zNTEtLjA1OCAzLjgwN3YuNDY4YzAgMi40NTYuMDExIDIuNzg0LjA1OCAzLjgwNy4wNDUuOTc1LjIwNyAxLjUwNC4zNDQgMS44NTcuMTgyLjQ2Ni4zOTkuOC43NDggMS4xNS4zNS4zNS42ODMuNTY2IDEuMTUuNzQ4LjM1My4xMzcuODgyLjMgMS44NTcuMzQ0IDEuMDU0LjA0OCAxLjM3LjA1OCA0LjA0MS4wNThoLjA4YzIuNTk3IDAgMi45MTctLjAxIDMuOTYtLjA1OC45NzYtLjA0NSAxLjUwNS0uMjA3IDEuODU4LS4zNDQuNDY2LS4xODIuOC0uMzk4IDEuMTUtLjc0OC4zNS0uMzUuNTY2LS42ODMuNzQ4LTEuMTUuMTM3LS4zNTMuMy0uODgyLjM0NC0xLjg1Ny4wNDgtMS4wNTUuMDU4LTEuMzcuMDU4LTQuMDQxdi0uMDhjMC0yLjU5Ny0uMDEtMi45MTctLjA1OC0zLjk2LS4wNDUtLjk3Ni0uMjA3LTEuNTA1LS4zNDQtMS44NThhMy4wOTcgMy4wOTcgMCAwMC0uNzQ4LTEuMTUgMy4wOTggMy4wOTggMCAwMC0xLjE1LS43NDhjLS4zNTMtLjEzNy0uODgyLS4zLTEuODU3LS4zNDQtMS4wMjMtLjA0Ny0xLjM1MS0uMDU4LTMuODA3LS4wNTh6TTEyIDYuODY1YTUuMTM1IDUuMTM1IDAgMTEwIDEwLjI3IDUuMTM1IDUuMTM1IDAgMDEwLTEwLjI3em0wIDEuODAyYTMuMzMzIDMuMzMzIDAgMTAwIDYuNjY2IDMuMzMzIDMuMzMzIDAgMDAwLTYuNjY2em01LjMzOC0zLjIwNWExLjIgMS4yIDAgMTEwIDIuNCAxLjIgMS4yIDAgMDEwLTIuNHpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnWCcsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGggZD1cIk0xMy42ODIzIDEwLjYyMThMMjAuMjM5MSAzSDE4LjY4NTRMMTIuOTkyMSA5LjYxNzg4TDguNDQ0ODYgM0gzLjIwMDJMMTAuMDc2NSAxMy4wMDc0TDMuMjAwMiAyMUg0Ljc1NDA0TDEwLjc2NjMgMTQuMDExM0wxNS41Njg1IDIxSDIwLjgxMzFMMTMuNjgxOSAxMC42MjE4SDEzLjY4MjNaTTExLjU1NDEgMTMuMDk1NkwxMC44NTc0IDEyLjA5OTFMNS4zMTM5MSA0LjE2OTcxSDcuNzAwNTNMMTIuMTc0MiAxMC41Njg5TDEyLjg3MDkgMTEuNTY1NUwxOC42ODYxIDE5Ljg4MzVIMTYuMjk5NUwxMS41NTQxIDEzLjA5NlYxMy4wOTU2WlwiIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdHaXRIdWInLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xMiAyQzYuNDc3IDIgMiA2LjQ4NCAyIDEyLjAxN2MwIDQuNDI1IDIuODY1IDguMTggNi44MzkgOS41MDQuNS4wOTIuNjgyLS4yMTcuNjgyLS40ODMgMC0uMjM3LS4wMDgtLjg2OC0uMDEzLTEuNzAzLTIuNzgyLjYwNS0zLjM2OS0xLjM0My0zLjM2OS0xLjM0My0uNDU0LTEuMTU4LTEuMTEtMS40NjYtMS4xMS0xLjQ2Ni0uOTA4LS42Mi4wNjktLjYwOC4wNjktLjYwOCAxLjAwMy4wNyAxLjUzMSAxLjAzMiAxLjUzMSAxLjAzMi44OTIgMS41MyAyLjM0MSAxLjA4OCAyLjkxLjgzMi4wOTItLjY0Ny4zNS0xLjA4OC42MzYtMS4zMzgtMi4yMi0uMjUzLTQuNTU1LTEuMTEzLTQuNTU1LTQuOTUxIDAtMS4wOTMuMzktMS45ODggMS4wMjktMi42ODgtLjEwMy0uMjUzLS40NDYtMS4yNzIuMDk4LTIuNjUgMCAwIC44NC0uMjcgMi43NSAxLjAyNkE5LjU2NCA5LjU2NCAwIDAxMTIgNi44NDRjLjg1LjAwNCAxLjcwNS4xMTUgMi41MDQuMzM3IDEuOTA5LTEuMjk2IDIuNzQ3LTEuMDI3IDIuNzQ3LTEuMDI3LjU0NiAxLjM3OS4yMDIgMi4zOTguMSAyLjY1MS42NC43IDEuMDI4IDEuNTk1IDEuMDI4IDIuNjg4IDAgMy44NDgtMi4zMzkgNC42OTUtNC41NjYgNC45NDMuMzU5LjMwOS42NzguOTIuNjc4IDEuODU1IDAgMS4zMzgtLjAxMiAyLjQxOS0uMDEyIDIuNzQ3IDAgLjI2OC4xOC41OC42ODguNDgyQTEwLjAxOSAxMC4wMTkgMCAwMDIyIDEyLjAxN0MyMiA2LjQ4NCAxNy41MjIgMiAxMiAyelwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdZb3VUdWJlJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTkuODEyIDUuNDE4Yy44NjEuMjMgMS41MzguOTA3IDEuNzY4IDEuNzY4QzIxLjk5OCA4Ljc0NiAyMiAxMiAyMiAxMnMwIDMuMjU1LS40MTggNC44MTRhMi41MDQgMi41MDQgMCAwIDEtMS43NjggMS43NjhjLTEuNTYuNDE5LTcuODE0LjQxOS03LjgxNC40MTlzLTYuMjU1IDAtNy44MTQtLjQxOWEyLjUwNSAyLjUwNSAwIDAgMS0xLjc2OC0xLjc2OEMyIDE1LjI1NSAyIDEyIDIgMTJzMC0zLjI1NS40MTctNC44MTRhMi41MDcgMi41MDcgMCAwIDEgMS43NjgtMS43NjhDNS43NDQgNSAxMS45OTggNSAxMS45OTggNXM2LjI1NSAwIDcuODE0LjQxOFpNMTUuMTk0IDEyIDEwIDE1VjlsNS4xOTQgM1pcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgXSxcbn1cblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRm9vdGVyMigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGFyaWEtbGFiZWxsZWRieT1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwiYmctd2hpdGVcIj5cbiAgICAgIDxoMiBpZD1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwic3Itb25seVwiPlxuICAgICAgICBGb290ZXJcbiAgICAgIDwvaDI+XG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctN3hsIHB4LTYgcGItOCBwdC0xNiBzbTpwdC0yNCBsZzpweC04IGxnOnB0LTMyXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwieGw6Z3JpZCB4bDpncmlkLWNvbHMtMyB4bDpnYXAtOFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwic3BhY2UteS04XCI+XG4gICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgIGFsdD1cIkNvbXBhbnkgbmFtZVwiXG4gICAgICAgICAgICAgIHNyYz1cIi9pbWFnZXMvbG9nb2Z1bGwuc3ZnXCJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwiaC0xMFwiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwXCI+XG4gICAgICAgICAgICBUaGUgRnV0dXJlIG9mIENvbGxhYm9yYXRpb24gaXMgTm93LlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IHNwYWNlLXgtNlwiPlxuICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2NpYWwubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgPGEga2V5PXtpdGVtLm5hbWV9IGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNDAwIGhvdmVyOnRleHQtcHVycGxlLTUwMFwiPlxuICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPVwic3Itb25seVwiPntpdGVtLm5hbWV9PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgPGl0ZW0uaWNvbiBhcmlhLWhpZGRlbj1cInRydWVcIiBjbGFzc05hbWU9XCJoLTYgdy02XCIgLz5cbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xNiBncmlkIGdyaWQtY29scy0yIGdhcC04IHhsOmNvbC1zcGFuLTIgeGw6bXQtMFwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtZDpncmlkIG1kOmdyaWQtY29scy0yIG1kOmdhcC04XCI+XG4gICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+U29sdXRpb25zPC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uc29sdXRpb25zLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+U3VwcG9ydDwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnN1cHBvcnQubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Db21wYW55PC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24ucGFydG5lcnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIG1kOm10LTBcIj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5MZWdhbDwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLmxlZ2FsLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xNiBib3JkZXItdCBib3JkZXItcHVycGxlLTkwMC8xMCBwdC04IHNtOm10LTIwIGxnOm10LTI0XCI+XG4gICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC14cyBsZWFkaW5nLTUgdGV4dC1wdXJwbGUtNTAwXCI+JmNvcHk7IDIwMjQgT3Vyd29ybGQgSG9sZGluZ3MsIEluYy4gQWxsIHJpZ2h0cyByZXNlcnZlZC48L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9mb290ZXI+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJMb2dvIiwibmF2aWdhdGlvbiIsInNvbHV0aW9ucyIsIm5hbWUiLCJocmVmIiwic3VwcG9ydCIsInBhcnRuZXJzIiwibGVnYWwiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Footer2.jsx\n");
/***/ }),
@@ -403,7 +403,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/* harmony import */ var _barrel_optimize_names_ChevronRightIcon_heroicons_react_20_solid__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! __barrel_optimize__?names=ChevronRightIcon!=!@heroicons/react/20/solid */ \"(rsc)/./node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.js\");\n\n\n\n\n\nfunction Homepage() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Gradient__WEBPACK_IMPORTED_MODULE_3__.Gradient, {\n className: \"pt-24 pb-12\",\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/ourverse5.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\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-12 mb-6 lg:mt-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"inline-flex space-x-6\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"rounded-full btn-gradient-lt lg:px-3 lg:py-1 px-0 lg:text-sm text-xs font-semibold lg:leading-6 leading-2 text-purple-900 ring-1 ring-inset ring-indigo-600/10\",\n children: \"What's new\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 25,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"/community/versefest\",\n className: \"inline-flex items-center space-x-2 text-sm font-semibold leading-6 text-cyan-700 hover:text-purple-700\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"underline\",\n children: \"VerseFest 2024\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 29,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_ChevronRightIcon_heroicons_react_20_solid__WEBPACK_IMPORTED_MODULE_4__[\"default\"], {\n className: \"h-5 w-5 text-purple-700\",\n \"aria-hidden\": \"true\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 30,\n columnNumber: 21\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: 21\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 24,\n columnNumber: 19\n }, this)\n }, void 0, false, {\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)(\"h1\", {\n className: \"font-display lg:max-w-2xl font-bold tracking-tighter text-gradient-dark lg:text-7xl text-5xl\",\n children: \"The Future of Collaboration is Now.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 34,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"font-ethnocentric lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight text-purple-800\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: [\n \"At \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"bg-gradient3 font-semibold\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 38,\n columnNumber: 19\n }, this),\n \", we go beyond traditional video calls. Our immersive metaverse platform brings people together in a dynamic, interactive environment where meetings and events feel real.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 38,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: \"Built on the decentralized ThreeFold Grid, we empower global collaboration with enhanced security, flexibility, and freedom.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 41,\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: 37,\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 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: 45,\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-700\",\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: 52,\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: 51,\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: 44,\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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Ib21lcGFnZS5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBNkM7QUFDTTtBQUNGO0FBQ1c7QUFFckQsU0FBU0k7SUFDZCxxQkFDRSw4REFBQ0YsMERBQVFBO1FBQUNHLFdBQVU7a0JBQ2xCLDRFQUFDSiw0REFBU0E7OzhCQUVSLDhEQUFDSztvQkFDQ0MsUUFBUTtvQkFDUkMsSUFBSTtvQkFDSkMsS0FBSztvQkFDTEMsV0FBVztvQkFDWEwsV0FBVTs7c0NBRVYsOERBQUNNOzRCQUFPQyxLQUFJOzRCQUF3QkMsTUFBSzs7Ozs7O3dCQUFjOzs7Ozs7OzhCQUl6RCw4REFBQ0M7b0JBQUlULFdBQVU7O3NDQUNiLDhEQUFDUzs0QkFBSVQsV0FBVTtzQ0FDUCw0RUFBQ1M7Z0NBQUlULFdBQVU7O2tEQUNiLDhEQUFDVTt3Q0FBS1YsV0FBVTtrREFBaUs7Ozs7OztrREFHakwsOERBQUNXO3dDQUFFQyxNQUFLO3dDQUF1QlosV0FBVTs7MERBQ3pDLDhEQUFDVTtnREFBS1YsV0FBVTswREFBWTs7Ozs7OzBEQUM1Qiw4REFBQ0Ysd0dBQWdCQTtnREFBQ0UsV0FBVTtnREFBMEJhLGVBQVk7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O3NDQUk1RSw4REFBQ0M7NEJBQUdkLFdBQVU7c0NBQStGOzs7Ozs7c0NBRzdHLDhEQUFDUzs0QkFBSVQsV0FBVTs7OENBQ2IsOERBQUNlOzt3Q0FBRTtzREFBRyw4REFBQ0w7NENBQUtWLFdBQVU7c0RBQTZCOzs7Ozs7d0NBQWU7Ozs7Ozs7OENBR2xFLDhEQUFDZTs4Q0FBRTs7Ozs7Ozs7Ozs7O3NDQUdMLDhEQUFDTjs0QkFBSVQsV0FBVTs7OENBQ2IsOERBQUNXO29DQUNDQyxNQUFLO29DQUNMWixXQUFVOzhDQUNYOzs7Ozs7OENBR0QsOERBQUNXO29DQUFFQyxNQUFLO29DQUFJWixXQUFVOzt3Q0FBd0U7c0RBQ2pGLDhEQUFDVTs0Q0FBS0csZUFBWTtzREFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFPbEQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Ib21lcGFnZS5qc3g/OWM3OSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCdXR0b24gfSBmcm9tICdAL2NvbXBvbmVudHMvQnV0dG9uJztcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJ0AvY29tcG9uZW50cy9Db250YWluZXInO1xuaW1wb3J0IHsgR3JhZGllbnQgfSBmcm9tICdAL2NvbXBvbmVudHMvR3JhZGllbnQnO1xuaW1wb3J0IHsgQ2hldnJvblJpZ2h0SWNvbiB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMjAvc29saWQnXG5cbmV4cG9ydCBmdW5jdGlvbiBIb21lcGFnZSgpIHtcbiAgcmV0dXJuIChcbiAgICA8R3JhZGllbnQgY2xhc3NOYW1lPVwicHQtMjQgcGItMTJcIj5cbiAgICAgIDxDb250YWluZXI+XG4gICAgICAgIHsvKiBCYWNrZ3JvdW5kIFZpZGVvICovfVxuICAgICAgICA8dmlkZW9cbiAgICAgICAgICBhdXRvUGxheVxuICAgICAgICAgIGxvb3BcbiAgICAgICAgICBtdXRlZFxuICAgICAgICAgIHBsYXlzSW5saW5lXG4gICAgICAgICAgY2xhc3NOYW1lPVwiYWJzb2x1dGUgaW5zZXQtMCB3LWZ1bGwgaC1mdWxsIG9iamVjdC1jb3ZlciAtei0xMFwiXG4gICAgICAgID5cbiAgICAgICAgICA8c291cmNlIHNyYz1cIi92aWRlb3Mvb3VydmVyc2U1Lm1wNFwiIHR5cGU9XCJ2aWRlby9tcDRcIiAvPlxuICAgICAgICAgIFlvdXIgYnJvd3NlciBkb2VzIG5vdCBzdXBwb3J0IHRoZSB2aWRlbyB0YWcuXG4gICAgICAgIDwvdmlkZW8+XG5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LXhsIGxnOm1heC13LTZ4bFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTIgbWItNiBsZzptdC0xNlwiPlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJpbmxpbmUtZmxleCBzcGFjZS14LTZcIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPVwicm91bmRlZC1mdWxsIGJ0bi1ncmFkaWVudC1sdCBsZzpweC0zIGxnOnB5LTEgcHgtMCBsZzp0ZXh0LXNtIHRleHQteHMgZm9udC1zZW1pYm9sZCBsZzpsZWFkaW5nLTYgbGVhZGluZy0yIHRleHQtcHVycGxlLTkwMCByaW5nLTEgcmluZy1pbnNldCByaW5nLWluZGlnby02MDAvMTBcIj5cbiAgICAgICAgICAgICAgICAgICAgICBXaGF0J3MgbmV3XG4gICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9jb21tdW5pdHkvdmVyc2VmZXN0XCIgY2xhc3NOYW1lPVwiaW5saW5lLWZsZXggaXRlbXMtY2VudGVyIHNwYWNlLXgtMiB0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtY3lhbi03MDAgaG92ZXI6dGV4dC1wdXJwbGUtNzAwXCI+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT1cInVuZGVybGluZVwiPlZlcnNlRmVzdCAyMDI0PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICA8Q2hldnJvblJpZ2h0SWNvbiBjbGFzc05hbWU9XCJoLTUgdy01IHRleHQtcHVycGxlLTcwMFwiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIC8+XG4gICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8aDEgY2xhc3NOYW1lPVwiZm9udC1kaXNwbGF5IGxnOm1heC13LTJ4bCBmb250LWJvbGQgdHJhY2tpbmctdGlnaHRlciB0ZXh0LWdyYWRpZW50LWRhcmsgbGc6dGV4dC03eGwgdGV4dC01eGxcIj5cbiAgICAgICAgICAgIFRoZSBGdXR1cmUgb2YgQ29sbGFib3JhdGlvbiBpcyBOb3cuXG4gICAgICAgICAgPC9oMT5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZvbnQtZXRobm9jZW50cmljIGxnOm1heC13LTN4bCBtYXgtdy0yeGwgbXktNiBzcGFjZS15LTYgZm9udC1kaXNwbGF5IGZvbnQtbWVkaXVtIGxnOnRleHQtMnhsIHRleHQteGwgdHJhY2tpbmctdGlnaHQgdGV4dC1wdXJwbGUtODAwXCI+XG4gICAgICAgICAgICA8cD5BdCA8c3BhbiBjbGFzc05hbWU9J2JnLWdyYWRpZW50MyBmb250LXNlbWlib2xkJz5PdXJWZXJzZTwvc3Bhbj4sIHdlIGdvIGJleW9uZCB0cmFkaXRpb25hbCB2aWRlbyBjYWxscy4gXG4gICAgICAgICAgICBPdXIgaW1tZXJzaXZlIG1ldGF2ZXJzZSBwbGF0Zm9ybSBicmluZ3MgcGVvcGxlIHRvZ2V0aGVyIGluIGEgZHluYW1pYywgaW50ZXJhY3RpdmUgZW52aXJvbm1lbnQgd2hlcmUgbWVldGluZ3MgXG4gICAgICAgICAgICBhbmQgZXZlbnRzIGZlZWwgcmVhbC48L3A+XG4gICAgICAgICAgICA8cD5CdWlsdCBvbiB0aGUgZGVjZW50cmFsaXplZCBUaHJlZUZvbGQgR3JpZCwgd2UgZW1wb3dlciBnbG9iYWwgY29sbGFib3JhdGlvbiB3aXRoIGVuaGFuY2VkIHNlY3VyaXR5LCBcbiAgICAgICAgICAgIGZsZXhpYmlsaXR5LCBhbmQgZnJlZWRvbS48L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBwYi04IGZsZXggaXRlbXMtY2VudGVyIGdhcC14LTZcIj5cbiAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgIGhyZWY9XCIjXCJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwicm91bmRlZC0yeGwgYnRuLWdyYWRpZW50LWRhcmsgcHgtMy41IHB5LTIuNSB0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgdGV4dC13aGl0ZSBzaGFkb3ctc20gaG92ZXI6YmctcHVycGxlLTUwMCBmb2N1cy12aXNpYmxlOm91dGxpbmUgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLTIgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLW9mZnNldC0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1wdXJwbGUtNTAwXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgSm9pbiBPdXJWZXJzZVxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMCBob3Zlcjp0ZXh0LXB1cnBsZS03MDBcIj5cbiAgICAgICAgICAgICAgTGVhcm4gbW9yZSA8c3BhbiBhcmlhLWhpZGRlbj1cInRydWVcIj7ihpI8L3NwYW4+XG4gICAgICAgICAgICA8L2E+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8L0NvbnRhaW5lcj5cbiAgICA8L0dyYWRpZW50PlxuICApO1xufVxuIl0sIm5hbWVzIjpbIkJ1dHRvbiIsIkNvbnRhaW5lciIsIkdyYWRpZW50IiwiQ2hldnJvblJpZ2h0SWNvbiIsIkhvbWVwYWdlIiwiY2xhc3NOYW1lIiwidmlkZW8iLCJhdXRvUGxheSIsImxvb3AiLCJtdXRlZCIsInBsYXlzSW5saW5lIiwic291cmNlIiwic3JjIiwidHlwZSIsImRpdiIsInNwYW4iLCJhIiwiaHJlZiIsImFyaWEtaGlkZGVuIiwiaDEiLCJwIl0sInNvdXJjZVJvb3QiOiIifQ==\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/* harmony import */ var _barrel_optimize_names_ChevronRightIcon_heroicons_react_20_solid__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! __barrel_optimize__?names=ChevronRightIcon!=!@heroicons/react/20/solid */ \"(rsc)/./node_modules/@heroicons/react/20/solid/esm/ChevronRightIcon.js\");\n\n\n\n\n\nfunction Homepage() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_Gradient__WEBPACK_IMPORTED_MODULE_3__.Gradient, {\n className: \"pt-24 pb-12\",\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/ourverse5.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\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-12 mb-6 lg:mt-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"inline-flex space-x-6\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"rounded-full btn-gradient-lt lg:px-3 lg:py-1 px-0 lg:text-sm text-xs font-semibold lg:leading-6 leading-2 text-purple-900 ring-1 ring-inset ring-indigo-600/10\",\n children: \"What's new\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 25,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"/community/blogs/herogpt\",\n className: \"inline-flex items-center space-x-2 text-sm font-semibold leading-6 text-cyan-700 hover:text-purple-700\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"underline\",\n children: \"HeroGPT v1.0.0\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 29,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_barrel_optimize_names_ChevronRightIcon_heroicons_react_20_solid__WEBPACK_IMPORTED_MODULE_4__[\"default\"], {\n className: \"h-5 w-5 text-purple-700\",\n \"aria-hidden\": \"true\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 30,\n columnNumber: 21\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: 21\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 24,\n columnNumber: 19\n }, this)\n }, void 0, false, {\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)(\"h1\", {\n className: \"font-display lg:max-w-2xl font-bold tracking-tighter text-gradient-dark lg:text-7xl text-5xl\",\n children: \"The Future of Collaboration is Now.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 34,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"font-ethnocentric lg:max-w-3xl max-w-2xl my-6 space-y-6 font-display font-medium lg:text-2xl text-xl tracking-tight text-purple-800\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: [\n \"At \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"bg-gradient3 font-semibold\",\n children: \"OurVerse\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 38,\n columnNumber: 19\n }, this),\n \", we go beyond traditional video calls. Our immersive metaverse platform brings people together in a dynamic, interactive environment where meetings and events feel real.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 38,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: \"Built on the decentralized ThreeFold Grid, we empower global collaboration with enhanced security, flexibility, and freedom.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx\",\n lineNumber: 41,\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: 37,\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 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: 45,\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-700\",\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: 52,\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: 51,\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: 44,\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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Ib21lcGFnZS5qc3giLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBNkM7QUFDTTtBQUNGO0FBQ1c7QUFFckQsU0FBU0k7SUFDZCxxQkFDRSw4REFBQ0YsMERBQVFBO1FBQUNHLFdBQVU7a0JBQ2xCLDRFQUFDSiw0REFBU0E7OzhCQUVSLDhEQUFDSztvQkFDQ0MsUUFBUTtvQkFDUkMsSUFBSTtvQkFDSkMsS0FBSztvQkFDTEMsV0FBVztvQkFDWEwsV0FBVTs7c0NBRVYsOERBQUNNOzRCQUFPQyxLQUFJOzRCQUF3QkMsTUFBSzs7Ozs7O3dCQUFjOzs7Ozs7OzhCQUl6RCw4REFBQ0M7b0JBQUlULFdBQVU7O3NDQUNiLDhEQUFDUzs0QkFBSVQsV0FBVTtzQ0FDUCw0RUFBQ1M7Z0NBQUlULFdBQVU7O2tEQUNiLDhEQUFDVTt3Q0FBS1YsV0FBVTtrREFBaUs7Ozs7OztrREFHakwsOERBQUNXO3dDQUFFQyxNQUFLO3dDQUEyQlosV0FBVTs7MERBQzdDLDhEQUFDVTtnREFBS1YsV0FBVTswREFBWTs7Ozs7OzBEQUM1Qiw4REFBQ0Ysd0dBQWdCQTtnREFBQ0UsV0FBVTtnREFBMEJhLGVBQVk7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O3NDQUk1RSw4REFBQ0M7NEJBQUdkLFdBQVU7c0NBQStGOzs7Ozs7c0NBRzdHLDhEQUFDUzs0QkFBSVQsV0FBVTs7OENBQ2IsOERBQUNlOzt3Q0FBRTtzREFBRyw4REFBQ0w7NENBQUtWLFdBQVU7c0RBQTZCOzs7Ozs7d0NBQWU7Ozs7Ozs7OENBR2xFLDhEQUFDZTs4Q0FBRTs7Ozs7Ozs7Ozs7O3NDQUdMLDhEQUFDTjs0QkFBSVQsV0FBVTs7OENBQ2IsOERBQUNXO29DQUNDQyxNQUFLO29DQUNMWixXQUFVOzhDQUNYOzs7Ozs7OENBR0QsOERBQUNXO29DQUFFQyxNQUFLO29DQUFJWixXQUFVOzt3Q0FBd0U7c0RBQ2pGLDhEQUFDVTs0Q0FBS0csZUFBWTtzREFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFPbEQiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Ib21lcGFnZS5qc3g/OWM3OSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCdXR0b24gfSBmcm9tICdAL2NvbXBvbmVudHMvQnV0dG9uJztcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJ0AvY29tcG9uZW50cy9Db250YWluZXInO1xuaW1wb3J0IHsgR3JhZGllbnQgfSBmcm9tICdAL2NvbXBvbmVudHMvR3JhZGllbnQnO1xuaW1wb3J0IHsgQ2hldnJvblJpZ2h0SWNvbiB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMjAvc29saWQnXG5cbmV4cG9ydCBmdW5jdGlvbiBIb21lcGFnZSgpIHtcbiAgcmV0dXJuIChcbiAgICA8R3JhZGllbnQgY2xhc3NOYW1lPVwicHQtMjQgcGItMTJcIj5cbiAgICAgIDxDb250YWluZXI+XG4gICAgICAgIHsvKiBCYWNrZ3JvdW5kIFZpZGVvICovfVxuICAgICAgICA8dmlkZW9cbiAgICAgICAgICBhdXRvUGxheVxuICAgICAgICAgIGxvb3BcbiAgICAgICAgICBtdXRlZFxuICAgICAgICAgIHBsYXlzSW5saW5lXG4gICAgICAgICAgY2xhc3NOYW1lPVwiYWJzb2x1dGUgaW5zZXQtMCB3LWZ1bGwgaC1mdWxsIG9iamVjdC1jb3ZlciAtei0xMFwiXG4gICAgICAgID5cbiAgICAgICAgICA8c291cmNlIHNyYz1cIi92aWRlb3Mvb3VydmVyc2U1Lm1wNFwiIHR5cGU9XCJ2aWRlby9tcDRcIiAvPlxuICAgICAgICAgIFlvdXIgYnJvd3NlciBkb2VzIG5vdCBzdXBwb3J0IHRoZSB2aWRlbyB0YWcuXG4gICAgICAgIDwvdmlkZW8+XG5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LXhsIGxnOm1heC13LTZ4bFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTIgbWItNiBsZzptdC0xNlwiPlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJpbmxpbmUtZmxleCBzcGFjZS14LTZcIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPVwicm91bmRlZC1mdWxsIGJ0bi1ncmFkaWVudC1sdCBsZzpweC0zIGxnOnB5LTEgcHgtMCBsZzp0ZXh0LXNtIHRleHQteHMgZm9udC1zZW1pYm9sZCBsZzpsZWFkaW5nLTYgbGVhZGluZy0yIHRleHQtcHVycGxlLTkwMCByaW5nLTEgcmluZy1pbnNldCByaW5nLWluZGlnby02MDAvMTBcIj5cbiAgICAgICAgICAgICAgICAgICAgICBXaGF0J3MgbmV3XG4gICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9jb21tdW5pdHkvYmxvZ3MvaGVyb2dwdFwiIGNsYXNzTmFtZT1cImlubGluZS1mbGV4IGl0ZW1zLWNlbnRlciBzcGFjZS14LTIgdGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LWN5YW4tNzAwIGhvdmVyOnRleHQtcHVycGxlLTcwMFwiPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9XCJ1bmRlcmxpbmVcIj5IZXJvR1BUIHYxLjAuMDwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPENoZXZyb25SaWdodEljb24gY2xhc3NOYW1lPVwiaC01IHctNSB0ZXh0LXB1cnBsZS03MDBcIiBhcmlhLWhpZGRlbj1cInRydWVcIiAvPlxuICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGgxIGNsYXNzTmFtZT1cImZvbnQtZGlzcGxheSBsZzptYXgtdy0yeGwgZm9udC1ib2xkIHRyYWNraW5nLXRpZ2h0ZXIgdGV4dC1ncmFkaWVudC1kYXJrIGxnOnRleHQtN3hsIHRleHQtNXhsXCI+XG4gICAgICAgICAgICBUaGUgRnV0dXJlIG9mIENvbGxhYm9yYXRpb24gaXMgTm93LlxuICAgICAgICAgIDwvaDE+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmb250LWV0aG5vY2VudHJpYyBsZzptYXgtdy0zeGwgbWF4LXctMnhsIG15LTYgc3BhY2UteS02IGZvbnQtZGlzcGxheSBmb250LW1lZGl1bSBsZzp0ZXh0LTJ4bCB0ZXh0LXhsIHRyYWNraW5nLXRpZ2h0IHRleHQtcHVycGxlLTgwMFwiPlxuICAgICAgICAgICAgPHA+QXQgPHNwYW4gY2xhc3NOYW1lPSdiZy1ncmFkaWVudDMgZm9udC1zZW1pYm9sZCc+T3VyVmVyc2U8L3NwYW4+LCB3ZSBnbyBiZXlvbmQgdHJhZGl0aW9uYWwgdmlkZW8gY2FsbHMuIFxuICAgICAgICAgICAgT3VyIGltbWVyc2l2ZSBtZXRhdmVyc2UgcGxhdGZvcm0gYnJpbmdzIHBlb3BsZSB0b2dldGhlciBpbiBhIGR5bmFtaWMsIGludGVyYWN0aXZlIGVudmlyb25tZW50IHdoZXJlIG1lZXRpbmdzIFxuICAgICAgICAgICAgYW5kIGV2ZW50cyBmZWVsIHJlYWwuPC9wPlxuICAgICAgICAgICAgPHA+QnVpbHQgb24gdGhlIGRlY2VudHJhbGl6ZWQgVGhyZWVGb2xkIEdyaWQsIHdlIGVtcG93ZXIgZ2xvYmFsIGNvbGxhYm9yYXRpb24gd2l0aCBlbmhhbmNlZCBzZWN1cml0eSwgXG4gICAgICAgICAgICBmbGV4aWJpbGl0eSwgYW5kIGZyZWVkb20uPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTAgcGItOCBmbGV4IGl0ZW1zLWNlbnRlciBnYXAteC02XCI+XG4gICAgICAgICAgICA8YVxuICAgICAgICAgICAgICBocmVmPVwiI1wiXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cInJvdW5kZWQtMnhsIGJ0bi1ncmFkaWVudC1kYXJrIHB4LTMuNSBweS0yLjUgdGV4dC1zbSBmb250LXNlbWlib2xkIHRleHQtd2hpdGUgc2hhZG93LXNtIGhvdmVyOmJnLXB1cnBsZS01MDAgZm9jdXMtdmlzaWJsZTpvdXRsaW5lIGZvY3VzLXZpc2libGU6b3V0bGluZS0yIGZvY3VzLXZpc2libGU6b3V0bGluZS1vZmZzZXQtMiBmb2N1cy12aXNpYmxlOm91dGxpbmUtcHVycGxlLTUwMFwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgIEpvaW4gT3VyVmVyc2VcbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDAgaG92ZXI6dGV4dC1wdXJwbGUtNzAwXCI+XG4gICAgICAgICAgICAgIExlYXJuIG1vcmUgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+4oaSPC9zcGFuPlxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9Db250YWluZXI+XG4gICAgPC9HcmFkaWVudD5cbiAgKTtcbn1cbiJdLCJuYW1lcyI6WyJCdXR0b24iLCJDb250YWluZXIiLCJHcmFkaWVudCIsIkNoZXZyb25SaWdodEljb24iLCJIb21lcGFnZSIsImNsYXNzTmFtZSIsInZpZGVvIiwiYXV0b1BsYXkiLCJsb29wIiwibXV0ZWQiLCJwbGF5c0lubGluZSIsInNvdXJjZSIsInNyYyIsInR5cGUiLCJkaXYiLCJzcGFuIiwiYSIsImhyZWYiLCJhcmlhLWhpZGRlbiIsImgxIiwicCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Homepage.jsx\n");
/***/ }),
diff --git a/.next/server/app/community/page.js b/.next/server/app/community/page.js
index ba04aa8..b40fc0a 100644
--- a/.next/server/app/community/page.js
+++ b/.next/server/app/community/page.js
@@ -311,7 +311,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 \" OurVerse, LLC. 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/MTUzOSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJ1xuaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5cblxuZXhwb3J0IGZ1bmN0aW9uIEZvb3RlcigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGNsYXNzTmFtZT1cImZsZXgtbm9uZSBweS0xNlwiPlxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJmbGV4IGZsZXgtY29sIGl0ZW1zLWNlbnRlciBqdXN0aWZ5LWJldHdlZW4gbWQ6ZmxleC1yb3dcIj5cbiAgICAgICAgPExvZ28gY2xhc3NOYW1lPVwiaC0xMiB3LWF1dG8gdGV4dC1zbGF0ZS05MDBcIiAvPlxuICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC02IHRleHQtYmFzZSB0ZXh0LXNseGF0ZS01MDAgbWQ6bXQtMFwiPlxuICAgICAgICAgIENvcHlyaWdodCAmY29weTsge25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gT3VyVmVyc2UsIExMQy4gQWxsXG4gICAgICAgICAgcmlnaHRzIHJlc2VydmVkLlxuICAgICAgICA8L3A+XG4gICAgICA8L0NvbnRhaW5lcj5cbiAgICA8L2Zvb3Rlcj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbIkNvbnRhaW5lciIsIkxvZ28iLCJGb290ZXIiLCJmb290ZXIiLCJjbGFzc05hbWUiLCJwIiwiRGF0ZSIsImdldEZ1bGxZZWFyIl0sInNvdXJjZVJvb3QiOiIifQ==\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: \"/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");
/***/ }),
@@ -322,7 +322,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: \"Marketing\",\n href: \"#\"\n },\n {\n name: \"Analytics\",\n href: \"#\"\n },\n {\n name: \"Commerce\",\n href: \"#\"\n },\n {\n name: \"Insights\",\n href: \"#\"\n }\n ],\n support: [\n {\n name: \"Pricing\",\n href: \"#\"\n },\n {\n name: \"Documentation\",\n href: \"#\"\n },\n {\n name: \"Guides\",\n href: \"#\"\n },\n {\n name: \"API Status\",\n href: \"#\"\n }\n ],\n company: [\n {\n name: \"About\",\n href: \"#\"\n },\n {\n name: \"Blog\",\n href: \"#\"\n },\n {\n name: \"Jobs\",\n href: \"#\"\n },\n {\n name: \"Press\",\n href: \"#\"\n },\n {\n name: \"Partners\",\n href: \"#\"\n }\n ],\n legal: [\n {\n name: \"Claim\",\n href: \"#\"\n },\n {\n name: \"Privacy\",\n href: \"#\"\n },\n {\n name: \"Terms\",\n href: \"#\"\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: 34,\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: 33,\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: 47,\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: 46,\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: 60,\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: 59,\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: 69,\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: 68,\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: 82,\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: 81,\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: 96,\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: 102,\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: 107,\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: 113,\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: 114,\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: 112,\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: 110,\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: 101,\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: 122,\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: 126,\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: 125,\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: 123,\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: 121,\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: 134,\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: 138,\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: 137,\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: 135,\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: 133,\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: 120,\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: 148,\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.company.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: 152,\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: 151,\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: 149,\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: 147,\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: 160,\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: 164,\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: 163,\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: 161,\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: 159,\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: 146,\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: 119,\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: 100,\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: 175,\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: 174,\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: 99,\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: 95,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFhQyxNQUFNO1FBQUk7UUFDL0I7WUFBRUQsTUFBTTtZQUFhQyxNQUFNO1FBQUk7UUFDL0I7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7UUFDOUI7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7S0FDL0I7SUFDREMsU0FBUztRQUNQO1lBQUVGLE1BQU07WUFBV0MsTUFBTTtRQUFJO1FBQzdCO1lBQUVELE1BQU07WUFBaUJDLE1BQU07UUFBSTtRQUNuQztZQUFFRCxNQUFNO1lBQVVDLE1BQU07UUFBSTtRQUM1QjtZQUFFRCxNQUFNO1lBQWNDLE1BQU07UUFBSTtLQUNqQztJQUNERSxTQUFTO1FBQ1A7WUFBRUgsTUFBTTtZQUFTQyxNQUFNO1FBQUk7UUFDM0I7WUFBRUQsTUFBTTtZQUFRQyxNQUFNO1FBQUk7UUFDMUI7WUFBRUQsTUFBTTtZQUFRQyxNQUFNO1FBQUk7UUFDMUI7WUFBRUQsTUFBTTtZQUFTQyxNQUFNO1FBQUk7UUFDM0I7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7S0FDL0I7SUFDREcsT0FBTztRQUNMO1lBQUVKLE1BQU07WUFBU0MsTUFBTTtRQUFJO1FBQzNCO1lBQUVELE1BQU07WUFBV0MsTUFBTTtRQUFJO1FBQzdCO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUFJO0tBQzVCO0lBQ0RJLFFBQVE7UUFDTjtZQUNFTCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO1FBQ0E7WUFDRWQsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFBS0UsR0FBRTs7Ozs7Ozs7Ozs7UUFHZDtRQUNBO1lBQ0ViLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO1FBQ0E7WUFDRWQsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7S0FDRDtBQUNIO0FBRWUsU0FBU0M7SUFDdEIscUJBQ0UsOERBQUNDO1FBQU9DLG1CQUFnQjtRQUFpQkMsV0FBVTs7MEJBQ2pELDhEQUFDQztnQkFBR0MsSUFBRztnQkFBaUJGLFdBQVU7MEJBQVU7Ozs7OzswQkFHNUMsOERBQUNHO2dCQUFJSCxXQUFVOztrQ0FDYiw4REFBQ0c7d0JBQUlILFdBQVU7OzBDQUNiLDhEQUFDRztnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNJO3dDQUNDQyxLQUFJO3dDQUNKQyxLQUFJO3dDQUNKTixXQUFVOzs7Ozs7a0RBRVosOERBQUNPO3dDQUFFUCxXQUFVO2tEQUFvQzs7Ozs7O2tEQUdqRCw4REFBQ0c7d0NBQUlILFdBQVU7a0RBQ1pwQixXQUFXTyxNQUFNLENBQUNxQixHQUFHLENBQUMsQ0FBQ0MscUJBQ3RCLDhEQUFDQztnREFBa0IzQixNQUFNMEIsS0FBSzFCLElBQUk7Z0RBQUVpQixXQUFVOztrRUFDNUMsOERBQUNXO3dEQUFLWCxXQUFVO2tFQUFXUyxLQUFLM0IsSUFBSTs7Ozs7O2tFQUNwQyw4REFBQzJCLEtBQUtyQixJQUFJO3dEQUFDd0IsZUFBWTt3REFBT1osV0FBVTs7Ozs7OzsrQ0FGbENTLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBDQU92Qiw4REFBQ3FCO2dDQUFJSCxXQUFVOztrREFDYiw4REFBQ0c7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0MsU0FBUyxDQUFDMkIsR0FBRyxDQUFDLENBQUNDLHFCQUN6Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ksT0FBTyxDQUFDd0IsR0FBRyxDQUFDLENBQUNDLHFCQUN2Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrREFTMUIsOERBQUNxQjt3Q0FBSUgsV0FBVTs7MERBQ2IsOERBQUNHOztrRUFDQyw4REFBQ1U7d0RBQUdiLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDYzt3REFBR0MsTUFBSzt3REFBT2YsV0FBVTtrRUFDdkJwQixXQUFXSyxPQUFPLENBQUN1QixHQUFHLENBQUMsQ0FBQ0MscUJBQ3ZCLDhEQUFDTzswRUFDQyw0RUFBQ047b0VBQUUzQixNQUFNMEIsS0FBSzFCLElBQUk7b0VBQUVpQixXQUFVOzhFQUMzQlMsS0FBSzNCLElBQUk7Ozs7OzsrREFGTDJCLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBEQVF4Qiw4REFBQ3FCO2dEQUFJSCxXQUFVOztrRUFDYiw4REFBQ2E7d0RBQUdiLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDYzt3REFBR0MsTUFBSzt3REFBT2YsV0FBVTtrRUFDdkJwQixXQUFXTSxLQUFLLENBQUNzQixHQUFHLENBQUMsQ0FBQ0MscUJBQ3JCLDhEQUFDTzswRUFDQyw0RUFBQ047b0VBQUUzQixNQUFNMEIsS0FBSzFCLElBQUk7b0VBQUVpQixXQUFVOzhFQUMzQlMsS0FBSzNCLElBQUk7Ozs7OzsrREFGTDJCLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O2tDQVc5Qiw4REFBQ3FCO3dCQUFJSCxXQUFVO2tDQUNiLDRFQUFDTzs0QkFBRVAsV0FBVTtzQ0FBb0M7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBSzNEIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvRm9vdGVyMi5qc3g/ZjM3ZiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMb2dvIH0gZnJvbSAnQC9jb21wb25lbnRzL0xvZ28nXG5cbmNvbnN0IG5hdmlnYXRpb24gPSB7XG4gIHNvbHV0aW9uczogW1xuICAgIHsgbmFtZTogJ01hcmtldGluZycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0FuYWx5dGljcycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0NvbW1lcmNlJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnSW5zaWdodHMnLCBocmVmOiAnIycgfSxcbiAgXSxcbiAgc3VwcG9ydDogW1xuICAgIHsgbmFtZTogJ1ByaWNpbmcnLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdEb2N1bWVudGF0aW9uJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnR3VpZGVzJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnQVBJIFN0YXR1cycsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBjb21wYW55OiBbXG4gICAgeyBuYW1lOiAnQWJvdXQnLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdCbG9nJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnSm9icycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ1ByZXNzJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnUGFydG5lcnMnLCBocmVmOiAnIycgfSxcbiAgXSxcbiAgbGVnYWw6IFtcbiAgICB7IG5hbWU6ICdDbGFpbScsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ1ByaXZhY3knLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdUZXJtcycsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBzb2NpYWw6IFtcbiAgICB7XG4gICAgICBuYW1lOiAnRmFjZWJvb2snLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0yMiAxMmMwLTUuNTIzLTQuNDc3LTEwLTEwLTEwUzIgNi40NzcgMiAxMmMwIDQuOTkxIDMuNjU3IDkuMTI4IDguNDM4IDkuODc4di02Ljk4N2gtMi41NFYxMmgyLjU0VjkuNzk3YzAtMi41MDYgMS40OTItMy44OSAzLjc3Ny0zLjg5IDEuMDk0IDAgMi4yMzguMTk1IDIuMjM4LjE5NXYyLjQ2aC0xLjI2Yy0xLjI0MyAwLTEuNjMuNzcxLTEuNjMgMS41NjJWMTJoMi43NzNsLS40NDMgMi44OWgtMi4zM3Y2Ljk4OEMxOC4zNDMgMjEuMTI4IDIyIDE2Ljk5MSAyMiAxMnpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnSW5zdGFncmFtJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTIuMzE1IDJjMi40MyAwIDIuNzg0LjAxMyAzLjgwOC4wNiAxLjA2NC4wNDkgMS43OTEuMjE4IDIuNDI3LjQ2NWE0LjkwMiA0LjkwMiAwIDAxMS43NzIgMS4xNTMgNC45MDIgNC45MDIgMCAwMTEuMTUzIDEuNzcyYy4yNDcuNjM2LjQxNiAxLjM2My40NjUgMi40MjcuMDQ4IDEuMDY3LjA2IDEuNDA3LjA2IDQuMTIzdi4wOGMwIDIuNjQzLS4wMTIgMi45ODctLjA2IDQuMDQzLS4wNDkgMS4wNjQtLjIxOCAxLjc5MS0uNDY1IDIuNDI3YTQuOTAyIDQuOTAyIDAgMDEtMS4xNTMgMS43NzIgNC45MDIgNC45MDIgMCAwMS0xLjc3MiAxLjE1M2MtLjYzNi4yNDctMS4zNjMuNDE2LTIuNDI3LjQ2NS0xLjA2Ny4wNDgtMS40MDcuMDYtNC4xMjMuMDZoLS4wOGMtMi42NDMgMC0yLjk4Ny0uMDEyLTQuMDQzLS4wNi0xLjA2NC0uMDQ5LTEuNzkxLS4yMTgtMi40MjctLjQ2NWE0LjkwMiA0LjkwMiAwIDAxLTEuNzcyLTEuMTUzIDQuOTAyIDQuOTAyIDAgMDEtMS4xNTMtMS43NzJjLS4yNDctLjYzNi0uNDE2LTEuMzYzLS40NjUtMi40MjctLjA0Ny0xLjAyNC0uMDYtMS4zNzktLjA2LTMuODA4di0uNjNjMC0yLjQzLjAxMy0yLjc4NC4wNi0zLjgwOC4wNDktMS4wNjQuMjE4LTEuNzkxLjQ2NS0yLjQyN2E0LjkwMiA0LjkwMiAwIDAxMS4xNTMtMS43NzJBNC45MDIgNC45MDIgMCAwMTUuNDUgMi41MjVjLjYzNi0uMjQ3IDEuMzYzLS40MTYgMi40MjctLjQ2NUM4LjkwMSAyLjAxMyA5LjI1NiAyIDExLjY4NSAyaC42M3ptLS4wODEgMS44MDJoLS40NjhjLTIuNDU2IDAtMi43ODQuMDExLTMuODA3LjA1OC0uOTc1LjA0NS0xLjUwNC4yMDctMS44NTcuMzQ0LS40NjcuMTgyLS44LjM5OC0xLjE1Ljc0OC0uMzUuMzUtLjU2Ni42ODMtLjc0OCAxLjE1LS4xMzcuMzUzLS4zLjg4Mi0uMzQ0IDEuODU3LS4wNDcgMS4wMjMtLjA1OCAxLjM1MS0uMDU4IDMuODA3di40NjhjMCAyLjQ1Ni4wMTEgMi43ODQuMDU4IDMuODA3LjA0NS45NzUuMjA3IDEuNTA0LjM0NCAxLjg1Ny4xODIuNDY2LjM5OS44Ljc0OCAxLjE1LjM1LjM1LjY4My41NjYgMS4xNS43NDguMzUzLjEzNy44ODIuMyAxLjg1Ny4zNDQgMS4wNTQuMDQ4IDEuMzcuMDU4IDQuMDQxLjA1OGguMDhjMi41OTcgMCAyLjkxNy0uMDEgMy45Ni0uMDU4Ljk3Ni0uMDQ1IDEuNTA1LS4yMDcgMS44NTgtLjM0NC40NjYtLjE4Mi44LS4zOTggMS4xNS0uNzQ4LjM1LS4zNS41NjYtLjY4My43NDgtMS4xNS4xMzctLjM1My4zLS44ODIuMzQ0LTEuODU3LjA0OC0xLjA1NS4wNTgtMS4zNy4wNTgtNC4wNDF2LS4wOGMwLTIuNTk3LS4wMS0yLjkxNy0uMDU4LTMuOTYtLjA0NS0uOTc2LS4yMDctMS41MDUtLjM0NC0xLjg1OGEzLjA5NyAzLjA5NyAwIDAwLS43NDgtMS4xNSAzLjA5OCAzLjA5OCAwIDAwLTEuMTUtLjc0OGMtLjM1My0uMTM3LS44ODItLjMtMS44NTctLjM0NC0xLjAyMy0uMDQ3LTEuMzUxLS4wNTgtMy44MDctLjA1OHpNMTIgNi44NjVhNS4xMzUgNS4xMzUgMCAxMTAgMTAuMjcgNS4xMzUgNS4xMzUgMCAwMTAtMTAuMjd6bTAgMS44MDJhMy4zMzMgMy4zMzMgMCAxMDAgNi42NjYgMy4zMzMgMy4zMzMgMCAwMDAtNi42NjZ6bTUuMzM4LTMuMjA1YTEuMiAxLjIgMCAxMTAgMi40IDEuMiAxLjIgMCAwMTAtMi40elwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdYJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aCBkPVwiTTEzLjY4MjMgMTAuNjIxOEwyMC4yMzkxIDNIMTguNjg1NEwxMi45OTIxIDkuNjE3ODhMOC40NDQ4NiAzSDMuMjAwMkwxMC4wNzY1IDEzLjAwNzRMMy4yMDAyIDIxSDQuNzU0MDRMMTAuNzY2MyAxNC4wMTEzTDE1LjU2ODUgMjFIMjAuODEzMUwxMy42ODE5IDEwLjYyMThIMTMuNjgyM1pNMTEuNTU0MSAxMy4wOTU2TDEwLjg1NzQgMTIuMDk5MUw1LjMxMzkxIDQuMTY5NzFINy43MDA1M0wxMi4xNzQyIDEwLjU2ODlMMTIuODcwOSAxMS41NjU1TDE4LjY4NjEgMTkuODgzNUgxNi4yOTk1TDExLjU1NDEgMTMuMDk2VjEzLjA5NTZaXCIgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0dpdEh1YicsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTEyIDJDNi40NzcgMiAyIDYuNDg0IDIgMTIuMDE3YzAgNC40MjUgMi44NjUgOC4xOCA2LjgzOSA5LjUwNC41LjA5Mi42ODItLjIxNy42ODItLjQ4MyAwLS4yMzctLjAwOC0uODY4LS4wMTMtMS43MDMtMi43ODIuNjA1LTMuMzY5LTEuMzQzLTMuMzY5LTEuMzQzLS40NTQtMS4xNTgtMS4xMS0xLjQ2Ni0xLjExLTEuNDY2LS45MDgtLjYyLjA2OS0uNjA4LjA2OS0uNjA4IDEuMDAzLjA3IDEuNTMxIDEuMDMyIDEuNTMxIDEuMDMyLjg5MiAxLjUzIDIuMzQxIDEuMDg4IDIuOTEuODMyLjA5Mi0uNjQ3LjM1LTEuMDg4LjYzNi0xLjMzOC0yLjIyLS4yNTMtNC41NTUtMS4xMTMtNC41NTUtNC45NTEgMC0xLjA5My4zOS0xLjk4OCAxLjAyOS0yLjY4OC0uMTAzLS4yNTMtLjQ0Ni0xLjI3Mi4wOTgtMi42NSAwIDAgLjg0LS4yNyAyLjc1IDEuMDI2QTkuNTY0IDkuNTY0IDAgMDExMiA2Ljg0NGMuODUuMDA0IDEuNzA1LjExNSAyLjUwNC4zMzcgMS45MDktMS4yOTYgMi43NDctMS4wMjcgMi43NDctMS4wMjcuNTQ2IDEuMzc5LjIwMiAyLjM5OC4xIDIuNjUxLjY0LjcgMS4wMjggMS41OTUgMS4wMjggMi42ODggMCAzLjg0OC0yLjMzOSA0LjY5NS00LjU2NiA0Ljk0My4zNTkuMzA5LjY3OC45Mi42NzggMS44NTUgMCAxLjMzOC0uMDEyIDIuNDE5LS4wMTIgMi43NDcgMCAuMjY4LjE4LjU4LjY4OC40ODJBMTAuMDE5IDEwLjAxOSAwIDAwMjIgMTIuMDE3QzIyIDYuNDg0IDE3LjUyMiAyIDEyIDJ6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1lvdVR1YmUnLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xOS44MTIgNS40MThjLjg2MS4yMyAxLjUzOC45MDcgMS43NjggMS43NjhDMjEuOTk4IDguNzQ2IDIyIDEyIDIyIDEyczAgMy4yNTUtLjQxOCA0LjgxNGEyLjUwNCAyLjUwNCAwIDAgMS0xLjc2OCAxLjc2OGMtMS41Ni40MTktNy44MTQuNDE5LTcuODE0LjQxOXMtNi4yNTUgMC03LjgxNC0uNDE5YTIuNTA1IDIuNTA1IDAgMCAxLTEuNzY4LTEuNzY4QzIgMTUuMjU1IDIgMTIgMiAxMnMwLTMuMjU1LjQxNy00LjgxNGEyLjUwNyAyLjUwNyAwIDAgMSAxLjc2OC0xLjc2OEM1Ljc0NCA1IDExLjk5OCA1IDExLjk5OCA1czYuMjU1IDAgNy44MTQuNDE4Wk0xNS4xOTQgMTIgMTAgMTVWOWw1LjE5NCAzWlwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICBdLFxufVxuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBGb290ZXIyKCkge1xuICByZXR1cm4gKFxuICAgIDxmb290ZXIgYXJpYS1sYWJlbGxlZGJ5PVwiZm9vdGVyLWhlYWRpbmdcIiBjbGFzc05hbWU9XCJiZy13aGl0ZVwiPlxuICAgICAgPGgyIGlkPVwiZm9vdGVyLWhlYWRpbmdcIiBjbGFzc05hbWU9XCJzci1vbmx5XCI+XG4gICAgICAgIEZvb3RlclxuICAgICAgPC9oMj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgcHgtNiBwYi04IHB0LTE2IHNtOnB0LTI0IGxnOnB4LTggbGc6cHQtMzJcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJ4bDpncmlkIHhsOmdyaWQtY29scy0zIHhsOmdhcC04XCI+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJzcGFjZS15LThcIj5cbiAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgYWx0PVwiQ29tcGFueSBuYW1lXCJcbiAgICAgICAgICAgICAgc3JjPVwiL2ltYWdlcy9sb2dvZnVsbC5zdmdcIlxuICAgICAgICAgICAgICBjbGFzc05hbWU9XCJoLTEwXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDBcIj5cbiAgICAgICAgICAgIFRoZSBGdXR1cmUgb2YgQ29sbGFib3JhdGlvbiBpcyBOb3cuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggc3BhY2UteC02XCI+XG4gICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnNvY2lhbC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICA8YSBrZXk9e2l0ZW0ubmFtZX0gaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXB1cnBsZS00MDAgaG92ZXI6dGV4dC1wdXJwbGUtNTAwXCI+XG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9XCJzci1vbmx5XCI+e2l0ZW0ubmFtZX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICA8aXRlbS5pY29uIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cImgtNiB3LTZcIiAvPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTE2IGdyaWQgZ3JpZC1jb2xzLTIgZ2FwLTggeGw6Y29sLXNwYW4tMiB4bDptdC0wXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Tb2x1dGlvbnM8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2x1dGlvbnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIG1kOm10LTBcIj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5TdXBwb3J0PC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uc3VwcG9ydC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibWQ6Z3JpZCBtZDpncmlkLWNvbHMtMiBtZDpnYXAtOFwiPlxuICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMFwiPkNvbXBhbnk8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5jb21wYW55Lm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+TGVnYWw8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5sZWdhbC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTYgYm9yZGVyLXQgYm9yZGVyLXB1cnBsZS05MDAvMTAgcHQtOCBzbTptdC0yMCBsZzptdC0yNFwiPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQteHMgbGVhZGluZy01IHRleHQtcHVycGxlLTUwMFwiPiZjb3B5OyAyMDI0IE91cndvcmxkIEhvbGRpbmdzLCBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuPC9wPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZm9vdGVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiTG9nbyIsIm5hdmlnYXRpb24iLCJzb2x1dGlvbnMiLCJuYW1lIiwiaHJlZiIsInN1cHBvcnQiLCJjb21wYW55IiwibGVnYWwiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\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\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases\"\n },\n {\n name: \"HeroGPT\",\n href: \"/community/blogs/herogpt\"\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\"\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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFZQyxNQUFNO1FBQVk7UUFDdEM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQVk7UUFDdEM7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQTJCO1FBQ3BEO1lBQUVELE1BQU07WUFBZ0JDLE1BQU07UUFBSTtLQUNuQztJQUNEQyxTQUFTO1FBQ1A7WUFBRUYsTUFBTTtZQUFpQkMsTUFBTTtRQUFJO1FBQ25DO1lBQUVELE1BQU07WUFBaUJDLE1BQU07UUFBSTtRQUNuQztZQUFFRCxNQUFNO1lBQVFDLE1BQU07UUFBYTtRQUNuQztZQUFFRCxNQUFNO1lBQVdDLE1BQU07UUFBc0I7S0FDaEQ7SUFDREUsVUFBVTtRQUNSO1lBQUVILE1BQU07WUFBYUMsTUFBTTtRQUF1QjtRQUNsRDtZQUFFRCxNQUFNO1lBQVNDLE1BQU07UUFBbUI7UUFDMUM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQXVCO0tBQ2xEO0lBQ0RHLE9BQU87UUFDTDtZQUFFSixNQUFNO1lBQVNDLE1BQU07UUFBK0I7UUFDdEQ7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQWlFO1FBQzFGO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUE2RTtLQUNyRztJQUNESSxRQUFRO1FBQ047WUFDRUwsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7UUFDQTtZQUNFZCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQUtFLEdBQUU7Ozs7Ozs7Ozs7O1FBR2Q7UUFDQTtZQUNFYixNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO0tBQ0Q7QUFDSDtBQUVlLFNBQVNDO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFPQyxtQkFBZ0I7UUFBaUJDLFdBQVU7OzBCQUNqRCw4REFBQ0M7Z0JBQUdDLElBQUc7Z0JBQWlCRixXQUFVOzBCQUFVOzs7Ozs7MEJBRzVDLDhEQUFDRztnQkFBSUgsV0FBVTs7a0NBQ2IsOERBQUNHO3dCQUFJSCxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDSTt3Q0FDQ0MsS0FBSTt3Q0FDSkMsS0FBSTt3Q0FDSk4sV0FBVTs7Ozs7O2tEQUVaLDhEQUFDTzt3Q0FBRVAsV0FBVTtrREFBb0M7Ozs7OztrREFHakQsOERBQUNHO3dDQUFJSCxXQUFVO2tEQUNacEIsV0FBV08sTUFBTSxDQUFDcUIsR0FBRyxDQUFDLENBQUNDLHFCQUN0Qiw4REFBQ0M7Z0RBQWtCM0IsTUFBTTBCLEtBQUsxQixJQUFJO2dEQUFFaUIsV0FBVTs7a0VBQzVDLDhEQUFDVzt3REFBS1gsV0FBVTtrRUFBV1MsS0FBSzNCLElBQUk7Ozs7OztrRUFDcEMsOERBQUMyQixLQUFLckIsSUFBSTt3REFBQ3dCLGVBQVk7d0RBQU9aLFdBQVU7Ozs7Ozs7K0NBRmxDUyxLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswQ0FPdkIsOERBQUNxQjtnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNHO3dDQUFJSCxXQUFVOzswREFDYiw4REFBQ0c7O2tFQUNDLDhEQUFDVTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdDLFNBQVMsQ0FBQzJCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDekIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MERBUXhCLDhEQUFDcUI7Z0RBQUlILFdBQVU7O2tFQUNiLDhEQUFDYTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdJLE9BQU8sQ0FBQ3dCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDdkIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7a0RBUzFCLDhEQUFDcUI7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ssUUFBUSxDQUFDdUIsR0FBRyxDQUFDLENBQUNDLHFCQUN4Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV00sS0FBSyxDQUFDc0IsR0FBRyxDQUFDLENBQUNDLHFCQUNyQiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrQ0FXOUIsOERBQUNxQjt3QkFBSUgsV0FBVTtrQ0FDYiw0RUFBQ087NEJBQUVQLFdBQVU7c0NBQW9DOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUszRCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0Zvb3RlcjIuanN4P2YzN2YiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5jb25zdCBuYXZpZ2F0aW9uID0ge1xuICBzb2x1dGlvbnM6IFtcbiAgICB7IG5hbWU6ICdGZWF0dXJlcycsIGhyZWY6ICcvZmVhdHVyZXMnIH0sXG4gICAgeyBuYW1lOiAnVXNlY2FzZXMnLCBocmVmOiAnL3VzZWNhc2VzJyB9LFxuICAgIHsgbmFtZTogJ0hlcm9HUFQnLCBocmVmOiAnL2NvbW11bml0eS9ibG9ncy9oZXJvZ3B0JyB9LFxuICAgIHsgbmFtZTogJ091clZlcnNlIEFwcCcsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBzdXBwb3J0OiBbXG4gICAgeyBuYW1lOiAnQ3VzdG9tZXIgQ2FyZScsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0RvY3VtZW50YXRpb24nLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdCbG9nJywgaHJlZjogJy9jb21tdW5pdHknIH0sXG4gICAgeyBuYW1lOiAnQ29tcGFueScsIGhyZWY6ICdodHRwczovL291cndvcmxkLnRmJyB9LFxuICBdLFxuICBwYXJ0bmVyczogW1xuICAgIHsgbmFtZTogJ1RocmVlRm9sZCcsIGhyZWY6ICdodHRwczovL3RocmVlZm9sZC5pbycgfSxcbiAgICB7IG5hbWU6ICdWaW5kbycsIGhyZWY6ICdodHRwczovL3ZpbmRvLmFpJyB9LFxuICAgIHsgbmFtZTogJ0luY3ViYWlkJywgaHJlZjogJ2h0dHBzOi8vaW5jdWJhaWQuY29tJyB9LFxuICBdLFxuICBsZWdhbDogW1xuICAgIHsgbmFtZTogJ0NsYWltJywgaHJlZjogJ2h0dHBzOi8vdGhyZWVmb2xkLmlvL3RmTGFicy8nIH0sXG4gICAgeyBuYW1lOiAnUHJpdmFjeScsIGhyZWY6ICdodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fcHJpdmFjeXBvbGljeScgfSxcbiAgICB7IG5hbWU6ICdUZXJtcycsIGhyZWY6ICdodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fdGVybXNfY29uZGl0aW9uc193ZWJzaXRlcycgfSxcbiAgXSxcbiAgc29jaWFsOiBbXG4gICAge1xuICAgICAgbmFtZTogJ0ZhY2Vib29rJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMjIgMTJjMC01LjUyMy00LjQ3Ny0xMC0xMC0xMFMyIDYuNDc3IDIgMTJjMCA0Ljk5MSAzLjY1NyA5LjEyOCA4LjQzOCA5Ljg3OHYtNi45ODdoLTIuNTRWMTJoMi41NFY5Ljc5N2MwLTIuNTA2IDEuNDkyLTMuODkgMy43NzctMy44OSAxLjA5NCAwIDIuMjM4LjE5NSAyLjIzOC4xOTV2Mi40NmgtMS4yNmMtMS4yNDMgMC0xLjYzLjc3MS0xLjYzIDEuNTYyVjEyaDIuNzczbC0uNDQzIDIuODloLTIuMzN2Ni45ODhDMTguMzQzIDIxLjEyOCAyMiAxNi45OTEgMjIgMTJ6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0luc3RhZ3JhbScsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTEyLjMxNSAyYzIuNDMgMCAyLjc4NC4wMTMgMy44MDguMDYgMS4wNjQuMDQ5IDEuNzkxLjIxOCAyLjQyNy40NjVhNC45MDIgNC45MDIgMCAwMTEuNzcyIDEuMTUzIDQuOTAyIDQuOTAyIDAgMDExLjE1MyAxLjc3MmMuMjQ3LjYzNi40MTYgMS4zNjMuNDY1IDIuNDI3LjA0OCAxLjA2Ny4wNiAxLjQwNy4wNiA0LjEyM3YuMDhjMCAyLjY0My0uMDEyIDIuOTg3LS4wNiA0LjA0My0uMDQ5IDEuMDY0LS4yMTggMS43OTEtLjQ2NSAyLjQyN2E0LjkwMiA0LjkwMiAwIDAxLTEuMTUzIDEuNzcyIDQuOTAyIDQuOTAyIDAgMDEtMS43NzIgMS4xNTNjLS42MzYuMjQ3LTEuMzYzLjQxNi0yLjQyNy40NjUtMS4wNjcuMDQ4LTEuNDA3LjA2LTQuMTIzLjA2aC0uMDhjLTIuNjQzIDAtMi45ODctLjAxMi00LjA0My0uMDYtMS4wNjQtLjA0OS0xLjc5MS0uMjE4LTIuNDI3LS40NjVhNC45MDIgNC45MDIgMCAwMS0xLjc3Mi0xLjE1MyA0LjkwMiA0LjkwMiAwIDAxLTEuMTUzLTEuNzcyYy0uMjQ3LS42MzYtLjQxNi0xLjM2My0uNDY1LTIuNDI3LS4wNDctMS4wMjQtLjA2LTEuMzc5LS4wNi0zLjgwOHYtLjYzYzAtMi40My4wMTMtMi43ODQuMDYtMy44MDguMDQ5LTEuMDY0LjIxOC0xLjc5MS40NjUtMi40MjdhNC45MDIgNC45MDIgMCAwMTEuMTUzLTEuNzcyQTQuOTAyIDQuOTAyIDAgMDE1LjQ1IDIuNTI1Yy42MzYtLjI0NyAxLjM2My0uNDE2IDIuNDI3LS40NjVDOC45MDEgMi4wMTMgOS4yNTYgMiAxMS42ODUgMmguNjN6bS0uMDgxIDEuODAyaC0uNDY4Yy0yLjQ1NiAwLTIuNzg0LjAxMS0zLjgwNy4wNTgtLjk3NS4wNDUtMS41MDQuMjA3LTEuODU3LjM0NC0uNDY3LjE4Mi0uOC4zOTgtMS4xNS43NDgtLjM1LjM1LS41NjYuNjgzLS43NDggMS4xNS0uMTM3LjM1My0uMy44ODItLjM0NCAxLjg1Ny0uMDQ3IDEuMDIzLS4wNTggMS4zNTEtLjA1OCAzLjgwN3YuNDY4YzAgMi40NTYuMDExIDIuNzg0LjA1OCAzLjgwNy4wNDUuOTc1LjIwNyAxLjUwNC4zNDQgMS44NTcuMTgyLjQ2Ni4zOTkuOC43NDggMS4xNS4zNS4zNS42ODMuNTY2IDEuMTUuNzQ4LjM1My4xMzcuODgyLjMgMS44NTcuMzQ0IDEuMDU0LjA0OCAxLjM3LjA1OCA0LjA0MS4wNThoLjA4YzIuNTk3IDAgMi45MTctLjAxIDMuOTYtLjA1OC45NzYtLjA0NSAxLjUwNS0uMjA3IDEuODU4LS4zNDQuNDY2LS4xODIuOC0uMzk4IDEuMTUtLjc0OC4zNS0uMzUuNTY2LS42ODMuNzQ4LTEuMTUuMTM3LS4zNTMuMy0uODgyLjM0NC0xLjg1Ny4wNDgtMS4wNTUuMDU4LTEuMzcuMDU4LTQuMDQxdi0uMDhjMC0yLjU5Ny0uMDEtMi45MTctLjA1OC0zLjk2LS4wNDUtLjk3Ni0uMjA3LTEuNTA1LS4zNDQtMS44NThhMy4wOTcgMy4wOTcgMCAwMC0uNzQ4LTEuMTUgMy4wOTggMy4wOTggMCAwMC0xLjE1LS43NDhjLS4zNTMtLjEzNy0uODgyLS4zLTEuODU3LS4zNDQtMS4wMjMtLjA0Ny0xLjM1MS0uMDU4LTMuODA3LS4wNTh6TTEyIDYuODY1YTUuMTM1IDUuMTM1IDAgMTEwIDEwLjI3IDUuMTM1IDUuMTM1IDAgMDEwLTEwLjI3em0wIDEuODAyYTMuMzMzIDMuMzMzIDAgMTAwIDYuNjY2IDMuMzMzIDMuMzMzIDAgMDAwLTYuNjY2em01LjMzOC0zLjIwNWExLjIgMS4yIDAgMTEwIDIuNCAxLjIgMS4yIDAgMDEwLTIuNHpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnWCcsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGggZD1cIk0xMy42ODIzIDEwLjYyMThMMjAuMjM5MSAzSDE4LjY4NTRMMTIuOTkyMSA5LjYxNzg4TDguNDQ0ODYgM0gzLjIwMDJMMTAuMDc2NSAxMy4wMDc0TDMuMjAwMiAyMUg0Ljc1NDA0TDEwLjc2NjMgMTQuMDExM0wxNS41Njg1IDIxSDIwLjgxMzFMMTMuNjgxOSAxMC42MjE4SDEzLjY4MjNaTTExLjU1NDEgMTMuMDk1NkwxMC44NTc0IDEyLjA5OTFMNS4zMTM5MSA0LjE2OTcxSDcuNzAwNTNMMTIuMTc0MiAxMC41Njg5TDEyLjg3MDkgMTEuNTY1NUwxOC42ODYxIDE5Ljg4MzVIMTYuMjk5NUwxMS41NTQxIDEzLjA5NlYxMy4wOTU2WlwiIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdHaXRIdWInLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xMiAyQzYuNDc3IDIgMiA2LjQ4NCAyIDEyLjAxN2MwIDQuNDI1IDIuODY1IDguMTggNi44MzkgOS41MDQuNS4wOTIuNjgyLS4yMTcuNjgyLS40ODMgMC0uMjM3LS4wMDgtLjg2OC0uMDEzLTEuNzAzLTIuNzgyLjYwNS0zLjM2OS0xLjM0My0zLjM2OS0xLjM0My0uNDU0LTEuMTU4LTEuMTEtMS40NjYtMS4xMS0xLjQ2Ni0uOTA4LS42Mi4wNjktLjYwOC4wNjktLjYwOCAxLjAwMy4wNyAxLjUzMSAxLjAzMiAxLjUzMSAxLjAzMi44OTIgMS41MyAyLjM0MSAxLjA4OCAyLjkxLjgzMi4wOTItLjY0Ny4zNS0xLjA4OC42MzYtMS4zMzgtMi4yMi0uMjUzLTQuNTU1LTEuMTEzLTQuNTU1LTQuOTUxIDAtMS4wOTMuMzktMS45ODggMS4wMjktMi42ODgtLjEwMy0uMjUzLS40NDYtMS4yNzIuMDk4LTIuNjUgMCAwIC44NC0uMjcgMi43NSAxLjAyNkE5LjU2NCA5LjU2NCAwIDAxMTIgNi44NDRjLjg1LjAwNCAxLjcwNS4xMTUgMi41MDQuMzM3IDEuOTA5LTEuMjk2IDIuNzQ3LTEuMDI3IDIuNzQ3LTEuMDI3LjU0NiAxLjM3OS4yMDIgMi4zOTguMSAyLjY1MS42NC43IDEuMDI4IDEuNTk1IDEuMDI4IDIuNjg4IDAgMy44NDgtMi4zMzkgNC42OTUtNC41NjYgNC45NDMuMzU5LjMwOS42NzguOTIuNjc4IDEuODU1IDAgMS4zMzgtLjAxMiAyLjQxOS0uMDEyIDIuNzQ3IDAgLjI2OC4xOC41OC42ODguNDgyQTEwLjAxOSAxMC4wMTkgMCAwMDIyIDEyLjAxN0MyMiA2LjQ4NCAxNy41MjIgMiAxMiAyelwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdZb3VUdWJlJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTkuODEyIDUuNDE4Yy44NjEuMjMgMS41MzguOTA3IDEuNzY4IDEuNzY4QzIxLjk5OCA4Ljc0NiAyMiAxMiAyMiAxMnMwIDMuMjU1LS40MTggNC44MTRhMi41MDQgMi41MDQgMCAwIDEtMS43NjggMS43NjhjLTEuNTYuNDE5LTcuODE0LjQxOS03LjgxNC40MTlzLTYuMjU1IDAtNy44MTQtLjQxOWEyLjUwNSAyLjUwNSAwIDAgMS0xLjc2OC0xLjc2OEMyIDE1LjI1NSAyIDEyIDIgMTJzMC0zLjI1NS40MTctNC44MTRhMi41MDcgMi41MDcgMCAwIDEgMS43NjgtMS43NjhDNS43NDQgNSAxMS45OTggNSAxMS45OTggNXM2LjI1NSAwIDcuODE0LjQxOFpNMTUuMTk0IDEyIDEwIDE1VjlsNS4xOTQgM1pcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgXSxcbn1cblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRm9vdGVyMigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGFyaWEtbGFiZWxsZWRieT1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwiYmctd2hpdGVcIj5cbiAgICAgIDxoMiBpZD1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwic3Itb25seVwiPlxuICAgICAgICBGb290ZXJcbiAgICAgIDwvaDI+XG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctN3hsIHB4LTYgcGItOCBwdC0xNiBzbTpwdC0yNCBsZzpweC04IGxnOnB0LTMyXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwieGw6Z3JpZCB4bDpncmlkLWNvbHMtMyB4bDpnYXAtOFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwic3BhY2UteS04XCI+XG4gICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgIGFsdD1cIkNvbXBhbnkgbmFtZVwiXG4gICAgICAgICAgICAgIHNyYz1cIi9pbWFnZXMvbG9nb2Z1bGwuc3ZnXCJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwiaC0xMFwiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwXCI+XG4gICAgICAgICAgICBUaGUgRnV0dXJlIG9mIENvbGxhYm9yYXRpb24gaXMgTm93LlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IHNwYWNlLXgtNlwiPlxuICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2NpYWwubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgPGEga2V5PXtpdGVtLm5hbWV9IGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNDAwIGhvdmVyOnRleHQtcHVycGxlLTUwMFwiPlxuICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPVwic3Itb25seVwiPntpdGVtLm5hbWV9PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgPGl0ZW0uaWNvbiBhcmlhLWhpZGRlbj1cInRydWVcIiBjbGFzc05hbWU9XCJoLTYgdy02XCIgLz5cbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xNiBncmlkIGdyaWQtY29scy0yIGdhcC04IHhsOmNvbC1zcGFuLTIgeGw6bXQtMFwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtZDpncmlkIG1kOmdyaWQtY29scy0yIG1kOmdhcC04XCI+XG4gICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+U29sdXRpb25zPC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uc29sdXRpb25zLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+U3VwcG9ydDwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnN1cHBvcnQubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Db21wYW55PC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24ucGFydG5lcnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIG1kOm10LTBcIj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5MZWdhbDwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLmxlZ2FsLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xNiBib3JkZXItdCBib3JkZXItcHVycGxlLTkwMC8xMCBwdC04IHNtOm10LTIwIGxnOm10LTI0XCI+XG4gICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC14cyBsZWFkaW5nLTUgdGV4dC1wdXJwbGUtNTAwXCI+JmNvcHk7IDIwMjQgT3Vyd29ybGQgSG9sZGluZ3MsIEluYy4gQWxsIHJpZ2h0cyByZXNlcnZlZC48L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9mb290ZXI+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJMb2dvIiwibmF2aWdhdGlvbiIsInNvbHV0aW9ucyIsIm5hbWUiLCJocmVmIiwic3VwcG9ydCIsInBhcnRuZXJzIiwibGVnYWwiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Footer2.jsx\n");
/***/ }),
diff --git a/.next/server/app/features/page.js b/.next/server/app/features/page.js
index 8bc9889..6d1c286 100644
--- a/.next/server/app/features/page.js
+++ b/.next/server/app/features/page.js
@@ -333,7 +333,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 \" OurVerse, LLC. 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/MTUzOSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJ1xuaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5cblxuZXhwb3J0IGZ1bmN0aW9uIEZvb3RlcigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGNsYXNzTmFtZT1cImZsZXgtbm9uZSBweS0xNlwiPlxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJmbGV4IGZsZXgtY29sIGl0ZW1zLWNlbnRlciBqdXN0aWZ5LWJldHdlZW4gbWQ6ZmxleC1yb3dcIj5cbiAgICAgICAgPExvZ28gY2xhc3NOYW1lPVwiaC0xMiB3LWF1dG8gdGV4dC1zbGF0ZS05MDBcIiAvPlxuICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC02IHRleHQtYmFzZSB0ZXh0LXNseGF0ZS01MDAgbWQ6bXQtMFwiPlxuICAgICAgICAgIENvcHlyaWdodCAmY29weTsge25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gT3VyVmVyc2UsIExMQy4gQWxsXG4gICAgICAgICAgcmlnaHRzIHJlc2VydmVkLlxuICAgICAgICA8L3A+XG4gICAgICA8L0NvbnRhaW5lcj5cbiAgICA8L2Zvb3Rlcj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbIkNvbnRhaW5lciIsIkxvZ28iLCJGb290ZXIiLCJmb290ZXIiLCJjbGFzc05hbWUiLCJwIiwiRGF0ZSIsImdldEZ1bGxZZWFyIl0sInNvdXJjZVJvb3QiOiIifQ==\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: \"/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");
/***/ }),
@@ -344,7 +344,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: \"Marketing\",\n href: \"#\"\n },\n {\n name: \"Analytics\",\n href: \"#\"\n },\n {\n name: \"Commerce\",\n href: \"#\"\n },\n {\n name: \"Insights\",\n href: \"#\"\n }\n ],\n support: [\n {\n name: \"Pricing\",\n href: \"#\"\n },\n {\n name: \"Documentation\",\n href: \"#\"\n },\n {\n name: \"Guides\",\n href: \"#\"\n },\n {\n name: \"API Status\",\n href: \"#\"\n }\n ],\n company: [\n {\n name: \"About\",\n href: \"#\"\n },\n {\n name: \"Blog\",\n href: \"#\"\n },\n {\n name: \"Jobs\",\n href: \"#\"\n },\n {\n name: \"Press\",\n href: \"#\"\n },\n {\n name: \"Partners\",\n href: \"#\"\n }\n ],\n legal: [\n {\n name: \"Claim\",\n href: \"#\"\n },\n {\n name: \"Privacy\",\n href: \"#\"\n },\n {\n name: \"Terms\",\n href: \"#\"\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: 34,\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: 33,\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: 47,\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: 46,\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: 60,\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: 59,\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: 69,\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: 68,\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: 82,\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: 81,\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: 96,\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: 102,\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: 107,\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: 113,\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: 114,\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: 112,\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: 110,\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: 101,\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: 122,\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: 126,\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: 125,\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: 123,\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: 121,\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: 134,\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: 138,\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: 137,\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: 135,\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: 133,\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: 120,\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: 148,\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.company.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: 152,\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: 151,\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: 149,\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: 147,\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: 160,\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: 164,\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: 163,\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: 161,\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: 159,\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: 146,\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: 119,\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: 100,\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: 175,\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: 174,\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: 99,\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: 95,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFhQyxNQUFNO1FBQUk7UUFDL0I7WUFBRUQsTUFBTTtZQUFhQyxNQUFNO1FBQUk7UUFDL0I7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7UUFDOUI7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7S0FDL0I7SUFDREMsU0FBUztRQUNQO1lBQUVGLE1BQU07WUFBV0MsTUFBTTtRQUFJO1FBQzdCO1lBQUVELE1BQU07WUFBaUJDLE1BQU07UUFBSTtRQUNuQztZQUFFRCxNQUFNO1lBQVVDLE1BQU07UUFBSTtRQUM1QjtZQUFFRCxNQUFNO1lBQWNDLE1BQU07UUFBSTtLQUNqQztJQUNERSxTQUFTO1FBQ1A7WUFBRUgsTUFBTTtZQUFTQyxNQUFNO1FBQUk7UUFDM0I7WUFBRUQsTUFBTTtZQUFRQyxNQUFNO1FBQUk7UUFDMUI7WUFBRUQsTUFBTTtZQUFRQyxNQUFNO1FBQUk7UUFDMUI7WUFBRUQsTUFBTTtZQUFTQyxNQUFNO1FBQUk7UUFDM0I7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7S0FDL0I7SUFDREcsT0FBTztRQUNMO1lBQUVKLE1BQU07WUFBU0MsTUFBTTtRQUFJO1FBQzNCO1lBQUVELE1BQU07WUFBV0MsTUFBTTtRQUFJO1FBQzdCO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUFJO0tBQzVCO0lBQ0RJLFFBQVE7UUFDTjtZQUNFTCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO1FBQ0E7WUFDRWQsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFBS0UsR0FBRTs7Ozs7Ozs7Ozs7UUFHZDtRQUNBO1lBQ0ViLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO1FBQ0E7WUFDRWQsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7S0FDRDtBQUNIO0FBRWUsU0FBU0M7SUFDdEIscUJBQ0UsOERBQUNDO1FBQU9DLG1CQUFnQjtRQUFpQkMsV0FBVTs7MEJBQ2pELDhEQUFDQztnQkFBR0MsSUFBRztnQkFBaUJGLFdBQVU7MEJBQVU7Ozs7OzswQkFHNUMsOERBQUNHO2dCQUFJSCxXQUFVOztrQ0FDYiw4REFBQ0c7d0JBQUlILFdBQVU7OzBDQUNiLDhEQUFDRztnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNJO3dDQUNDQyxLQUFJO3dDQUNKQyxLQUFJO3dDQUNKTixXQUFVOzs7Ozs7a0RBRVosOERBQUNPO3dDQUFFUCxXQUFVO2tEQUFvQzs7Ozs7O2tEQUdqRCw4REFBQ0c7d0NBQUlILFdBQVU7a0RBQ1pwQixXQUFXTyxNQUFNLENBQUNxQixHQUFHLENBQUMsQ0FBQ0MscUJBQ3RCLDhEQUFDQztnREFBa0IzQixNQUFNMEIsS0FBSzFCLElBQUk7Z0RBQUVpQixXQUFVOztrRUFDNUMsOERBQUNXO3dEQUFLWCxXQUFVO2tFQUFXUyxLQUFLM0IsSUFBSTs7Ozs7O2tFQUNwQyw4REFBQzJCLEtBQUtyQixJQUFJO3dEQUFDd0IsZUFBWTt3REFBT1osV0FBVTs7Ozs7OzsrQ0FGbENTLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBDQU92Qiw4REFBQ3FCO2dDQUFJSCxXQUFVOztrREFDYiw4REFBQ0c7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0MsU0FBUyxDQUFDMkIsR0FBRyxDQUFDLENBQUNDLHFCQUN6Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ksT0FBTyxDQUFDd0IsR0FBRyxDQUFDLENBQUNDLHFCQUN2Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrREFTMUIsOERBQUNxQjt3Q0FBSUgsV0FBVTs7MERBQ2IsOERBQUNHOztrRUFDQyw4REFBQ1U7d0RBQUdiLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDYzt3REFBR0MsTUFBSzt3REFBT2YsV0FBVTtrRUFDdkJwQixXQUFXSyxPQUFPLENBQUN1QixHQUFHLENBQUMsQ0FBQ0MscUJBQ3ZCLDhEQUFDTzswRUFDQyw0RUFBQ047b0VBQUUzQixNQUFNMEIsS0FBSzFCLElBQUk7b0VBQUVpQixXQUFVOzhFQUMzQlMsS0FBSzNCLElBQUk7Ozs7OzsrREFGTDJCLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBEQVF4Qiw4REFBQ3FCO2dEQUFJSCxXQUFVOztrRUFDYiw4REFBQ2E7d0RBQUdiLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDYzt3REFBR0MsTUFBSzt3REFBT2YsV0FBVTtrRUFDdkJwQixXQUFXTSxLQUFLLENBQUNzQixHQUFHLENBQUMsQ0FBQ0MscUJBQ3JCLDhEQUFDTzswRUFDQyw0RUFBQ047b0VBQUUzQixNQUFNMEIsS0FBSzFCLElBQUk7b0VBQUVpQixXQUFVOzhFQUMzQlMsS0FBSzNCLElBQUk7Ozs7OzsrREFGTDJCLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O2tDQVc5Qiw4REFBQ3FCO3dCQUFJSCxXQUFVO2tDQUNiLDRFQUFDTzs0QkFBRVAsV0FBVTtzQ0FBb0M7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBSzNEIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvRm9vdGVyMi5qc3g/ZjM3ZiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMb2dvIH0gZnJvbSAnQC9jb21wb25lbnRzL0xvZ28nXG5cbmNvbnN0IG5hdmlnYXRpb24gPSB7XG4gIHNvbHV0aW9uczogW1xuICAgIHsgbmFtZTogJ01hcmtldGluZycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0FuYWx5dGljcycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0NvbW1lcmNlJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnSW5zaWdodHMnLCBocmVmOiAnIycgfSxcbiAgXSxcbiAgc3VwcG9ydDogW1xuICAgIHsgbmFtZTogJ1ByaWNpbmcnLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdEb2N1bWVudGF0aW9uJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnR3VpZGVzJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnQVBJIFN0YXR1cycsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBjb21wYW55OiBbXG4gICAgeyBuYW1lOiAnQWJvdXQnLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdCbG9nJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnSm9icycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ1ByZXNzJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnUGFydG5lcnMnLCBocmVmOiAnIycgfSxcbiAgXSxcbiAgbGVnYWw6IFtcbiAgICB7IG5hbWU6ICdDbGFpbScsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ1ByaXZhY3knLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdUZXJtcycsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBzb2NpYWw6IFtcbiAgICB7XG4gICAgICBuYW1lOiAnRmFjZWJvb2snLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0yMiAxMmMwLTUuNTIzLTQuNDc3LTEwLTEwLTEwUzIgNi40NzcgMiAxMmMwIDQuOTkxIDMuNjU3IDkuMTI4IDguNDM4IDkuODc4di02Ljk4N2gtMi41NFYxMmgyLjU0VjkuNzk3YzAtMi41MDYgMS40OTItMy44OSAzLjc3Ny0zLjg5IDEuMDk0IDAgMi4yMzguMTk1IDIuMjM4LjE5NXYyLjQ2aC0xLjI2Yy0xLjI0MyAwLTEuNjMuNzcxLTEuNjMgMS41NjJWMTJoMi43NzNsLS40NDMgMi44OWgtMi4zM3Y2Ljk4OEMxOC4zNDMgMjEuMTI4IDIyIDE2Ljk5MSAyMiAxMnpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnSW5zdGFncmFtJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTIuMzE1IDJjMi40MyAwIDIuNzg0LjAxMyAzLjgwOC4wNiAxLjA2NC4wNDkgMS43OTEuMjE4IDIuNDI3LjQ2NWE0LjkwMiA0LjkwMiAwIDAxMS43NzIgMS4xNTMgNC45MDIgNC45MDIgMCAwMTEuMTUzIDEuNzcyYy4yNDcuNjM2LjQxNiAxLjM2My40NjUgMi40MjcuMDQ4IDEuMDY3LjA2IDEuNDA3LjA2IDQuMTIzdi4wOGMwIDIuNjQzLS4wMTIgMi45ODctLjA2IDQuMDQzLS4wNDkgMS4wNjQtLjIxOCAxLjc5MS0uNDY1IDIuNDI3YTQuOTAyIDQuOTAyIDAgMDEtMS4xNTMgMS43NzIgNC45MDIgNC45MDIgMCAwMS0xLjc3MiAxLjE1M2MtLjYzNi4yNDctMS4zNjMuNDE2LTIuNDI3LjQ2NS0xLjA2Ny4wNDgtMS40MDcuMDYtNC4xMjMuMDZoLS4wOGMtMi42NDMgMC0yLjk4Ny0uMDEyLTQuMDQzLS4wNi0xLjA2NC0uMDQ5LTEuNzkxLS4yMTgtMi40MjctLjQ2NWE0LjkwMiA0LjkwMiAwIDAxLTEuNzcyLTEuMTUzIDQuOTAyIDQuOTAyIDAgMDEtMS4xNTMtMS43NzJjLS4yNDctLjYzNi0uNDE2LTEuMzYzLS40NjUtMi40MjctLjA0Ny0xLjAyNC0uMDYtMS4zNzktLjA2LTMuODA4di0uNjNjMC0yLjQzLjAxMy0yLjc4NC4wNi0zLjgwOC4wNDktMS4wNjQuMjE4LTEuNzkxLjQ2NS0yLjQyN2E0LjkwMiA0LjkwMiAwIDAxMS4xNTMtMS43NzJBNC45MDIgNC45MDIgMCAwMTUuNDUgMi41MjVjLjYzNi0uMjQ3IDEuMzYzLS40MTYgMi40MjctLjQ2NUM4LjkwMSAyLjAxMyA5LjI1NiAyIDExLjY4NSAyaC42M3ptLS4wODEgMS44MDJoLS40NjhjLTIuNDU2IDAtMi43ODQuMDExLTMuODA3LjA1OC0uOTc1LjA0NS0xLjUwNC4yMDctMS44NTcuMzQ0LS40NjcuMTgyLS44LjM5OC0xLjE1Ljc0OC0uMzUuMzUtLjU2Ni42ODMtLjc0OCAxLjE1LS4xMzcuMzUzLS4zLjg4Mi0uMzQ0IDEuODU3LS4wNDcgMS4wMjMtLjA1OCAxLjM1MS0uMDU4IDMuODA3di40NjhjMCAyLjQ1Ni4wMTEgMi43ODQuMDU4IDMuODA3LjA0NS45NzUuMjA3IDEuNTA0LjM0NCAxLjg1Ny4xODIuNDY2LjM5OS44Ljc0OCAxLjE1LjM1LjM1LjY4My41NjYgMS4xNS43NDguMzUzLjEzNy44ODIuMyAxLjg1Ny4zNDQgMS4wNTQuMDQ4IDEuMzcuMDU4IDQuMDQxLjA1OGguMDhjMi41OTcgMCAyLjkxNy0uMDEgMy45Ni0uMDU4Ljk3Ni0uMDQ1IDEuNTA1LS4yMDcgMS44NTgtLjM0NC40NjYtLjE4Mi44LS4zOTggMS4xNS0uNzQ4LjM1LS4zNS41NjYtLjY4My43NDgtMS4xNS4xMzctLjM1My4zLS44ODIuMzQ0LTEuODU3LjA0OC0xLjA1NS4wNTgtMS4zNy4wNTgtNC4wNDF2LS4wOGMwLTIuNTk3LS4wMS0yLjkxNy0uMDU4LTMuOTYtLjA0NS0uOTc2LS4yMDctMS41MDUtLjM0NC0xLjg1OGEzLjA5NyAzLjA5NyAwIDAwLS43NDgtMS4xNSAzLjA5OCAzLjA5OCAwIDAwLTEuMTUtLjc0OGMtLjM1My0uMTM3LS44ODItLjMtMS44NTctLjM0NC0xLjAyMy0uMDQ3LTEuMzUxLS4wNTgtMy44MDctLjA1OHpNMTIgNi44NjVhNS4xMzUgNS4xMzUgMCAxMTAgMTAuMjcgNS4xMzUgNS4xMzUgMCAwMTAtMTAuMjd6bTAgMS44MDJhMy4zMzMgMy4zMzMgMCAxMDAgNi42NjYgMy4zMzMgMy4zMzMgMCAwMDAtNi42NjZ6bTUuMzM4LTMuMjA1YTEuMiAxLjIgMCAxMTAgMi40IDEuMiAxLjIgMCAwMTAtMi40elwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdYJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aCBkPVwiTTEzLjY4MjMgMTAuNjIxOEwyMC4yMzkxIDNIMTguNjg1NEwxMi45OTIxIDkuNjE3ODhMOC40NDQ4NiAzSDMuMjAwMkwxMC4wNzY1IDEzLjAwNzRMMy4yMDAyIDIxSDQuNzU0MDRMMTAuNzY2MyAxNC4wMTEzTDE1LjU2ODUgMjFIMjAuODEzMUwxMy42ODE5IDEwLjYyMThIMTMuNjgyM1pNMTEuNTU0MSAxMy4wOTU2TDEwLjg1NzQgMTIuMDk5MUw1LjMxMzkxIDQuMTY5NzFINy43MDA1M0wxMi4xNzQyIDEwLjU2ODlMMTIuODcwOSAxMS41NjU1TDE4LjY4NjEgMTkuODgzNUgxNi4yOTk1TDExLjU1NDEgMTMuMDk2VjEzLjA5NTZaXCIgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0dpdEh1YicsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTEyIDJDNi40NzcgMiAyIDYuNDg0IDIgMTIuMDE3YzAgNC40MjUgMi44NjUgOC4xOCA2LjgzOSA5LjUwNC41LjA5Mi42ODItLjIxNy42ODItLjQ4MyAwLS4yMzctLjAwOC0uODY4LS4wMTMtMS43MDMtMi43ODIuNjA1LTMuMzY5LTEuMzQzLTMuMzY5LTEuMzQzLS40NTQtMS4xNTgtMS4xMS0xLjQ2Ni0xLjExLTEuNDY2LS45MDgtLjYyLjA2OS0uNjA4LjA2OS0uNjA4IDEuMDAzLjA3IDEuNTMxIDEuMDMyIDEuNTMxIDEuMDMyLjg5MiAxLjUzIDIuMzQxIDEuMDg4IDIuOTEuODMyLjA5Mi0uNjQ3LjM1LTEuMDg4LjYzNi0xLjMzOC0yLjIyLS4yNTMtNC41NTUtMS4xMTMtNC41NTUtNC45NTEgMC0xLjA5My4zOS0xLjk4OCAxLjAyOS0yLjY4OC0uMTAzLS4yNTMtLjQ0Ni0xLjI3Mi4wOTgtMi42NSAwIDAgLjg0LS4yNyAyLjc1IDEuMDI2QTkuNTY0IDkuNTY0IDAgMDExMiA2Ljg0NGMuODUuMDA0IDEuNzA1LjExNSAyLjUwNC4zMzcgMS45MDktMS4yOTYgMi43NDctMS4wMjcgMi43NDctMS4wMjcuNTQ2IDEuMzc5LjIwMiAyLjM5OC4xIDIuNjUxLjY0LjcgMS4wMjggMS41OTUgMS4wMjggMi42ODggMCAzLjg0OC0yLjMzOSA0LjY5NS00LjU2NiA0Ljk0My4zNTkuMzA5LjY3OC45Mi42NzggMS44NTUgMCAxLjMzOC0uMDEyIDIuNDE5LS4wMTIgMi43NDcgMCAuMjY4LjE4LjU4LjY4OC40ODJBMTAuMDE5IDEwLjAxOSAwIDAwMjIgMTIuMDE3QzIyIDYuNDg0IDE3LjUyMiAyIDEyIDJ6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1lvdVR1YmUnLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xOS44MTIgNS40MThjLjg2MS4yMyAxLjUzOC45MDcgMS43NjggMS43NjhDMjEuOTk4IDguNzQ2IDIyIDEyIDIyIDEyczAgMy4yNTUtLjQxOCA0LjgxNGEyLjUwNCAyLjUwNCAwIDAgMS0xLjc2OCAxLjc2OGMtMS41Ni40MTktNy44MTQuNDE5LTcuODE0LjQxOXMtNi4yNTUgMC03LjgxNC0uNDE5YTIuNTA1IDIuNTA1IDAgMCAxLTEuNzY4LTEuNzY4QzIgMTUuMjU1IDIgMTIgMiAxMnMwLTMuMjU1LjQxNy00LjgxNGEyLjUwNyAyLjUwNyAwIDAgMSAxLjc2OC0xLjc2OEM1Ljc0NCA1IDExLjk5OCA1IDExLjk5OCA1czYuMjU1IDAgNy44MTQuNDE4Wk0xNS4xOTQgMTIgMTAgMTVWOWw1LjE5NCAzWlwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICBdLFxufVxuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBGb290ZXIyKCkge1xuICByZXR1cm4gKFxuICAgIDxmb290ZXIgYXJpYS1sYWJlbGxlZGJ5PVwiZm9vdGVyLWhlYWRpbmdcIiBjbGFzc05hbWU9XCJiZy13aGl0ZVwiPlxuICAgICAgPGgyIGlkPVwiZm9vdGVyLWhlYWRpbmdcIiBjbGFzc05hbWU9XCJzci1vbmx5XCI+XG4gICAgICAgIEZvb3RlclxuICAgICAgPC9oMj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgcHgtNiBwYi04IHB0LTE2IHNtOnB0LTI0IGxnOnB4LTggbGc6cHQtMzJcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJ4bDpncmlkIHhsOmdyaWQtY29scy0zIHhsOmdhcC04XCI+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJzcGFjZS15LThcIj5cbiAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgYWx0PVwiQ29tcGFueSBuYW1lXCJcbiAgICAgICAgICAgICAgc3JjPVwiL2ltYWdlcy9sb2dvZnVsbC5zdmdcIlxuICAgICAgICAgICAgICBjbGFzc05hbWU9XCJoLTEwXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDBcIj5cbiAgICAgICAgICAgIFRoZSBGdXR1cmUgb2YgQ29sbGFib3JhdGlvbiBpcyBOb3cuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggc3BhY2UteC02XCI+XG4gICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnNvY2lhbC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICA8YSBrZXk9e2l0ZW0ubmFtZX0gaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXB1cnBsZS00MDAgaG92ZXI6dGV4dC1wdXJwbGUtNTAwXCI+XG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9XCJzci1vbmx5XCI+e2l0ZW0ubmFtZX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICA8aXRlbS5pY29uIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cImgtNiB3LTZcIiAvPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTE2IGdyaWQgZ3JpZC1jb2xzLTIgZ2FwLTggeGw6Y29sLXNwYW4tMiB4bDptdC0wXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Tb2x1dGlvbnM8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2x1dGlvbnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIG1kOm10LTBcIj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5TdXBwb3J0PC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uc3VwcG9ydC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibWQ6Z3JpZCBtZDpncmlkLWNvbHMtMiBtZDpnYXAtOFwiPlxuICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMFwiPkNvbXBhbnk8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5jb21wYW55Lm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+TGVnYWw8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5sZWdhbC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTYgYm9yZGVyLXQgYm9yZGVyLXB1cnBsZS05MDAvMTAgcHQtOCBzbTptdC0yMCBsZzptdC0yNFwiPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQteHMgbGVhZGluZy01IHRleHQtcHVycGxlLTUwMFwiPiZjb3B5OyAyMDI0IE91cndvcmxkIEhvbGRpbmdzLCBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuPC9wPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZm9vdGVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiTG9nbyIsIm5hdmlnYXRpb24iLCJzb2x1dGlvbnMiLCJuYW1lIiwiaHJlZiIsInN1cHBvcnQiLCJjb21wYW55IiwibGVnYWwiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\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\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases\"\n },\n {\n name: \"HeroGPT\",\n href: \"/community/blogs/herogpt\"\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\"\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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFZQyxNQUFNO1FBQVk7UUFDdEM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQVk7UUFDdEM7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQTJCO1FBQ3BEO1lBQUVELE1BQU07WUFBZ0JDLE1BQU07UUFBSTtLQUNuQztJQUNEQyxTQUFTO1FBQ1A7WUFBRUYsTUFBTTtZQUFpQkMsTUFBTTtRQUFJO1FBQ25DO1lBQUVELE1BQU07WUFBaUJDLE1BQU07UUFBSTtRQUNuQztZQUFFRCxNQUFNO1lBQVFDLE1BQU07UUFBYTtRQUNuQztZQUFFRCxNQUFNO1lBQVdDLE1BQU07UUFBc0I7S0FDaEQ7SUFDREUsVUFBVTtRQUNSO1lBQUVILE1BQU07WUFBYUMsTUFBTTtRQUF1QjtRQUNsRDtZQUFFRCxNQUFNO1lBQVNDLE1BQU07UUFBbUI7UUFDMUM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQXVCO0tBQ2xEO0lBQ0RHLE9BQU87UUFDTDtZQUFFSixNQUFNO1lBQVNDLE1BQU07UUFBK0I7UUFDdEQ7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQWlFO1FBQzFGO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUE2RTtLQUNyRztJQUNESSxRQUFRO1FBQ047WUFDRUwsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7UUFDQTtZQUNFZCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQUtFLEdBQUU7Ozs7Ozs7Ozs7O1FBR2Q7UUFDQTtZQUNFYixNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO0tBQ0Q7QUFDSDtBQUVlLFNBQVNDO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFPQyxtQkFBZ0I7UUFBaUJDLFdBQVU7OzBCQUNqRCw4REFBQ0M7Z0JBQUdDLElBQUc7Z0JBQWlCRixXQUFVOzBCQUFVOzs7Ozs7MEJBRzVDLDhEQUFDRztnQkFBSUgsV0FBVTs7a0NBQ2IsOERBQUNHO3dCQUFJSCxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDSTt3Q0FDQ0MsS0FBSTt3Q0FDSkMsS0FBSTt3Q0FDSk4sV0FBVTs7Ozs7O2tEQUVaLDhEQUFDTzt3Q0FBRVAsV0FBVTtrREFBb0M7Ozs7OztrREFHakQsOERBQUNHO3dDQUFJSCxXQUFVO2tEQUNacEIsV0FBV08sTUFBTSxDQUFDcUIsR0FBRyxDQUFDLENBQUNDLHFCQUN0Qiw4REFBQ0M7Z0RBQWtCM0IsTUFBTTBCLEtBQUsxQixJQUFJO2dEQUFFaUIsV0FBVTs7a0VBQzVDLDhEQUFDVzt3REFBS1gsV0FBVTtrRUFBV1MsS0FBSzNCLElBQUk7Ozs7OztrRUFDcEMsOERBQUMyQixLQUFLckIsSUFBSTt3REFBQ3dCLGVBQVk7d0RBQU9aLFdBQVU7Ozs7Ozs7K0NBRmxDUyxLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswQ0FPdkIsOERBQUNxQjtnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNHO3dDQUFJSCxXQUFVOzswREFDYiw4REFBQ0c7O2tFQUNDLDhEQUFDVTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdDLFNBQVMsQ0FBQzJCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDekIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MERBUXhCLDhEQUFDcUI7Z0RBQUlILFdBQVU7O2tFQUNiLDhEQUFDYTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdJLE9BQU8sQ0FBQ3dCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDdkIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7a0RBUzFCLDhEQUFDcUI7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ssUUFBUSxDQUFDdUIsR0FBRyxDQUFDLENBQUNDLHFCQUN4Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV00sS0FBSyxDQUFDc0IsR0FBRyxDQUFDLENBQUNDLHFCQUNyQiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrQ0FXOUIsOERBQUNxQjt3QkFBSUgsV0FBVTtrQ0FDYiw0RUFBQ087NEJBQUVQLFdBQVU7c0NBQW9DOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUszRCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0Zvb3RlcjIuanN4P2YzN2YiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5jb25zdCBuYXZpZ2F0aW9uID0ge1xuICBzb2x1dGlvbnM6IFtcbiAgICB7IG5hbWU6ICdGZWF0dXJlcycsIGhyZWY6ICcvZmVhdHVyZXMnIH0sXG4gICAgeyBuYW1lOiAnVXNlY2FzZXMnLCBocmVmOiAnL3VzZWNhc2VzJyB9LFxuICAgIHsgbmFtZTogJ0hlcm9HUFQnLCBocmVmOiAnL2NvbW11bml0eS9ibG9ncy9oZXJvZ3B0JyB9LFxuICAgIHsgbmFtZTogJ091clZlcnNlIEFwcCcsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBzdXBwb3J0OiBbXG4gICAgeyBuYW1lOiAnQ3VzdG9tZXIgQ2FyZScsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0RvY3VtZW50YXRpb24nLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdCbG9nJywgaHJlZjogJy9jb21tdW5pdHknIH0sXG4gICAgeyBuYW1lOiAnQ29tcGFueScsIGhyZWY6ICdodHRwczovL291cndvcmxkLnRmJyB9LFxuICBdLFxuICBwYXJ0bmVyczogW1xuICAgIHsgbmFtZTogJ1RocmVlRm9sZCcsIGhyZWY6ICdodHRwczovL3RocmVlZm9sZC5pbycgfSxcbiAgICB7IG5hbWU6ICdWaW5kbycsIGhyZWY6ICdodHRwczovL3ZpbmRvLmFpJyB9LFxuICAgIHsgbmFtZTogJ0luY3ViYWlkJywgaHJlZjogJ2h0dHBzOi8vaW5jdWJhaWQuY29tJyB9LFxuICBdLFxuICBsZWdhbDogW1xuICAgIHsgbmFtZTogJ0NsYWltJywgaHJlZjogJ2h0dHBzOi8vdGhyZWVmb2xkLmlvL3RmTGFicy8nIH0sXG4gICAgeyBuYW1lOiAnUHJpdmFjeScsIGhyZWY6ICdodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fcHJpdmFjeXBvbGljeScgfSxcbiAgICB7IG5hbWU6ICdUZXJtcycsIGhyZWY6ICdodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fdGVybXNfY29uZGl0aW9uc193ZWJzaXRlcycgfSxcbiAgXSxcbiAgc29jaWFsOiBbXG4gICAge1xuICAgICAgbmFtZTogJ0ZhY2Vib29rJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMjIgMTJjMC01LjUyMy00LjQ3Ny0xMC0xMC0xMFMyIDYuNDc3IDIgMTJjMCA0Ljk5MSAzLjY1NyA5LjEyOCA4LjQzOCA5Ljg3OHYtNi45ODdoLTIuNTRWMTJoMi41NFY5Ljc5N2MwLTIuNTA2IDEuNDkyLTMuODkgMy43NzctMy44OSAxLjA5NCAwIDIuMjM4LjE5NSAyLjIzOC4xOTV2Mi40NmgtMS4yNmMtMS4yNDMgMC0xLjYzLjc3MS0xLjYzIDEuNTYyVjEyaDIuNzczbC0uNDQzIDIuODloLTIuMzN2Ni45ODhDMTguMzQzIDIxLjEyOCAyMiAxNi45OTEgMjIgMTJ6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0luc3RhZ3JhbScsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTEyLjMxNSAyYzIuNDMgMCAyLjc4NC4wMTMgMy44MDguMDYgMS4wNjQuMDQ5IDEuNzkxLjIxOCAyLjQyNy40NjVhNC45MDIgNC45MDIgMCAwMTEuNzcyIDEuMTUzIDQuOTAyIDQuOTAyIDAgMDExLjE1MyAxLjc3MmMuMjQ3LjYzNi40MTYgMS4zNjMuNDY1IDIuNDI3LjA0OCAxLjA2Ny4wNiAxLjQwNy4wNiA0LjEyM3YuMDhjMCAyLjY0My0uMDEyIDIuOTg3LS4wNiA0LjA0My0uMDQ5IDEuMDY0LS4yMTggMS43OTEtLjQ2NSAyLjQyN2E0LjkwMiA0LjkwMiAwIDAxLTEuMTUzIDEuNzcyIDQuOTAyIDQuOTAyIDAgMDEtMS43NzIgMS4xNTNjLS42MzYuMjQ3LTEuMzYzLjQxNi0yLjQyNy40NjUtMS4wNjcuMDQ4LTEuNDA3LjA2LTQuMTIzLjA2aC0uMDhjLTIuNjQzIDAtMi45ODctLjAxMi00LjA0My0uMDYtMS4wNjQtLjA0OS0xLjc5MS0uMjE4LTIuNDI3LS40NjVhNC45MDIgNC45MDIgMCAwMS0xLjc3Mi0xLjE1MyA0LjkwMiA0LjkwMiAwIDAxLTEuMTUzLTEuNzcyYy0uMjQ3LS42MzYtLjQxNi0xLjM2My0uNDY1LTIuNDI3LS4wNDctMS4wMjQtLjA2LTEuMzc5LS4wNi0zLjgwOHYtLjYzYzAtMi40My4wMTMtMi43ODQuMDYtMy44MDguMDQ5LTEuMDY0LjIxOC0xLjc5MS40NjUtMi40MjdhNC45MDIgNC45MDIgMCAwMTEuMTUzLTEuNzcyQTQuOTAyIDQuOTAyIDAgMDE1LjQ1IDIuNTI1Yy42MzYtLjI0NyAxLjM2My0uNDE2IDIuNDI3LS40NjVDOC45MDEgMi4wMTMgOS4yNTYgMiAxMS42ODUgMmguNjN6bS0uMDgxIDEuODAyaC0uNDY4Yy0yLjQ1NiAwLTIuNzg0LjAxMS0zLjgwNy4wNTgtLjk3NS4wNDUtMS41MDQuMjA3LTEuODU3LjM0NC0uNDY3LjE4Mi0uOC4zOTgtMS4xNS43NDgtLjM1LjM1LS41NjYuNjgzLS43NDggMS4xNS0uMTM3LjM1My0uMy44ODItLjM0NCAxLjg1Ny0uMDQ3IDEuMDIzLS4wNTggMS4zNTEtLjA1OCAzLjgwN3YuNDY4YzAgMi40NTYuMDExIDIuNzg0LjA1OCAzLjgwNy4wNDUuOTc1LjIwNyAxLjUwNC4zNDQgMS44NTcuMTgyLjQ2Ni4zOTkuOC43NDggMS4xNS4zNS4zNS42ODMuNTY2IDEuMTUuNzQ4LjM1My4xMzcuODgyLjMgMS44NTcuMzQ0IDEuMDU0LjA0OCAxLjM3LjA1OCA0LjA0MS4wNThoLjA4YzIuNTk3IDAgMi45MTctLjAxIDMuOTYtLjA1OC45NzYtLjA0NSAxLjUwNS0uMjA3IDEuODU4LS4zNDQuNDY2LS4xODIuOC0uMzk4IDEuMTUtLjc0OC4zNS0uMzUuNTY2LS42ODMuNzQ4LTEuMTUuMTM3LS4zNTMuMy0uODgyLjM0NC0xLjg1Ny4wNDgtMS4wNTUuMDU4LTEuMzcuMDU4LTQuMDQxdi0uMDhjMC0yLjU5Ny0uMDEtMi45MTctLjA1OC0zLjk2LS4wNDUtLjk3Ni0uMjA3LTEuNTA1LS4zNDQtMS44NThhMy4wOTcgMy4wOTcgMCAwMC0uNzQ4LTEuMTUgMy4wOTggMy4wOTggMCAwMC0xLjE1LS43NDhjLS4zNTMtLjEzNy0uODgyLS4zLTEuODU3LS4zNDQtMS4wMjMtLjA0Ny0xLjM1MS0uMDU4LTMuODA3LS4wNTh6TTEyIDYuODY1YTUuMTM1IDUuMTM1IDAgMTEwIDEwLjI3IDUuMTM1IDUuMTM1IDAgMDEwLTEwLjI3em0wIDEuODAyYTMuMzMzIDMuMzMzIDAgMTAwIDYuNjY2IDMuMzMzIDMuMzMzIDAgMDAwLTYuNjY2em01LjMzOC0zLjIwNWExLjIgMS4yIDAgMTEwIDIuNCAxLjIgMS4yIDAgMDEwLTIuNHpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnWCcsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGggZD1cIk0xMy42ODIzIDEwLjYyMThMMjAuMjM5MSAzSDE4LjY4NTRMMTIuOTkyMSA5LjYxNzg4TDguNDQ0ODYgM0gzLjIwMDJMMTAuMDc2NSAxMy4wMDc0TDMuMjAwMiAyMUg0Ljc1NDA0TDEwLjc2NjMgMTQuMDExM0wxNS41Njg1IDIxSDIwLjgxMzFMMTMuNjgxOSAxMC42MjE4SDEzLjY4MjNaTTExLjU1NDEgMTMuMDk1NkwxMC44NTc0IDEyLjA5OTFMNS4zMTM5MSA0LjE2OTcxSDcuNzAwNTNMMTIuMTc0MiAxMC41Njg5TDEyLjg3MDkgMTEuNTY1NUwxOC42ODYxIDE5Ljg4MzVIMTYuMjk5NUwxMS41NTQxIDEzLjA5NlYxMy4wOTU2WlwiIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdHaXRIdWInLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xMiAyQzYuNDc3IDIgMiA2LjQ4NCAyIDEyLjAxN2MwIDQuNDI1IDIuODY1IDguMTggNi44MzkgOS41MDQuNS4wOTIuNjgyLS4yMTcuNjgyLS40ODMgMC0uMjM3LS4wMDgtLjg2OC0uMDEzLTEuNzAzLTIuNzgyLjYwNS0zLjM2OS0xLjM0My0zLjM2OS0xLjM0My0uNDU0LTEuMTU4LTEuMTEtMS40NjYtMS4xMS0xLjQ2Ni0uOTA4LS42Mi4wNjktLjYwOC4wNjktLjYwOCAxLjAwMy4wNyAxLjUzMSAxLjAzMiAxLjUzMSAxLjAzMi44OTIgMS41MyAyLjM0MSAxLjA4OCAyLjkxLjgzMi4wOTItLjY0Ny4zNS0xLjA4OC42MzYtMS4zMzgtMi4yMi0uMjUzLTQuNTU1LTEuMTEzLTQuNTU1LTQuOTUxIDAtMS4wOTMuMzktMS45ODggMS4wMjktMi42ODgtLjEwMy0uMjUzLS40NDYtMS4yNzIuMDk4LTIuNjUgMCAwIC44NC0uMjcgMi43NSAxLjAyNkE5LjU2NCA5LjU2NCAwIDAxMTIgNi44NDRjLjg1LjAwNCAxLjcwNS4xMTUgMi41MDQuMzM3IDEuOTA5LTEuMjk2IDIuNzQ3LTEuMDI3IDIuNzQ3LTEuMDI3LjU0NiAxLjM3OS4yMDIgMi4zOTguMSAyLjY1MS42NC43IDEuMDI4IDEuNTk1IDEuMDI4IDIuNjg4IDAgMy44NDgtMi4zMzkgNC42OTUtNC41NjYgNC45NDMuMzU5LjMwOS42NzguOTIuNjc4IDEuODU1IDAgMS4zMzgtLjAxMiAyLjQxOS0uMDEyIDIuNzQ3IDAgLjI2OC4xOC41OC42ODguNDgyQTEwLjAxOSAxMC4wMTkgMCAwMDIyIDEyLjAxN0MyMiA2LjQ4NCAxNy41MjIgMiAxMiAyelwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdZb3VUdWJlJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTkuODEyIDUuNDE4Yy44NjEuMjMgMS41MzguOTA3IDEuNzY4IDEuNzY4QzIxLjk5OCA4Ljc0NiAyMiAxMiAyMiAxMnMwIDMuMjU1LS40MTggNC44MTRhMi41MDQgMi41MDQgMCAwIDEtMS43NjggMS43NjhjLTEuNTYuNDE5LTcuODE0LjQxOS03LjgxNC40MTlzLTYuMjU1IDAtNy44MTQtLjQxOWEyLjUwNSAyLjUwNSAwIDAgMS0xLjc2OC0xLjc2OEMyIDE1LjI1NSAyIDEyIDIgMTJzMC0zLjI1NS40MTctNC44MTRhMi41MDcgMi41MDcgMCAwIDEgMS43NjgtMS43NjhDNS43NDQgNSAxMS45OTggNSAxMS45OTggNXM2LjI1NSAwIDcuODE0LjQxOFpNMTUuMTk0IDEyIDEwIDE1VjlsNS4xOTQgM1pcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgXSxcbn1cblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRm9vdGVyMigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGFyaWEtbGFiZWxsZWRieT1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwiYmctd2hpdGVcIj5cbiAgICAgIDxoMiBpZD1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwic3Itb25seVwiPlxuICAgICAgICBGb290ZXJcbiAgICAgIDwvaDI+XG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctN3hsIHB4LTYgcGItOCBwdC0xNiBzbTpwdC0yNCBsZzpweC04IGxnOnB0LTMyXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwieGw6Z3JpZCB4bDpncmlkLWNvbHMtMyB4bDpnYXAtOFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwic3BhY2UteS04XCI+XG4gICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgIGFsdD1cIkNvbXBhbnkgbmFtZVwiXG4gICAgICAgICAgICAgIHNyYz1cIi9pbWFnZXMvbG9nb2Z1bGwuc3ZnXCJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwiaC0xMFwiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwXCI+XG4gICAgICAgICAgICBUaGUgRnV0dXJlIG9mIENvbGxhYm9yYXRpb24gaXMgTm93LlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IHNwYWNlLXgtNlwiPlxuICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2NpYWwubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgPGEga2V5PXtpdGVtLm5hbWV9IGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNDAwIGhvdmVyOnRleHQtcHVycGxlLTUwMFwiPlxuICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPVwic3Itb25seVwiPntpdGVtLm5hbWV9PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgPGl0ZW0uaWNvbiBhcmlhLWhpZGRlbj1cInRydWVcIiBjbGFzc05hbWU9XCJoLTYgdy02XCIgLz5cbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xNiBncmlkIGdyaWQtY29scy0yIGdhcC04IHhsOmNvbC1zcGFuLTIgeGw6bXQtMFwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtZDpncmlkIG1kOmdyaWQtY29scy0yIG1kOmdhcC04XCI+XG4gICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+U29sdXRpb25zPC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uc29sdXRpb25zLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+U3VwcG9ydDwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnN1cHBvcnQubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Db21wYW55PC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24ucGFydG5lcnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIG1kOm10LTBcIj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5MZWdhbDwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLmxlZ2FsLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xNiBib3JkZXItdCBib3JkZXItcHVycGxlLTkwMC8xMCBwdC04IHNtOm10LTIwIGxnOm10LTI0XCI+XG4gICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC14cyBsZWFkaW5nLTUgdGV4dC1wdXJwbGUtNTAwXCI+JmNvcHk7IDIwMjQgT3Vyd29ybGQgSG9sZGluZ3MsIEluYy4gQWxsIHJpZ2h0cyByZXNlcnZlZC48L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9mb290ZXI+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJMb2dvIiwibmF2aWdhdGlvbiIsInNvbHV0aW9ucyIsIm5hbWUiLCJocmVmIiwic3VwcG9ydCIsInBhcnRuZXJzIiwibGVnYWwiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Footer2.jsx\n");
/***/ }),
diff --git a/.next/server/app/usecases/page.js b/.next/server/app/usecases/page.js
index 66e519f..10f7ee2 100644
--- a/.next/server/app/usecases/page.js
+++ b/.next/server/app/usecases/page.js
@@ -289,7 +289,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 \" OurVerse, LLC. 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/MTUzOSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb250YWluZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvQ29udGFpbmVyJ1xuaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5cblxuZXhwb3J0IGZ1bmN0aW9uIEZvb3RlcigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGNsYXNzTmFtZT1cImZsZXgtbm9uZSBweS0xNlwiPlxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJmbGV4IGZsZXgtY29sIGl0ZW1zLWNlbnRlciBqdXN0aWZ5LWJldHdlZW4gbWQ6ZmxleC1yb3dcIj5cbiAgICAgICAgPExvZ28gY2xhc3NOYW1lPVwiaC0xMiB3LWF1dG8gdGV4dC1zbGF0ZS05MDBcIiAvPlxuICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC02IHRleHQtYmFzZSB0ZXh0LXNseGF0ZS01MDAgbWQ6bXQtMFwiPlxuICAgICAgICAgIENvcHlyaWdodCAmY29weTsge25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gT3VyVmVyc2UsIExMQy4gQWxsXG4gICAgICAgICAgcmlnaHRzIHJlc2VydmVkLlxuICAgICAgICA8L3A+XG4gICAgICA8L0NvbnRhaW5lcj5cbiAgICA8L2Zvb3Rlcj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbIkNvbnRhaW5lciIsIkxvZ28iLCJGb290ZXIiLCJmb290ZXIiLCJjbGFzc05hbWUiLCJwIiwiRGF0ZSIsImdldEZ1bGxZZWFyIl0sInNvdXJjZVJvb3QiOiIifQ==\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: \"/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");
/***/ }),
@@ -300,7 +300,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: \"Marketing\",\n href: \"#\"\n },\n {\n name: \"Analytics\",\n href: \"#\"\n },\n {\n name: \"Commerce\",\n href: \"#\"\n },\n {\n name: \"Insights\",\n href: \"#\"\n }\n ],\n support: [\n {\n name: \"Pricing\",\n href: \"#\"\n },\n {\n name: \"Documentation\",\n href: \"#\"\n },\n {\n name: \"Guides\",\n href: \"#\"\n },\n {\n name: \"API Status\",\n href: \"#\"\n }\n ],\n company: [\n {\n name: \"About\",\n href: \"#\"\n },\n {\n name: \"Blog\",\n href: \"#\"\n },\n {\n name: \"Jobs\",\n href: \"#\"\n },\n {\n name: \"Press\",\n href: \"#\"\n },\n {\n name: \"Partners\",\n href: \"#\"\n }\n ],\n legal: [\n {\n name: \"Claim\",\n href: \"#\"\n },\n {\n name: \"Privacy\",\n href: \"#\"\n },\n {\n name: \"Terms\",\n href: \"#\"\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: 34,\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: 33,\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: 47,\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: 46,\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: 60,\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: 59,\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: 69,\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: 68,\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: 82,\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: 81,\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: 96,\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: 102,\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: 107,\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: 113,\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: 114,\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: 112,\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: 110,\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: 101,\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: 122,\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: 126,\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: 125,\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: 123,\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: 121,\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: 134,\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: 138,\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: 137,\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: 135,\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: 133,\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: 120,\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: 148,\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.company.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: 152,\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: 151,\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: 149,\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: 147,\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: 160,\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: 164,\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: 163,\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: 161,\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: 159,\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: 146,\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: 119,\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: 100,\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: 175,\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: 174,\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: 99,\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: 95,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFhQyxNQUFNO1FBQUk7UUFDL0I7WUFBRUQsTUFBTTtZQUFhQyxNQUFNO1FBQUk7UUFDL0I7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7UUFDOUI7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7S0FDL0I7SUFDREMsU0FBUztRQUNQO1lBQUVGLE1BQU07WUFBV0MsTUFBTTtRQUFJO1FBQzdCO1lBQUVELE1BQU07WUFBaUJDLE1BQU07UUFBSTtRQUNuQztZQUFFRCxNQUFNO1lBQVVDLE1BQU07UUFBSTtRQUM1QjtZQUFFRCxNQUFNO1lBQWNDLE1BQU07UUFBSTtLQUNqQztJQUNERSxTQUFTO1FBQ1A7WUFBRUgsTUFBTTtZQUFTQyxNQUFNO1FBQUk7UUFDM0I7WUFBRUQsTUFBTTtZQUFRQyxNQUFNO1FBQUk7UUFDMUI7WUFBRUQsTUFBTTtZQUFRQyxNQUFNO1FBQUk7UUFDMUI7WUFBRUQsTUFBTTtZQUFTQyxNQUFNO1FBQUk7UUFDM0I7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQUk7S0FDL0I7SUFDREcsT0FBTztRQUNMO1lBQUVKLE1BQU07WUFBU0MsTUFBTTtRQUFJO1FBQzNCO1lBQUVELE1BQU07WUFBV0MsTUFBTTtRQUFJO1FBQzdCO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUFJO0tBQzVCO0lBQ0RJLFFBQVE7UUFDTjtZQUNFTCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO1FBQ0E7WUFDRWQsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFBS0UsR0FBRTs7Ozs7Ozs7Ozs7UUFHZDtRQUNBO1lBQ0ViLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO1FBQ0E7WUFDRWQsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7S0FDRDtBQUNIO0FBRWUsU0FBU0M7SUFDdEIscUJBQ0UsOERBQUNDO1FBQU9DLG1CQUFnQjtRQUFpQkMsV0FBVTs7MEJBQ2pELDhEQUFDQztnQkFBR0MsSUFBRztnQkFBaUJGLFdBQVU7MEJBQVU7Ozs7OzswQkFHNUMsOERBQUNHO2dCQUFJSCxXQUFVOztrQ0FDYiw4REFBQ0c7d0JBQUlILFdBQVU7OzBDQUNiLDhEQUFDRztnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNJO3dDQUNDQyxLQUFJO3dDQUNKQyxLQUFJO3dDQUNKTixXQUFVOzs7Ozs7a0RBRVosOERBQUNPO3dDQUFFUCxXQUFVO2tEQUFvQzs7Ozs7O2tEQUdqRCw4REFBQ0c7d0NBQUlILFdBQVU7a0RBQ1pwQixXQUFXTyxNQUFNLENBQUNxQixHQUFHLENBQUMsQ0FBQ0MscUJBQ3RCLDhEQUFDQztnREFBa0IzQixNQUFNMEIsS0FBSzFCLElBQUk7Z0RBQUVpQixXQUFVOztrRUFDNUMsOERBQUNXO3dEQUFLWCxXQUFVO2tFQUFXUyxLQUFLM0IsSUFBSTs7Ozs7O2tFQUNwQyw4REFBQzJCLEtBQUtyQixJQUFJO3dEQUFDd0IsZUFBWTt3REFBT1osV0FBVTs7Ozs7OzsrQ0FGbENTLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBDQU92Qiw4REFBQ3FCO2dDQUFJSCxXQUFVOztrREFDYiw4REFBQ0c7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0MsU0FBUyxDQUFDMkIsR0FBRyxDQUFDLENBQUNDLHFCQUN6Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ksT0FBTyxDQUFDd0IsR0FBRyxDQUFDLENBQUNDLHFCQUN2Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrREFTMUIsOERBQUNxQjt3Q0FBSUgsV0FBVTs7MERBQ2IsOERBQUNHOztrRUFDQyw4REFBQ1U7d0RBQUdiLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDYzt3REFBR0MsTUFBSzt3REFBT2YsV0FBVTtrRUFDdkJwQixXQUFXSyxPQUFPLENBQUN1QixHQUFHLENBQUMsQ0FBQ0MscUJBQ3ZCLDhEQUFDTzswRUFDQyw0RUFBQ047b0VBQUUzQixNQUFNMEIsS0FBSzFCLElBQUk7b0VBQUVpQixXQUFVOzhFQUMzQlMsS0FBSzNCLElBQUk7Ozs7OzsrREFGTDJCLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBEQVF4Qiw4REFBQ3FCO2dEQUFJSCxXQUFVOztrRUFDYiw4REFBQ2E7d0RBQUdiLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDYzt3REFBR0MsTUFBSzt3REFBT2YsV0FBVTtrRUFDdkJwQixXQUFXTSxLQUFLLENBQUNzQixHQUFHLENBQUMsQ0FBQ0MscUJBQ3JCLDhEQUFDTzswRUFDQyw0RUFBQ047b0VBQUUzQixNQUFNMEIsS0FBSzFCLElBQUk7b0VBQUVpQixXQUFVOzhFQUMzQlMsS0FBSzNCLElBQUk7Ozs7OzsrREFGTDJCLEtBQUszQixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O2tDQVc5Qiw4REFBQ3FCO3dCQUFJSCxXQUFVO2tDQUNiLDRFQUFDTzs0QkFBRVAsV0FBVTtzQ0FBb0M7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBSzNEIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvRm9vdGVyMi5qc3g/ZjM3ZiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMb2dvIH0gZnJvbSAnQC9jb21wb25lbnRzL0xvZ28nXG5cbmNvbnN0IG5hdmlnYXRpb24gPSB7XG4gIHNvbHV0aW9uczogW1xuICAgIHsgbmFtZTogJ01hcmtldGluZycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0FuYWx5dGljcycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0NvbW1lcmNlJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnSW5zaWdodHMnLCBocmVmOiAnIycgfSxcbiAgXSxcbiAgc3VwcG9ydDogW1xuICAgIHsgbmFtZTogJ1ByaWNpbmcnLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdEb2N1bWVudGF0aW9uJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnR3VpZGVzJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnQVBJIFN0YXR1cycsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBjb21wYW55OiBbXG4gICAgeyBuYW1lOiAnQWJvdXQnLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdCbG9nJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnSm9icycsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ1ByZXNzJywgaHJlZjogJyMnIH0sXG4gICAgeyBuYW1lOiAnUGFydG5lcnMnLCBocmVmOiAnIycgfSxcbiAgXSxcbiAgbGVnYWw6IFtcbiAgICB7IG5hbWU6ICdDbGFpbScsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ1ByaXZhY3knLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdUZXJtcycsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBzb2NpYWw6IFtcbiAgICB7XG4gICAgICBuYW1lOiAnRmFjZWJvb2snLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0yMiAxMmMwLTUuNTIzLTQuNDc3LTEwLTEwLTEwUzIgNi40NzcgMiAxMmMwIDQuOTkxIDMuNjU3IDkuMTI4IDguNDM4IDkuODc4di02Ljk4N2gtMi41NFYxMmgyLjU0VjkuNzk3YzAtMi41MDYgMS40OTItMy44OSAzLjc3Ny0zLjg5IDEuMDk0IDAgMi4yMzguMTk1IDIuMjM4LjE5NXYyLjQ2aC0xLjI2Yy0xLjI0MyAwLTEuNjMuNzcxLTEuNjMgMS41NjJWMTJoMi43NzNsLS40NDMgMi44OWgtMi4zM3Y2Ljk4OEMxOC4zNDMgMjEuMTI4IDIyIDE2Ljk5MSAyMiAxMnpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnSW5zdGFncmFtJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTIuMzE1IDJjMi40MyAwIDIuNzg0LjAxMyAzLjgwOC4wNiAxLjA2NC4wNDkgMS43OTEuMjE4IDIuNDI3LjQ2NWE0LjkwMiA0LjkwMiAwIDAxMS43NzIgMS4xNTMgNC45MDIgNC45MDIgMCAwMTEuMTUzIDEuNzcyYy4yNDcuNjM2LjQxNiAxLjM2My40NjUgMi40MjcuMDQ4IDEuMDY3LjA2IDEuNDA3LjA2IDQuMTIzdi4wOGMwIDIuNjQzLS4wMTIgMi45ODctLjA2IDQuMDQzLS4wNDkgMS4wNjQtLjIxOCAxLjc5MS0uNDY1IDIuNDI3YTQuOTAyIDQuOTAyIDAgMDEtMS4xNTMgMS43NzIgNC45MDIgNC45MDIgMCAwMS0xLjc3MiAxLjE1M2MtLjYzNi4yNDctMS4zNjMuNDE2LTIuNDI3LjQ2NS0xLjA2Ny4wNDgtMS40MDcuMDYtNC4xMjMuMDZoLS4wOGMtMi42NDMgMC0yLjk4Ny0uMDEyLTQuMDQzLS4wNi0xLjA2NC0uMDQ5LTEuNzkxLS4yMTgtMi40MjctLjQ2NWE0LjkwMiA0LjkwMiAwIDAxLTEuNzcyLTEuMTUzIDQuOTAyIDQuOTAyIDAgMDEtMS4xNTMtMS43NzJjLS4yNDctLjYzNi0uNDE2LTEuMzYzLS40NjUtMi40MjctLjA0Ny0xLjAyNC0uMDYtMS4zNzktLjA2LTMuODA4di0uNjNjMC0yLjQzLjAxMy0yLjc4NC4wNi0zLjgwOC4wNDktMS4wNjQuMjE4LTEuNzkxLjQ2NS0yLjQyN2E0LjkwMiA0LjkwMiAwIDAxMS4xNTMtMS43NzJBNC45MDIgNC45MDIgMCAwMTUuNDUgMi41MjVjLjYzNi0uMjQ3IDEuMzYzLS40MTYgMi40MjctLjQ2NUM4LjkwMSAyLjAxMyA5LjI1NiAyIDExLjY4NSAyaC42M3ptLS4wODEgMS44MDJoLS40NjhjLTIuNDU2IDAtMi43ODQuMDExLTMuODA3LjA1OC0uOTc1LjA0NS0xLjUwNC4yMDctMS44NTcuMzQ0LS40NjcuMTgyLS44LjM5OC0xLjE1Ljc0OC0uMzUuMzUtLjU2Ni42ODMtLjc0OCAxLjE1LS4xMzcuMzUzLS4zLjg4Mi0uMzQ0IDEuODU3LS4wNDcgMS4wMjMtLjA1OCAxLjM1MS0uMDU4IDMuODA3di40NjhjMCAyLjQ1Ni4wMTEgMi43ODQuMDU4IDMuODA3LjA0NS45NzUuMjA3IDEuNTA0LjM0NCAxLjg1Ny4xODIuNDY2LjM5OS44Ljc0OCAxLjE1LjM1LjM1LjY4My41NjYgMS4xNS43NDguMzUzLjEzNy44ODIuMyAxLjg1Ny4zNDQgMS4wNTQuMDQ4IDEuMzcuMDU4IDQuMDQxLjA1OGguMDhjMi41OTcgMCAyLjkxNy0uMDEgMy45Ni0uMDU4Ljk3Ni0uMDQ1IDEuNTA1LS4yMDcgMS44NTgtLjM0NC40NjYtLjE4Mi44LS4zOTggMS4xNS0uNzQ4LjM1LS4zNS41NjYtLjY4My43NDgtMS4xNS4xMzctLjM1My4zLS44ODIuMzQ0LTEuODU3LjA0OC0xLjA1NS4wNTgtMS4zNy4wNTgtNC4wNDF2LS4wOGMwLTIuNTk3LS4wMS0yLjkxNy0uMDU4LTMuOTYtLjA0NS0uOTc2LS4yMDctMS41MDUtLjM0NC0xLjg1OGEzLjA5NyAzLjA5NyAwIDAwLS43NDgtMS4xNSAzLjA5OCAzLjA5OCAwIDAwLTEuMTUtLjc0OGMtLjM1My0uMTM3LS44ODItLjMtMS44NTctLjM0NC0xLjAyMy0uMDQ3LTEuMzUxLS4wNTgtMy44MDctLjA1OHpNMTIgNi44NjVhNS4xMzUgNS4xMzUgMCAxMTAgMTAuMjcgNS4xMzUgNS4xMzUgMCAwMTAtMTAuMjd6bTAgMS44MDJhMy4zMzMgMy4zMzMgMCAxMDAgNi42NjYgMy4zMzMgMy4zMzMgMCAwMDAtNi42NjZ6bTUuMzM4LTMuMjA1YTEuMiAxLjIgMCAxMTAgMi40IDEuMiAxLjIgMCAwMTAtMi40elwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdYJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aCBkPVwiTTEzLjY4MjMgMTAuNjIxOEwyMC4yMzkxIDNIMTguNjg1NEwxMi45OTIxIDkuNjE3ODhMOC40NDQ4NiAzSDMuMjAwMkwxMC4wNzY1IDEzLjAwNzRMMy4yMDAyIDIxSDQuNzU0MDRMMTAuNzY2MyAxNC4wMTEzTDE1LjU2ODUgMjFIMjAuODEzMUwxMy42ODE5IDEwLjYyMThIMTMuNjgyM1pNMTEuNTU0MSAxMy4wOTU2TDEwLjg1NzQgMTIuMDk5MUw1LjMxMzkxIDQuMTY5NzFINy43MDA1M0wxMi4xNzQyIDEwLjU2ODlMMTIuODcwOSAxMS41NjU1TDE4LjY4NjEgMTkuODgzNUgxNi4yOTk1TDExLjU1NDEgMTMuMDk2VjEzLjA5NTZaXCIgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0dpdEh1YicsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTEyIDJDNi40NzcgMiAyIDYuNDg0IDIgMTIuMDE3YzAgNC40MjUgMi44NjUgOC4xOCA2LjgzOSA5LjUwNC41LjA5Mi42ODItLjIxNy42ODItLjQ4MyAwLS4yMzctLjAwOC0uODY4LS4wMTMtMS43MDMtMi43ODIuNjA1LTMuMzY5LTEuMzQzLTMuMzY5LTEuMzQzLS40NTQtMS4xNTgtMS4xMS0xLjQ2Ni0xLjExLTEuNDY2LS45MDgtLjYyLjA2OS0uNjA4LjA2OS0uNjA4IDEuMDAzLjA3IDEuNTMxIDEuMDMyIDEuNTMxIDEuMDMyLjg5MiAxLjUzIDIuMzQxIDEuMDg4IDIuOTEuODMyLjA5Mi0uNjQ3LjM1LTEuMDg4LjYzNi0xLjMzOC0yLjIyLS4yNTMtNC41NTUtMS4xMTMtNC41NTUtNC45NTEgMC0xLjA5My4zOS0xLjk4OCAxLjAyOS0yLjY4OC0uMTAzLS4yNTMtLjQ0Ni0xLjI3Mi4wOTgtMi42NSAwIDAgLjg0LS4yNyAyLjc1IDEuMDI2QTkuNTY0IDkuNTY0IDAgMDExMiA2Ljg0NGMuODUuMDA0IDEuNzA1LjExNSAyLjUwNC4zMzcgMS45MDktMS4yOTYgMi43NDctMS4wMjcgMi43NDctMS4wMjcuNTQ2IDEuMzc5LjIwMiAyLjM5OC4xIDIuNjUxLjY0LjcgMS4wMjggMS41OTUgMS4wMjggMi42ODggMCAzLjg0OC0yLjMzOSA0LjY5NS00LjU2NiA0Ljk0My4zNTkuMzA5LjY3OC45Mi42NzggMS44NTUgMCAxLjMzOC0uMDEyIDIuNDE5LS4wMTIgMi43NDcgMCAuMjY4LjE4LjU4LjY4OC40ODJBMTAuMDE5IDEwLjAxOSAwIDAwMjIgMTIuMDE3QzIyIDYuNDg0IDE3LjUyMiAyIDEyIDJ6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1lvdVR1YmUnLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xOS44MTIgNS40MThjLjg2MS4yMyAxLjUzOC45MDcgMS43NjggMS43NjhDMjEuOTk4IDguNzQ2IDIyIDEyIDIyIDEyczAgMy4yNTUtLjQxOCA0LjgxNGEyLjUwNCAyLjUwNCAwIDAgMS0xLjc2OCAxLjc2OGMtMS41Ni40MTktNy44MTQuNDE5LTcuODE0LjQxOXMtNi4yNTUgMC03LjgxNC0uNDE5YTIuNTA1IDIuNTA1IDAgMCAxLTEuNzY4LTEuNzY4QzIgMTUuMjU1IDIgMTIgMiAxMnMwLTMuMjU1LjQxNy00LjgxNGEyLjUwNyAyLjUwNyAwIDAgMSAxLjc2OC0xLjc2OEM1Ljc0NCA1IDExLjk5OCA1IDExLjk5OCA1czYuMjU1IDAgNy44MTQuNDE4Wk0xNS4xOTQgMTIgMTAgMTVWOWw1LjE5NCAzWlwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICBdLFxufVxuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBGb290ZXIyKCkge1xuICByZXR1cm4gKFxuICAgIDxmb290ZXIgYXJpYS1sYWJlbGxlZGJ5PVwiZm9vdGVyLWhlYWRpbmdcIiBjbGFzc05hbWU9XCJiZy13aGl0ZVwiPlxuICAgICAgPGgyIGlkPVwiZm9vdGVyLWhlYWRpbmdcIiBjbGFzc05hbWU9XCJzci1vbmx5XCI+XG4gICAgICAgIEZvb3RlclxuICAgICAgPC9oMj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgcHgtNiBwYi04IHB0LTE2IHNtOnB0LTI0IGxnOnB4LTggbGc6cHQtMzJcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJ4bDpncmlkIHhsOmdyaWQtY29scy0zIHhsOmdhcC04XCI+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJzcGFjZS15LThcIj5cbiAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgYWx0PVwiQ29tcGFueSBuYW1lXCJcbiAgICAgICAgICAgICAgc3JjPVwiL2ltYWdlcy9sb2dvZnVsbC5zdmdcIlxuICAgICAgICAgICAgICBjbGFzc05hbWU9XCJoLTEwXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDBcIj5cbiAgICAgICAgICAgIFRoZSBGdXR1cmUgb2YgQ29sbGFib3JhdGlvbiBpcyBOb3cuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggc3BhY2UteC02XCI+XG4gICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnNvY2lhbC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICA8YSBrZXk9e2l0ZW0ubmFtZX0gaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXB1cnBsZS00MDAgaG92ZXI6dGV4dC1wdXJwbGUtNTAwXCI+XG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9XCJzci1vbmx5XCI+e2l0ZW0ubmFtZX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICA8aXRlbS5pY29uIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cImgtNiB3LTZcIiAvPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTE2IGdyaWQgZ3JpZC1jb2xzLTIgZ2FwLTggeGw6Y29sLXNwYW4tMiB4bDptdC0wXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Tb2x1dGlvbnM8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2x1dGlvbnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIG1kOm10LTBcIj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5TdXBwb3J0PC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uc3VwcG9ydC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibWQ6Z3JpZCBtZDpncmlkLWNvbHMtMiBtZDpnYXAtOFwiPlxuICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMFwiPkNvbXBhbnk8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5jb21wYW55Lm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+TGVnYWw8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5sZWdhbC5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTYgYm9yZGVyLXQgYm9yZGVyLXB1cnBsZS05MDAvMTAgcHQtOCBzbTptdC0yMCBsZzptdC0yNFwiPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQteHMgbGVhZGluZy01IHRleHQtcHVycGxlLTUwMFwiPiZjb3B5OyAyMDI0IE91cndvcmxkIEhvbGRpbmdzLCBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuPC9wPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZm9vdGVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiTG9nbyIsIm5hdmlnYXRpb24iLCJzb2x1dGlvbnMiLCJuYW1lIiwiaHJlZiIsInN1cHBvcnQiLCJjb21wYW55IiwibGVnYWwiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\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\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases\"\n },\n {\n name: \"HeroGPT\",\n href: \"/community/blogs/herogpt\"\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\"\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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFZQyxNQUFNO1FBQVk7UUFDdEM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQVk7UUFDdEM7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQTJCO1FBQ3BEO1lBQUVELE1BQU07WUFBZ0JDLE1BQU07UUFBSTtLQUNuQztJQUNEQyxTQUFTO1FBQ1A7WUFBRUYsTUFBTTtZQUFpQkMsTUFBTTtRQUFJO1FBQ25DO1lBQUVELE1BQU07WUFBaUJDLE1BQU07UUFBSTtRQUNuQztZQUFFRCxNQUFNO1lBQVFDLE1BQU07UUFBYTtRQUNuQztZQUFFRCxNQUFNO1lBQVdDLE1BQU07UUFBc0I7S0FDaEQ7SUFDREUsVUFBVTtRQUNSO1lBQUVILE1BQU07WUFBYUMsTUFBTTtRQUF1QjtRQUNsRDtZQUFFRCxNQUFNO1lBQVNDLE1BQU07UUFBbUI7UUFDMUM7WUFBRUQsTUFBTTtZQUFZQyxNQUFNO1FBQXVCO0tBQ2xEO0lBQ0RHLE9BQU87UUFDTDtZQUFFSixNQUFNO1lBQVNDLE1BQU07UUFBK0I7UUFDdEQ7WUFBRUQsTUFBTTtZQUFXQyxNQUFNO1FBQWlFO1FBQzFGO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUE2RTtLQUNyRztJQUNESSxRQUFRO1FBQ047WUFDRUwsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7UUFDQTtZQUNFZCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQUtFLEdBQUU7Ozs7Ozs7Ozs7O1FBR2Q7UUFDQTtZQUNFYixNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO0tBQ0Q7QUFDSDtBQUVlLFNBQVNDO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFPQyxtQkFBZ0I7UUFBaUJDLFdBQVU7OzBCQUNqRCw4REFBQ0M7Z0JBQUdDLElBQUc7Z0JBQWlCRixXQUFVOzBCQUFVOzs7Ozs7MEJBRzVDLDhEQUFDRztnQkFBSUgsV0FBVTs7a0NBQ2IsOERBQUNHO3dCQUFJSCxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDSTt3Q0FDQ0MsS0FBSTt3Q0FDSkMsS0FBSTt3Q0FDSk4sV0FBVTs7Ozs7O2tEQUVaLDhEQUFDTzt3Q0FBRVAsV0FBVTtrREFBb0M7Ozs7OztrREFHakQsOERBQUNHO3dDQUFJSCxXQUFVO2tEQUNacEIsV0FBV08sTUFBTSxDQUFDcUIsR0FBRyxDQUFDLENBQUNDLHFCQUN0Qiw4REFBQ0M7Z0RBQWtCM0IsTUFBTTBCLEtBQUsxQixJQUFJO2dEQUFFaUIsV0FBVTs7a0VBQzVDLDhEQUFDVzt3REFBS1gsV0FBVTtrRUFBV1MsS0FBSzNCLElBQUk7Ozs7OztrRUFDcEMsOERBQUMyQixLQUFLckIsSUFBSTt3REFBQ3dCLGVBQVk7d0RBQU9aLFdBQVU7Ozs7Ozs7K0NBRmxDUyxLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswQ0FPdkIsOERBQUNxQjtnQ0FBSUgsV0FBVTs7a0RBQ2IsOERBQUNHO3dDQUFJSCxXQUFVOzswREFDYiw4REFBQ0c7O2tFQUNDLDhEQUFDVTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdDLFNBQVMsQ0FBQzJCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDekIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MERBUXhCLDhEQUFDcUI7Z0RBQUlILFdBQVU7O2tFQUNiLDhEQUFDYTt3REFBR2IsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNjO3dEQUFHQyxNQUFLO3dEQUFPZixXQUFVO2tFQUN2QnBCLFdBQVdJLE9BQU8sQ0FBQ3dCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDdkIsOERBQUNPOzBFQUNDLDRFQUFDTjtvRUFBRTNCLE1BQU0wQixLQUFLMUIsSUFBSTtvRUFBRWlCLFdBQVU7OEVBQzNCUyxLQUFLM0IsSUFBSTs7Ozs7OytEQUZMMkIsS0FBSzNCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7a0RBUzFCLDhEQUFDcUI7d0NBQUlILFdBQVU7OzBEQUNiLDhEQUFDRzs7a0VBQ0MsOERBQUNVO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV0ssUUFBUSxDQUFDdUIsR0FBRyxDQUFDLENBQUNDLHFCQUN4Qiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7OzswREFReEIsOERBQUNxQjtnREFBSUgsV0FBVTs7a0VBQ2IsOERBQUNhO3dEQUFHYixXQUFVO2tFQUFrRDs7Ozs7O2tFQUNoRSw4REFBQ2M7d0RBQUdDLE1BQUs7d0RBQU9mLFdBQVU7a0VBQ3ZCcEIsV0FBV00sS0FBSyxDQUFDc0IsR0FBRyxDQUFDLENBQUNDLHFCQUNyQiw4REFBQ087MEVBQ0MsNEVBQUNOO29FQUFFM0IsTUFBTTBCLEtBQUsxQixJQUFJO29FQUFFaUIsV0FBVTs4RUFDM0JTLEtBQUszQixJQUFJOzs7Ozs7K0RBRkwyQixLQUFLM0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrQ0FXOUIsOERBQUNxQjt3QkFBSUgsV0FBVTtrQ0FDYiw0RUFBQ087NEJBQUVQLFdBQVU7c0NBQW9DOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUszRCIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0Zvb3RlcjIuanN4P2YzN2YiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTG9nbyB9IGZyb20gJ0AvY29tcG9uZW50cy9Mb2dvJ1xuXG5jb25zdCBuYXZpZ2F0aW9uID0ge1xuICBzb2x1dGlvbnM6IFtcbiAgICB7IG5hbWU6ICdGZWF0dXJlcycsIGhyZWY6ICcvZmVhdHVyZXMnIH0sXG4gICAgeyBuYW1lOiAnVXNlY2FzZXMnLCBocmVmOiAnL3VzZWNhc2VzJyB9LFxuICAgIHsgbmFtZTogJ0hlcm9HUFQnLCBocmVmOiAnL2NvbW11bml0eS9ibG9ncy9oZXJvZ3B0JyB9LFxuICAgIHsgbmFtZTogJ091clZlcnNlIEFwcCcsIGhyZWY6ICcjJyB9LFxuICBdLFxuICBzdXBwb3J0OiBbXG4gICAgeyBuYW1lOiAnQ3VzdG9tZXIgQ2FyZScsIGhyZWY6ICcjJyB9LFxuICAgIHsgbmFtZTogJ0RvY3VtZW50YXRpb24nLCBocmVmOiAnIycgfSxcbiAgICB7IG5hbWU6ICdCbG9nJywgaHJlZjogJy9jb21tdW5pdHknIH0sXG4gICAgeyBuYW1lOiAnQ29tcGFueScsIGhyZWY6ICdodHRwczovL291cndvcmxkLnRmJyB9LFxuICBdLFxuICBwYXJ0bmVyczogW1xuICAgIHsgbmFtZTogJ1RocmVlRm9sZCcsIGhyZWY6ICdodHRwczovL3RocmVlZm9sZC5pbycgfSxcbiAgICB7IG5hbWU6ICdWaW5kbycsIGhyZWY6ICdodHRwczovL3ZpbmRvLmFpJyB9LFxuICAgIHsgbmFtZTogJ0luY3ViYWlkJywgaHJlZjogJ2h0dHBzOi8vaW5jdWJhaWQuY29tJyB9LFxuICBdLFxuICBsZWdhbDogW1xuICAgIHsgbmFtZTogJ0NsYWltJywgaHJlZjogJ2h0dHBzOi8vdGhyZWVmb2xkLmlvL3RmTGFicy8nIH0sXG4gICAgeyBuYW1lOiAnUHJpdmFjeScsIGhyZWY6ICdodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fcHJpdmFjeXBvbGljeScgfSxcbiAgICB7IG5hbWU6ICdUZXJtcycsIGhyZWY6ICdodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fdGVybXNfY29uZGl0aW9uc193ZWJzaXRlcycgfSxcbiAgXSxcbiAgc29jaWFsOiBbXG4gICAge1xuICAgICAgbmFtZTogJ0ZhY2Vib29rJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMjIgMTJjMC01LjUyMy00LjQ3Ny0xMC0xMC0xMFMyIDYuNDc3IDIgMTJjMCA0Ljk5MSAzLjY1NyA5LjEyOCA4LjQzOCA5Ljg3OHYtNi45ODdoLTIuNTRWMTJoMi41NFY5Ljc5N2MwLTIuNTA2IDEuNDkyLTMuODkgMy43NzctMy44OSAxLjA5NCAwIDIuMjM4LjE5NSAyLjIzOC4xOTV2Mi40NmgtMS4yNmMtMS4yNDMgMC0xLjYzLjc3MS0xLjYzIDEuNTYyVjEyaDIuNzczbC0uNDQzIDIuODloLTIuMzN2Ni45ODhDMTguMzQzIDIxLjEyOCAyMiAxNi45OTEgMjIgMTJ6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0luc3RhZ3JhbScsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTEyLjMxNSAyYzIuNDMgMCAyLjc4NC4wMTMgMy44MDguMDYgMS4wNjQuMDQ5IDEuNzkxLjIxOCAyLjQyNy40NjVhNC45MDIgNC45MDIgMCAwMTEuNzcyIDEuMTUzIDQuOTAyIDQuOTAyIDAgMDExLjE1MyAxLjc3MmMuMjQ3LjYzNi40MTYgMS4zNjMuNDY1IDIuNDI3LjA0OCAxLjA2Ny4wNiAxLjQwNy4wNiA0LjEyM3YuMDhjMCAyLjY0My0uMDEyIDIuOTg3LS4wNiA0LjA0My0uMDQ5IDEuMDY0LS4yMTggMS43OTEtLjQ2NSAyLjQyN2E0LjkwMiA0LjkwMiAwIDAxLTEuMTUzIDEuNzcyIDQuOTAyIDQuOTAyIDAgMDEtMS43NzIgMS4xNTNjLS42MzYuMjQ3LTEuMzYzLjQxNi0yLjQyNy40NjUtMS4wNjcuMDQ4LTEuNDA3LjA2LTQuMTIzLjA2aC0uMDhjLTIuNjQzIDAtMi45ODctLjAxMi00LjA0My0uMDYtMS4wNjQtLjA0OS0xLjc5MS0uMjE4LTIuNDI3LS40NjVhNC45MDIgNC45MDIgMCAwMS0xLjc3Mi0xLjE1MyA0LjkwMiA0LjkwMiAwIDAxLTEuMTUzLTEuNzcyYy0uMjQ3LS42MzYtLjQxNi0xLjM2My0uNDY1LTIuNDI3LS4wNDctMS4wMjQtLjA2LTEuMzc5LS4wNi0zLjgwOHYtLjYzYzAtMi40My4wMTMtMi43ODQuMDYtMy44MDguMDQ5LTEuMDY0LjIxOC0xLjc5MS40NjUtMi40MjdhNC45MDIgNC45MDIgMCAwMTEuMTUzLTEuNzcyQTQuOTAyIDQuOTAyIDAgMDE1LjQ1IDIuNTI1Yy42MzYtLjI0NyAxLjM2My0uNDE2IDIuNDI3LS40NjVDOC45MDEgMi4wMTMgOS4yNTYgMiAxMS42ODUgMmguNjN6bS0uMDgxIDEuODAyaC0uNDY4Yy0yLjQ1NiAwLTIuNzg0LjAxMS0zLjgwNy4wNTgtLjk3NS4wNDUtMS41MDQuMjA3LTEuODU3LjM0NC0uNDY3LjE4Mi0uOC4zOTgtMS4xNS43NDgtLjM1LjM1LS41NjYuNjgzLS43NDggMS4xNS0uMTM3LjM1My0uMy44ODItLjM0NCAxLjg1Ny0uMDQ3IDEuMDIzLS4wNTggMS4zNTEtLjA1OCAzLjgwN3YuNDY4YzAgMi40NTYuMDExIDIuNzg0LjA1OCAzLjgwNy4wNDUuOTc1LjIwNyAxLjUwNC4zNDQgMS44NTcuMTgyLjQ2Ni4zOTkuOC43NDggMS4xNS4zNS4zNS42ODMuNTY2IDEuMTUuNzQ4LjM1My4xMzcuODgyLjMgMS44NTcuMzQ0IDEuMDU0LjA0OCAxLjM3LjA1OCA0LjA0MS4wNThoLjA4YzIuNTk3IDAgMi45MTctLjAxIDMuOTYtLjA1OC45NzYtLjA0NSAxLjUwNS0uMjA3IDEuODU4LS4zNDQuNDY2LS4xODIuOC0uMzk4IDEuMTUtLjc0OC4zNS0uMzUuNTY2LS42ODMuNzQ4LTEuMTUuMTM3LS4zNTMuMy0uODgyLjM0NC0xLjg1Ny4wNDgtMS4wNTUuMDU4LTEuMzcuMDU4LTQuMDQxdi0uMDhjMC0yLjU5Ny0uMDEtMi45MTctLjA1OC0zLjk2LS4wNDUtLjk3Ni0uMjA3LTEuNTA1LS4zNDQtMS44NThhMy4wOTcgMy4wOTcgMCAwMC0uNzQ4LTEuMTUgMy4wOTggMy4wOTggMCAwMC0xLjE1LS43NDhjLS4zNTMtLjEzNy0uODgyLS4zLTEuODU3LS4zNDQtMS4wMjMtLjA0Ny0xLjM1MS0uMDU4LTMuODA3LS4wNTh6TTEyIDYuODY1YTUuMTM1IDUuMTM1IDAgMTEwIDEwLjI3IDUuMTM1IDUuMTM1IDAgMDEwLTEwLjI3em0wIDEuODAyYTMuMzMzIDMuMzMzIDAgMTAwIDYuNjY2IDMuMzMzIDMuMzMzIDAgMDAwLTYuNjY2em01LjMzOC0zLjIwNWExLjIgMS4yIDAgMTEwIDIuNCAxLjIgMS4yIDAgMDEwLTIuNHpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnWCcsXG4gICAgICBocmVmOiAnIycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGggZD1cIk0xMy42ODIzIDEwLjYyMThMMjAuMjM5MSAzSDE4LjY4NTRMMTIuOTkyMSA5LjYxNzg4TDguNDQ0ODYgM0gzLjIwMDJMMTAuMDc2NSAxMy4wMDc0TDMuMjAwMiAyMUg0Ljc1NDA0TDEwLjc2NjMgMTQuMDExM0wxNS41Njg1IDIxSDIwLjgxMzFMMTMuNjgxOSAxMC42MjE4SDEzLjY4MjNaTTExLjU1NDEgMTMuMDk1NkwxMC44NTc0IDEyLjA5OTFMNS4zMTM5MSA0LjE2OTcxSDcuNzAwNTNMMTIuMTc0MiAxMC41Njg5TDEyLjg3MDkgMTEuNTY1NUwxOC42ODYxIDE5Ljg4MzVIMTYuMjk5NUwxMS41NTQxIDEzLjA5NlYxMy4wOTU2WlwiIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdHaXRIdWInLFxuICAgICAgaHJlZjogJyMnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xMiAyQzYuNDc3IDIgMiA2LjQ4NCAyIDEyLjAxN2MwIDQuNDI1IDIuODY1IDguMTggNi44MzkgOS41MDQuNS4wOTIuNjgyLS4yMTcuNjgyLS40ODMgMC0uMjM3LS4wMDgtLjg2OC0uMDEzLTEuNzAzLTIuNzgyLjYwNS0zLjM2OS0xLjM0My0zLjM2OS0xLjM0My0uNDU0LTEuMTU4LTEuMTEtMS40NjYtMS4xMS0xLjQ2Ni0uOTA4LS42Mi4wNjktLjYwOC4wNjktLjYwOCAxLjAwMy4wNyAxLjUzMSAxLjAzMiAxLjUzMSAxLjAzMi44OTIgMS41MyAyLjM0MSAxLjA4OCAyLjkxLjgzMi4wOTItLjY0Ny4zNS0xLjA4OC42MzYtMS4zMzgtMi4yMi0uMjUzLTQuNTU1LTEuMTEzLTQuNTU1LTQuOTUxIDAtMS4wOTMuMzktMS45ODggMS4wMjktMi42ODgtLjEwMy0uMjUzLS40NDYtMS4yNzIuMDk4LTIuNjUgMCAwIC44NC0uMjcgMi43NSAxLjAyNkE5LjU2NCA5LjU2NCAwIDAxMTIgNi44NDRjLjg1LjAwNCAxLjcwNS4xMTUgMi41MDQuMzM3IDEuOTA5LTEuMjk2IDIuNzQ3LTEuMDI3IDIuNzQ3LTEuMDI3LjU0NiAxLjM3OS4yMDIgMi4zOTguMSAyLjY1MS42NC43IDEuMDI4IDEuNTk1IDEuMDI4IDIuNjg4IDAgMy44NDgtMi4zMzkgNC42OTUtNC41NjYgNC45NDMuMzU5LjMwOS42NzguOTIuNjc4IDEuODU1IDAgMS4zMzgtLjAxMiAyLjQxOS0uMDEyIDIuNzQ3IDAgLjI2OC4xOC41OC42ODguNDgyQTEwLjAxOSAxMC4wMTkgMCAwMDIyIDEyLjAxN0MyMiA2LjQ4NCAxNy41MjIgMiAxMiAyelwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdZb3VUdWJlJyxcbiAgICAgIGhyZWY6ICcjJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTkuODEyIDUuNDE4Yy44NjEuMjMgMS41MzguOTA3IDEuNzY4IDEuNzY4QzIxLjk5OCA4Ljc0NiAyMiAxMiAyMiAxMnMwIDMuMjU1LS40MTggNC44MTRhMi41MDQgMi41MDQgMCAwIDEtMS43NjggMS43NjhjLTEuNTYuNDE5LTcuODE0LjQxOS03LjgxNC40MTlzLTYuMjU1IDAtNy44MTQtLjQxOWEyLjUwNSAyLjUwNSAwIDAgMS0xLjc2OC0xLjc2OEMyIDE1LjI1NSAyIDEyIDIgMTJzMC0zLjI1NS40MTctNC44MTRhMi41MDcgMi41MDcgMCAwIDEgMS43NjgtMS43NjhDNS43NDQgNSAxMS45OTggNSAxMS45OTggNXM2LjI1NSAwIDcuODE0LjQxOFpNMTUuMTk0IDEyIDEwIDE1VjlsNS4xOTQgM1pcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgXSxcbn1cblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRm9vdGVyMigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGFyaWEtbGFiZWxsZWRieT1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwiYmctd2hpdGVcIj5cbiAgICAgIDxoMiBpZD1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwic3Itb25seVwiPlxuICAgICAgICBGb290ZXJcbiAgICAgIDwvaDI+XG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctN3hsIHB4LTYgcGItOCBwdC0xNiBzbTpwdC0yNCBsZzpweC04IGxnOnB0LTMyXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwieGw6Z3JpZCB4bDpncmlkLWNvbHMtMyB4bDpnYXAtOFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwic3BhY2UteS04XCI+XG4gICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgIGFsdD1cIkNvbXBhbnkgbmFtZVwiXG4gICAgICAgICAgICAgIHNyYz1cIi9pbWFnZXMvbG9nb2Z1bGwuc3ZnXCJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwiaC0xMFwiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwXCI+XG4gICAgICAgICAgICBUaGUgRnV0dXJlIG9mIENvbGxhYm9yYXRpb24gaXMgTm93LlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IHNwYWNlLXgtNlwiPlxuICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2NpYWwubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgPGEga2V5PXtpdGVtLm5hbWV9IGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNDAwIGhvdmVyOnRleHQtcHVycGxlLTUwMFwiPlxuICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3NOYW1lPVwic3Itb25seVwiPntpdGVtLm5hbWV9PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgPGl0ZW0uaWNvbiBhcmlhLWhpZGRlbj1cInRydWVcIiBjbGFzc05hbWU9XCJoLTYgdy02XCIgLz5cbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xNiBncmlkIGdyaWQtY29scy0yIGdhcC04IHhsOmNvbC1zcGFuLTIgeGw6bXQtMFwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtZDpncmlkIG1kOmdyaWQtY29scy0yIG1kOmdhcC04XCI+XG4gICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+U29sdXRpb25zPC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uc29sdXRpb25zLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMCBtZDptdC0wXCI+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+U3VwcG9ydDwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnN1cHBvcnQubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Db21wYW55PC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24ucGFydG5lcnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIG1kOm10LTBcIj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5MZWdhbDwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLmxlZ2FsLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xNiBib3JkZXItdCBib3JkZXItcHVycGxlLTkwMC8xMCBwdC04IHNtOm10LTIwIGxnOm10LTI0XCI+XG4gICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC14cyBsZWFkaW5nLTUgdGV4dC1wdXJwbGUtNTAwXCI+JmNvcHk7IDIwMjQgT3Vyd29ybGQgSG9sZGluZ3MsIEluYy4gQWxsIHJpZ2h0cyByZXNlcnZlZC48L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9mb290ZXI+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJMb2dvIiwibmF2aWdhdGlvbiIsInNvbHV0aW9ucyIsIm5hbWUiLCJocmVmIiwic3VwcG9ydCIsInBhcnRuZXJzIiwibGVnYWwiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/Footer2.jsx\n");
/***/ }),
diff --git a/.next/server/webpack-runtime.js b/.next/server/webpack-runtime.js
index f54f772..1379689 100644
--- a/.next/server/webpack-runtime.js
+++ b/.next/server/webpack-runtime.js
@@ -125,7 +125,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
-/******/ __webpack_require__.h = () => ("41e1df09052cac77")
+/******/ __webpack_require__.h = () => ("0f465149ca9011ed")
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
diff --git a/.next/trace b/.next/trace
index cef5df3..758e242 100644
--- a/.next/trace
+++ b/.next/trace
@@ -180,3 +180,80 @@
[{"name":"optimize","duration":11962,"timestamp":101703525579,"id":15465,"parentId":15463,"tags":{},"startTime":1726668281238,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":656,"timestamp":101703539391,"id":15470,"parentId":15463,"tags":{},"startTime":1726668281252,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":13115,"timestamp":101703540058,"id":15471,"parentId":15463,"tags":{},"startTime":1726668281253,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1632,"timestamp":101703554764,"id":15472,"parentId":15463,"tags":{},"startTime":1726668281268,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":203,"timestamp":101703556395,"id":15473,"parentId":15463,"tags":{},"startTime":1726668281269,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":167,"timestamp":101703556587,"id":15474,"parentId":15463,"tags":{},"startTime":1726668281269,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2642,"timestamp":101703556759,"id":15475,"parentId":15463,"tags":{},"startTime":1726668281270,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":61839,"timestamp":101703517588,"id":15463,"parentId":15413,"tags":{},"startTime":1726668281230,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":321604,"timestamp":101703275318,"id":15413,"parentId":15365,"tags":{"name":"server"},"startTime":1726668280988,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7254,"timestamp":101703597049,"id":15476,"parentId":15365,"tags":{},"startTime":1726668281310,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":780352,"timestamp":101702825093,"id":15365,"parentId":3,"tags":{"trigger":"src/styles/tailwind.css"},"startTime":1726668280538,"traceId":"4f5180dc9f76515a"}]
[{"name":"handle-request","duration":228638,"timestamp":101703629996,"id":15480,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668281343,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101703858664,"id":15483,"parentId":15480,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"442859520","memory.heapUsed":"303590960","memory.heapTotal":"392593408"},"startTime":1726668281571,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":229112,"timestamp":101703630347,"id":15481,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668281343,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101703859474,"id":15484,"parentId":15481,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"442859520","memory.heapUsed":"303939952","memory.heapTotal":"392593408"},"startTime":1726668281572,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":232095,"timestamp":101703628000,"id":15477,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668281341,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101703860112,"id":15485,"parentId":15477,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"442859520","memory.heapUsed":"304234192","memory.heapTotal":"392593408"},"startTime":1726668281573,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":230855,"timestamp":101703630694,"id":15482,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668281343,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101703861571,"id":15486,"parentId":15482,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"442859520","memory.heapUsed":"304525912","memory.heapTotal":"392593408"},"startTime":1726668281574,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":233285,"timestamp":101703629255,"id":15478,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668281342,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101703862556,"id":15487,"parentId":15478,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"442859520","memory.heapUsed":"304821048","memory.heapTotal":"392593408"},"startTime":1726668281575,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":234060,"timestamp":101703629642,"id":15479,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668281342,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101703863713,"id":15488,"parentId":15479,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"442859520","memory.heapUsed":"305594304","memory.heapTotal":"392593408"},"startTime":1726668281577,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7217,"timestamp":101704648952,"id":15495,"parentId":15492,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668282362,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7538,"timestamp":101704648817,"id":15493,"parentId":15492,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668282362,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33625,"timestamp":101704648934,"id":15494,"parentId":15492,"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":1726668282362,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33599,"timestamp":101704648966,"id":15496,"parentId":15492,"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":1726668282362,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":2280,"timestamp":101704680489,"id":15503,"parentId":15502,"tags":{},"startTime":1726668282393,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":2979,"timestamp":101704680327,"id":15502,"parentId":15491,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"rsc"},"startTime":1726668282393,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35634,"timestamp":101704648981,"id":15497,"parentId":15492,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668282362,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35609,"timestamp":101704649010,"id":15499,"parentId":15492,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668282362,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35580,"timestamp":101704649040,"id":15501,"parentId":15492,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668282362,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35730,"timestamp":101704648996,"id":15498,"parentId":15492,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668282362,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35704,"timestamp":101704649024,"id":15500,"parentId":15492,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668282362,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":137323,"timestamp":101704635957,"id":15492,"parentId":15491,"tags":{},"startTime":1726668282349,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3554,"timestamp":101704783404,"id":15530,"parentId":15529,"tags":{},"startTime":1726668282496,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":101704786988,"id":15532,"parentId":15529,"tags":{},"startTime":1726668282500,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4681,"timestamp":101704787010,"id":15533,"parentId":15529,"tags":{},"startTime":1726668282500,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":10,"timestamp":101704791718,"id":15534,"parentId":15529,"tags":{},"startTime":1726668282504,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":101704791740,"id":15535,"parentId":15529,"tags":{},"startTime":1726668282504,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5993,"timestamp":101704786975,"id":15531,"parentId":15529,"tags":{},"startTime":1726668282500,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":545,"timestamp":101704794942,"id":15536,"parentId":15529,"tags":{},"startTime":1726668282508,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":3542,"timestamp":101704795494,"id":15537,"parentId":15529,"tags":{},"startTime":1726668282508,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1057,"timestamp":101704800227,"id":15538,"parentId":15529,"tags":{},"startTime":1726668282513,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":114,"timestamp":101704801284,"id":15539,"parentId":15529,"tags":{},"startTime":1726668282514,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":139,"timestamp":101704801391,"id":15540,"parentId":15529,"tags":{},"startTime":1726668282514,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":257,"timestamp":101704801534,"id":15541,"parentId":15529,"tags":{},"startTime":1726668282514,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":31725,"timestamp":101704780383,"id":15529,"parentId":15491,"tags":{},"startTime":1726668282493,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":183647,"timestamp":101704635475,"id":15491,"parentId":15489,"tags":{"name":"server"},"startTime":1726668282348,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":5132,"timestamp":101704819207,"id":15542,"parentId":15489,"tags":{},"startTime":1726668282532,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":199142,"timestamp":101704625578,"id":15489,"parentId":3,"tags":{"trigger":"src/styles/tailwind.css"},"startTime":1726668282338,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3735,"timestamp":101704842019,"id":15555,"parentId":15544,"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":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3772,"timestamp":101704842041,"id":15557,"parentId":15544,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3727,"timestamp":101704842086,"id":15561,"parentId":15544,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3717,"timestamp":101704842097,"id":15562,"parentId":15544,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3686,"timestamp":101704842129,"id":15565,"parentId":15544,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7863,"timestamp":101704841854,"id":15545,"parentId":15544,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7799,"timestamp":101704841930,"id":15547,"parentId":15544,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9726,"timestamp":101704841953,"id":15549,"parentId":15544,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13228,"timestamp":101704841974,"id":15551,"parentId":15544,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13073,"timestamp":101704842139,"id":15566,"parentId":15544,"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":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13527,"timestamp":101704842107,"id":15563,"parentId":15544,"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&server=false!"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14967,"timestamp":101704841997,"id":15553,"parentId":15544,"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":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14914,"timestamp":101704842054,"id":15558,"parentId":15544,"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":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14894,"timestamp":101704842075,"id":15560,"parentId":15544,"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":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14851,"timestamp":101704842118,"id":15564,"parentId":15544,"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":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16262,"timestamp":101704841964,"id":15550,"parentId":15544,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16391,"timestamp":101704841985,"id":15552,"parentId":15544,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16350,"timestamp":101704842030,"id":15556,"parentId":15544,"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":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17219,"timestamp":101704841942,"id":15548,"parentId":15544,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21870,"timestamp":101704842064,"id":15559,"parentId":15544,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22028,"timestamp":101704841914,"id":15546,"parentId":15544,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":23,"timestamp":101704865463,"id":15569,"parentId":15568,"tags":{},"startTime":1726668282578,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":282426,"timestamp":101704865609,"id":15571,"parentId":15570,"tags":{},"startTime":1726668282578,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":282867,"timestamp":101704865524,"id":15570,"parentId":15568,"tags":{},"startTime":1726668282578,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":18176,"timestamp":101705148480,"id":15572,"parentId":15568,"tags":{"astUsed":"true"},"startTime":1726668282861,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":303205,"timestamp":101704865294,"id":15568,"parentId":15567,"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":1726668282578,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":325233,"timestamp":101704846326,"id":15567,"parentId":15543,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668282559,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":34,"timestamp":101705171753,"id":15573,"parentId":15567,"tags":{},"startTime":1726668282884,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":329804,"timestamp":101704842008,"id":15554,"parentId":15544,"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":1726668282555,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":344707,"timestamp":101704827128,"id":15544,"parentId":15543,"tags":{},"startTime":1726668282540,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2265,"timestamp":101705180456,"id":15575,"parentId":15574,"tags":{},"startTime":1726668282893,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":101705182745,"id":15577,"parentId":15574,"tags":{},"startTime":1726668282895,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":61,"timestamp":101705182763,"id":15578,"parentId":15574,"tags":{},"startTime":1726668282895,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":101705182843,"id":15579,"parentId":15574,"tags":{},"startTime":1726668282896,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":101705182866,"id":15580,"parentId":15574,"tags":{},"startTime":1726668282896,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1879,"timestamp":101705182737,"id":15576,"parentId":15574,"tags":{},"startTime":1726668282895,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":352,"timestamp":101705185660,"id":15581,"parentId":15574,"tags":{},"startTime":1726668282898,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":3892,"timestamp":101705186018,"id":15582,"parentId":15574,"tags":{},"startTime":1726668282899,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3632,"timestamp":101705191398,"id":15583,"parentId":15574,"tags":{},"startTime":1726668282904,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":208,"timestamp":101705195029,"id":15584,"parentId":15574,"tags":{},"startTime":1726668282908,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":142,"timestamp":101705195230,"id":15585,"parentId":15574,"tags":{},"startTime":1726668282908,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2355,"timestamp":101705195381,"id":15586,"parentId":15574,"tags":{},"startTime":1726668282908,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":64,"timestamp":101705198647,"id":15588,"parentId":15543,"tags":{},"startTime":1726668282911,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":137,"timestamp":101705198578,"id":15587,"parentId":15543,"tags":{},"startTime":1726668282911,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":25490,"timestamp":101705176089,"id":15574,"parentId":15543,"tags":{},"startTime":1726668282889,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":374800,"timestamp":101704826819,"id":15543,"parentId":15490,"tags":{"name":"client"},"startTime":1726668282540,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7844,"timestamp":101705201655,"id":15589,"parentId":15490,"tags":{},"startTime":1726668282914,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":584834,"timestamp":101704625776,"id":15490,"parentId":3,"tags":{"trigger":"src/styles/tailwind.css"},"startTime":1726668282339,"traceId":"4f5180dc9f76515a"}]
[{"name":"client-success","duration":3,"timestamp":101705215297,"id":15590,"parentId":3,"tags":{},"startTime":1726668282928,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101705215360,"id":15591,"parentId":3,"tags":{},"startTime":1726668282928,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101705215392,"id":15592,"parentId":3,"tags":{},"startTime":1726668282928,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101705215422,"id":15593,"parentId":3,"tags":{},"startTime":1726668282928,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101705215446,"id":15594,"parentId":3,"tags":{},"startTime":1726668282928,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101705215572,"id":15595,"parentId":3,"tags":{},"startTime":1726668282928,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":140140,"timestamp":101705222279,"id":15598,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668282935,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101705362444,"id":15602,"parentId":15598,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"405274624","memory.heapUsed":"356609640","memory.heapTotal":"401276928"},"startTime":1726668283075,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":135258,"timestamp":101705227488,"id":15600,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668282940,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101705362755,"id":15603,"parentId":15600,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"405274624","memory.heapUsed":"356903720","memory.heapTotal":"401276928"},"startTime":1726668283075,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":139305,"timestamp":101705223719,"id":15599,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668282936,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101705363032,"id":15604,"parentId":15599,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"405274624","memory.heapUsed":"357200000","memory.heapTotal":"401276928"},"startTime":1726668283076,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":132128,"timestamp":101705231165,"id":15601,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668282944,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101705363299,"id":15605,"parentId":15601,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"405274624","memory.heapUsed":"357490400","memory.heapTotal":"401276928"},"startTime":1726668283076,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":144877,"timestamp":101705218809,"id":15596,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668282932,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101705363693,"id":15606,"parentId":15596,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"405274624","memory.heapUsed":"357785648","memory.heapTotal":"401276928"},"startTime":1726668283076,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":143054,"timestamp":101705220901,"id":15597,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668282934,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101705363962,"id":15607,"parentId":15597,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"405274624","memory.heapUsed":"358080960","memory.heapTotal":"401276928"},"startTime":1726668283077,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":791000,"timestamp":101704626557,"id":15608,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668283134,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":800000,"timestamp":101704626380,"id":15609,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668283162,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":800000,"timestamp":101704625813,"id":15610,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668283163,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":802000,"timestamp":101704625809,"id":15611,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668283165,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":804000,"timestamp":101704626479,"id":15612,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668283165,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":808000,"timestamp":101704626970,"id":15613,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668283166,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10123,"timestamp":101712706474,"id":15620,"parentId":15617,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668290419,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10559,"timestamp":101712706324,"id":15618,"parentId":15617,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668290419,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":38515,"timestamp":101712706457,"id":15619,"parentId":15617,"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":1726668290419,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":38490,"timestamp":101712706486,"id":15621,"parentId":15617,"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":1726668290419,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":2791,"timestamp":101712742256,"id":15628,"parentId":15627,"tags":{},"startTime":1726668290455,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":4014,"timestamp":101712742001,"id":15627,"parentId":15616,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"rsc"},"startTime":1726668290454,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41599,"timestamp":101712706503,"id":15622,"parentId":15617,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668290419,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41559,"timestamp":101712706549,"id":15624,"parentId":15617,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668290419,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41520,"timestamp":101712706588,"id":15626,"parentId":15617,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668290419,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41737,"timestamp":101712706535,"id":15623,"parentId":15617,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668290419,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41700,"timestamp":101712706574,"id":15625,"parentId":15617,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668290419,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":150325,"timestamp":101712686841,"id":15617,"parentId":15616,"tags":{},"startTime":1726668290399,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2555,"timestamp":101712847411,"id":15655,"parentId":15654,"tags":{},"startTime":1726668290560,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":101712849993,"id":15657,"parentId":15654,"tags":{},"startTime":1726668290562,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4556,"timestamp":101712850025,"id":15658,"parentId":15654,"tags":{},"startTime":1726668290562,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":101712854611,"id":15659,"parentId":15654,"tags":{},"startTime":1726668290567,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":101712854630,"id":15660,"parentId":15654,"tags":{},"startTime":1726668290567,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":6112,"timestamp":101712849985,"id":15656,"parentId":15654,"tags":{},"startTime":1726668290562,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":717,"timestamp":101712857955,"id":15661,"parentId":15654,"tags":{},"startTime":1726668290570,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":3854,"timestamp":101712858680,"id":15662,"parentId":15654,"tags":{},"startTime":1726668290571,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1072,"timestamp":101712863715,"id":15663,"parentId":15654,"tags":{},"startTime":1726668290576,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":120,"timestamp":101712864787,"id":15664,"parentId":15654,"tags":{},"startTime":1726668290577,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":146,"timestamp":101712864900,"id":15665,"parentId":15654,"tags":{},"startTime":1726668290577,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":365,"timestamp":101712865051,"id":15666,"parentId":15654,"tags":{},"startTime":1726668290577,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":30222,"timestamp":101712844873,"id":15654,"parentId":15616,"tags":{},"startTime":1726668290557,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":196081,"timestamp":101712685996,"id":15616,"parentId":15614,"tags":{"name":"server"},"startTime":1726668290398,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":14017,"timestamp":101712882549,"id":15667,"parentId":15614,"tags":{},"startTime":1726668290595,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":251219,"timestamp":101712645877,"id":15614,"parentId":3,"tags":{"trigger":"src/styles/tailwind.css"},"startTime":1726668290358,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3854,"timestamp":101712911354,"id":15680,"parentId":15669,"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":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3893,"timestamp":101712911374,"id":15682,"parentId":15669,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3853,"timestamp":101712911416,"id":15686,"parentId":15669,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3843,"timestamp":101712911427,"id":15687,"parentId":15669,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3789,"timestamp":101712911481,"id":15690,"parentId":15669,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7905,"timestamp":101712911173,"id":15670,"parentId":15669,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668290623,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7845,"timestamp":101712911242,"id":15672,"parentId":15669,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9389,"timestamp":101712911265,"id":15674,"parentId":15669,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12116,"timestamp":101712911312,"id":15676,"parentId":15669,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11941,"timestamp":101712911491,"id":15691,"parentId":15669,"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":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12289,"timestamp":101712911437,"id":15688,"parentId":15669,"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&server=false!"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13312,"timestamp":101712911333,"id":15678,"parentId":15669,"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":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13262,"timestamp":101712911385,"id":15683,"parentId":15669,"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":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13243,"timestamp":101712911405,"id":15685,"parentId":15669,"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":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13179,"timestamp":101712911470,"id":15689,"parentId":15669,"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":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16581,"timestamp":101712911276,"id":15675,"parentId":15669,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16688,"timestamp":101712911323,"id":15677,"parentId":15669,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16649,"timestamp":101712911364,"id":15681,"parentId":15669,"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":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17610,"timestamp":101712911254,"id":15673,"parentId":15669,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19141,"timestamp":101712911395,"id":15684,"parentId":15669,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19310,"timestamp":101712911228,"id":15671,"parentId":15669,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668290623,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":17,"timestamp":101712931839,"id":15694,"parentId":15693,"tags":{},"startTime":1726668290644,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":254837,"timestamp":101712931979,"id":15696,"parentId":15695,"tags":{},"startTime":1726668290644,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":255264,"timestamp":101712931893,"id":15695,"parentId":15693,"tags":{},"startTime":1726668290644,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":21155,"timestamp":101713187219,"id":15697,"parentId":15693,"tags":{"astUsed":"true"},"startTime":1726668290899,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":278446,"timestamp":101712931712,"id":15693,"parentId":15692,"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":1726668290644,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":297390,"timestamp":101712915764,"id":15692,"parentId":15668,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668290628,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":37,"timestamp":101713213313,"id":15698,"parentId":15692,"tags":{},"startTime":1726668290926,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":302032,"timestamp":101712911343,"id":15679,"parentId":15669,"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":1726668290624,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":314406,"timestamp":101712898988,"id":15669,"parentId":15668,"tags":{},"startTime":1726668290611,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":1763,"timestamp":101713220136,"id":15700,"parentId":15699,"tags":{},"startTime":1726668290932,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":2,"timestamp":101713221913,"id":15702,"parentId":15699,"tags":{},"startTime":1726668290934,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":57,"timestamp":101713221935,"id":15703,"parentId":15699,"tags":{},"startTime":1726668290934,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":4,"timestamp":101713222008,"id":15704,"parentId":15699,"tags":{},"startTime":1726668290934,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":101713222029,"id":15705,"parentId":15699,"tags":{},"startTime":1726668290934,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1177,"timestamp":101713221909,"id":15701,"parentId":15699,"tags":{},"startTime":1726668290934,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":395,"timestamp":101713226475,"id":15706,"parentId":15699,"tags":{},"startTime":1726668290939,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":4073,"timestamp":101713226878,"id":15707,"parentId":15699,"tags":{},"startTime":1726668290939,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3622,"timestamp":101713232284,"id":15708,"parentId":15699,"tags":{},"startTime":1726668290945,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":206,"timestamp":101713235906,"id":15709,"parentId":15699,"tags":{},"startTime":1726668290948,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":137,"timestamp":101713236105,"id":15710,"parentId":15699,"tags":{},"startTime":1726668290948,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2386,"timestamp":101713236246,"id":15711,"parentId":15699,"tags":{},"startTime":1726668290948,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":101,"timestamp":101713239591,"id":15713,"parentId":15668,"tags":{},"startTime":1726668290952,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":174,"timestamp":101713239523,"id":15712,"parentId":15668,"tags":{},"startTime":1726668290952,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":25276,"timestamp":101713217595,"id":15699,"parentId":15668,"tags":{},"startTime":1726668290930,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":344152,"timestamp":101712898747,"id":15668,"parentId":15615,"tags":{"name":"client"},"startTime":1726668290611,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7220,"timestamp":101713242933,"id":15714,"parentId":15615,"tags":{},"startTime":1726668290955,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":604644,"timestamp":101712646558,"id":15615,"parentId":3,"tags":{"trigger":"src/styles/tailwind.css"},"startTime":1726668290359,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":6,"timestamp":101713257839,"id":15715,"parentId":3,"tags":{},"startTime":1726668290970,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":101713259213,"id":15716,"parentId":3,"tags":{},"startTime":1726668290971,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101713259560,"id":15717,"parentId":3,"tags":{},"startTime":1726668290972,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101713259615,"id":15718,"parentId":3,"tags":{},"startTime":1726668290972,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101713269212,"id":15719,"parentId":3,"tags":{},"startTime":1726668290981,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":101713271827,"id":15720,"parentId":3,"tags":{},"startTime":1726668290984,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":158684,"timestamp":101713282521,"id":15725,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668290995,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101713441265,"id":15727,"parentId":15725,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319619072","memory.heapUsed":"409826264","memory.heapTotal":"455049216"},"startTime":1726668291153,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":163976,"timestamp":101713278709,"id":15723,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668290991,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101713442720,"id":15728,"parentId":15723,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319619072","memory.heapUsed":"410132736","memory.heapTotal":"455049216"},"startTime":1726668291155,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":162769,"timestamp":101713281079,"id":15724,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668290993,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101713443875,"id":15729,"parentId":15724,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319619072","memory.heapUsed":"410424536","memory.heapTotal":"455049216"},"startTime":1726668291156,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":148708,"timestamp":101713295840,"id":15726,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668291008,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101713444561,"id":15730,"parentId":15726,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319619072","memory.heapUsed":"410719672","memory.heapTotal":"455049216"},"startTime":1726668291157,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":166862,"timestamp":101713278290,"id":15722,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668290991,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101713445164,"id":15731,"parentId":15722,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319619072","memory.heapUsed":"411043496","memory.heapTotal":"455049216"},"startTime":1726668291157,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":169244,"timestamp":101713276468,"id":15721,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668290989,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101713445737,"id":15732,"parentId":15721,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319619072","memory.heapUsed":"411338752","memory.heapTotal":"455049216"},"startTime":1726668291158,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":847000,"timestamp":101712648078,"id":15733,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668291213,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":847000,"timestamp":101712647380,"id":15734,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668291214,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":852000,"timestamp":101712647726,"id":15735,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668291214,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":869000,"timestamp":101712647392,"id":15736,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668291231,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":867000,"timestamp":101712649600,"id":15737,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668291231,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":873000,"timestamp":101712649590,"id":15738,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668291236,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":303465,"timestamp":101717428935,"id":15739,"tags":{"url":"/","isTurbopack":false},"startTime":1726668295141,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101717732448,"id":15740,"parentId":15739,"tags":{"url":"/","memory.rss":"202670080","memory.heapUsed":"416372360","memory.heapTotal":"462307328"},"startTime":1726668295444,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":21,"timestamp":101718198996,"id":15741,"parentId":3,"tags":{},"startTime":1726668295911,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101718199415,"id":15742,"parentId":3,"tags":{},"startTime":1726668295911,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101718199590,"id":15743,"parentId":3,"tags":{},"startTime":1726668295912,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101718199729,"id":15744,"parentId":3,"tags":{},"startTime":1726668295912,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101718199860,"id":15745,"parentId":3,"tags":{},"startTime":1726668295912,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101718199937,"id":15746,"parentId":3,"tags":{},"startTime":1726668295912,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":200550,"timestamp":101719076237,"id":15747,"tags":{"url":"/features","isTurbopack":false},"startTime":1726668296788,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101719276843,"id":15748,"parentId":15747,"tags":{"url":"/features","memory.rss":"207618048","memory.heapUsed":"420598296","memory.heapTotal":"466993152"},"startTime":1726668296989,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":101719620724,"id":15749,"parentId":3,"tags":{},"startTime":1726668297333,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101719620861,"id":15750,"parentId":3,"tags":{},"startTime":1726668297333,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101719620901,"id":15751,"parentId":3,"tags":{},"startTime":1726668297333,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101719620931,"id":15752,"parentId":3,"tags":{},"startTime":1726668297333,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101719621086,"id":15753,"parentId":3,"tags":{},"startTime":1726668297333,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101719621125,"id":15754,"parentId":3,"tags":{},"startTime":1726668297333,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":121905,"timestamp":101719792662,"id":15755,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668297505,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101719914603,"id":15756,"parentId":15755,"tags":{"url":"/usecases","memory.rss":"221921280","memory.heapUsed":"430644656","memory.heapTotal":"470237184"},"startTime":1726668297626,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":101720217202,"id":15757,"parentId":3,"tags":{},"startTime":1726668297929,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101720217312,"id":15758,"parentId":3,"tags":{},"startTime":1726668297929,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101720217381,"id":15759,"parentId":3,"tags":{},"startTime":1726668297929,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101720217414,"id":15760,"parentId":3,"tags":{},"startTime":1726668297929,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101720217466,"id":15761,"parentId":3,"tags":{},"startTime":1726668297929,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101720217507,"id":15762,"parentId":3,"tags":{},"startTime":1726668297929,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":91845,"timestamp":101724179354,"id":15763,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668301891,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101724271238,"id":15764,"parentId":15763,"tags":{"url":"/community","memory.rss":"191217664","memory.heapUsed":"425848904","memory.heapTotal":"472072192"},"startTime":1726668301983,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":101724613742,"id":15765,"parentId":3,"tags":{},"startTime":1726668302325,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101724613889,"id":15766,"parentId":3,"tags":{},"startTime":1726668302325,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101724613952,"id":15767,"parentId":3,"tags":{},"startTime":1726668302326,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101724613983,"id":15768,"parentId":3,"tags":{},"startTime":1726668302326,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101724614062,"id":15769,"parentId":3,"tags":{},"startTime":1726668302326,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101724614116,"id":15770,"parentId":3,"tags":{},"startTime":1726668302326,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":133657,"timestamp":101743453570,"id":15771,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668321164,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101743587329,"id":15772,"parentId":15771,"tags":{"url":"/community","memory.rss":"160874496","memory.heapUsed":"435773880","memory.heapTotal":"459227136"},"startTime":1726668321298,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":101743884793,"id":15773,"parentId":3,"tags":{},"startTime":1726668321595,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101743885143,"id":15774,"parentId":3,"tags":{},"startTime":1726668321596,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":101743885295,"id":15775,"parentId":3,"tags":{},"startTime":1726668321596,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101743885465,"id":15776,"parentId":3,"tags":{},"startTime":1726668321596,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101743885539,"id":15777,"parentId":3,"tags":{},"startTime":1726668321596,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101743885650,"id":15778,"parentId":3,"tags":{},"startTime":1726668321596,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":141793,"timestamp":101744644570,"id":15779,"tags":{"url":"/","isTurbopack":false},"startTime":1726668322355,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101744786403,"id":15780,"parentId":15779,"tags":{"url":"/","memory.rss":"171917312","memory.heapUsed":"435374168","memory.heapTotal":"462635008"},"startTime":1726668322497,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101745162139,"id":15781,"parentId":3,"tags":{},"startTime":1726668322873,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101745162237,"id":15782,"parentId":3,"tags":{},"startTime":1726668322873,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101745162276,"id":15783,"parentId":3,"tags":{},"startTime":1726668322873,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101745162311,"id":15784,"parentId":3,"tags":{},"startTime":1726668322873,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101745162352,"id":15785,"parentId":3,"tags":{},"startTime":1726668322873,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101745162600,"id":15786,"parentId":3,"tags":{},"startTime":1726668322873,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":196777,"timestamp":101763557098,"id":15787,"tags":{"url":"/features","isTurbopack":false},"startTime":1726668341266,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101763753993,"id":15788,"parentId":15787,"tags":{"url":"/features","memory.rss":"150323200","memory.heapUsed":"438679176","memory.heapTotal":"467877888"},"startTime":1726668341463,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":13,"timestamp":101764154502,"id":15789,"parentId":3,"tags":{},"startTime":1726668341864,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":101764155719,"id":15790,"parentId":3,"tags":{},"startTime":1726668341865,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101764155927,"id":15791,"parentId":3,"tags":{},"startTime":1726668341865,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":101764157437,"id":15792,"parentId":3,"tags":{},"startTime":1726668341867,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101764157708,"id":15793,"parentId":3,"tags":{},"startTime":1726668341867,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101764158084,"id":15794,"parentId":3,"tags":{},"startTime":1726668341867,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":215962,"timestamp":101786632600,"id":15795,"tags":{"url":"/","isTurbopack":false},"startTime":1726668364341,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":101786848673,"id":15796,"parentId":15795,"tags":{"url":"/","memory.rss":"147947520","memory.heapUsed":"309946160","memory.heapTotal":"371654656"},"startTime":1726668364557,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":117,"timestamp":101787568001,"id":15797,"parentId":3,"tags":{},"startTime":1726668365276,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101787569499,"id":15798,"parentId":3,"tags":{},"startTime":1726668365277,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101787569672,"id":15799,"parentId":3,"tags":{},"startTime":1726668365278,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101787570057,"id":15800,"parentId":3,"tags":{},"startTime":1726668365278,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101787570828,"id":15801,"parentId":3,"tags":{},"startTime":1726668365279,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101787570958,"id":15802,"parentId":3,"tags":{},"startTime":1726668365279,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":206861,"timestamp":101792020591,"id":15803,"tags":{"url":"/features","isTurbopack":false},"startTime":1726668369728,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101792227515,"id":15804,"parentId":15803,"tags":{"url":"/features","memory.rss":"144048128","memory.heapUsed":"324499832","memory.heapTotal":"371654656"},"startTime":1726668369935,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":24,"timestamp":101792716193,"id":15805,"parentId":3,"tags":{},"startTime":1726668370424,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101792716843,"id":15806,"parentId":3,"tags":{},"startTime":1726668370424,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101792716973,"id":15807,"parentId":3,"tags":{},"startTime":1726668370425,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101792717210,"id":15808,"parentId":3,"tags":{},"startTime":1726668370425,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101792717261,"id":15809,"parentId":3,"tags":{},"startTime":1726668370425,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101792717370,"id":15810,"parentId":3,"tags":{},"startTime":1726668370425,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":294098,"timestamp":101796069169,"id":15811,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668373777,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":101796363388,"id":15812,"parentId":15811,"tags":{"url":"/usecases","memory.rss":"139493376","memory.heapUsed":"325153976","memory.heapTotal":"371654656"},"startTime":1726668374071,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":130,"timestamp":101797020214,"id":15813,"parentId":3,"tags":{},"startTime":1726668374728,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101797022216,"id":15814,"parentId":3,"tags":{},"startTime":1726668374730,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101797022418,"id":15815,"parentId":3,"tags":{},"startTime":1726668374730,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":2,"timestamp":101797024422,"id":15816,"parentId":3,"tags":{},"startTime":1726668374732,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101797024639,"id":15817,"parentId":3,"tags":{},"startTime":1726668374732,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101797024736,"id":15818,"parentId":3,"tags":{},"startTime":1726668374732,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":330651,"timestamp":101797031833,"id":15819,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668374739,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101797362568,"id":15820,"parentId":15819,"tags":{"url":"/community","memory.rss":"143949824","memory.heapUsed":"322219024","memory.heapTotal":"371654656"},"startTime":1726668375070,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":101,"timestamp":101797930183,"id":15821,"parentId":3,"tags":{},"startTime":1726668375638,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":101797931017,"id":15822,"parentId":3,"tags":{},"startTime":1726668375638,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101797931247,"id":15823,"parentId":3,"tags":{},"startTime":1726668375639,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":17,"timestamp":101797931406,"id":15824,"parentId":3,"tags":{},"startTime":1726668375639,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101797931598,"id":15825,"parentId":3,"tags":{},"startTime":1726668375639,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101797931755,"id":15826,"parentId":3,"tags":{},"startTime":1726668375639,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":209848,"timestamp":101833059036,"id":15827,"tags":{"url":"/","isTurbopack":false},"startTime":1726668410764,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":3,"timestamp":101833269049,"id":15828,"parentId":15827,"tags":{"url":"/","memory.rss":"131235840","memory.heapUsed":"325305416","memory.heapTotal":"354877440"},"startTime":1726668410974,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":17,"timestamp":101833687951,"id":15829,"parentId":3,"tags":{},"startTime":1726668411393,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101833688193,"id":15830,"parentId":3,"tags":{},"startTime":1726668411393,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101833688269,"id":15831,"parentId":3,"tags":{},"startTime":1726668411393,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101833688331,"id":15832,"parentId":3,"tags":{},"startTime":1726668411394,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101833688395,"id":15833,"parentId":3,"tags":{},"startTime":1726668411394,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101833691654,"id":15834,"parentId":3,"tags":{},"startTime":1726668411397,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9279,"timestamp":101872350620,"id":15849,"parentId":15838,"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":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9320,"timestamp":101872350645,"id":15851,"parentId":15838,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9269,"timestamp":101872350699,"id":15855,"parentId":15838,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9255,"timestamp":101872350714,"id":15856,"parentId":15838,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9220,"timestamp":101872350751,"id":15859,"parentId":15838,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15818,"timestamp":101872350389,"id":15839,"parentId":15838,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668450053,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15713,"timestamp":101872350507,"id":15841,"parentId":15838,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668450053,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19902,"timestamp":101872350534,"id":15843,"parentId":15838,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24888,"timestamp":101872350561,"id":15845,"parentId":15838,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24706,"timestamp":101872350763,"id":15860,"parentId":15838,"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":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28345,"timestamp":101872350632,"id":15850,"parentId":15838,"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":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28695,"timestamp":101872350548,"id":15844,"parentId":15838,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":4929,"timestamp":101872374408,"id":15863,"parentId":15862,"tags":{},"startTime":1726668450077,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42468,"timestamp":101872350521,"id":15842,"parentId":15838,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668450053,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":43233,"timestamp":101872350726,"id":15857,"parentId":15838,"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&server=false!"},"startTime":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44083,"timestamp":101872350584,"id":15847,"parentId":15838,"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":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44014,"timestamp":101872350658,"id":15852,"parentId":15838,"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":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":43988,"timestamp":101872350686,"id":15854,"parentId":15838,"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":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":43937,"timestamp":101872350738,"id":15858,"parentId":15838,"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":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44140,"timestamp":101872350572,"id":15846,"parentId":15838,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":145743,"timestamp":101872379468,"id":15865,"parentId":15864,"tags":{},"startTime":1726668450082,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":147018,"timestamp":101872379380,"id":15864,"parentId":15862,"tags":{},"startTime":1726668450082,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":35643,"timestamp":101872526510,"id":15866,"parentId":15862,"tags":{"astUsed":"true"},"startTime":1726668450229,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":197897,"timestamp":101872374068,"id":15862,"parentId":15861,"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":1726668450077,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":222453,"timestamp":101872350491,"id":15840,"parentId":15838,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668450053,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":217426,"timestamp":101872360536,"id":15861,"parentId":15837,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668450064,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":33,"timestamp":101872578564,"id":15867,"parentId":15861,"tags":{},"startTime":1726668450282,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":228354,"timestamp":101872350604,"id":15848,"parentId":15838,"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":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":232083,"timestamp":101872350669,"id":15853,"parentId":15838,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668450054,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":241727,"timestamp":101872341055,"id":15838,"parentId":15837,"tags":{},"startTime":1726668450044,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":5568,"timestamp":101872639503,"id":15869,"parentId":15868,"tags":{},"startTime":1726668450342,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":8,"timestamp":101872645118,"id":15871,"parentId":15868,"tags":{},"startTime":1726668450348,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":121,"timestamp":101872645257,"id":15872,"parentId":15868,"tags":{},"startTime":1726668450348,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":13,"timestamp":101872645441,"id":15873,"parentId":15868,"tags":{},"startTime":1726668450348,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":101872645506,"id":15874,"parentId":15868,"tags":{},"startTime":1726668450348,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2719,"timestamp":101872645102,"id":15870,"parentId":15868,"tags":{},"startTime":1726668450348,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1255,"timestamp":101872651263,"id":15875,"parentId":15868,"tags":{},"startTime":1726668450354,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9079,"timestamp":101872652536,"id":15876,"parentId":15868,"tags":{},"startTime":1726668450355,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":8109,"timestamp":101872664731,"id":15877,"parentId":15868,"tags":{},"startTime":1726668450368,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":730,"timestamp":101872672838,"id":15878,"parentId":15868,"tags":{},"startTime":1726668450376,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":260,"timestamp":101872673544,"id":15879,"parentId":15868,"tags":{},"startTime":1726668450376,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":12232,"timestamp":101872673810,"id":15880,"parentId":15868,"tags":{},"startTime":1726668450377,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":95,"timestamp":101872689749,"id":15882,"parentId":15837,"tags":{},"startTime":1726668450393,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":263,"timestamp":101872689590,"id":15881,"parentId":15837,"tags":{},"startTime":1726668450393,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":62977,"timestamp":101872634289,"id":15868,"parentId":15837,"tags":{},"startTime":1726668450337,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":356532,"timestamp":101872340781,"id":15837,"parentId":15835,"tags":{"name":"client"},"startTime":1726668450044,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":19112,"timestamp":101872697363,"id":15883,"parentId":15835,"tags":{},"startTime":1726668450400,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":384981,"timestamp":101872332894,"id":15835,"parentId":3,"tags":{"trigger":"src/components/Homepage.jsx"},"startTime":1726668450036,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101872732807,"id":15886,"parentId":3,"tags":{},"startTime":1726668450436,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101872732879,"id":15887,"parentId":3,"tags":{},"startTime":1726668450436,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101872732915,"id":15888,"parentId":3,"tags":{},"startTime":1726668450436,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101872732947,"id":15889,"parentId":3,"tags":{},"startTime":1726668450436,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101872732977,"id":15890,"parentId":3,"tags":{},"startTime":1726668450436,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101872733003,"id":15891,"parentId":3,"tags":{},"startTime":1726668450436,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":421000,"timestamp":101872335171,"id":15901,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668450462,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":440000,"timestamp":101872334850,"id":15902,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668450488,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":442000,"timestamp":101872334964,"id":15903,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668450488,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35146,"timestamp":101872750173,"id":15892,"parentId":15885,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668450453,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":446000,"timestamp":101872336696,"id":15904,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668450492,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":448000,"timestamp":101872336778,"id":15905,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668450492,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40643,"timestamp":101872750309,"id":15894,"parentId":15885,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668450453,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":455000,"timestamp":101872336652,"id":15906,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668450496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":77598,"timestamp":101872750288,"id":15893,"parentId":15885,"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":1726668450453,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":77569,"timestamp":101872750325,"id":15895,"parentId":15885,"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":1726668450453,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":78357,"timestamp":101872750370,"id":15898,"parentId":15885,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668450453,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":78365,"timestamp":101872750385,"id":15899,"parentId":15885,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668450453,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":78476,"timestamp":101872750341,"id":15896,"parentId":15885,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668450453,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80027,"timestamp":101872750355,"id":15897,"parentId":15885,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668450453,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":85408,"timestamp":101872820132,"id":15909,"parentId":15908,"tags":{},"startTime":1726668450523,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":85613,"timestamp":101872819937,"id":15908,"parentId":15907,"tags":{},"startTime":1726668450523,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":90840,"timestamp":101872819523,"id":15907,"parentId":15884,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx","layer":"rsc"},"startTime":1726668450522,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":431746,"timestamp":101872750400,"id":15900,"parentId":15885,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668450453,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":583550,"timestamp":101872725965,"id":15885,"parentId":15884,"tags":{},"startTime":1726668450429,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4896,"timestamp":101873323088,"id":15936,"parentId":15935,"tags":{},"startTime":1726668451026,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":6,"timestamp":101873328011,"id":15938,"parentId":15935,"tags":{},"startTime":1726668451031,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":7291,"timestamp":101873328163,"id":15939,"parentId":15935,"tags":{},"startTime":1726668451031,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":20,"timestamp":101873335498,"id":15940,"parentId":15935,"tags":{},"startTime":1726668451038,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":101873335555,"id":15941,"parentId":15935,"tags":{},"startTime":1726668451038,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":10401,"timestamp":101873328002,"id":15937,"parentId":15935,"tags":{},"startTime":1726668451031,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":443,"timestamp":101873340382,"id":15942,"parentId":15935,"tags":{},"startTime":1726668451043,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":6058,"timestamp":101873340835,"id":15943,"parentId":15935,"tags":{},"startTime":1726668451044,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1382,"timestamp":101873348345,"id":15944,"parentId":15935,"tags":{},"startTime":1726668451051,"traceId":"4f5180dc9f76515a"}]
+[{"name":"code-generation-jobs","duration":2787,"timestamp":101873349727,"id":15945,"parentId":15935,"tags":{},"startTime":1726668451053,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":187,"timestamp":101873352499,"id":15946,"parentId":15935,"tags":{},"startTime":1726668451055,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":1992,"timestamp":101873352692,"id":15947,"parentId":15935,"tags":{},"startTime":1726668451056,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":44143,"timestamp":101873319828,"id":15935,"parentId":15884,"tags":{},"startTime":1726668451023,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":647121,"timestamp":101872725322,"id":15884,"parentId":15836,"tags":{"name":"server"},"startTime":1726668450428,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7531,"timestamp":101873372525,"id":15948,"parentId":15836,"tags":{},"startTime":1726668451075,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":1048201,"timestamp":101872333405,"id":15836,"parentId":3,"tags":{"trigger":"src/components/Homepage.jsx"},"startTime":1726668450036,"traceId":"4f5180dc9f76515a"}]
+[{"name":"handle-request","duration":219311,"timestamp":101873397047,"id":15949,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668451100,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101873616386,"id":15955,"parentId":15949,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"422674432","memory.heapUsed":"335323376","memory.heapTotal":"378421248"},"startTime":1726668451319,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":217081,"timestamp":101873399632,"id":15952,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668451103,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101873616722,"id":15956,"parentId":15952,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"422674432","memory.heapUsed":"335612760","memory.heapTotal":"378421248"},"startTime":1726668451320,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":216777,"timestamp":101873400229,"id":15953,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668451103,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101873617013,"id":15957,"parentId":15953,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"422674432","memory.heapUsed":"335907984","memory.heapTotal":"378421248"},"startTime":1726668451320,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":218214,"timestamp":101873399080,"id":15951,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668451102,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101873617315,"id":15958,"parentId":15951,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"422674432","memory.heapUsed":"336203240","memory.heapTotal":"378421248"},"startTime":1726668451320,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":218965,"timestamp":101873398628,"id":15950,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668451102,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101873617599,"id":15959,"parentId":15950,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"422674432","memory.heapUsed":"336498432","memory.heapTotal":"378421248"},"startTime":1726668451320,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":226596,"timestamp":101873400731,"id":15954,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668451104,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":3,"timestamp":101873627532,"id":15960,"parentId":15954,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"422674432","memory.heapUsed":"337666928","memory.heapTotal":"378421248"},"startTime":1726668451330,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8320,"timestamp":101879300700,"id":15967,"parentId":15964,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668457003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8762,"timestamp":101879300593,"id":15965,"parentId":15964,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668457003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35226,"timestamp":101879300686,"id":15966,"parentId":15964,"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":1726668457003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35209,"timestamp":101879300711,"id":15968,"parentId":15964,"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":1726668457003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37287,"timestamp":101879300748,"id":15971,"parentId":15964,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668457003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37283,"timestamp":101879300759,"id":15972,"parentId":15964,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668457003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37708,"timestamp":101879300725,"id":15969,"parentId":15964,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668457003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37666,"timestamp":101879300769,"id":15973,"parentId":15964,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668457003,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5647,"timestamp":101879333197,"id":15976,"parentId":15975,"tags":{},"startTime":1726668457036,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5884,"timestamp":101879332964,"id":15975,"parentId":15974,"tags":{},"startTime":1726668457036,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":11929,"timestamp":101879332413,"id":15974,"parentId":15963,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx","layer":"rsc"},"startTime":1726668457035,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53613,"timestamp":101879300737,"id":15970,"parentId":15964,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668457003,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":266627,"timestamp":101879290048,"id":15964,"parentId":15963,"tags":{},"startTime":1726668456993,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3865,"timestamp":101879574148,"id":16003,"parentId":16002,"tags":{},"startTime":1726668457277,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":101879578054,"id":16005,"parentId":16002,"tags":{},"startTime":1726668457281,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4074,"timestamp":101879578079,"id":16006,"parentId":16002,"tags":{},"startTime":1726668457281,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":7,"timestamp":101879582187,"id":16007,"parentId":16002,"tags":{},"startTime":1726668457285,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":101879582211,"id":16008,"parentId":16002,"tags":{},"startTime":1726668457285,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5776,"timestamp":101879578041,"id":16004,"parentId":16002,"tags":{},"startTime":1726668457281,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":707,"timestamp":101879585977,"id":16009,"parentId":16002,"tags":{},"startTime":1726668457289,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9581,"timestamp":101879586695,"id":16010,"parentId":16002,"tags":{},"startTime":1726668457289,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3755,"timestamp":101879598069,"id":16011,"parentId":16002,"tags":{},"startTime":1726668457301,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":267,"timestamp":101879601823,"id":16012,"parentId":16002,"tags":{},"startTime":1726668457304,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":208,"timestamp":101879602077,"id":16013,"parentId":16002,"tags":{},"startTime":1726668457305,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2896,"timestamp":101879602292,"id":16014,"parentId":16002,"tags":{},"startTime":1726668457305,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":49758,"timestamp":101879570436,"id":16002,"parentId":15963,"tags":{},"startTime":1726668457273,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":346761,"timestamp":101879289652,"id":15963,"parentId":15961,"tags":{"name":"server"},"startTime":1726668456992,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":12625,"timestamp":101879636569,"id":16015,"parentId":15961,"tags":{},"startTime":1726668457339,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":370819,"timestamp":101879278870,"id":15961,"parentId":3,"tags":{"trigger":"src/components/Homepage.jsx"},"startTime":1726668456981,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6434,"timestamp":101879669027,"id":16028,"parentId":16017,"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":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6480,"timestamp":101879669069,"id":16030,"parentId":16017,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6382,"timestamp":101879669169,"id":16034,"parentId":16017,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6365,"timestamp":101879669190,"id":16035,"parentId":16017,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6308,"timestamp":101879669248,"id":16038,"parentId":16017,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16132,"timestamp":101879668728,"id":16018,"parentId":16017,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668457371,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16014,"timestamp":101879668861,"id":16020,"parentId":16017,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668457371,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18518,"timestamp":101879668904,"id":16022,"parentId":16017,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668457371,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20564,"timestamp":101879668926,"id":16023,"parentId":16017,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668457371,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23530,"timestamp":101879668946,"id":16024,"parentId":16017,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668457371,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23249,"timestamp":101879669267,"id":16039,"parentId":16017,"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":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24275,"timestamp":101879669210,"id":16036,"parentId":16017,"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&server=false!"},"startTime":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26157,"timestamp":101879668986,"id":16026,"parentId":16017,"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":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26036,"timestamp":101879669111,"id":16031,"parentId":16017,"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":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25998,"timestamp":101879669150,"id":16033,"parentId":16017,"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":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25921,"timestamp":101879669229,"id":16037,"parentId":16017,"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":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27908,"timestamp":101879668966,"id":16025,"parentId":16017,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27832,"timestamp":101879669048,"id":16029,"parentId":16017,"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":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28994,"timestamp":101879668883,"id":16021,"parentId":16017,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668457371,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7059,"timestamp":101879691160,"id":16042,"parentId":16041,"tags":{},"startTime":1726668457394,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":163785,"timestamp":101879698448,"id":16044,"parentId":16043,"tags":{},"startTime":1726668457401,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":164568,"timestamp":101879698297,"id":16043,"parentId":16041,"tags":{},"startTime":1726668457401,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":26791,"timestamp":101879862970,"id":16045,"parentId":16041,"tags":{"astUsed":"true"},"startTime":1726668457566,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":201842,"timestamp":101879690989,"id":16041,"parentId":16040,"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":1726668457394,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":224934,"timestamp":101879669131,"id":16032,"parentId":16017,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":225239,"timestamp":101879668837,"id":16019,"parentId":16017,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668457371,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":220669,"timestamp":101879677212,"id":16040,"parentId":16016,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668457380,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":37,"timestamp":101879898111,"id":16046,"parentId":16040,"tags":{},"startTime":1726668457601,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":229169,"timestamp":101879669006,"id":16027,"parentId":16017,"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":1726668457372,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":246192,"timestamp":101879652004,"id":16017,"parentId":16016,"tags":{},"startTime":1726668457355,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2958,"timestamp":101879910803,"id":16048,"parentId":16047,"tags":{},"startTime":1726668457613,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":101879913792,"id":16050,"parentId":16047,"tags":{},"startTime":1726668457616,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":79,"timestamp":101879913816,"id":16051,"parentId":16047,"tags":{},"startTime":1726668457616,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":101879913921,"id":16052,"parentId":16047,"tags":{},"startTime":1726668457616,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":101879913948,"id":16053,"parentId":16047,"tags":{},"startTime":1726668457616,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2491,"timestamp":101879913779,"id":16049,"parentId":16047,"tags":{},"startTime":1726668457616,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":453,"timestamp":101879918053,"id":16054,"parentId":16047,"tags":{},"startTime":1726668457621,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5427,"timestamp":101879918515,"id":16055,"parentId":16047,"tags":{},"startTime":1726668457621,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":5687,"timestamp":101879926750,"id":16056,"parentId":16047,"tags":{},"startTime":1726668457629,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":318,"timestamp":101879932436,"id":16057,"parentId":16047,"tags":{},"startTime":1726668457635,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":186,"timestamp":101879932740,"id":16058,"parentId":16047,"tags":{},"startTime":1726668457635,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3219,"timestamp":101879932932,"id":16059,"parentId":16047,"tags":{},"startTime":1726668457635,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":94,"timestamp":101879937707,"id":16061,"parentId":16016,"tags":{},"startTime":1726668457640,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":226,"timestamp":101879937583,"id":16060,"parentId":16016,"tags":{},"startTime":1726668457640,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":42014,"timestamp":101879903100,"id":16047,"parentId":16016,"tags":{},"startTime":1726668457606,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":293550,"timestamp":101879651614,"id":16016,"parentId":15962,"tags":{"name":"client"},"startTime":1726668457354,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":8229,"timestamp":101879945211,"id":16062,"parentId":15962,"tags":{},"startTime":1726668457648,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":681748,"timestamp":101879279174,"id":15962,"parentId":3,"tags":{"trigger":"src/components/Homepage.jsx"},"startTime":1726668456982,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":4,"timestamp":101879966337,"id":16063,"parentId":3,"tags":{},"startTime":1726668457669,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":101879966720,"id":16064,"parentId":3,"tags":{},"startTime":1726668457669,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101879966833,"id":16065,"parentId":3,"tags":{},"startTime":1726668457669,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101879966886,"id":16066,"parentId":3,"tags":{},"startTime":1726668457669,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101879966929,"id":16067,"parentId":3,"tags":{},"startTime":1726668457669,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101879966971,"id":16068,"parentId":3,"tags":{},"startTime":1726668457669,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":275610,"timestamp":101879977546,"id":16071,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668457680,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101880253192,"id":16075,"parentId":16071,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"417284096","memory.heapUsed":"308696696","memory.heapTotal":"403718144"},"startTime":1726668457956,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":279399,"timestamp":101879974316,"id":16070,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668457677,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101880253729,"id":16076,"parentId":16070,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"417284096","memory.heapUsed":"309004008","memory.heapTotal":"403718144"},"startTime":1726668457956,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":265080,"timestamp":101879989071,"id":16074,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668457692,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101880254161,"id":16077,"parentId":16074,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"417284096","memory.heapUsed":"309294408","memory.heapTotal":"403718144"},"startTime":1726668457957,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":274660,"timestamp":101879979907,"id":16072,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668457682,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101880254577,"id":16078,"parentId":16072,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"417284096","memory.heapUsed":"309589648","memory.heapTotal":"403718144"},"startTime":1726668457957,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":284699,"timestamp":101879970380,"id":16069,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668457673,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101880255089,"id":16079,"parentId":16069,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"417284096","memory.heapUsed":"309927248","memory.heapTotal":"403718144"},"startTime":1726668457958,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":279401,"timestamp":101879985200,"id":16073,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668457688,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101880264678,"id":16080,"parentId":16073,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"417284096","memory.heapUsed":"311096344","memory.heapTotal":"403718144"},"startTime":1726668457967,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1051000,"timestamp":101879279234,"id":16081,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668458037,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1065000,"timestamp":101879279767,"id":16082,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668458049,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1066000,"timestamp":101879279008,"id":16083,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668458050,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1066000,"timestamp":101879279095,"id":16084,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668458050,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1066000,"timestamp":101879280156,"id":16085,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668458050,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1068000,"timestamp":101879279366,"id":16086,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668458050,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7358,"timestamp":101885992894,"id":16093,"parentId":16090,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668463695,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7932,"timestamp":101885992660,"id":16091,"parentId":16090,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668463695,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":3253,"timestamp":101886021999,"id":16102,"parentId":16101,"tags":{},"startTime":1726668463724,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":3436,"timestamp":101886021823,"id":16101,"parentId":16100,"tags":{},"startTime":1726668463724,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":6142,"timestamp":101886021468,"id":16100,"parentId":16089,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Homepage.jsx","layer":"rsc"},"startTime":1726668463724,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":36657,"timestamp":101885992873,"id":16092,"parentId":16090,"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":1726668463695,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":36625,"timestamp":101885992910,"id":16094,"parentId":16090,"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":1726668463695,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41324,"timestamp":101885992943,"id":16096,"parentId":16090,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668463695,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41300,"timestamp":101885992971,"id":16098,"parentId":16090,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668463695,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44867,"timestamp":101885992926,"id":16095,"parentId":16090,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668463695,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44810,"timestamp":101885992985,"id":16099,"parentId":16090,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668463695,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":45765,"timestamp":101885992957,"id":16097,"parentId":16090,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668463695,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":153506,"timestamp":101885978961,"id":16090,"parentId":16089,"tags":{},"startTime":1726668463681,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3345,"timestamp":101886143852,"id":16129,"parentId":16128,"tags":{},"startTime":1726668463846,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":101886147214,"id":16131,"parentId":16128,"tags":{},"startTime":1726668463849,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3356,"timestamp":101886147232,"id":16132,"parentId":16128,"tags":{},"startTime":1726668463849,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":8,"timestamp":101886150608,"id":16133,"parentId":16128,"tags":{},"startTime":1726668463853,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":69,"timestamp":101886150628,"id":16134,"parentId":16128,"tags":{},"startTime":1726668463853,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5408,"timestamp":101886147208,"id":16130,"parentId":16128,"tags":{},"startTime":1726668463849,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1172,"timestamp":101886153935,"id":16135,"parentId":16128,"tags":{},"startTime":1726668463856,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":4801,"timestamp":101886155132,"id":16136,"parentId":16128,"tags":{},"startTime":1726668463857,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1078,"timestamp":101886166670,"id":16137,"parentId":16128,"tags":{},"startTime":1726668463869,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":200,"timestamp":101886167747,"id":16138,"parentId":16128,"tags":{},"startTime":1726668463870,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":138,"timestamp":101886167940,"id":16139,"parentId":16128,"tags":{},"startTime":1726668463870,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":1333,"timestamp":101886168083,"id":16140,"parentId":16128,"tags":{},"startTime":1726668463870,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":36200,"timestamp":101886140987,"id":16128,"parentId":16089,"tags":{},"startTime":1726668463843,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":207075,"timestamp":101885978600,"id":16089,"parentId":16087,"tags":{"name":"server"},"startTime":1726668463681,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":6040,"timestamp":101886185780,"id":16141,"parentId":16087,"tags":{},"startTime":1726668463888,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":223206,"timestamp":101885969139,"id":16087,"parentId":3,"tags":{"trigger":"src/components/Homepage.jsx"},"startTime":1726668463671,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3848,"timestamp":101886204391,"id":16154,"parentId":16143,"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":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3886,"timestamp":101886204416,"id":16156,"parentId":16143,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3836,"timestamp":101886204467,"id":16160,"parentId":16143,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3824,"timestamp":101886204480,"id":16161,"parentId":16143,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3781,"timestamp":101886204523,"id":16164,"parentId":16143,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7015,"timestamp":101886204200,"id":16144,"parentId":16143,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668463906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6934,"timestamp":101886204287,"id":16146,"parentId":16143,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668463906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8643,"timestamp":101886204314,"id":16148,"parentId":16143,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668463906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14004,"timestamp":101886204328,"id":16149,"parentId":16143,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668463906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16155,"timestamp":101886204341,"id":16150,"parentId":16143,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15968,"timestamp":101886204535,"id":16165,"parentId":16143,"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":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16351,"timestamp":101886204493,"id":16162,"parentId":16143,"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&server=false!"},"startTime":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17445,"timestamp":101886204365,"id":16152,"parentId":16143,"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":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17385,"timestamp":101886204428,"id":16157,"parentId":16143,"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":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17361,"timestamp":101886204454,"id":16159,"parentId":16143,"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":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17309,"timestamp":101886204511,"id":16163,"parentId":16143,"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":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18613,"timestamp":101886204353,"id":16151,"parentId":16143,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18565,"timestamp":101886204404,"id":16155,"parentId":16143,"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":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19318,"timestamp":101886204302,"id":16147,"parentId":16143,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668463906,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":4118,"timestamp":101886219738,"id":16168,"parentId":16167,"tags":{},"startTime":1726668463922,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":116655,"timestamp":101886223993,"id":16170,"parentId":16169,"tags":{},"startTime":1726668463926,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":117148,"timestamp":101886223898,"id":16169,"parentId":16167,"tags":{},"startTime":1726668463926,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":29411,"timestamp":101886341145,"id":16171,"parentId":16167,"tags":{"astUsed":"true"},"startTime":1726668464043,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":153201,"timestamp":101886219565,"id":16167,"parentId":16166,"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":1726668463922,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":168919,"timestamp":101886204440,"id":16158,"parentId":16143,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":169094,"timestamp":101886204270,"id":16145,"parentId":16143,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668463906,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":168062,"timestamp":101886208685,"id":16166,"parentId":16142,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668463911,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":41,"timestamp":101886377041,"id":16172,"parentId":16166,"tags":{},"startTime":1726668464079,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":172736,"timestamp":101886204378,"id":16153,"parentId":16143,"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":1726668463907,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":183532,"timestamp":101886193760,"id":16143,"parentId":16142,"tags":{},"startTime":1726668463896,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2713,"timestamp":101886388272,"id":16174,"parentId":16173,"tags":{},"startTime":1726668464090,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":101886391011,"id":16176,"parentId":16173,"tags":{},"startTime":1726668464093,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":90,"timestamp":101886391036,"id":16177,"parentId":16173,"tags":{},"startTime":1726668464093,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":101886391150,"id":16178,"parentId":16173,"tags":{},"startTime":1726668464093,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":101886391179,"id":16179,"parentId":16173,"tags":{},"startTime":1726668464093,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":4788,"timestamp":101886391001,"id":16175,"parentId":16173,"tags":{},"startTime":1726668464093,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":493,"timestamp":101886403839,"id":16180,"parentId":16173,"tags":{},"startTime":1726668464106,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":7069,"timestamp":101886404345,"id":16181,"parentId":16173,"tags":{},"startTime":1726668464106,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":5518,"timestamp":101886413374,"id":16182,"parentId":16173,"tags":{},"startTime":1726668464116,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":386,"timestamp":101886418891,"id":16183,"parentId":16173,"tags":{},"startTime":1726668464121,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":227,"timestamp":101886419263,"id":16184,"parentId":16173,"tags":{},"startTime":1726668464121,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4335,"timestamp":101886419497,"id":16185,"parentId":16173,"tags":{},"startTime":1726668464122,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":132,"timestamp":101886425817,"id":16187,"parentId":16142,"tags":{},"startTime":1726668464128,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":273,"timestamp":101886425687,"id":16186,"parentId":16142,"tags":{},"startTime":1726668464128,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":47666,"timestamp":101886384081,"id":16173,"parentId":16142,"tags":{},"startTime":1726668464086,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":238278,"timestamp":101886193516,"id":16142,"parentId":16088,"tags":{"name":"client"},"startTime":1726668463896,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":19549,"timestamp":101886431851,"id":16188,"parentId":16088,"tags":{},"startTime":1726668464134,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":484570,"timestamp":101885969302,"id":16088,"parentId":3,"tags":{"trigger":"src/components/Homepage.jsx"},"startTime":1726668463671,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":3,"timestamp":101886457232,"id":16189,"parentId":3,"tags":{},"startTime":1726668464159,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101886457724,"id":16190,"parentId":3,"tags":{},"startTime":1726668464160,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101886457825,"id":16191,"parentId":3,"tags":{},"startTime":1726668464160,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101886457891,"id":16192,"parentId":3,"tags":{},"startTime":1726668464160,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101886457956,"id":16193,"parentId":3,"tags":{},"startTime":1726668464160,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101886458008,"id":16194,"parentId":3,"tags":{},"startTime":1726668464160,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":312748,"timestamp":101886489609,"id":16199,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668464192,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101886802385,"id":16201,"parentId":16199,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"402997248","memory.heapUsed":"356114840","memory.heapTotal":"408371200"},"startTime":1726668464505,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":329975,"timestamp":101886472849,"id":16196,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668464175,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101886802833,"id":16202,"parentId":16196,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"402997248","memory.heapUsed":"356472432","memory.heapTotal":"408371200"},"startTime":1726668464505,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":322462,"timestamp":101886480709,"id":16198,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668464183,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101886803179,"id":16203,"parentId":16198,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"402997248","memory.heapUsed":"356775256","memory.heapTotal":"408371200"},"startTime":1726668464505,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":336705,"timestamp":101886466809,"id":16195,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668464169,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101886803522,"id":16204,"parentId":16195,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"402997248","memory.heapUsed":"357070496","memory.heapTotal":"408371200"},"startTime":1726668464506,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":326922,"timestamp":101886476903,"id":16197,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668464179,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101886803832,"id":16205,"parentId":16197,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"402997248","memory.heapUsed":"357359664","memory.heapTotal":"408371200"},"startTime":1726668464506,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":308729,"timestamp":101886496800,"id":16200,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668464199,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101886805537,"id":16206,"parentId":16200,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"402997248","memory.heapUsed":"358559248","memory.heapTotal":"408371200"},"startTime":1726668464508,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":887000,"timestamp":101885970173,"id":16207,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668464561,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":897000,"timestamp":101885970220,"id":16208,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668464573,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":899000,"timestamp":101885969860,"id":16209,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668464575,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":903000,"timestamp":101885970036,"id":16210,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668464575,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":903000,"timestamp":101885971022,"id":16211,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668464577,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":904000,"timestamp":101885971183,"id":16212,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668464577,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":273794,"timestamp":101895474409,"id":16213,"tags":{"url":"/","isTurbopack":false},"startTime":1726668473176,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101895748249,"id":16214,"parentId":16213,"tags":{"url":"/","memory.rss":"192528384","memory.heapUsed":"364906432","memory.heapTotal":"408633344"},"startTime":1726668473450,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":101896188383,"id":16215,"parentId":3,"tags":{},"startTime":1726668473890,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101896188711,"id":16216,"parentId":3,"tags":{},"startTime":1726668473890,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101896188785,"id":16217,"parentId":3,"tags":{},"startTime":1726668473890,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101896188937,"id":16218,"parentId":3,"tags":{},"startTime":1726668473891,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101896189022,"id":16219,"parentId":3,"tags":{},"startTime":1726668473891,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101896189100,"id":16220,"parentId":3,"tags":{},"startTime":1726668473891,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":103494,"timestamp":101897535596,"id":16221,"tags":{"url":"/community/blogs/herogpt","isTurbopack":false},"startTime":1726668475237,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101897639128,"id":16222,"parentId":16221,"tags":{"url":"/community/blogs/herogpt","memory.rss":"206979072","memory.heapUsed":"365373968","memory.heapTotal":"410025984"},"startTime":1726668475341,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":101897965995,"id":16223,"parentId":3,"tags":{},"startTime":1726668475667,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101897966207,"id":16224,"parentId":3,"tags":{},"startTime":1726668475668,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101897966264,"id":16225,"parentId":3,"tags":{},"startTime":1726668475668,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101897966712,"id":16226,"parentId":3,"tags":{},"startTime":1726668475668,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":101897966834,"id":16227,"parentId":3,"tags":{},"startTime":1726668475668,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101897967133,"id":16228,"parentId":3,"tags":{},"startTime":1726668475669,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10821,"timestamp":101914195600,"id":16236,"parentId":16233,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11332,"timestamp":101914195439,"id":16234,"parentId":16233,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44894,"timestamp":101914195584,"id":16235,"parentId":16233,"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":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44871,"timestamp":101914195614,"id":16237,"parentId":16233,"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":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":45810,"timestamp":101914195630,"id":16238,"parentId":16233,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47499,"timestamp":101914195646,"id":16239,"parentId":16233,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47487,"timestamp":101914195661,"id":16240,"parentId":16233,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47474,"timestamp":101914195675,"id":16241,"parentId":16233,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47461,"timestamp":101914195689,"id":16242,"parentId":16233,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47438,"timestamp":101914195712,"id":16243,"parentId":16233,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668491896,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":183031,"timestamp":101914177813,"id":16233,"parentId":16232,"tags":{},"startTime":1726668491878,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2516,"timestamp":101914373241,"id":16276,"parentId":16275,"tags":{},"startTime":1726668492074,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":101914375774,"id":16278,"parentId":16275,"tags":{},"startTime":1726668492076,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3643,"timestamp":101914375794,"id":16279,"parentId":16275,"tags":{},"startTime":1726668492076,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":8,"timestamp":101914379466,"id":16280,"parentId":16275,"tags":{},"startTime":1726668492080,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":101914379486,"id":16281,"parentId":16275,"tags":{},"startTime":1726668492080,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":4993,"timestamp":101914375768,"id":16277,"parentId":16275,"tags":{},"startTime":1726668492076,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":530,"timestamp":101914382555,"id":16282,"parentId":16275,"tags":{},"startTime":1726668492083,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5909,"timestamp":101914383092,"id":16283,"parentId":16275,"tags":{},"startTime":1726668492084,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1620,"timestamp":101914390329,"id":16284,"parentId":16275,"tags":{},"startTime":1726668492091,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":178,"timestamp":101914391949,"id":16285,"parentId":16275,"tags":{},"startTime":1726668492092,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":156,"timestamp":101914392116,"id":16286,"parentId":16275,"tags":{},"startTime":1726668492093,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":1490,"timestamp":101914392276,"id":16287,"parentId":16275,"tags":{},"startTime":1726668492093,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":31960,"timestamp":101914370623,"id":16275,"parentId":16232,"tags":{},"startTime":1726668492071,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":235410,"timestamp":101914176819,"id":16232,"parentId":16230,"tags":{"name":"server"},"startTime":1726668491877,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":5686,"timestamp":101914412377,"id":16288,"parentId":16230,"tags":{},"startTime":1726668492113,"traceId":"4f5180dc9f76515a"},{"name":"compile-path","duration":252824,"timestamp":101914166897,"id":16231,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1726668491867,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":254016,"timestamp":101914166648,"id":16230,"parentId":3,"tags":{"trigger":"manual"},"startTime":1726668491867,"traceId":"4f5180dc9f76515a"}]
+[{"name":"handle-request","duration":523543,"timestamp":101914160651,"id":16229,"tags":{"url":"/community/blogs/community","isTurbopack":false},"startTime":1726668491861,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101914684287,"id":16295,"parentId":16229,"tags":{"url":"/community/blogs/community","memory.rss":"344145920","memory.heapUsed":"392066088","memory.heapTotal":"434634752"},"startTime":1726668492385,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":290938,"timestamp":101914444205,"id":16293,"tags":{"url":"/community/blogs/herogpt?_rsc=18iy0","isTurbopack":false},"startTime":1726668492145,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101914735172,"id":16296,"parentId":16293,"tags":{"url":"/community/blogs/herogpt?_rsc=18iy0","memory.rss":"380796928","memory.heapUsed":"405418648","memory.heapTotal":"437256192"},"startTime":1726668492436,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":358356,"timestamp":101914441593,"id":16292,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668492142,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101914799982,"id":16297,"parentId":16292,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"384532480","memory.heapUsed":"325734936","memory.heapTotal":"422445056"},"startTime":1726668492500,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":363947,"timestamp":101914438736,"id":16290,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668492139,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101914802815,"id":16298,"parentId":16290,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"384532480","memory.heapUsed":"326179928","memory.heapTotal":"422445056"},"startTime":1726668492503,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":373249,"timestamp":101914434422,"id":16289,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668492135,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101914807714,"id":16299,"parentId":16289,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"384532480","memory.heapUsed":"326990256","memory.heapTotal":"422445056"},"startTime":1726668492508,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":380141,"timestamp":101914440214,"id":16291,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668492141,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101914820405,"id":16300,"parentId":16291,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"384778240","memory.heapUsed":"319242776","memory.heapTotal":"422445056"},"startTime":1726668492521,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":242037,"timestamp":101914592833,"id":16294,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668492293,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":101914834950,"id":16301,"parentId":16294,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"384778240","memory.heapUsed":"321797648","memory.heapTotal":"422445056"},"startTime":1726668492535,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":9,"timestamp":101915180902,"id":16302,"parentId":3,"tags":{},"startTime":1726668492881,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":101915181011,"id":16303,"parentId":3,"tags":{},"startTime":1726668492881,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101915181051,"id":16304,"parentId":3,"tags":{},"startTime":1726668492882,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101915181079,"id":16305,"parentId":3,"tags":{},"startTime":1726668492882,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101915181105,"id":16306,"parentId":3,"tags":{},"startTime":1726668492882,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101915181129,"id":16307,"parentId":3,"tags":{},"startTime":1726668492882,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":103031,"timestamp":101919426031,"id":16308,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668497126,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101919529101,"id":16309,"parentId":16308,"tags":{"url":"/community","memory.rss":"347996160","memory.heapUsed":"330901680","memory.heapTotal":"422445056"},"startTime":1726668497229,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":41,"timestamp":101919871966,"id":16310,"parentId":3,"tags":{},"startTime":1726668497572,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":101919872274,"id":16311,"parentId":3,"tags":{},"startTime":1726668497572,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101919872413,"id":16312,"parentId":3,"tags":{},"startTime":1726668497573,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101919872485,"id":16313,"parentId":3,"tags":{},"startTime":1726668497573,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101919872524,"id":16314,"parentId":3,"tags":{},"startTime":1726668497573,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101919872558,"id":16315,"parentId":3,"tags":{},"startTime":1726668497573,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":152568,"timestamp":101922928813,"id":16316,"tags":{"url":"/","isTurbopack":false},"startTime":1726668500629,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101923081410,"id":16317,"parentId":16316,"tags":{"url":"/","memory.rss":"348667904","memory.heapUsed":"322635272","memory.heapTotal":"422445056"},"startTime":1726668500781,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":13,"timestamp":101923462727,"id":16318,"parentId":3,"tags":{},"startTime":1726668501163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":101923462880,"id":16319,"parentId":3,"tags":{},"startTime":1726668501163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101923462933,"id":16320,"parentId":3,"tags":{},"startTime":1726668501163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101923462991,"id":16321,"parentId":3,"tags":{},"startTime":1726668501163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101923463042,"id":16322,"parentId":3,"tags":{},"startTime":1726668501163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101923463075,"id":16323,"parentId":3,"tags":{},"startTime":1726668501163,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":184542,"timestamp":101933317450,"id":16324,"tags":{"url":"/","isTurbopack":false},"startTime":1726668511017,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101933502076,"id":16325,"parentId":16324,"tags":{"url":"/","memory.rss":"168312832","memory.heapUsed":"326981776","memory.heapTotal":"422707200"},"startTime":1726668511201,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":9,"timestamp":101933840125,"id":16326,"parentId":3,"tags":{},"startTime":1726668511540,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":101933840361,"id":16327,"parentId":3,"tags":{},"startTime":1726668511540,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101933840435,"id":16328,"parentId":3,"tags":{},"startTime":1726668511540,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101933840507,"id":16329,"parentId":3,"tags":{},"startTime":1726668511540,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101933840574,"id":16330,"parentId":3,"tags":{},"startTime":1726668511540,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":101933840802,"id":16331,"parentId":3,"tags":{},"startTime":1726668511540,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14751,"timestamp":101970949917,"id":16338,"parentId":16335,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15311,"timestamp":101970949706,"id":16336,"parentId":16335,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48489,"timestamp":101970949901,"id":16337,"parentId":16335,"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":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48465,"timestamp":101970949932,"id":16339,"parentId":16335,"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":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":51576,"timestamp":101970950036,"id":16341,"parentId":16335,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":51558,"timestamp":101970950061,"id":16343,"parentId":16335,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":51532,"timestamp":101970950089,"id":16345,"parentId":16335,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":51574,"timestamp":101970950048,"id":16342,"parentId":16335,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":51548,"timestamp":101970950075,"id":16344,"parentId":16335,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":6656,"timestamp":101970996670,"id":16348,"parentId":16347,"tags":{},"startTime":1726668548694,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":6863,"timestamp":101970996468,"id":16347,"parentId":16346,"tags":{},"startTime":1726668548694,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":9921,"timestamp":101970995969,"id":16346,"parentId":16334,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx","layer":"rsc"},"startTime":1726668548693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":64053,"timestamp":101970950022,"id":16340,"parentId":16335,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668548647,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":211404,"timestamp":101970924683,"id":16335,"parentId":16334,"tags":{},"startTime":1726668548622,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":9093,"timestamp":101971149652,"id":16381,"parentId":16380,"tags":{},"startTime":1726668548847,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":21,"timestamp":101971159082,"id":16383,"parentId":16380,"tags":{},"startTime":1726668548856,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":5451,"timestamp":101971159250,"id":16384,"parentId":16380,"tags":{},"startTime":1726668548856,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":101971164730,"id":16385,"parentId":16380,"tags":{},"startTime":1726668548862,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":101971164750,"id":16386,"parentId":16380,"tags":{},"startTime":1726668548862,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":7973,"timestamp":101971159002,"id":16382,"parentId":16380,"tags":{},"startTime":1726668548856,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":462,"timestamp":101971168626,"id":16387,"parentId":16380,"tags":{},"startTime":1726668548866,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":4584,"timestamp":101971169098,"id":16388,"parentId":16380,"tags":{},"startTime":1726668548866,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2568,"timestamp":101971174938,"id":16389,"parentId":16380,"tags":{},"startTime":1726668548872,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":246,"timestamp":101971177503,"id":16390,"parentId":16380,"tags":{},"startTime":1726668548875,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":161,"timestamp":101971177738,"id":16391,"parentId":16380,"tags":{},"startTime":1726668548875,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2301,"timestamp":101971177904,"id":16392,"parentId":16380,"tags":{},"startTime":1726668548875,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":45336,"timestamp":101971146065,"id":16380,"parentId":16334,"tags":{},"startTime":1726668548843,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":280087,"timestamp":101970920075,"id":16334,"parentId":16332,"tags":{"name":"server"},"startTime":1726668548617,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":12352,"timestamp":101971200261,"id":16393,"parentId":16332,"tags":{},"startTime":1726668548897,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":304474,"timestamp":101970909736,"id":16332,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1726668548607,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4884,"timestamp":101971231637,"id":16406,"parentId":16395,"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":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4917,"timestamp":101971231671,"id":16408,"parentId":16395,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4854,"timestamp":101971231735,"id":16412,"parentId":16395,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4834,"timestamp":101971231756,"id":16413,"parentId":16395,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4785,"timestamp":101971231807,"id":16416,"parentId":16395,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9408,"timestamp":101971231319,"id":16396,"parentId":16395,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9327,"timestamp":101971231413,"id":16398,"parentId":16395,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11356,"timestamp":101971231449,"id":16400,"parentId":16395,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18794,"timestamp":101971231466,"id":16401,"parentId":16395,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21422,"timestamp":101971231482,"id":16402,"parentId":16395,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21088,"timestamp":101971231822,"id":16417,"parentId":16395,"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":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21563,"timestamp":101971231775,"id":16414,"parentId":16395,"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&server=false!"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22942,"timestamp":101971231595,"id":16404,"parentId":16395,"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":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22852,"timestamp":101971231688,"id":16409,"parentId":16395,"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":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22822,"timestamp":101971231720,"id":16411,"parentId":16395,"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":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22752,"timestamp":101971231791,"id":16415,"parentId":16395,"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":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24364,"timestamp":101971231497,"id":16403,"parentId":16395,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24216,"timestamp":101971231654,"id":16407,"parentId":16395,"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":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25229,"timestamp":101971231430,"id":16399,"parentId":16395,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5014,"timestamp":101971251902,"id":16420,"parentId":16419,"tags":{},"startTime":1726668548949,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":140742,"timestamp":101971257090,"id":16422,"parentId":16421,"tags":{},"startTime":1726668548954,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":142259,"timestamp":101971256967,"id":16421,"parentId":16419,"tags":{},"startTime":1726668548954,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":31805,"timestamp":101971399323,"id":16423,"parentId":16419,"tags":{"astUsed":"true"},"startTime":1726668549097,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":190348,"timestamp":101971251780,"id":16419,"parentId":16418,"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":1726668548949,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":211180,"timestamp":101971231704,"id":16410,"parentId":16395,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":211497,"timestamp":101971231394,"id":16397,"parentId":16395,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":210397,"timestamp":101971237298,"id":16418,"parentId":16394,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668548935,"traceId":"4f5180dc9f76515a"}]
+[{"name":"build-module","duration":44,"timestamp":101971448339,"id":16424,"parentId":16418,"tags":{},"startTime":1726668549146,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":216796,"timestamp":101971231619,"id":16405,"parentId":16395,"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":1726668548929,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":232056,"timestamp":101971216382,"id":16395,"parentId":16394,"tags":{},"startTime":1726668548914,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":5667,"timestamp":101971529737,"id":16426,"parentId":16425,"tags":{},"startTime":1726668549227,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":10,"timestamp":101971535443,"id":16428,"parentId":16425,"tags":{},"startTime":1726668549233,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":120,"timestamp":101971535486,"id":16429,"parentId":16425,"tags":{},"startTime":1726668549233,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":8,"timestamp":101971535639,"id":16430,"parentId":16425,"tags":{},"startTime":1726668549233,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":101971535679,"id":16431,"parentId":16425,"tags":{},"startTime":1726668549233,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3821,"timestamp":101971535428,"id":16427,"parentId":16425,"tags":{},"startTime":1726668549233,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1045,"timestamp":101971542107,"id":16432,"parentId":16425,"tags":{},"startTime":1726668549239,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":24951,"timestamp":101971543167,"id":16433,"parentId":16425,"tags":{},"startTime":1726668549240,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":16115,"timestamp":101971571938,"id":16434,"parentId":16425,"tags":{},"startTime":1726668549269,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":1262,"timestamp":101971588050,"id":16435,"parentId":16425,"tags":{},"startTime":1726668549285,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":553,"timestamp":101971589281,"id":16436,"parentId":16425,"tags":{},"startTime":1726668549286,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":33693,"timestamp":101971589846,"id":16437,"parentId":16425,"tags":{},"startTime":1726668549287,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":137,"timestamp":101971626383,"id":16439,"parentId":16394,"tags":{},"startTime":1726668549324,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":280,"timestamp":101971626253,"id":16438,"parentId":16394,"tags":{},"startTime":1726668549323,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":109856,"timestamp":101971523226,"id":16425,"parentId":16394,"tags":{},"startTime":1726668549220,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":417223,"timestamp":101971215918,"id":16394,"parentId":16333,"tags":{"name":"client"},"startTime":1726668548913,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":13599,"timestamp":101971633200,"id":16440,"parentId":16333,"tags":{},"startTime":1726668549330,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":740481,"timestamp":101970909890,"id":16333,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1726668548607,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":37,"timestamp":101971670303,"id":16441,"parentId":3,"tags":{},"startTime":1726668549368,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101971670444,"id":16442,"parentId":3,"tags":{},"startTime":1726668549368,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101971670524,"id":16443,"parentId":3,"tags":{},"startTime":1726668549368,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":101971670580,"id":16444,"parentId":3,"tags":{},"startTime":1726668549368,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":82,"timestamp":101971687622,"id":16445,"parentId":3,"tags":{},"startTime":1726668549385,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":31,"timestamp":101971688555,"id":16446,"parentId":3,"tags":{},"startTime":1726668549386,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":268871,"timestamp":101971721192,"id":16448,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668549418,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101971990099,"id":16453,"parentId":16448,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"358858752","memory.heapUsed":"328250776","memory.heapTotal":"379109376"},"startTime":1726668549687,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":272896,"timestamp":101971717524,"id":16447,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668549415,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101971990441,"id":16454,"parentId":16447,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"358875136","memory.heapUsed":"328546224","memory.heapTotal":"379109376"},"startTime":1726668549688,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":268310,"timestamp":101971722424,"id":16449,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668549420,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101971990747,"id":16455,"parentId":16449,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"358891520","memory.heapUsed":"328836624","memory.heapTotal":"379109376"},"startTime":1726668549688,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":266523,"timestamp":101971724503,"id":16450,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668549422,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101971991033,"id":16456,"parentId":16450,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"358907904","memory.heapUsed":"329131848","memory.heapTotal":"379109376"},"startTime":1726668549688,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":253885,"timestamp":101971739262,"id":16451,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668549436,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101971993156,"id":16457,"parentId":16451,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"358907904","memory.heapUsed":"331104856","memory.heapTotal":"379109376"},"startTime":1726668549690,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":230726,"timestamp":101971762724,"id":16452,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668549460,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101971993457,"id":16458,"parentId":16452,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"358907904","memory.heapUsed":"331396536","memory.heapTotal":"379109376"},"startTime":1726668549691,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1099000,"timestamp":101970922612,"id":16459,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668549722,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1146000,"timestamp":101970919435,"id":16460,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668549764,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1144000,"timestamp":101970922768,"id":16461,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668549765,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1147000,"timestamp":101970920844,"id":16462,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668549765,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1146000,"timestamp":101970924457,"id":16463,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668549770,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1186000,"timestamp":101970922581,"id":16464,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1726668549807,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16042,"timestamp":101979921099,"id":16479,"parentId":16468,"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":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16150,"timestamp":101979921124,"id":16481,"parentId":16468,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16101,"timestamp":101979921175,"id":16485,"parentId":16468,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16093,"timestamp":101979921187,"id":16486,"parentId":16468,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16044,"timestamp":101979921237,"id":16489,"parentId":16468,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22642,"timestamp":101979920701,"id":16469,"parentId":16468,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668557617,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22397,"timestamp":101979920965,"id":16471,"parentId":16468,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25312,"timestamp":101979921002,"id":16473,"parentId":16468,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29498,"timestamp":101979921034,"id":16475,"parentId":16468,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29291,"timestamp":101979921249,"id":16490,"parentId":16468,"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":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32966,"timestamp":101979921111,"id":16480,"parentId":16468,"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":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33548,"timestamp":101979921019,"id":16474,"parentId":16468,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5413,"timestamp":101979949331,"id":16493,"parentId":16492,"tags":{},"startTime":1726668557646,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41422,"timestamp":101979920986,"id":16472,"parentId":16468,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41990,"timestamp":101979921206,"id":16487,"parentId":16468,"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&server=false!"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42788,"timestamp":101979921072,"id":16477,"parentId":16468,"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":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42726,"timestamp":101979921136,"id":16482,"parentId":16468,"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":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42702,"timestamp":101979921162,"id":16484,"parentId":16468,"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":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42647,"timestamp":101979921222,"id":16488,"parentId":16468,"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":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42859,"timestamp":101979921053,"id":16476,"parentId":16468,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":99374,"timestamp":101979954980,"id":16495,"parentId":16494,"tags":{},"startTime":1726668557652,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":99914,"timestamp":101979954818,"id":16494,"parentId":16492,"tags":{},"startTime":1726668557652,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":26063,"timestamp":101980054823,"id":16496,"parentId":16492,"tags":{"astUsed":"true"},"startTime":1726668557752,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":137337,"timestamp":101979949138,"id":16492,"parentId":16491,"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":1726668557646,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":166270,"timestamp":101979920943,"id":16470,"parentId":16468,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":151991,"timestamp":101979938224,"id":16491,"parentId":16467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668557635,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":32,"timestamp":101980090772,"id":16497,"parentId":16491,"tags":{},"startTime":1726668557787,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":170020,"timestamp":101979921086,"id":16478,"parentId":16468,"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":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":172982,"timestamp":101979921149,"id":16483,"parentId":16468,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668557618,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":179053,"timestamp":101979915106,"id":16468,"parentId":16467,"tags":{},"startTime":1726668557612,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2037,"timestamp":101980101485,"id":16499,"parentId":16498,"tags":{},"startTime":1726668557798,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":2,"timestamp":101980103539,"id":16501,"parentId":16498,"tags":{},"startTime":1726668557800,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":69,"timestamp":101980103621,"id":16502,"parentId":16498,"tags":{},"startTime":1726668557800,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":4,"timestamp":101980103709,"id":16503,"parentId":16498,"tags":{},"startTime":1726668557800,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":101980103730,"id":16504,"parentId":16498,"tags":{},"startTime":1726668557800,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1353,"timestamp":101980103534,"id":16500,"parentId":16498,"tags":{},"startTime":1726668557800,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":444,"timestamp":101980109319,"id":16505,"parentId":16498,"tags":{},"startTime":1726668557806,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":4540,"timestamp":101980109774,"id":16506,"parentId":16498,"tags":{},"startTime":1726668557806,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3999,"timestamp":101980115814,"id":16507,"parentId":16498,"tags":{},"startTime":1726668557813,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":213,"timestamp":101980119813,"id":16508,"parentId":16498,"tags":{},"startTime":1726668557816,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":145,"timestamp":101980120015,"id":16509,"parentId":16498,"tags":{},"startTime":1726668557817,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2599,"timestamp":101980120165,"id":16510,"parentId":16498,"tags":{},"startTime":1726668557817,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":115,"timestamp":101980123842,"id":16512,"parentId":16467,"tags":{},"startTime":1726668557821,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":215,"timestamp":101980123748,"id":16511,"parentId":16467,"tags":{},"startTime":1726668557820,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":27817,"timestamp":101980098886,"id":16498,"parentId":16467,"tags":{},"startTime":1726668557796,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":212818,"timestamp":101979913924,"id":16467,"parentId":16465,"tags":{"name":"client"},"startTime":1726668557611,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":9177,"timestamp":101980126780,"id":16513,"parentId":16465,"tags":{},"startTime":1726668557823,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":250037,"timestamp":101979886657,"id":16465,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1726668557583,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":40,"timestamp":101980156142,"id":16516,"parentId":3,"tags":{},"startTime":1726668557853,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101980156269,"id":16517,"parentId":3,"tags":{},"startTime":1726668557853,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101980156309,"id":16518,"parentId":3,"tags":{},"startTime":1726668557853,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101980156339,"id":16519,"parentId":3,"tags":{},"startTime":1726668557853,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101980156372,"id":16520,"parentId":3,"tags":{},"startTime":1726668557853,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101980156398,"id":16521,"parentId":3,"tags":{},"startTime":1726668557853,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":302000,"timestamp":101979888032,"id":16531,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668557896,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":340000,"timestamp":101979888602,"id":16532,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668557943,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":353000,"timestamp":101979888656,"id":16533,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668557943,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":76994,"timestamp":101980172726,"id":16522,"parentId":16515,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668557869,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":360000,"timestamp":101979889627,"id":16534,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1726668557947,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":362000,"timestamp":101979888063,"id":16535,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668557949,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":364000,"timestamp":101979888928,"id":16536,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668557951,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":81227,"timestamp":101980172802,"id":16524,"parentId":16515,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668557869,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":112572,"timestamp":101980172788,"id":16523,"parentId":16515,"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":1726668557869,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":112551,"timestamp":101980172822,"id":16525,"parentId":16515,"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":1726668557870,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":114188,"timestamp":101980172883,"id":16527,"parentId":16515,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668557870,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":114181,"timestamp":101980172902,"id":16528,"parentId":16515,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668557870,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":114171,"timestamp":101980172914,"id":16529,"parentId":16515,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668557870,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":114159,"timestamp":101980172926,"id":16530,"parentId":16515,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668557870,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":4801,"timestamp":101980282429,"id":16539,"parentId":16538,"tags":{},"startTime":1726668557979,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5056,"timestamp":101980282177,"id":16538,"parentId":16537,"tags":{},"startTime":1726668557979,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":7639,"timestamp":101980281601,"id":16537,"parentId":16514,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx","layer":"rsc"},"startTime":1726668557978,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":126929,"timestamp":101980172861,"id":16526,"parentId":16515,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668557870,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":270166,"timestamp":101980149209,"id":16515,"parentId":16514,"tags":{},"startTime":1726668557846,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2982,"timestamp":101980434905,"id":16566,"parentId":16565,"tags":{},"startTime":1726668558132,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":101980437914,"id":16568,"parentId":16565,"tags":{},"startTime":1726668558135,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4755,"timestamp":101980437941,"id":16569,"parentId":16565,"tags":{},"startTime":1726668558135,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":10,"timestamp":101980442788,"id":16570,"parentId":16565,"tags":{},"startTime":1726668558139,"traceId":"4f5180dc9f76515a"}]
+[{"name":"optimize-chunk-modules","duration":5,"timestamp":101980443323,"id":16571,"parentId":16565,"tags":{},"startTime":1726668558140,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":11048,"timestamp":101980437904,"id":16567,"parentId":16565,"tags":{},"startTime":1726668558135,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":534,"timestamp":101980451087,"id":16572,"parentId":16565,"tags":{},"startTime":1726668558148,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5140,"timestamp":101980451633,"id":16573,"parentId":16565,"tags":{},"startTime":1726668558148,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1258,"timestamp":101980458105,"id":16574,"parentId":16565,"tags":{},"startTime":1726668558155,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":164,"timestamp":101980459362,"id":16575,"parentId":16565,"tags":{},"startTime":1726668558156,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":142,"timestamp":101980459517,"id":16576,"parentId":16565,"tags":{},"startTime":1726668558156,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2608,"timestamp":101980459665,"id":16577,"parentId":16565,"tags":{},"startTime":1726668558156,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":44494,"timestamp":101980431596,"id":16565,"parentId":16514,"tags":{},"startTime":1726668558128,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":339726,"timestamp":101980148558,"id":16514,"parentId":16466,"tags":{"name":"server"},"startTime":1726668557845,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":11062,"timestamp":101980488452,"id":16578,"parentId":16466,"tags":{},"startTime":1726668558185,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":612650,"timestamp":101979888233,"id":16466,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1726668557585,"traceId":"4f5180dc9f76515a"}]
+[{"name":"handle-request","duration":313509,"timestamp":101980526177,"id":16582,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668558223,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":101980839749,"id":16585,"parentId":16582,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"309051392","memory.heapUsed":"373155832","memory.heapTotal":"412598272"},"startTime":1726668558536,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":318849,"timestamp":101980524876,"id":16580,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668558222,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101980843762,"id":16586,"parentId":16580,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"309051392","memory.heapUsed":"373540440","memory.heapTotal":"412598272"},"startTime":1726668558540,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":319139,"timestamp":101980525475,"id":16581,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668558222,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101980844630,"id":16587,"parentId":16581,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"309051392","memory.heapUsed":"373829960","memory.heapTotal":"412598272"},"startTime":1726668558541,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":322540,"timestamp":101980522850,"id":16579,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668558220,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101980845410,"id":16588,"parentId":16579,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"309051392","memory.heapUsed":"374125152","memory.heapTotal":"412598272"},"startTime":1726668558542,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":332316,"timestamp":101980526761,"id":16583,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668558223,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":101980859123,"id":16589,"parentId":16583,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"309411840","memory.heapUsed":"379700440","memory.heapTotal":"412598272"},"startTime":1726668558556,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":333166,"timestamp":101980527408,"id":16584,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668558224,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101980860619,"id":16590,"parentId":16584,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"309411840","memory.heapUsed":"379990944","memory.heapTotal":"412598272"},"startTime":1726668558557,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16682,"timestamp":101987066401,"id":16597,"parentId":16594,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668564763,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17507,"timestamp":101987066110,"id":16595,"parentId":16594,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668564762,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":64008,"timestamp":101987066381,"id":16596,"parentId":16594,"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":1726668564763,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":63982,"timestamp":101987066418,"id":16598,"parentId":16594,"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":1726668564763,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":3493,"timestamp":101987127112,"id":16606,"parentId":16605,"tags":{},"startTime":1726668564823,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":4119,"timestamp":101987126488,"id":16605,"parentId":16604,"tags":{},"startTime":1726668564823,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":10546,"timestamp":101987123986,"id":16604,"parentId":16593,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx","layer":"rsc"},"startTime":1726668564820,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72587,"timestamp":101987066454,"id":16600,"parentId":16594,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668564763,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72578,"timestamp":101987066470,"id":16601,"parentId":16594,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668564763,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72563,"timestamp":101987066487,"id":16602,"parentId":16594,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668564763,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72547,"timestamp":101987066503,"id":16603,"parentId":16594,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668564763,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80224,"timestamp":101987066439,"id":16599,"parentId":16594,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668564763,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":190693,"timestamp":101987050449,"id":16594,"parentId":16593,"tags":{},"startTime":1726668564747,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2408,"timestamp":101987251006,"id":16633,"parentId":16632,"tags":{},"startTime":1726668564947,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":101987253431,"id":16635,"parentId":16632,"tags":{},"startTime":1726668564950,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4250,"timestamp":101987253460,"id":16636,"parentId":16632,"tags":{},"startTime":1726668564950,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":11,"timestamp":101987257747,"id":16637,"parentId":16632,"tags":{},"startTime":1726668564954,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":101987257774,"id":16638,"parentId":16632,"tags":{},"startTime":1726668564954,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5830,"timestamp":101987253425,"id":16634,"parentId":16632,"tags":{},"startTime":1726668564950,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":940,"timestamp":101987261187,"id":16639,"parentId":16632,"tags":{},"startTime":1726668564957,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":3812,"timestamp":101987262140,"id":16640,"parentId":16632,"tags":{},"startTime":1726668564958,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1282,"timestamp":101987267103,"id":16641,"parentId":16632,"tags":{},"startTime":1726668564963,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":130,"timestamp":101987268384,"id":16642,"parentId":16632,"tags":{},"startTime":1726668564965,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":143,"timestamp":101987268504,"id":16643,"parentId":16632,"tags":{},"startTime":1726668564965,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":333,"timestamp":101987268652,"id":16644,"parentId":16632,"tags":{},"startTime":1726668564965,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":31083,"timestamp":101987248501,"id":16632,"parentId":16593,"tags":{},"startTime":1726668564945,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":237409,"timestamp":101987049137,"id":16593,"parentId":16591,"tags":{"name":"server"},"startTime":1726668564745,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":3885,"timestamp":101987286630,"id":16645,"parentId":16591,"tags":{},"startTime":1726668564983,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":275581,"timestamp":101987015373,"id":16591,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1726668564712,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3739,"timestamp":101987303427,"id":16658,"parentId":16647,"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":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3774,"timestamp":101987303449,"id":16660,"parentId":16647,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3731,"timestamp":101987303493,"id":16664,"parentId":16647,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3720,"timestamp":101987303504,"id":16665,"parentId":16647,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3686,"timestamp":101987303539,"id":16668,"parentId":16647,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7584,"timestamp":101987303250,"id":16648,"parentId":16647,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7514,"timestamp":101987303330,"id":16650,"parentId":16647,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9391,"timestamp":101987303354,"id":16652,"parentId":16647,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10789,"timestamp":101987303366,"id":16653,"parentId":16647,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12609,"timestamp":101987303378,"id":16654,"parentId":16647,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12440,"timestamp":101987303549,"id":16669,"parentId":16647,"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":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12802,"timestamp":101987303516,"id":16666,"parentId":16647,"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&server=false!"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13921,"timestamp":101987303401,"id":16656,"parentId":16647,"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":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13864,"timestamp":101987303460,"id":16661,"parentId":16647,"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":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13844,"timestamp":101987303481,"id":16663,"parentId":16647,"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":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13798,"timestamp":101987303528,"id":16667,"parentId":16647,"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":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15144,"timestamp":101987303389,"id":16655,"parentId":16647,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15100,"timestamp":101987303438,"id":16659,"parentId":16647,"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":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15995,"timestamp":101987303342,"id":16651,"parentId":16647,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":4209,"timestamp":101987315344,"id":16672,"parentId":16671,"tags":{},"startTime":1726668565012,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":97895,"timestamp":101987319725,"id":16674,"parentId":16673,"tags":{},"startTime":1726668565016,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":98373,"timestamp":101987319597,"id":16673,"parentId":16671,"tags":{},"startTime":1726668565016,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":18257,"timestamp":101987418059,"id":16675,"parentId":16671,"tags":{"astUsed":"true"},"startTime":1726668565114,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":123167,"timestamp":101987315223,"id":16671,"parentId":16670,"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":1726668565011,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":137605,"timestamp":101987303470,"id":16662,"parentId":16647,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":137767,"timestamp":101987303315,"id":16649,"parentId":16647,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":136041,"timestamp":101987307686,"id":16670,"parentId":16646,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668565004,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":37,"timestamp":101987443936,"id":16676,"parentId":16670,"tags":{},"startTime":1726668565140,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":140586,"timestamp":101987303413,"id":16657,"parentId":16647,"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":1726668565000,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":151221,"timestamp":101987292793,"id":16647,"parentId":16646,"tags":{},"startTime":1726668564989,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":1791,"timestamp":101987451142,"id":16678,"parentId":16677,"tags":{},"startTime":1726668565147,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":101987452948,"id":16680,"parentId":16677,"tags":{},"startTime":1726668565149,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":57,"timestamp":101987452965,"id":16681,"parentId":16677,"tags":{},"startTime":1726668565149,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":7,"timestamp":101987453038,"id":16682,"parentId":16677,"tags":{},"startTime":1726668565149,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":101987453064,"id":16683,"parentId":16677,"tags":{},"startTime":1726668565149,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1255,"timestamp":101987452942,"id":16679,"parentId":16677,"tags":{},"startTime":1726668565149,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":378,"timestamp":101987455333,"id":16684,"parentId":16677,"tags":{},"startTime":1726668565152,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":4257,"timestamp":101987455717,"id":16685,"parentId":16677,"tags":{},"startTime":1726668565152,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4106,"timestamp":101987461268,"id":16686,"parentId":16677,"tags":{},"startTime":1726668565158,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":253,"timestamp":101987465373,"id":16687,"parentId":16677,"tags":{},"startTime":1726668565162,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":147,"timestamp":101987465615,"id":16688,"parentId":16677,"tags":{},"startTime":1726668565162,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4431,"timestamp":101987465767,"id":16689,"parentId":16677,"tags":{},"startTime":1726668565162,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":91,"timestamp":101987471244,"id":16691,"parentId":16646,"tags":{},"startTime":1726668565168,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":174,"timestamp":101987471166,"id":16690,"parentId":16646,"tags":{},"startTime":1726668565167,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":25345,"timestamp":101987448534,"id":16677,"parentId":16646,"tags":{},"startTime":1726668565145,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":181364,"timestamp":101987292549,"id":16646,"parentId":16592,"tags":{"name":"client"},"startTime":1726668564989,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":6225,"timestamp":101987473944,"id":16692,"parentId":16592,"tags":{},"startTime":1726668565170,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":464393,"timestamp":101987016854,"id":16592,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1726668564713,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":11,"timestamp":101987490645,"id":16693,"parentId":3,"tags":{},"startTime":1726668565187,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101987490735,"id":16694,"parentId":3,"tags":{},"startTime":1726668565187,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101987490772,"id":16695,"parentId":3,"tags":{},"startTime":1726668565187,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101987490802,"id":16696,"parentId":3,"tags":{},"startTime":1726668565187,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101987490826,"id":16697,"parentId":3,"tags":{},"startTime":1726668565187,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":101987490851,"id":16698,"parentId":3,"tags":{},"startTime":1726668565187,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":205066,"timestamp":101987499396,"id":16700,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668565196,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":101987704488,"id":16705,"parentId":16700,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"382910464","memory.heapUsed":"318961976","memory.heapTotal":"429752320"},"startTime":1726668565401,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":202451,"timestamp":101987502356,"id":16702,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668565199,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101987704815,"id":16706,"parentId":16702,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"382910464","memory.heapUsed":"319256416","memory.heapTotal":"429752320"},"startTime":1726668565401,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":210828,"timestamp":101987494282,"id":16699,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668565191,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101987705117,"id":16707,"parentId":16699,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"382910464","memory.heapUsed":"319550696","memory.heapTotal":"429752320"},"startTime":1726668565401,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":204427,"timestamp":101987500973,"id":16701,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668565197,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101987705407,"id":16708,"parentId":16701,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"382910464","memory.heapUsed":"319842376","memory.heapTotal":"429752320"},"startTime":1726668565402,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":201259,"timestamp":101987506419,"id":16704,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668565203,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101987707686,"id":16709,"parentId":16704,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"382910464","memory.heapUsed":"321915000","memory.heapTotal":"429752320"},"startTime":1726668565404,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":202681,"timestamp":101987505408,"id":16703,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668565202,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":101987708096,"id":16710,"parentId":16703,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"382910464","memory.heapUsed":"322301472","memory.heapTotal":"429752320"},"startTime":1726668565404,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":800000,"timestamp":101987018740,"id":16711,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668565517,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":804000,"timestamp":101987018494,"id":16712,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668565537,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":805000,"timestamp":101987019634,"id":16713,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668565537,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":807000,"timestamp":101987018768,"id":16714,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668565537,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":808000,"timestamp":101987018830,"id":16715,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668565537,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":823000,"timestamp":101987020171,"id":16716,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668565539,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12044,"timestamp":102006622593,"id":16723,"parentId":16720,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668584318,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12997,"timestamp":102006622413,"id":16721,"parentId":16720,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668584318,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44726,"timestamp":102006622520,"id":16722,"parentId":16720,"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":1726668584318,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44634,"timestamp":102006622620,"id":16724,"parentId":16720,"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":1726668584318,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48150,"timestamp":102006622651,"id":16726,"parentId":16720,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668584318,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48144,"timestamp":102006622666,"id":16727,"parentId":16720,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668584318,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48119,"timestamp":102006622692,"id":16729,"parentId":16720,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668584318,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48266,"timestamp":102006622678,"id":16728,"parentId":16720,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668584318,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":11576,"timestamp":102006665500,"id":16732,"parentId":16731,"tags":{},"startTime":1726668584361,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":11767,"timestamp":102006665317,"id":16731,"parentId":16730,"tags":{},"startTime":1726668584360,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":20629,"timestamp":102006664845,"id":16730,"parentId":16719,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668584360,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":71720,"timestamp":102006622636,"id":16725,"parentId":16720,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668584318,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":193251,"timestamp":102006605794,"id":16720,"parentId":16719,"tags":{},"startTime":1726668584301,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":11280,"timestamp":102006812580,"id":16759,"parentId":16758,"tags":{},"startTime":1726668584508,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102006823897,"id":16761,"parentId":16758,"tags":{},"startTime":1726668584519,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3781,"timestamp":102006823921,"id":16762,"parentId":16758,"tags":{},"startTime":1726668584519,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":12,"timestamp":102006827733,"id":16763,"parentId":16758,"tags":{},"startTime":1726668584523,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102006827760,"id":16764,"parentId":16758,"tags":{},"startTime":1726668584523,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5837,"timestamp":102006823886,"id":16760,"parentId":16758,"tags":{},"startTime":1726668584519,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":464,"timestamp":102006831393,"id":16765,"parentId":16758,"tags":{},"startTime":1726668584527,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5198,"timestamp":102006831865,"id":16766,"parentId":16758,"tags":{},"startTime":1726668584527,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2255,"timestamp":102006838362,"id":16767,"parentId":16758,"tags":{},"startTime":1726668584533,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":159,"timestamp":102006840617,"id":16768,"parentId":16758,"tags":{},"startTime":1726668584536,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":156,"timestamp":102006840764,"id":16769,"parentId":16758,"tags":{},"startTime":1726668584536,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4343,"timestamp":102006840926,"id":16770,"parentId":16758,"tags":{},"startTime":1726668584536,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":51690,"timestamp":102006807626,"id":16758,"parentId":16719,"tags":{},"startTime":1726668584503,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":261950,"timestamp":102006605497,"id":16719,"parentId":16717,"tags":{"name":"server"},"startTime":1726668584301,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":8517,"timestamp":102006867549,"id":16771,"parentId":16717,"tags":{},"startTime":1726668584563,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":281300,"timestamp":102006595303,"id":16717,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668584290,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5176,"timestamp":102006891497,"id":16784,"parentId":16773,"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":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5205,"timestamp":102006891532,"id":16786,"parentId":16773,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5130,"timestamp":102006891609,"id":16790,"parentId":16773,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5115,"timestamp":102006891626,"id":16791,"parentId":16773,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5056,"timestamp":102006891685,"id":16794,"parentId":16773,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8996,"timestamp":102006891255,"id":16774,"parentId":16773,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668584586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8913,"timestamp":102006891352,"id":16776,"parentId":16773,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668584586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10977,"timestamp":102006891390,"id":16778,"parentId":16773,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12737,"timestamp":102006891409,"id":16779,"parentId":16773,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21615,"timestamp":102006891427,"id":16780,"parentId":16773,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21349,"timestamp":102006891702,"id":16795,"parentId":16773,"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":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21970,"timestamp":102006891645,"id":16792,"parentId":16773,"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&server=false!"},"startTime":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23720,"timestamp":102006891460,"id":16782,"parentId":16773,"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":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23631,"timestamp":102006891551,"id":16787,"parentId":16773,"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":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23599,"timestamp":102006891585,"id":16789,"parentId":16773,"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":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23521,"timestamp":102006891669,"id":16793,"parentId":16773,"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":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25171,"timestamp":102006891444,"id":16781,"parentId":16773,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25104,"timestamp":102006891515,"id":16785,"parentId":16773,"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":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26085,"timestamp":102006891371,"id":16777,"parentId":16773,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668584586,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":12110,"timestamp":102006905603,"id":16798,"parentId":16797,"tags":{},"startTime":1726668584601,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":132908,"timestamp":102006917887,"id":16800,"parentId":16799,"tags":{},"startTime":1726668584613,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":134193,"timestamp":102006917763,"id":16799,"parentId":16797,"tags":{},"startTime":1726668584613,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":29559,"timestamp":102007052047,"id":16801,"parentId":16797,"tags":{"astUsed":"true"},"startTime":1726668584747,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":181354,"timestamp":102006905457,"id":16797,"parentId":16796,"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":1726668584601,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":195850,"timestamp":102006891568,"id":16788,"parentId":16773,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":196336,"timestamp":102006891330,"id":16775,"parentId":16773,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668584586,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":193207,"timestamp":102006897242,"id":16796,"parentId":16772,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668584592,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":30,"timestamp":102007090639,"id":16802,"parentId":16796,"tags":{},"startTime":1726668584786,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":199213,"timestamp":102006891481,"id":16783,"parentId":16773,"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":1726668584587,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":212009,"timestamp":102006878705,"id":16773,"parentId":16772,"tags":{},"startTime":1726668584574,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3869,"timestamp":102007099433,"id":16804,"parentId":16803,"tags":{},"startTime":1726668584795,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":10,"timestamp":102007103347,"id":16806,"parentId":16803,"tags":{},"startTime":1726668584798,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":352,"timestamp":102007103382,"id":16807,"parentId":16803,"tags":{},"startTime":1726668584798,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":18,"timestamp":102007103784,"id":16808,"parentId":16803,"tags":{},"startTime":1726668584799,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":10,"timestamp":102007104037,"id":16809,"parentId":16803,"tags":{},"startTime":1726668584799,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3192,"timestamp":102007103331,"id":16805,"parentId":16803,"tags":{},"startTime":1726668584798,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1010,"timestamp":102007108895,"id":16810,"parentId":16803,"tags":{},"startTime":1726668584804,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":11851,"timestamp":102007109931,"id":16811,"parentId":16803,"tags":{},"startTime":1726668584805,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":5091,"timestamp":102007123156,"id":16812,"parentId":16803,"tags":{},"startTime":1726668584818,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":246,"timestamp":102007128245,"id":16813,"parentId":16803,"tags":{},"startTime":1726668584823,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":222,"timestamp":102007128479,"id":16814,"parentId":16803,"tags":{},"startTime":1726668584824,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2740,"timestamp":102007128710,"id":16815,"parentId":16803,"tags":{},"startTime":1726668584824,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":75,"timestamp":102007132497,"id":16817,"parentId":16772,"tags":{},"startTime":1726668584828,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":148,"timestamp":102007132428,"id":16816,"parentId":16772,"tags":{},"startTime":1726668584828,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":39215,"timestamp":102007096117,"id":16803,"parentId":16772,"tags":{},"startTime":1726668584791,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":256980,"timestamp":102006878381,"id":16772,"parentId":16718,"tags":{"name":"client"},"startTime":1726668584574,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7416,"timestamp":102007135392,"id":16818,"parentId":16718,"tags":{},"startTime":1726668584831,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":548409,"timestamp":102006595443,"id":16718,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668584291,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":5,"timestamp":102007158197,"id":16819,"parentId":3,"tags":{},"startTime":1726668584853,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102007158333,"id":16820,"parentId":3,"tags":{},"startTime":1726668584853,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102007158435,"id":16821,"parentId":3,"tags":{},"startTime":1726668584854,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102007158495,"id":16822,"parentId":3,"tags":{},"startTime":1726668584854,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102007158557,"id":16823,"parentId":3,"tags":{},"startTime":1726668584854,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102007158634,"id":16824,"parentId":3,"tags":{},"startTime":1726668584854,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":206285,"timestamp":102007165488,"id":16826,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668584861,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":3,"timestamp":102007372112,"id":16831,"parentId":16826,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"364068864","memory.heapUsed":"340829368","memory.heapTotal":"376373248"},"startTime":1726668585067,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":203740,"timestamp":102007169790,"id":16828,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668584865,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102007373557,"id":16832,"parentId":16828,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"364068864","memory.heapUsed":"341123632","memory.heapTotal":"376373248"},"startTime":1726668585069,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":207268,"timestamp":102007167762,"id":16827,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668584863,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102007375055,"id":16833,"parentId":16827,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"364068864","memory.heapUsed":"341456520","memory.heapTotal":"376373248"},"startTime":1726668585070,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":213231,"timestamp":102007162516,"id":16825,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668584858,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102007375763,"id":16834,"parentId":16825,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"364068864","memory.heapUsed":"341746920","memory.heapTotal":"376373248"},"startTime":1726668585071,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":267696,"timestamp":102007174325,"id":16829,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668584869,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102007442051,"id":16835,"parentId":16829,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"364331008","memory.heapUsed":"338118216","memory.heapTotal":"376373248"},"startTime":1726668585137,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":262622,"timestamp":102007182260,"id":16830,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668584877,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102007444916,"id":16836,"parentId":16830,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"364331008","memory.heapUsed":"338796272","memory.heapTotal":"376373248"},"startTime":1726668585140,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":855000,"timestamp":102006597853,"id":16837,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668585152,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":873000,"timestamp":102006597291,"id":16838,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668585167,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":874000,"timestamp":102006596600,"id":16839,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668585168,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":873000,"timestamp":102006597961,"id":16840,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668585168,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":880000,"timestamp":102006598585,"id":16841,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668585175,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":882000,"timestamp":102006599148,"id":16842,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668585177,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15388,"timestamp":102010771308,"id":16849,"parentId":16846,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668588466,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15807,"timestamp":102010771139,"id":16847,"parentId":16846,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668588466,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":45981,"timestamp":102010771289,"id":16848,"parentId":16846,"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":1726668588466,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":45956,"timestamp":102010771321,"id":16850,"parentId":16846,"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":1726668588466,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48303,"timestamp":102010771366,"id":16853,"parentId":16846,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668588466,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48271,"timestamp":102010771402,"id":16855,"parentId":16846,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668588466,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48525,"timestamp":102010771355,"id":16852,"parentId":16846,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668588466,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48502,"timestamp":102010771379,"id":16854,"parentId":16846,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668588466,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":7263,"timestamp":102010815208,"id":16858,"parentId":16857,"tags":{},"startTime":1726668588510,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":7581,"timestamp":102010814893,"id":16857,"parentId":16856,"tags":{},"startTime":1726668588510,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":13262,"timestamp":102010813998,"id":16856,"parentId":16845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668588509,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":75073,"timestamp":102010771338,"id":16851,"parentId":16846,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668588466,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":189535,"timestamp":102010756263,"id":16846,"parentId":16845,"tags":{},"startTime":1726668588451,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2295,"timestamp":102010957357,"id":16885,"parentId":16884,"tags":{},"startTime":1726668588652,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102010959683,"id":16887,"parentId":16884,"tags":{},"startTime":1726668588655,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3486,"timestamp":102010959710,"id":16888,"parentId":16884,"tags":{},"startTime":1726668588655,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":8,"timestamp":102010963221,"id":16889,"parentId":16884,"tags":{},"startTime":1726668588658,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102010963245,"id":16890,"parentId":16884,"tags":{},"startTime":1726668588658,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":6161,"timestamp":102010959669,"id":16886,"parentId":16884,"tags":{},"startTime":1726668588655,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":990,"timestamp":102010969688,"id":16891,"parentId":16884,"tags":{},"startTime":1726668588665,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":4573,"timestamp":102010970691,"id":16892,"parentId":16884,"tags":{},"startTime":1726668588666,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1338,"timestamp":102010976422,"id":16893,"parentId":16884,"tags":{},"startTime":1726668588671,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":140,"timestamp":102010977759,"id":16894,"parentId":16884,"tags":{},"startTime":1726668588673,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":130,"timestamp":102010977889,"id":16895,"parentId":16884,"tags":{},"startTime":1726668588673,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3027,"timestamp":102010978024,"id":16896,"parentId":16884,"tags":{},"startTime":1726668588673,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":39223,"timestamp":102010954872,"id":16884,"parentId":16845,"tags":{},"startTime":1726668588650,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":245886,"timestamp":102010755167,"id":16845,"parentId":16843,"tags":{"name":"server"},"startTime":1726668588450,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":6167,"timestamp":102011001122,"id":16897,"parentId":16843,"tags":{},"startTime":1726668588696,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":290977,"timestamp":102010716750,"id":16843,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668588412,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3857,"timestamp":102011021384,"id":16910,"parentId":16899,"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":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3893,"timestamp":102011021407,"id":16912,"parentId":16899,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3849,"timestamp":102011021453,"id":16916,"parentId":16899,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3838,"timestamp":102011021465,"id":16917,"parentId":16899,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3801,"timestamp":102011021502,"id":16920,"parentId":16899,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8208,"timestamp":102011021204,"id":16900,"parentId":16899,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8152,"timestamp":102011021281,"id":16902,"parentId":16899,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10403,"timestamp":102011021305,"id":16904,"parentId":16899,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11890,"timestamp":102011021318,"id":16905,"parentId":16899,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13829,"timestamp":102011021329,"id":16906,"parentId":16899,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13649,"timestamp":102011021513,"id":16921,"parentId":16899,"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":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14073,"timestamp":102011021480,"id":16918,"parentId":16899,"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&server=false!"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15194,"timestamp":102011021353,"id":16908,"parentId":16899,"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":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15131,"timestamp":102011021419,"id":16913,"parentId":16899,"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":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15109,"timestamp":102011021441,"id":16915,"parentId":16899,"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":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15061,"timestamp":102011021491,"id":16919,"parentId":16899,"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":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16406,"timestamp":102011021342,"id":16907,"parentId":16899,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16357,"timestamp":102011021396,"id":16911,"parentId":16899,"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":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17309,"timestamp":102011021293,"id":16903,"parentId":16899,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":4344,"timestamp":102011034471,"id":16924,"parentId":16923,"tags":{},"startTime":1726668588729,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":106121,"timestamp":102011038983,"id":16926,"parentId":16925,"tags":{},"startTime":1726668588734,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":106607,"timestamp":102011038860,"id":16925,"parentId":16923,"tags":{},"startTime":1726668588734,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":24230,"timestamp":102011145563,"id":16927,"parentId":16923,"tags":{"astUsed":"true"},"startTime":1726668588840,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":138127,"timestamp":102011034344,"id":16923,"parentId":16922,"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":1726668588729,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":154180,"timestamp":102011021430,"id":16914,"parentId":16899,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":154351,"timestamp":102011021266,"id":16901,"parentId":16899,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":153392,"timestamp":102011025862,"id":16922,"parentId":16898,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668588721,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":48,"timestamp":102011179646,"id":16928,"parentId":16922,"tags":{},"startTime":1726668588875,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":158353,"timestamp":102011021371,"id":16909,"parentId":16899,"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":1726668588716,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":170254,"timestamp":102011009494,"id":16899,"parentId":16898,"tags":{},"startTime":1726668588704,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2456,"timestamp":102011188243,"id":16930,"parentId":16929,"tags":{},"startTime":1726668588883,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102011190722,"id":16932,"parentId":16929,"tags":{},"startTime":1726668588886,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":67,"timestamp":102011190740,"id":16933,"parentId":16929,"tags":{},"startTime":1726668588886,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102011190829,"id":16934,"parentId":16929,"tags":{},"startTime":1726668588886,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102011190853,"id":16935,"parentId":16929,"tags":{},"startTime":1726668588886,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1381,"timestamp":102011190714,"id":16931,"parentId":16929,"tags":{},"startTime":1726668588886,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":469,"timestamp":102011193355,"id":16936,"parentId":16929,"tags":{},"startTime":1726668588888,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5442,"timestamp":102011193832,"id":16937,"parentId":16929,"tags":{},"startTime":1726668588889,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4634,"timestamp":102011200836,"id":16938,"parentId":16929,"tags":{},"startTime":1726668588896,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":2321,"timestamp":102011205468,"id":16939,"parentId":16929,"tags":{},"startTime":1726668588900,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":170,"timestamp":102011207776,"id":16940,"parentId":16929,"tags":{},"startTime":1726668588903,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3032,"timestamp":102011207951,"id":16941,"parentId":16929,"tags":{},"startTime":1726668588903,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":112,"timestamp":102011212429,"id":16943,"parentId":16898,"tags":{},"startTime":1726668588907,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":211,"timestamp":102011212339,"id":16942,"parentId":16898,"tags":{},"startTime":1726668588907,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":31075,"timestamp":102011185167,"id":16929,"parentId":16898,"tags":{},"startTime":1726668588880,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":207043,"timestamp":102011009241,"id":16898,"parentId":16844,"tags":{"name":"client"},"startTime":1726668588704,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7469,"timestamp":102011216325,"id":16944,"parentId":16844,"tags":{},"startTime":1726668588911,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":507226,"timestamp":102010717781,"id":16844,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668588413,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":110,"timestamp":102011236959,"id":16945,"parentId":3,"tags":{},"startTime":1726668588932,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102011237702,"id":16946,"parentId":3,"tags":{},"startTime":1726668588933,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102011237762,"id":16947,"parentId":3,"tags":{},"startTime":1726668588933,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102011237799,"id":16948,"parentId":3,"tags":{},"startTime":1726668588933,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102011237874,"id":16949,"parentId":3,"tags":{},"startTime":1726668588933,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102011237918,"id":16950,"parentId":3,"tags":{},"startTime":1726668588933,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":248577,"timestamp":102011252287,"id":16952,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668588947,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102011500913,"id":16957,"parentId":16952,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"310181888","memory.heapUsed":"376361600","memory.heapTotal":"420347904"},"startTime":1726668589196,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":252723,"timestamp":102011248817,"id":16951,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668588944,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102011501553,"id":16958,"parentId":16951,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"310312960","memory.heapUsed":"376694152","memory.heapTotal":"420347904"},"startTime":1726668589196,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":251907,"timestamp":102011252858,"id":16953,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668588948,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102011504846,"id":16959,"parentId":16953,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"310312960","memory.heapUsed":"377039472","memory.heapTotal":"420347904"},"startTime":1726668589200,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":259708,"timestamp":102011253332,"id":16954,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668588948,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102011513079,"id":16960,"parentId":16954,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"310411264","memory.heapUsed":"378312424","memory.heapTotal":"420347904"},"startTime":1726668589208,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":278910,"timestamp":102011254287,"id":16955,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668588949,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102011533237,"id":16961,"parentId":16955,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"311115776","memory.heapUsed":"384641080","memory.heapTotal":"420347904"},"startTime":1726668589228,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":269405,"timestamp":102011270618,"id":16956,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668588965,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102011540058,"id":16962,"parentId":16956,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"311443456","memory.heapUsed":"386074920","memory.heapTotal":"420347904"},"startTime":1726668589235,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":872000,"timestamp":102010725267,"id":16963,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668589297,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":913000,"timestamp":102010721632,"id":16964,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668589333,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":914000,"timestamp":102010723996,"id":16965,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668589335,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":917000,"timestamp":102010723700,"id":16966,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668589337,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":927000,"timestamp":102010725647,"id":16967,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668589349,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":927000,"timestamp":102010725287,"id":16968,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668589349,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6823,"timestamp":102016482316,"id":16975,"parentId":16972,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668594177,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7146,"timestamp":102016482210,"id":16973,"parentId":16972,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668594177,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32920,"timestamp":102016482301,"id":16974,"parentId":16972,"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":1726668594177,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32897,"timestamp":102016482330,"id":16976,"parentId":16972,"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":1726668594177,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34538,"timestamp":102016482369,"id":16979,"parentId":16972,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668594177,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34518,"timestamp":102016482393,"id":16981,"parentId":16972,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668594177,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34657,"timestamp":102016482358,"id":16978,"parentId":16972,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668594177,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34635,"timestamp":102016482381,"id":16980,"parentId":16972,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668594177,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5281,"timestamp":102016513363,"id":16984,"parentId":16983,"tags":{},"startTime":1726668594208,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5431,"timestamp":102016513218,"id":16983,"parentId":16982,"tags":{},"startTime":1726668594208,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":12057,"timestamp":102016512758,"id":16982,"parentId":16971,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668594207,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50642,"timestamp":102016482345,"id":16977,"parentId":16972,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668594177,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":174704,"timestamp":102016469862,"id":16972,"parentId":16971,"tags":{},"startTime":1726668594164,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4297,"timestamp":102016656311,"id":17011,"parentId":17010,"tags":{},"startTime":1726668594351,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102016660649,"id":17013,"parentId":17010,"tags":{},"startTime":1726668594355,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3584,"timestamp":102016660692,"id":17014,"parentId":17010,"tags":{},"startTime":1726668594355,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102016664307,"id":17015,"parentId":17010,"tags":{},"startTime":1726668594359,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102016664331,"id":17016,"parentId":17010,"tags":{},"startTime":1726668594359,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5085,"timestamp":102016660637,"id":17012,"parentId":17010,"tags":{},"startTime":1726668594355,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":552,"timestamp":102016667241,"id":17017,"parentId":17010,"tags":{},"startTime":1726668594362,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5080,"timestamp":102016667802,"id":17018,"parentId":17010,"tags":{},"startTime":1726668594362,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1202,"timestamp":102016674099,"id":17019,"parentId":17010,"tags":{},"startTime":1726668594369,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":209,"timestamp":102016675301,"id":17020,"parentId":17010,"tags":{},"startTime":1726668594370,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":160,"timestamp":102016675489,"id":17021,"parentId":17010,"tags":{},"startTime":1726668594370,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3307,"timestamp":102016675654,"id":17022,"parentId":17010,"tags":{},"startTime":1726668594370,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":41268,"timestamp":102016653132,"id":17010,"parentId":16971,"tags":{},"startTime":1726668594348,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":233236,"timestamp":102016469453,"id":16971,"parentId":16969,"tags":{"name":"server"},"startTime":1726668594164,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":11169,"timestamp":102016702818,"id":17023,"parentId":16969,"tags":{},"startTime":1726668594397,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":255944,"timestamp":102016458497,"id":16969,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668594153,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4348,"timestamp":102016728950,"id":17036,"parentId":17025,"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":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4378,"timestamp":102016728981,"id":17038,"parentId":17025,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4327,"timestamp":102016729033,"id":17042,"parentId":17025,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4315,"timestamp":102016729047,"id":17043,"parentId":17025,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4267,"timestamp":102016729095,"id":17046,"parentId":17025,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7939,"timestamp":102016728752,"id":17026,"parentId":17025,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7862,"timestamp":102016728838,"id":17028,"parentId":17025,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9757,"timestamp":102016728867,"id":17030,"parentId":17025,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14162,"timestamp":102016728881,"id":17031,"parentId":17025,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16511,"timestamp":102016728895,"id":17032,"parentId":17025,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16305,"timestamp":102016729108,"id":17047,"parentId":17025,"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":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16698,"timestamp":102016729069,"id":17044,"parentId":17025,"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&server=false!"},"startTime":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17987,"timestamp":102016728923,"id":17034,"parentId":17025,"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":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17922,"timestamp":102016728993,"id":17039,"parentId":17025,"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":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17897,"timestamp":102016729020,"id":17041,"parentId":17025,"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":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17835,"timestamp":102016729083,"id":17045,"parentId":17025,"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":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19836,"timestamp":102016728909,"id":17033,"parentId":17025,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19786,"timestamp":102016728968,"id":17037,"parentId":17025,"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":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20674,"timestamp":102016728853,"id":17029,"parentId":17025,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5167,"timestamp":102016744617,"id":17050,"parentId":17049,"tags":{},"startTime":1726668594439,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":111256,"timestamp":102016749944,"id":17052,"parentId":17051,"tags":{},"startTime":1726668594444,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":111779,"timestamp":102016749837,"id":17051,"parentId":17049,"tags":{},"startTime":1726668594444,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":28750,"timestamp":102016861721,"id":17053,"parentId":17049,"tags":{"astUsed":"true"},"startTime":1726668594556,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":148067,"timestamp":102016744468,"id":17049,"parentId":17048,"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":1726668594439,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":167366,"timestamp":102016729007,"id":17040,"parentId":17025,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668594424,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":167571,"timestamp":102016728821,"id":17027,"parentId":17025,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":167902,"timestamp":102016733942,"id":17048,"parentId":17024,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668594428,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":41,"timestamp":102016902106,"id":17054,"parentId":17048,"tags":{},"startTime":1726668594597,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":173236,"timestamp":102016728937,"id":17035,"parentId":17025,"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":1726668594423,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":185912,"timestamp":102016716291,"id":17025,"parentId":17024,"tags":{},"startTime":1726668594411,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2982,"timestamp":102016915335,"id":17056,"parentId":17055,"tags":{},"startTime":1726668594610,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102016918349,"id":17058,"parentId":17055,"tags":{},"startTime":1726668594613,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":90,"timestamp":102016918373,"id":17059,"parentId":17055,"tags":{},"startTime":1726668594613,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":7,"timestamp":102016918493,"id":17060,"parentId":17055,"tags":{},"startTime":1726668594613,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102016918525,"id":17061,"parentId":17055,"tags":{},"startTime":1726668594613,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1582,"timestamp":102016918338,"id":17057,"parentId":17055,"tags":{},"startTime":1726668594613,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":987,"timestamp":102016922304,"id":17062,"parentId":17055,"tags":{},"startTime":1726668594617,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":14359,"timestamp":102016923318,"id":17063,"parentId":17055,"tags":{},"startTime":1726668594618,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":6749,"timestamp":102016940301,"id":17064,"parentId":17055,"tags":{},"startTime":1726668594635,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":1037,"timestamp":102016947049,"id":17065,"parentId":17055,"tags":{},"startTime":1726668594642,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":764,"timestamp":102016947967,"id":17066,"parentId":17055,"tags":{},"startTime":1726668594643,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":5422,"timestamp":102016948747,"id":17067,"parentId":17055,"tags":{},"startTime":1726668594643,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":80,"timestamp":102016956609,"id":17069,"parentId":17024,"tags":{},"startTime":1726668594651,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":206,"timestamp":102016956493,"id":17068,"parentId":17024,"tags":{},"startTime":1726668594651,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":51786,"timestamp":102016910132,"id":17055,"parentId":17024,"tags":{},"startTime":1726668594605,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":245941,"timestamp":102016716030,"id":17024,"parentId":16970,"tags":{"name":"client"},"startTime":1726668594411,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":19682,"timestamp":102016962067,"id":17070,"parentId":16970,"tags":{},"startTime":1726668594657,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":524857,"timestamp":102016458949,"id":16970,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668594154,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":7,"timestamp":102016990636,"id":17071,"parentId":3,"tags":{},"startTime":1726668594685,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102016990750,"id":17072,"parentId":3,"tags":{},"startTime":1726668594685,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102016990836,"id":17073,"parentId":3,"tags":{},"startTime":1726668594685,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102016991017,"id":17074,"parentId":3,"tags":{},"startTime":1726668594686,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102016991087,"id":17075,"parentId":3,"tags":{},"startTime":1726668594686,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102016991224,"id":17076,"parentId":3,"tags":{},"startTime":1726668594686,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":311291,"timestamp":102016999899,"id":17077,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668594694,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102017311221,"id":17083,"parentId":17077,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"380518400","memory.heapUsed":"327076512","memory.heapTotal":"430047232"},"startTime":1726668595006,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":298455,"timestamp":102017013143,"id":17079,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668594708,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102017311609,"id":17084,"parentId":17079,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"380518400","memory.heapUsed":"327371648","memory.heapTotal":"430047232"},"startTime":1726668595006,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":291479,"timestamp":102017020481,"id":17080,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668594715,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102017311969,"id":17085,"parentId":17080,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"380518400","memory.heapUsed":"327666888","memory.heapTotal":"430047232"},"startTime":1726668595006,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":304541,"timestamp":102017007771,"id":17078,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668594702,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102017312320,"id":17086,"parentId":17078,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"380518400","memory.heapUsed":"327962264","memory.heapTotal":"430047232"},"startTime":1726668595007,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":260460,"timestamp":102017055434,"id":17081,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668594750,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102017315920,"id":17087,"parentId":17081,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"380518400","memory.heapUsed":"330169552","memory.heapTotal":"430047232"},"startTime":1726668595010,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":247510,"timestamp":102017076049,"id":17082,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668594771,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102017323609,"id":17088,"parentId":17082,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"380518400","memory.heapUsed":"330459952","memory.heapTotal":"430047232"},"startTime":1726668595018,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":900000,"timestamp":102016460476,"id":17089,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668595066,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":928000,"timestamp":102016459980,"id":17090,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668595084,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":928000,"timestamp":102016459188,"id":17091,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668595084,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":927000,"timestamp":102016460267,"id":17092,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668595084,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":931000,"timestamp":102016459316,"id":17093,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668595087,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":934000,"timestamp":102016460973,"id":17094,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668595090,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12891,"timestamp":102024540015,"id":17101,"parentId":17098,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668602234,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13600,"timestamp":102024539791,"id":17099,"parentId":17098,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668602234,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":60829,"timestamp":102024539994,"id":17100,"parentId":17098,"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":1726668602234,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":60808,"timestamp":102024540031,"id":17102,"parentId":17098,"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":1726668602234,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":15969,"timestamp":102024585896,"id":17110,"parentId":17109,"tags":{},"startTime":1726668602280,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":16366,"timestamp":102024585523,"id":17109,"parentId":17108,"tags":{},"startTime":1726668602280,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":30963,"timestamp":102024584438,"id":17108,"parentId":17097,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668602279,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80588,"timestamp":102024540078,"id":17105,"parentId":17098,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668602234,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80563,"timestamp":102024540109,"id":17107,"parentId":17098,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668602234,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80608,"timestamp":102024540066,"id":17104,"parentId":17098,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668602234,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80601,"timestamp":102024540094,"id":17106,"parentId":17098,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668602234,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":83616,"timestamp":102024540048,"id":17103,"parentId":17098,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668602234,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":208504,"timestamp":102024518826,"id":17098,"parentId":17097,"tags":{},"startTime":1726668602213,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":8781,"timestamp":102024740895,"id":17137,"parentId":17136,"tags":{},"startTime":1726668602435,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":6,"timestamp":102024749715,"id":17139,"parentId":17136,"tags":{},"startTime":1726668602444,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3511,"timestamp":102024749755,"id":17140,"parentId":17136,"tags":{},"startTime":1726668602444,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":13,"timestamp":102024753292,"id":17141,"parentId":17136,"tags":{},"startTime":1726668602447,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102024753323,"id":17142,"parentId":17136,"tags":{},"startTime":1726668602447,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":8088,"timestamp":102024749702,"id":17138,"parentId":17136,"tags":{},"startTime":1726668602444,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":820,"timestamp":102024760880,"id":17143,"parentId":17136,"tags":{},"startTime":1726668602455,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":8036,"timestamp":102024761713,"id":17144,"parentId":17136,"tags":{},"startTime":1726668602456,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4403,"timestamp":102024773243,"id":17145,"parentId":17136,"tags":{},"startTime":1726668602467,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":519,"timestamp":102024777645,"id":17146,"parentId":17136,"tags":{},"startTime":1726668602472,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":262,"timestamp":102024778142,"id":17147,"parentId":17136,"tags":{},"startTime":1726668602472,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3892,"timestamp":102024778413,"id":17148,"parentId":17136,"tags":{},"startTime":1726668602472,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":73688,"timestamp":102024737471,"id":17136,"parentId":17097,"tags":{},"startTime":1726668602432,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":302717,"timestamp":102024516872,"id":17097,"parentId":17095,"tags":{"name":"server"},"startTime":1726668602211,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":14820,"timestamp":102024819721,"id":17149,"parentId":17095,"tags":{},"startTime":1726668602514,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":362708,"timestamp":102024472503,"id":17095,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668602167,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4480,"timestamp":102024851890,"id":17162,"parentId":17151,"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":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4520,"timestamp":102024851918,"id":17164,"parentId":17151,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4469,"timestamp":102024851970,"id":17168,"parentId":17151,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4443,"timestamp":102024851997,"id":17169,"parentId":17151,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4399,"timestamp":102024852041,"id":17172,"parentId":17151,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8865,"timestamp":102024851683,"id":17152,"parentId":17151,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8790,"timestamp":102024851770,"id":17154,"parentId":17151,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11915,"timestamp":102024851798,"id":17156,"parentId":17151,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14201,"timestamp":102024851813,"id":17157,"parentId":17151,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18760,"timestamp":102024851827,"id":17158,"parentId":17151,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18541,"timestamp":102024852054,"id":17173,"parentId":17151,"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":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18944,"timestamp":102024852015,"id":17170,"parentId":17151,"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&server=false!"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20423,"timestamp":102024851853,"id":17160,"parentId":17151,"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":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20348,"timestamp":102024851931,"id":17165,"parentId":17151,"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":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20323,"timestamp":102024851957,"id":17167,"parentId":17151,"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":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20253,"timestamp":102024852029,"id":17171,"parentId":17151,"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":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21801,"timestamp":102024851840,"id":17159,"parentId":17151,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21740,"timestamp":102024851904,"id":17163,"parentId":17151,"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":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22706,"timestamp":102024851784,"id":17155,"parentId":17151,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7227,"timestamp":102024867513,"id":17176,"parentId":17175,"tags":{},"startTime":1726668602562,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":137770,"timestamp":102024874906,"id":17178,"parentId":17177,"tags":{},"startTime":1726668602569,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":138377,"timestamp":102024874789,"id":17177,"parentId":17175,"tags":{},"startTime":1726668602569,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":28841,"timestamp":102025013282,"id":17179,"parentId":17175,"tags":{"astUsed":"true"},"startTime":1726668602707,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":177070,"timestamp":102024867382,"id":17175,"parentId":17174,"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":1726668602561,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":193201,"timestamp":102024851944,"id":17166,"parentId":17151,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":193400,"timestamp":102024851752,"id":17153,"parentId":17151,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":192440,"timestamp":102024856926,"id":17174,"parentId":17150,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668602551,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":42,"timestamp":102025049594,"id":17180,"parentId":17174,"tags":{},"startTime":1726668602744,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":197839,"timestamp":102024851867,"id":17161,"parentId":17151,"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":1726668602546,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":212664,"timestamp":102024837083,"id":17151,"parentId":17150,"tags":{},"startTime":1726668602531,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2704,"timestamp":102025064674,"id":17182,"parentId":17181,"tags":{},"startTime":1726668602759,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102025067407,"id":17184,"parentId":17181,"tags":{},"startTime":1726668602761,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":82,"timestamp":102025067431,"id":17185,"parentId":17181,"tags":{},"startTime":1726668602761,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102025067537,"id":17186,"parentId":17181,"tags":{},"startTime":1726668602762,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":17,"timestamp":102025067644,"id":17187,"parentId":17181,"tags":{},"startTime":1726668602762,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2925,"timestamp":102025067396,"id":17183,"parentId":17181,"tags":{},"startTime":1726668602761,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":852,"timestamp":102025082374,"id":17188,"parentId":17181,"tags":{},"startTime":1726668602776,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":7824,"timestamp":102025083253,"id":17189,"parentId":17181,"tags":{},"startTime":1726668602777,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":5975,"timestamp":102025093105,"id":17190,"parentId":17181,"tags":{},"startTime":1726668602787,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":372,"timestamp":102025099079,"id":17191,"parentId":17181,"tags":{},"startTime":1726668602793,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":1304,"timestamp":102025099436,"id":17192,"parentId":17181,"tags":{},"startTime":1726668602794,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3946,"timestamp":102025100783,"id":17193,"parentId":17181,"tags":{},"startTime":1726668602795,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":695,"timestamp":102025106677,"id":17195,"parentId":17150,"tags":{},"startTime":1726668602801,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":1121,"timestamp":102025106270,"id":17194,"parentId":17150,"tags":{},"startTime":1726668602800,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":146591,"timestamp":102025058561,"id":17181,"parentId":17150,"tags":{},"startTime":1726668602753,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":368411,"timestamp":102024836826,"id":17150,"parentId":17096,"tags":{"name":"client"},"startTime":1726668602531,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":39611,"timestamp":102025205316,"id":17196,"parentId":17096,"tags":{},"startTime":1726668602899,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":775787,"timestamp":102024473675,"id":17096,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668602168,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":22,"timestamp":102025259662,"id":17197,"parentId":3,"tags":{},"startTime":1726668602954,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102025260165,"id":17198,"parentId":3,"tags":{},"startTime":1726668602954,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102025260355,"id":17199,"parentId":3,"tags":{},"startTime":1726668602954,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102025260462,"id":17200,"parentId":3,"tags":{},"startTime":1726668602955,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102025260588,"id":17201,"parentId":3,"tags":{},"startTime":1726668602955,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102025260852,"id":17202,"parentId":3,"tags":{},"startTime":1726668602955,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":275982,"timestamp":102025277957,"id":17204,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668602972,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102025554004,"id":17209,"parentId":17204,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"322600960","memory.heapUsed":"371594232","memory.heapTotal":"434438144"},"startTime":1726668603248,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":265381,"timestamp":102025290504,"id":17206,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668602985,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102025555919,"id":17210,"parentId":17206,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"322600960","memory.heapUsed":"371890512","memory.heapTotal":"434438144"},"startTime":1726668603250,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":271744,"timestamp":102025284943,"id":17205,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668602979,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102025556703,"id":17211,"parentId":17205,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"322600960","memory.heapUsed":"372180912","memory.heapTotal":"434438144"},"startTime":1726668603251,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":286979,"timestamp":102025270257,"id":17203,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668602964,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102025557250,"id":17212,"parentId":17203,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"322600960","memory.heapUsed":"372469952","memory.heapTotal":"434438144"},"startTime":1726668603251,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":316347,"timestamp":102025308805,"id":17207,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668603003,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102025625181,"id":17213,"parentId":17207,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"322912256","memory.heapUsed":"370328848","memory.heapTotal":"434438144"},"startTime":1726668603319,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":301228,"timestamp":102025324370,"id":17208,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668603018,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102025625608,"id":17214,"parentId":17208,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"322912256","memory.heapUsed":"370623672","memory.heapTotal":"434438144"},"startTime":1726668603320,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1181000,"timestamp":102024474677,"id":17215,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668603368,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1209000,"timestamp":102024475327,"id":17216,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668603379,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1208000,"timestamp":102024476142,"id":17217,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668603380,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1209000,"timestamp":102024474570,"id":17218,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668603381,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1210000,"timestamp":102024476935,"id":17219,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668603382,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1273000,"timestamp":102024476577,"id":17220,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1726668603445,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":303194,"timestamp":102027459629,"id":17221,"tags":{"url":"/features","isTurbopack":false},"startTime":1726668605154,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102027762884,"id":17222,"parentId":17221,"tags":{"url":"/features","memory.rss":"205373440","memory.heapUsed":"386740360","memory.heapTotal":"436240384"},"startTime":1726668605457,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":19,"timestamp":102028095132,"id":17223,"parentId":3,"tags":{},"startTime":1726668605789,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102028095413,"id":17224,"parentId":3,"tags":{},"startTime":1726668605789,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102028095491,"id":17225,"parentId":3,"tags":{},"startTime":1726668605789,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102028095916,"id":17226,"parentId":3,"tags":{},"startTime":1726668605790,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102028096063,"id":17227,"parentId":3,"tags":{},"startTime":1726668605790,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102028096640,"id":17228,"parentId":3,"tags":{},"startTime":1726668605791,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":156963,"timestamp":102030255195,"id":17229,"tags":{"url":"/","isTurbopack":false},"startTime":1726668607949,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102030412215,"id":17230,"parentId":17229,"tags":{"url":"/","memory.rss":"207732736","memory.heapUsed":"378288992","memory.heapTotal":"436502528"},"startTime":1726668608106,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":10,"timestamp":102030798663,"id":17231,"parentId":3,"tags":{},"startTime":1726668608492,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102030798890,"id":17232,"parentId":3,"tags":{},"startTime":1726668608493,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102030798980,"id":17233,"parentId":3,"tags":{},"startTime":1726668608493,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102030799015,"id":17234,"parentId":3,"tags":{},"startTime":1726668608493,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102030799043,"id":17235,"parentId":3,"tags":{},"startTime":1726668608493,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102030799077,"id":17236,"parentId":3,"tags":{},"startTime":1726668608493,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":123722,"timestamp":102032024192,"id":17237,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668609718,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102032147945,"id":17238,"parentId":17237,"tags":{"url":"/usecases","memory.rss":"198262784","memory.heapUsed":"388565336","memory.heapTotal":"437911552"},"startTime":1726668609842,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102032459989,"id":17239,"parentId":3,"tags":{},"startTime":1726668610154,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102032460527,"id":17240,"parentId":3,"tags":{},"startTime":1726668610154,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102032460584,"id":17241,"parentId":3,"tags":{},"startTime":1726668610154,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102032460614,"id":17242,"parentId":3,"tags":{},"startTime":1726668610154,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102032460644,"id":17243,"parentId":3,"tags":{},"startTime":1726668610154,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":30,"timestamp":102032462974,"id":17244,"parentId":3,"tags":{},"startTime":1726668610157,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":147169,"timestamp":102034867482,"id":17245,"tags":{"url":"/","isTurbopack":false},"startTime":1726668612561,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102035014744,"id":17246,"parentId":17245,"tags":{"url":"/","memory.rss":"204193792","memory.heapUsed":"383533496","memory.heapTotal":"437911552"},"startTime":1726668612708,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":16,"timestamp":102035322255,"id":17247,"parentId":3,"tags":{},"startTime":1726668613016,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102035322341,"id":17248,"parentId":3,"tags":{},"startTime":1726668613016,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102035322378,"id":17249,"parentId":3,"tags":{},"startTime":1726668613016,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102035322406,"id":17250,"parentId":3,"tags":{},"startTime":1726668613016,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102035322431,"id":17251,"parentId":3,"tags":{},"startTime":1726668613016,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102035325239,"id":17252,"parentId":3,"tags":{},"startTime":1726668613019,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11790,"timestamp":102045603062,"id":17267,"parentId":17256,"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":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11886,"timestamp":102045603093,"id":17269,"parentId":17256,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11824,"timestamp":102045603156,"id":17273,"parentId":17256,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11769,"timestamp":102045603213,"id":17274,"parentId":17256,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11726,"timestamp":102045603257,"id":17277,"parentId":17256,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20081,"timestamp":102045602727,"id":17257,"parentId":17256,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19898,"timestamp":102045602926,"id":17259,"parentId":17256,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22672,"timestamp":102045602967,"id":17261,"parentId":17256,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27616,"timestamp":102045603000,"id":17263,"parentId":17256,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27345,"timestamp":102045603282,"id":17278,"parentId":17256,"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":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30858,"timestamp":102045603078,"id":17268,"parentId":17256,"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":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31406,"timestamp":102045602983,"id":17262,"parentId":17256,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5433,"timestamp":102045629137,"id":17281,"parentId":17280,"tags":{},"startTime":1726668623322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":45827,"timestamp":102045602946,"id":17260,"parentId":17256,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47244,"timestamp":102045603229,"id":17275,"parentId":17256,"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&server=false!"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48591,"timestamp":102045603032,"id":17265,"parentId":17256,"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":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48517,"timestamp":102045603109,"id":17270,"parentId":17256,"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":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48487,"timestamp":102045603141,"id":17272,"parentId":17256,"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":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48392,"timestamp":102045603245,"id":17276,"parentId":17256,"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":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48695,"timestamp":102045603016,"id":17264,"parentId":17256,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":143769,"timestamp":102045634827,"id":17283,"parentId":17282,"tags":{},"startTime":1726668623328,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":144388,"timestamp":102045634641,"id":17282,"parentId":17280,"tags":{},"startTime":1726668623328,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":21833,"timestamp":102045779137,"id":17284,"parentId":17280,"tags":{"astUsed":"true"},"startTime":1726668623472,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":174786,"timestamp":102045628811,"id":17280,"parentId":17279,"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":1726668623322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":201870,"timestamp":102045602907,"id":17258,"parentId":17256,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":192296,"timestamp":102045616035,"id":17279,"parentId":17255,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668623309,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":40,"timestamp":102045809034,"id":17285,"parentId":17279,"tags":{},"startTime":1726668623502,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":208818,"timestamp":102045603045,"id":17266,"parentId":17256,"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":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":213582,"timestamp":102045603124,"id":17271,"parentId":17256,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668623296,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":221933,"timestamp":102045594812,"id":17256,"parentId":17255,"tags":{},"startTime":1726668623288,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2609,"timestamp":102045825154,"id":17287,"parentId":17286,"tags":{},"startTime":1726668623518,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102045827813,"id":17289,"parentId":17286,"tags":{},"startTime":1726668623521,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":198,"timestamp":102045827846,"id":17290,"parentId":17286,"tags":{},"startTime":1726668623521,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":11,"timestamp":102045828123,"id":17291,"parentId":17286,"tags":{},"startTime":1726668623521,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102045828173,"id":17292,"parentId":17286,"tags":{},"startTime":1726668623521,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1957,"timestamp":102045827792,"id":17288,"parentId":17286,"tags":{},"startTime":1726668623521,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":569,"timestamp":102045831873,"id":17293,"parentId":17286,"tags":{},"startTime":1726668623525,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5279,"timestamp":102045832457,"id":17294,"parentId":17286,"tags":{},"startTime":1726668623525,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4686,"timestamp":102045839524,"id":17295,"parentId":17286,"tags":{},"startTime":1726668623532,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":309,"timestamp":102045844210,"id":17296,"parentId":17286,"tags":{},"startTime":1726668623537,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":192,"timestamp":102045844502,"id":17297,"parentId":17286,"tags":{},"startTime":1726668623537,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":6083,"timestamp":102045844701,"id":17298,"parentId":17286,"tags":{},"startTime":1726668623538,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":132,"timestamp":102045852116,"id":17300,"parentId":17255,"tags":{},"startTime":1726668623545,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":269,"timestamp":102045851985,"id":17299,"parentId":17255,"tags":{},"startTime":1726668623545,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":33937,"timestamp":102045822024,"id":17286,"parentId":17255,"tags":{},"startTime":1726668623515,"traceId":"4f5180dc9f76515a"}]
+[{"name":"webpack-compilation","duration":262802,"timestamp":102045593728,"id":17255,"parentId":17253,"tags":{"name":"client"},"startTime":1726668623287,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7847,"timestamp":102045856581,"id":17301,"parentId":17253,"tags":{},"startTime":1726668623549,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":286235,"timestamp":102045578988,"id":17253,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668623272,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":9,"timestamp":102045898863,"id":17304,"parentId":3,"tags":{},"startTime":1726668623592,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102045899119,"id":17305,"parentId":3,"tags":{},"startTime":1726668623592,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102045899277,"id":17306,"parentId":3,"tags":{},"startTime":1726668623592,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102045899439,"id":17307,"parentId":3,"tags":{},"startTime":1726668623592,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102045899595,"id":17308,"parentId":3,"tags":{},"startTime":1726668623592,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102045899777,"id":17309,"parentId":3,"tags":{},"startTime":1726668623593,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":360000,"timestamp":102045580322,"id":17319,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668623638,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":389000,"timestamp":102045579886,"id":17320,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668623669,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":393000,"timestamp":102045582369,"id":17321,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668623670,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":52027,"timestamp":102045930692,"id":17310,"parentId":17303,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668623624,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":400000,"timestamp":102045579747,"id":17322,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668623677,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":401000,"timestamp":102045580930,"id":17323,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668623677,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":55685,"timestamp":102045930892,"id":17312,"parentId":17303,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668623624,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":406000,"timestamp":102045581081,"id":17324,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668623681,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":127251,"timestamp":102045930854,"id":17311,"parentId":17303,"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":1726668623624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":127079,"timestamp":102045931042,"id":17313,"parentId":17303,"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":1726668623624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":128333,"timestamp":102045931285,"id":17316,"parentId":17303,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668623624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":128211,"timestamp":102045931415,"id":17318,"parentId":17303,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668623624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":128259,"timestamp":102045931371,"id":17317,"parentId":17303,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668623624,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":9071,"timestamp":102046054428,"id":17327,"parentId":17326,"tags":{},"startTime":1726668623747,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":9422,"timestamp":102046054087,"id":17326,"parentId":17325,"tags":{},"startTime":1726668623747,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":13768,"timestamp":102046053316,"id":17325,"parentId":17302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668623746,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":137055,"timestamp":102045931097,"id":17315,"parentId":17303,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668623624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":143699,"timestamp":102045931075,"id":17314,"parentId":17303,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668623624,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":349536,"timestamp":102045868688,"id":17303,"parentId":17302,"tags":{},"startTime":1726668623562,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4095,"timestamp":102046232679,"id":17354,"parentId":17353,"tags":{},"startTime":1726668623926,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102046236799,"id":17356,"parentId":17353,"tags":{},"startTime":1726668623930,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3794,"timestamp":102046236822,"id":17357,"parentId":17353,"tags":{},"startTime":1726668623930,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":8,"timestamp":102046240641,"id":17358,"parentId":17353,"tags":{},"startTime":1726668623933,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102046240672,"id":17359,"parentId":17353,"tags":{},"startTime":1726668623934,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":6013,"timestamp":102046236790,"id":17355,"parentId":17353,"tags":{},"startTime":1726668623930,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":579,"timestamp":102046244523,"id":17360,"parentId":17353,"tags":{},"startTime":1726668623937,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":6367,"timestamp":102046245115,"id":17361,"parentId":17353,"tags":{},"startTime":1726668623938,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1071,"timestamp":102046252768,"id":17362,"parentId":17353,"tags":{},"startTime":1726668623946,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":145,"timestamp":102046253838,"id":17363,"parentId":17353,"tags":{},"startTime":1726668623947,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":146,"timestamp":102046253973,"id":17364,"parentId":17353,"tags":{},"startTime":1726668623947,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":10294,"timestamp":102046254124,"id":17365,"parentId":17353,"tags":{},"startTime":1726668623947,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":47205,"timestamp":102046226972,"id":17353,"parentId":17302,"tags":{},"startTime":1726668623920,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":416426,"timestamp":102045868410,"id":17302,"parentId":17254,"tags":{"name":"server"},"startTime":1726668623561,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7611,"timestamp":102046284945,"id":17366,"parentId":17254,"tags":{},"startTime":1726668623978,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":713412,"timestamp":102045580221,"id":17254,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668623273,"traceId":"4f5180dc9f76515a"}]
+[{"name":"handle-request","duration":177786,"timestamp":102046310619,"id":17370,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668624003,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102046488433,"id":17373,"parentId":17370,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"385531904","memory.heapUsed":"342591632","memory.heapTotal":"432111616"},"startTime":1726668624181,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":178602,"timestamp":102046310151,"id":17369,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668624003,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102046488762,"id":17374,"parentId":17369,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"385531904","memory.heapUsed":"342885568","memory.heapTotal":"432111616"},"startTime":1726668624182,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":179368,"timestamp":102046309686,"id":17368,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668624003,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102046489062,"id":17375,"parentId":17368,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"385531904","memory.heapUsed":"343181768","memory.heapTotal":"432111616"},"startTime":1726668624182,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":181173,"timestamp":102046308233,"id":17367,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668624001,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102046489413,"id":17376,"parentId":17367,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"385531904","memory.heapUsed":"343509664","memory.heapTotal":"432111616"},"startTime":1726668624182,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":180770,"timestamp":102046311035,"id":17371,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668624004,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102046491820,"id":17377,"parentId":17371,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"385531904","memory.heapUsed":"345570480","memory.heapTotal":"432111616"},"startTime":1726668624185,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":180696,"timestamp":102046311465,"id":17372,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668624004,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102046492169,"id":17378,"parentId":17372,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"385531904","memory.heapUsed":"345861304","memory.heapTotal":"432111616"},"startTime":1726668624185,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7054,"timestamp":102049651390,"id":17385,"parentId":17382,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668627344,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7365,"timestamp":102049651291,"id":17383,"parentId":17382,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668627344,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33167,"timestamp":102049651376,"id":17384,"parentId":17382,"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":1726668627344,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33163,"timestamp":102049651405,"id":17386,"parentId":17382,"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":1726668627344,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34584,"timestamp":102049651446,"id":17389,"parentId":17382,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668627344,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34560,"timestamp":102049651473,"id":17391,"parentId":17382,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668627344,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34734,"timestamp":102049651434,"id":17388,"parentId":17382,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668627344,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34710,"timestamp":102049651460,"id":17390,"parentId":17382,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668627344,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":4674,"timestamp":102049683078,"id":17394,"parentId":17393,"tags":{},"startTime":1726668627376,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":4810,"timestamp":102049682946,"id":17393,"parentId":17392,"tags":{},"startTime":1726668627376,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":7023,"timestamp":102049682512,"id":17392,"parentId":17381,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668627375,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41879,"timestamp":102049651419,"id":17387,"parentId":17382,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668627344,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":150941,"timestamp":102049638205,"id":17382,"parentId":17381,"tags":{},"startTime":1726668627331,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3094,"timestamp":102049808270,"id":17421,"parentId":17420,"tags":{},"startTime":1726668627501,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":36,"timestamp":102049811383,"id":17423,"parentId":17420,"tags":{},"startTime":1726668627504,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3937,"timestamp":102049811436,"id":17424,"parentId":17420,"tags":{},"startTime":1726668627504,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102049815396,"id":17425,"parentId":17420,"tags":{},"startTime":1726668627508,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102049815416,"id":17426,"parentId":17420,"tags":{},"startTime":1726668627508,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5119,"timestamp":102049811376,"id":17422,"parentId":17420,"tags":{},"startTime":1726668627504,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":620,"timestamp":102049818035,"id":17427,"parentId":17420,"tags":{},"startTime":1726668627511,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":6343,"timestamp":102049818663,"id":17428,"parentId":17420,"tags":{},"startTime":1726668627511,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1132,"timestamp":102049826231,"id":17429,"parentId":17420,"tags":{},"startTime":1726668627519,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":209,"timestamp":102049827363,"id":17430,"parentId":17420,"tags":{},"startTime":1726668627520,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":155,"timestamp":102049827557,"id":17431,"parentId":17420,"tags":{},"startTime":1726668627520,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":324,"timestamp":102049827716,"id":17432,"parentId":17420,"tags":{},"startTime":1726668627520,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":41851,"timestamp":102049800321,"id":17420,"parentId":17381,"tags":{},"startTime":1726668627493,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":211473,"timestamp":102049637740,"id":17381,"parentId":17379,"tags":{"name":"server"},"startTime":1726668627330,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":6605,"timestamp":102049849308,"id":17433,"parentId":17379,"tags":{},"startTime":1726668627542,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":230546,"timestamp":102049625706,"id":17379,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668627318,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4780,"timestamp":102049883201,"id":17446,"parentId":17435,"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":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4715,"timestamp":102049883331,"id":17448,"parentId":17435,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4553,"timestamp":102049883495,"id":17452,"parentId":17435,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4540,"timestamp":102049883509,"id":17453,"parentId":17435,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4497,"timestamp":102049883552,"id":17456,"parentId":17435,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9819,"timestamp":102049882678,"id":17436,"parentId":17435,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668627575,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9601,"timestamp":102049882937,"id":17438,"parentId":17435,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11459,"timestamp":102049883006,"id":17440,"parentId":17435,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13628,"timestamp":102049883036,"id":17441,"parentId":17435,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16135,"timestamp":102049883067,"id":17442,"parentId":17435,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15644,"timestamp":102049883564,"id":17457,"parentId":17435,"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":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15984,"timestamp":102049883522,"id":17454,"parentId":17435,"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&server=false!"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17486,"timestamp":102049883142,"id":17444,"parentId":17435,"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":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17240,"timestamp":102049883392,"id":17449,"parentId":17435,"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":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17164,"timestamp":102049883469,"id":17451,"parentId":17435,"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":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17099,"timestamp":102049883540,"id":17455,"parentId":17435,"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":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18587,"timestamp":102049883109,"id":17443,"parentId":17435,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18472,"timestamp":102049883229,"id":17447,"parentId":17435,"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":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19400,"timestamp":102049882976,"id":17439,"parentId":17435,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5116,"timestamp":102049898183,"id":17460,"parentId":17459,"tags":{},"startTime":1726668627591,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":101871,"timestamp":102049903447,"id":17462,"parentId":17461,"tags":{},"startTime":1726668627596,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":102313,"timestamp":102049903352,"id":17461,"parentId":17459,"tags":{},"startTime":1726668627596,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":19277,"timestamp":102050005756,"id":17463,"parentId":17459,"tags":{"astUsed":"true"},"startTime":1726668627698,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":128774,"timestamp":102049897961,"id":17459,"parentId":17458,"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":1726668627591,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":143780,"timestamp":102049883421,"id":17450,"parentId":17435,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":144323,"timestamp":102049882886,"id":17437,"parentId":17435,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":140884,"timestamp":102049888646,"id":17458,"parentId":17434,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668627581,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":28,"timestamp":102050029703,"id":17464,"parentId":17458,"tags":{},"startTime":1726668627722,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":146586,"timestamp":102049883172,"id":17445,"parentId":17435,"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":1726668627576,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":171775,"timestamp":102049858000,"id":17435,"parentId":17434,"tags":{},"startTime":1726668627551,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4528,"timestamp":102050037229,"id":17466,"parentId":17465,"tags":{},"startTime":1726668627730,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102050041780,"id":17468,"parentId":17465,"tags":{},"startTime":1726668627734,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":68,"timestamp":102050041800,"id":17469,"parentId":17465,"tags":{},"startTime":1726668627734,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102050041890,"id":17470,"parentId":17465,"tags":{},"startTime":1726668627735,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102050041914,"id":17471,"parentId":17465,"tags":{},"startTime":1726668627735,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1928,"timestamp":102050041772,"id":17467,"parentId":17465,"tags":{},"startTime":1726668627734,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":336,"timestamp":102050044752,"id":17472,"parentId":17465,"tags":{},"startTime":1726668627737,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":4507,"timestamp":102050045095,"id":17473,"parentId":17465,"tags":{},"startTime":1726668627738,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3481,"timestamp":102050050957,"id":17474,"parentId":17465,"tags":{},"startTime":1726668627744,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":218,"timestamp":102050054438,"id":17475,"parentId":17465,"tags":{},"startTime":1726668627747,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":149,"timestamp":102050054648,"id":17476,"parentId":17465,"tags":{},"startTime":1726668627747,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2607,"timestamp":102050054801,"id":17477,"parentId":17465,"tags":{},"startTime":1726668627747,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":70,"timestamp":102050058353,"id":17479,"parentId":17434,"tags":{},"startTime":1726668627751,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":141,"timestamp":102050058287,"id":17478,"parentId":17434,"tags":{},"startTime":1726668627751,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":26419,"timestamp":102050034725,"id":17465,"parentId":17434,"tags":{},"startTime":1726668627727,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":203534,"timestamp":102049857635,"id":17434,"parentId":17380,"tags":{"name":"client"},"startTime":1726668627550,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":9043,"timestamp":102050061199,"id":17480,"parentId":17380,"tags":{},"startTime":1726668627754,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":444961,"timestamp":102049626388,"id":17380,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668627319,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":4,"timestamp":102050076309,"id":17481,"parentId":3,"tags":{},"startTime":1726668627769,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102050076391,"id":17482,"parentId":3,"tags":{},"startTime":1726668627769,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102050076440,"id":17483,"parentId":3,"tags":{},"startTime":1726668627769,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102050076469,"id":17484,"parentId":3,"tags":{},"startTime":1726668627769,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102050076494,"id":17485,"parentId":3,"tags":{},"startTime":1726668627769,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102050076533,"id":17486,"parentId":3,"tags":{},"startTime":1726668627769,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":166596,"timestamp":102050085210,"id":17490,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668627778,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102050251834,"id":17493,"parentId":17490,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"378978304","memory.heapUsed":"352852360","memory.heapTotal":"396754944"},"startTime":1726668627944,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":170426,"timestamp":102050082167,"id":17487,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668627775,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102050252608,"id":17494,"parentId":17487,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"378978304","memory.heapUsed":"353272648","memory.heapTotal":"396754944"},"startTime":1726668627945,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":168687,"timestamp":102050084312,"id":17488,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668627777,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102050253012,"id":17495,"parentId":17488,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"378978304","memory.heapUsed":"353567840","memory.heapTotal":"396754944"},"startTime":1726668627946,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":168627,"timestamp":102050084798,"id":17489,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668627777,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102050253435,"id":17496,"parentId":17489,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"378978304","memory.heapUsed":"353899576","memory.heapTotal":"396754944"},"startTime":1726668627946,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":185170,"timestamp":102050085605,"id":17491,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668627778,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102050270806,"id":17497,"parentId":17491,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"379371520","memory.heapUsed":"359404440","memory.heapTotal":"396754944"},"startTime":1726668627963,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":187153,"timestamp":102050085983,"id":17492,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668627779,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102050273160,"id":17498,"parentId":17492,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"379371520","memory.heapUsed":"360120792","memory.heapTotal":"396754944"},"startTime":1726668627966,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":683000,"timestamp":102049627423,"id":17499,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668628009,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":696000,"timestamp":102049627535,"id":17500,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668628020,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":697000,"timestamp":102049627651,"id":17501,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668628020,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":698000,"timestamp":102049627692,"id":17502,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668628020,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":698000,"timestamp":102049629821,"id":17503,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668628021,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":701000,"timestamp":102049627033,"id":17504,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668628022,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11598,"timestamp":102059641805,"id":17511,"parentId":17508,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668637334,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12215,"timestamp":102059641549,"id":17509,"parentId":17508,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668637334,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50019,"timestamp":102059641787,"id":17510,"parentId":17508,"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":1726668637334,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49994,"timestamp":102059641820,"id":17512,"parentId":17508,"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":1726668637334,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":52651,"timestamp":102059641850,"id":17514,"parentId":17508,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668637334,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":52646,"timestamp":102059641864,"id":17515,"parentId":17508,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668637334,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":52633,"timestamp":102059641878,"id":17516,"parentId":17508,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668637334,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":52621,"timestamp":102059641892,"id":17517,"parentId":17508,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668637334,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5091,"timestamp":102059689550,"id":17520,"parentId":17519,"tags":{},"startTime":1726668637382,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5386,"timestamp":102059689260,"id":17519,"parentId":17518,"tags":{},"startTime":1726668637381,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":11144,"timestamp":102059688406,"id":17518,"parentId":17507,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668637380,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":68115,"timestamp":102059641835,"id":17513,"parentId":17508,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668637334,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":183906,"timestamp":102059625543,"id":17508,"parentId":17507,"tags":{},"startTime":1726668637318,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4884,"timestamp":102059822127,"id":17547,"parentId":17546,"tags":{},"startTime":1726668637514,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102059827051,"id":17549,"parentId":17546,"tags":{},"startTime":1726668637519,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":5928,"timestamp":102059827271,"id":17550,"parentId":17546,"tags":{},"startTime":1726668637519,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":8,"timestamp":102059833238,"id":17551,"parentId":17546,"tags":{},"startTime":1726668637525,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102059833265,"id":17552,"parentId":17546,"tags":{},"startTime":1726668637525,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":11267,"timestamp":102059827040,"id":17548,"parentId":17546,"tags":{},"startTime":1726668637519,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":706,"timestamp":102059840974,"id":17553,"parentId":17546,"tags":{},"startTime":1726668637533,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5967,"timestamp":102059841692,"id":17554,"parentId":17546,"tags":{},"startTime":1726668637534,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1751,"timestamp":102059849021,"id":17555,"parentId":17546,"tags":{},"startTime":1726668637541,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":201,"timestamp":102059850771,"id":17556,"parentId":17546,"tags":{},"startTime":1726668637543,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":168,"timestamp":102059850960,"id":17557,"parentId":17546,"tags":{},"startTime":1726668637543,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":7656,"timestamp":102059851132,"id":17558,"parentId":17546,"tags":{},"startTime":1726668637543,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":49366,"timestamp":102059818229,"id":17546,"parentId":17507,"tags":{},"startTime":1726668637510,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":250635,"timestamp":102059624492,"id":17507,"parentId":17505,"tags":{"name":"server"},"startTime":1726668637317,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7306,"timestamp":102059875200,"id":17559,"parentId":17505,"tags":{},"startTime":1726668637567,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":287551,"timestamp":102059595402,"id":17505,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668637287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3813,"timestamp":102059894117,"id":17572,"parentId":17561,"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":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3841,"timestamp":102059894148,"id":17574,"parentId":17561,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3796,"timestamp":102059894194,"id":17578,"parentId":17561,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3784,"timestamp":102059894206,"id":17579,"parentId":17561,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":3752,"timestamp":102059894240,"id":17582,"parentId":17561,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7634,"timestamp":102059893939,"id":17562,"parentId":17561,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7574,"timestamp":102059894020,"id":17564,"parentId":17561,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9267,"timestamp":102059894045,"id":17566,"parentId":17561,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12605,"timestamp":102059894057,"id":17567,"parentId":17561,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14641,"timestamp":102059894069,"id":17568,"parentId":17561,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14462,"timestamp":102059894252,"id":17583,"parentId":17561,"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":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14817,"timestamp":102059894218,"id":17580,"parentId":17561,"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&server=false!"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15966,"timestamp":102059894093,"id":17570,"parentId":17561,"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":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15903,"timestamp":102059894160,"id":17575,"parentId":17561,"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":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15881,"timestamp":102059894182,"id":17577,"parentId":17561,"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":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15835,"timestamp":102059894229,"id":17581,"parentId":17561,"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":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17049,"timestamp":102059894081,"id":17569,"parentId":17561,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17000,"timestamp":102059894133,"id":17573,"parentId":17561,"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":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17816,"timestamp":102059894033,"id":17565,"parentId":17561,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":4033,"timestamp":102059908017,"id":17586,"parentId":17585,"tags":{},"startTime":1726668637600,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":94681,"timestamp":102059912197,"id":17588,"parentId":17587,"tags":{},"startTime":1726668637604,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":95125,"timestamp":102059912095,"id":17587,"parentId":17585,"tags":{},"startTime":1726668637604,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":20627,"timestamp":102060007312,"id":17589,"parentId":17585,"tags":{"astUsed":"true"},"startTime":1726668637699,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":121896,"timestamp":102059907847,"id":17585,"parentId":17584,"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":1726668637600,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":136101,"timestamp":102059894171,"id":17576,"parentId":17561,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":136274,"timestamp":102059894006,"id":17563,"parentId":17561,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":134421,"timestamp":102059898513,"id":17584,"parentId":17560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668637591,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":37,"timestamp":102060033134,"id":17590,"parentId":17584,"tags":{},"startTime":1726668637725,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":139092,"timestamp":102059894105,"id":17571,"parentId":17561,"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":1726668637586,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":148507,"timestamp":102059884715,"id":17561,"parentId":17560,"tags":{},"startTime":1726668637577,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":1751,"timestamp":102060039882,"id":17592,"parentId":17591,"tags":{},"startTime":1726668637732,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":2,"timestamp":102060041648,"id":17594,"parentId":17591,"tags":{},"startTime":1726668637734,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":60,"timestamp":102060041662,"id":17595,"parentId":17591,"tags":{},"startTime":1726668637734,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":4,"timestamp":102060041741,"id":17596,"parentId":17591,"tags":{},"startTime":1726668637734,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102060041761,"id":17597,"parentId":17591,"tags":{},"startTime":1726668637734,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1181,"timestamp":102060041643,"id":17593,"parentId":17591,"tags":{},"startTime":1726668637734,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":3080,"timestamp":102060043949,"id":17598,"parentId":17591,"tags":{},"startTime":1726668637736,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":4579,"timestamp":102060047049,"id":17599,"parentId":17591,"tags":{},"startTime":1726668637739,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3440,"timestamp":102060052974,"id":17600,"parentId":17591,"tags":{},"startTime":1726668637745,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":215,"timestamp":102060056414,"id":17601,"parentId":17591,"tags":{},"startTime":1726668637748,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":137,"timestamp":102060056620,"id":17602,"parentId":17591,"tags":{},"startTime":1726668637749,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2303,"timestamp":102060056761,"id":17603,"parentId":17591,"tags":{},"startTime":1726668637749,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":76,"timestamp":102060060099,"id":17605,"parentId":17560,"tags":{},"startTime":1726668637752,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":160,"timestamp":102060060020,"id":17604,"parentId":17560,"tags":{},"startTime":1726668637752,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":25656,"timestamp":102060037331,"id":17591,"parentId":17560,"tags":{},"startTime":1726668637729,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":178552,"timestamp":102059884473,"id":17560,"parentId":17506,"tags":{"name":"client"},"startTime":1726668637577,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":8563,"timestamp":102060063061,"id":17606,"parentId":17506,"tags":{},"startTime":1726668637755,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":476649,"timestamp":102059596165,"id":17506,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668637288,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":36,"timestamp":102060081913,"id":17607,"parentId":3,"tags":{},"startTime":1726668637774,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102060082203,"id":17608,"parentId":3,"tags":{},"startTime":1726668637774,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102060082454,"id":17609,"parentId":3,"tags":{},"startTime":1726668637774,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102060082580,"id":17610,"parentId":3,"tags":{},"startTime":1726668637775,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102060082638,"id":17611,"parentId":3,"tags":{},"startTime":1726668637775,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102060082672,"id":17612,"parentId":3,"tags":{},"startTime":1726668637775,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":254618,"timestamp":102060090286,"id":17615,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668637782,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102060344965,"id":17619,"parentId":17615,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"300204032","memory.heapUsed":"398262312","memory.heapTotal":"436011008"},"startTime":1726668638037,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":260580,"timestamp":102060088750,"id":17614,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668637781,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102060349362,"id":17620,"parentId":17614,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"300204032","memory.heapUsed":"398590184","memory.heapTotal":"436011008"},"startTime":1726668638041,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":258541,"timestamp":102060091711,"id":17616,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668637784,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102060350272,"id":17621,"parentId":17616,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"300204032","memory.heapUsed":"398885440","memory.heapTotal":"436011008"},"startTime":1726668638042,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":264858,"timestamp":102060086331,"id":17613,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668637778,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102060351203,"id":17622,"parentId":17613,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"300204032","memory.heapUsed":"399180632","memory.heapTotal":"436011008"},"startTime":1726668638043,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":300981,"timestamp":102060094798,"id":17617,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668637787,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102060395818,"id":17623,"parentId":17617,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"295370752","memory.heapUsed":"396992504","memory.heapTotal":"436011008"},"startTime":1726668638088,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":293792,"timestamp":102060106839,"id":17618,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668637799,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102060400684,"id":17624,"parentId":17618,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"295469056","memory.heapUsed":"397283072","memory.heapTotal":"436011008"},"startTime":1726668638093,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":811000,"timestamp":102059598065,"id":17625,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668638106,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":828000,"timestamp":102059598401,"id":17626,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668638130,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":828000,"timestamp":102059597498,"id":17627,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668638131,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":837000,"timestamp":102059598101,"id":17628,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668638133,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":845000,"timestamp":102059598895,"id":17629,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668638136,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":863000,"timestamp":102059598711,"id":17630,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1726668638155,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18366,"timestamp":102091525038,"id":17637,"parentId":17634,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668669215,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19488,"timestamp":102091524747,"id":17635,"parentId":17634,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668669215,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":74090,"timestamp":102091525019,"id":17636,"parentId":17634,"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":1726668669215,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":74067,"timestamp":102091525055,"id":17638,"parentId":17634,"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":1726668669215,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":8471,"timestamp":102091595367,"id":17646,"parentId":17645,"tags":{},"startTime":1726668669286,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":8916,"timestamp":102091594929,"id":17645,"parentId":17644,"tags":{},"startTime":1726668669285,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":23398,"timestamp":102091593863,"id":17644,"parentId":17633,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668669284,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":94003,"timestamp":102091525103,"id":17641,"parentId":17634,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668669215,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":93980,"timestamp":102091525134,"id":17643,"parentId":17634,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668669215,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":94031,"timestamp":102091525087,"id":17640,"parentId":17634,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668669215,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":94002,"timestamp":102091525118,"id":17642,"parentId":17634,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668669215,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":102416,"timestamp":102091525071,"id":17639,"parentId":17634,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668669215,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":256649,"timestamp":102091500597,"id":17634,"parentId":17633,"tags":{},"startTime":1726668669191,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":10289,"timestamp":102091781655,"id":17673,"parentId":17672,"tags":{},"startTime":1726668669472,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":7,"timestamp":102091791978,"id":17675,"parentId":17672,"tags":{},"startTime":1726668669482,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":6726,"timestamp":102091792016,"id":17676,"parentId":17672,"tags":{},"startTime":1726668669482,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":17,"timestamp":102091798782,"id":17677,"parentId":17672,"tags":{},"startTime":1726668669489,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":102091798822,"id":17678,"parentId":17672,"tags":{},"startTime":1726668669489,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":10996,"timestamp":102091791966,"id":17674,"parentId":17672,"tags":{},"startTime":1726668669482,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1696,"timestamp":102091805949,"id":17679,"parentId":17672,"tags":{},"startTime":1726668669496,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":11101,"timestamp":102091807664,"id":17680,"parentId":17672,"tags":{},"startTime":1726668669498,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4144,"timestamp":102091821568,"id":17681,"parentId":17672,"tags":{},"startTime":1726668669512,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":520,"timestamp":102091825708,"id":17682,"parentId":17672,"tags":{},"startTime":1726668669516,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":445,"timestamp":102091826206,"id":17683,"parentId":17672,"tags":{},"startTime":1726668669516,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":8946,"timestamp":102091826671,"id":17684,"parentId":17672,"tags":{},"startTime":1726668669517,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":83606,"timestamp":102091777147,"id":17672,"parentId":17633,"tags":{},"startTime":1726668669467,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":375515,"timestamp":102091499160,"id":17633,"parentId":17631,"tags":{"name":"server"},"startTime":1726668669189,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":14511,"timestamp":102091874806,"id":17685,"parentId":17631,"tags":{},"startTime":1726668669565,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":442034,"timestamp":102091448157,"id":17631,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668669138,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7200,"timestamp":102091919690,"id":17698,"parentId":17687,"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":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7251,"timestamp":102091919742,"id":17700,"parentId":17687,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7139,"timestamp":102091919856,"id":17704,"parentId":17687,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7115,"timestamp":102091919882,"id":17705,"parentId":17687,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7030,"timestamp":102091919968,"id":17708,"parentId":17687,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13994,"timestamp":102091919325,"id":17688,"parentId":17687,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668669609,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13867,"timestamp":102091919467,"id":17690,"parentId":17687,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17226,"timestamp":102091919529,"id":17692,"parentId":17687,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20514,"timestamp":102091919557,"id":17693,"parentId":17687,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34635,"timestamp":102091919582,"id":17694,"parentId":17687,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34235,"timestamp":102091919993,"id":17709,"parentId":17687,"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":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35017,"timestamp":102091919911,"id":17706,"parentId":17687,"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&server=false!"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37844,"timestamp":102091919636,"id":17696,"parentId":17687,"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":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37708,"timestamp":102091919779,"id":17701,"parentId":17687,"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":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37658,"timestamp":102091919831,"id":17703,"parentId":17687,"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":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37554,"timestamp":102091919943,"id":17707,"parentId":17687,"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":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40940,"timestamp":102091919609,"id":17695,"parentId":17687,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40845,"timestamp":102091919716,"id":17699,"parentId":17687,"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":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":43921,"timestamp":102091919495,"id":17691,"parentId":17687,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":21193,"timestamp":102091942968,"id":17712,"parentId":17711,"tags":{},"startTime":1726668669633,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":221374,"timestamp":102091964492,"id":17714,"parentId":17713,"tags":{},"startTime":1726668669655,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":223265,"timestamp":102091964250,"id":17713,"parentId":17711,"tags":{},"startTime":1726668669654,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":40471,"timestamp":102092187627,"id":17715,"parentId":17711,"tags":{"astUsed":"true"},"startTime":1726668669878,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":296148,"timestamp":102091942754,"id":17711,"parentId":17710,"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":1726668669633,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":319905,"timestamp":102091919805,"id":17702,"parentId":17687,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":320281,"timestamp":102091919436,"id":17689,"parentId":17687,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":315815,"timestamp":102091927764,"id":17710,"parentId":17686,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668669618,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":61,"timestamp":102092243882,"id":17716,"parentId":17710,"tags":{},"startTime":1726668669934,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":324318,"timestamp":102091919664,"id":17697,"parentId":17687,"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":1726668669610,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":351051,"timestamp":102091892957,"id":17687,"parentId":17686,"tags":{},"startTime":1726668669583,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":5399,"timestamp":102092257226,"id":17718,"parentId":17717,"tags":{},"startTime":1726668669947,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":24,"timestamp":102092262671,"id":17720,"parentId":17717,"tags":{},"startTime":1726668669953,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":232,"timestamp":102092262717,"id":17721,"parentId":17717,"tags":{},"startTime":1726668669953,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":12,"timestamp":102092262991,"id":17722,"parentId":17717,"tags":{},"startTime":1726668669953,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":102092263036,"id":17723,"parentId":17717,"tags":{},"startTime":1726668669953,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3698,"timestamp":102092262654,"id":17719,"parentId":17717,"tags":{},"startTime":1726668669953,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":561,"timestamp":102092268782,"id":17724,"parentId":17717,"tags":{},"startTime":1726668669959,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":19674,"timestamp":102092269354,"id":17725,"parentId":17717,"tags":{},"startTime":1726668669960,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":8927,"timestamp":102092293340,"id":17726,"parentId":17717,"tags":{},"startTime":1726668669983,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":395,"timestamp":102092302264,"id":17727,"parentId":17717,"tags":{},"startTime":1726668669992,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":241,"timestamp":102092302643,"id":17728,"parentId":17717,"tags":{},"startTime":1726668669993,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3845,"timestamp":102092302891,"id":17729,"parentId":17717,"tags":{},"startTime":1726668669993,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":108,"timestamp":102092308320,"id":17731,"parentId":17686,"tags":{},"startTime":1726668669998,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":249,"timestamp":102092308187,"id":17730,"parentId":17686,"tags":{},"startTime":1726668669998,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":60366,"timestamp":102092252424,"id":17717,"parentId":17686,"tags":{},"startTime":1726668669943,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":420337,"timestamp":102091892494,"id":17686,"parentId":17632,"tags":{"name":"client"},"startTime":1726668669583,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":12728,"timestamp":102092312883,"id":17732,"parentId":17632,"tags":{},"startTime":1726668670003,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":878159,"timestamp":102091449038,"id":17632,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668669139,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":8,"timestamp":102092345392,"id":17733,"parentId":3,"tags":{},"startTime":1726668670036,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102092345965,"id":17734,"parentId":3,"tags":{},"startTime":1726668670036,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102092346334,"id":17735,"parentId":3,"tags":{},"startTime":1726668670036,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102092346667,"id":17736,"parentId":3,"tags":{},"startTime":1726668670037,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102092347130,"id":17737,"parentId":3,"tags":{},"startTime":1726668670037,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102092347541,"id":17738,"parentId":3,"tags":{},"startTime":1726668670038,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":229455,"timestamp":102092359865,"id":17740,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668670050,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102092589353,"id":17745,"parentId":17740,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"369606656","memory.heapUsed":"348882520","memory.heapTotal":"388268032"},"startTime":1726668670279,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":232672,"timestamp":102092357234,"id":17739,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668670047,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102092589918,"id":17746,"parentId":17739,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"369606656","memory.heapUsed":"349274880","memory.heapTotal":"388268032"},"startTime":1726668670280,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":225424,"timestamp":102092364839,"id":17742,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668670055,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102092590271,"id":17747,"parentId":17742,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"369606656","memory.heapUsed":"349565848","memory.heapTotal":"388268032"},"startTime":1726668670280,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":229803,"timestamp":102092360772,"id":17741,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668670051,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102092590582,"id":17748,"parentId":17741,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"369606656","memory.heapUsed":"349857648","memory.heapTotal":"388268032"},"startTime":1726668670281,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":238649,"timestamp":102092369301,"id":17743,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668670059,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102092607979,"id":17749,"parentId":17743,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"369623040","memory.heapUsed":"355097152","memory.heapTotal":"388268032"},"startTime":1726668670298,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":227279,"timestamp":102092382581,"id":17744,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668670073,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102092609884,"id":17750,"parentId":17744,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"369623040","memory.heapUsed":"355582960","memory.heapTotal":"388268032"},"startTime":1726668670300,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1197000,"timestamp":102091450467,"id":17751,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668670341,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1196000,"timestamp":102091451790,"id":17752,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668670341,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1197000,"timestamp":102091452169,"id":17753,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668670341,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1195000,"timestamp":102091454136,"id":17754,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668670342,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1199000,"timestamp":102091451354,"id":17755,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668670342,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1224000,"timestamp":102091453199,"id":17756,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668670367,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10947,"timestamp":102097131499,"id":17763,"parentId":17760,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668674821,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11927,"timestamp":102097131251,"id":17761,"parentId":17760,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668674821,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":105319,"timestamp":102097131482,"id":17762,"parentId":17760,"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":1726668674821,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":105311,"timestamp":102097131513,"id":17764,"parentId":17760,"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":1726668674821,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":17543,"timestamp":102097222113,"id":17772,"parentId":17771,"tags":{},"startTime":1726668674912,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":18088,"timestamp":102097221604,"id":17771,"parentId":17770,"tags":{},"startTime":1726668674911,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":40794,"timestamp":102097220647,"id":17770,"parentId":17759,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668674911,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":134948,"timestamp":102097131543,"id":17766,"parentId":17760,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668674821,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":134943,"timestamp":102097131562,"id":17767,"parentId":17760,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668674821,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":134933,"timestamp":102097131574,"id":17768,"parentId":17760,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668674821,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":134922,"timestamp":102097131588,"id":17769,"parentId":17760,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668674821,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":138987,"timestamp":102097131528,"id":17765,"parentId":17760,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668674821,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":271284,"timestamp":102097104831,"id":17760,"parentId":17759,"tags":{},"startTime":1726668674795,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":10748,"timestamp":102097456907,"id":17799,"parentId":17798,"tags":{},"startTime":1726668675147,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":6,"timestamp":102097467685,"id":17801,"parentId":17798,"tags":{},"startTime":1726668675158,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":5529,"timestamp":102097467714,"id":17802,"parentId":17798,"tags":{},"startTime":1726668675158,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":10,"timestamp":102097473275,"id":17803,"parentId":17798,"tags":{},"startTime":1726668675163,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102097473301,"id":17804,"parentId":17798,"tags":{},"startTime":1726668675163,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":8024,"timestamp":102097467675,"id":17800,"parentId":17798,"tags":{},"startTime":1726668675158,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1163,"timestamp":102097477956,"id":17805,"parentId":17798,"tags":{},"startTime":1726668675168,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":15792,"timestamp":102097479153,"id":17806,"parentId":17798,"tags":{},"startTime":1726668675169,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2476,"timestamp":102097496585,"id":17807,"parentId":17798,"tags":{},"startTime":1726668675186,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":252,"timestamp":102097499060,"id":17808,"parentId":17798,"tags":{},"startTime":1726668675189,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":191,"timestamp":102097499296,"id":17809,"parentId":17798,"tags":{},"startTime":1726668675189,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3565,"timestamp":102097499492,"id":17810,"parentId":17798,"tags":{},"startTime":1726668675189,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":63417,"timestamp":102097452730,"id":17798,"parentId":17759,"tags":{},"startTime":1726668675143,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":424477,"timestamp":102097103828,"id":17759,"parentId":17757,"tags":{"name":"server"},"startTime":1726668674794,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":16989,"timestamp":102097528426,"id":17811,"parentId":17757,"tags":{},"startTime":1726668675218,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":458382,"timestamp":102097088025,"id":17757,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668674778,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5745,"timestamp":102097560428,"id":17824,"parentId":17813,"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":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5795,"timestamp":102097560456,"id":17826,"parentId":17813,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5739,"timestamp":102097560513,"id":17830,"parentId":17813,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5726,"timestamp":102097560527,"id":17831,"parentId":17813,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5667,"timestamp":102097560588,"id":17834,"parentId":17813,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9635,"timestamp":102097560166,"id":17814,"parentId":17813,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9497,"timestamp":102097560314,"id":17816,"parentId":17813,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11390,"timestamp":102097560344,"id":17818,"parentId":17813,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12994,"timestamp":102097560359,"id":17819,"parentId":17813,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14941,"timestamp":102097560373,"id":17820,"parentId":17813,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14730,"timestamp":102097560602,"id":17835,"parentId":17813,"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":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15087,"timestamp":102097560543,"id":17832,"parentId":17813,"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&server=false!"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18703,"timestamp":102097560400,"id":17822,"parentId":17813,"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":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18640,"timestamp":102097560469,"id":17827,"parentId":17813,"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":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18611,"timestamp":102097560499,"id":17829,"parentId":17813,"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":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18550,"timestamp":102097560564,"id":17833,"parentId":17813,"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":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20022,"timestamp":102097560386,"id":17821,"parentId":17813,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19969,"timestamp":102097560442,"id":17825,"parentId":17813,"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":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20870,"timestamp":102097560330,"id":17817,"parentId":17813,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7031,"timestamp":102097574564,"id":17838,"parentId":17837,"tags":{},"startTime":1726668675264,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":99748,"timestamp":102097581747,"id":17840,"parentId":17839,"tags":{},"startTime":1726668675272,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":100193,"timestamp":102097581640,"id":17839,"parentId":17837,"tags":{},"startTime":1726668675271,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":23269,"timestamp":102097681919,"id":17841,"parentId":17837,"tags":{"astUsed":"true"},"startTime":1726668675372,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":132815,"timestamp":102097574434,"id":17837,"parentId":17836,"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":1726668675264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":147286,"timestamp":102097560483,"id":17828,"parentId":17813,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":147479,"timestamp":102097560296,"id":17815,"parentId":17813,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":143299,"timestamp":102097566815,"id":17836,"parentId":17812,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668675257,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":31,"timestamp":102097710260,"id":17842,"parentId":17836,"tags":{},"startTime":1726668675400,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":149902,"timestamp":102097560414,"id":17823,"parentId":17813,"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":1726668675250,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":161798,"timestamp":102097548539,"id":17813,"parentId":17812,"tags":{},"startTime":1726668675238,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2126,"timestamp":102097719971,"id":17844,"parentId":17843,"tags":{},"startTime":1726668675410,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102097722119,"id":17846,"parentId":17843,"tags":{},"startTime":1726668675412,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":64,"timestamp":102097722137,"id":17847,"parentId":17843,"tags":{},"startTime":1726668675412,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102097722222,"id":17848,"parentId":17843,"tags":{},"startTime":1726668675412,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102097722244,"id":17849,"parentId":17843,"tags":{},"startTime":1726668675412,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1890,"timestamp":102097722110,"id":17845,"parentId":17843,"tags":{},"startTime":1726668675412,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":328,"timestamp":102097725398,"id":17850,"parentId":17843,"tags":{},"startTime":1726668675415,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9583,"timestamp":102097725732,"id":17851,"parentId":17843,"tags":{},"startTime":1726668675416,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3599,"timestamp":102097736818,"id":17852,"parentId":17843,"tags":{},"startTime":1726668675427,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":223,"timestamp":102097740416,"id":17853,"parentId":17843,"tags":{},"startTime":1726668675430,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":128,"timestamp":102097740631,"id":17854,"parentId":17843,"tags":{},"startTime":1726668675430,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2319,"timestamp":102097740763,"id":17855,"parentId":17843,"tags":{},"startTime":1726668675431,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":69,"timestamp":102097744001,"id":17857,"parentId":17812,"tags":{},"startTime":1726668675434,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":138,"timestamp":102097743936,"id":17856,"parentId":17812,"tags":{},"startTime":1726668675434,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":31069,"timestamp":102097715733,"id":17843,"parentId":17812,"tags":{},"startTime":1726668675406,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":198572,"timestamp":102097548259,"id":17812,"parentId":17758,"tags":{"name":"client"},"startTime":1726668675238,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7253,"timestamp":102097746864,"id":17858,"parentId":17758,"tags":{},"startTime":1726668675437,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":667002,"timestamp":102097088173,"id":17758,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668674778,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":10,"timestamp":102097765089,"id":17859,"parentId":3,"tags":{},"startTime":1726668675455,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":19,"timestamp":102097766287,"id":17860,"parentId":3,"tags":{},"startTime":1726668675456,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102097766405,"id":17861,"parentId":3,"tags":{},"startTime":1726668675456,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102097766691,"id":17862,"parentId":3,"tags":{},"startTime":1726668675457,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102097769130,"id":17863,"parentId":3,"tags":{},"startTime":1726668675459,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102097769188,"id":17864,"parentId":3,"tags":{},"startTime":1726668675459,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":180810,"timestamp":102097778463,"id":17865,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668675468,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102097959303,"id":17871,"parentId":17865,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"395460608","memory.heapUsed":"329466568","memory.heapTotal":"365166592"},"startTime":1726668675649,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":176275,"timestamp":102097783407,"id":17868,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668675473,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102097959692,"id":17872,"parentId":17868,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"395460608","memory.heapUsed":"329807024","memory.heapTotal":"365166592"},"startTime":1726668675650,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":178453,"timestamp":102097781590,"id":17867,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668675471,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102097960050,"id":17873,"parentId":17867,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"395460608","memory.heapUsed":"330152568","memory.heapTotal":"365166592"},"startTime":1726668675650,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":180415,"timestamp":102097779933,"id":17866,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668675470,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102097960355,"id":17874,"parentId":17866,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"395460608","memory.heapUsed":"330459744","memory.heapTotal":"365166592"},"startTime":1726668675650,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":174221,"timestamp":102097788887,"id":17869,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668675479,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102097963123,"id":17875,"parentId":17869,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"395460608","memory.heapUsed":"332673232","memory.heapTotal":"365166592"},"startTime":1726668675653,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":166370,"timestamp":102097797790,"id":17870,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668675488,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102097964172,"id":17876,"parentId":17870,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"395460608","memory.heapUsed":"332974992","memory.heapTotal":"365166592"},"startTime":1726668675654,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":893000,"timestamp":102097089077,"id":17877,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668675676,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":932000,"timestamp":102097090489,"id":17878,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668675724,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":933000,"timestamp":102097091556,"id":17879,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668675724,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":934000,"timestamp":102097090591,"id":17880,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668675724,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":935000,"timestamp":102097090653,"id":17881,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668675724,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":952000,"timestamp":102097091426,"id":17882,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668675733,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18471,"timestamp":102105003346,"id":17889,"parentId":17886,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668682693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19536,"timestamp":102105003080,"id":17887,"parentId":17886,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668682692,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":73905,"timestamp":102105003324,"id":17888,"parentId":17886,"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":1726668682693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":73873,"timestamp":102105003365,"id":17890,"parentId":17886,"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":1726668682693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":77331,"timestamp":102105003407,"id":17892,"parentId":17886,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668682693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":77320,"timestamp":102105003426,"id":17893,"parentId":17886,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668682693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":77305,"timestamp":102105003443,"id":17894,"parentId":17886,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668682693,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":6948,"timestamp":102105074029,"id":17898,"parentId":17897,"tags":{},"startTime":1726668682763,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":7377,"timestamp":102105073603,"id":17897,"parentId":17896,"tags":{},"startTime":1726668682763,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":13300,"timestamp":102105072599,"id":17896,"parentId":17885,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668682762,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":83010,"timestamp":102105003464,"id":17895,"parentId":17886,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668682693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":89631,"timestamp":102105003389,"id":17891,"parentId":17886,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668682693,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":243406,"timestamp":102104985074,"id":17886,"parentId":17885,"tags":{},"startTime":1726668682674,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4033,"timestamp":102105252252,"id":17925,"parentId":17924,"tags":{},"startTime":1726668682942,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102105256335,"id":17927,"parentId":17924,"tags":{},"startTime":1726668682946,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":5094,"timestamp":102105256377,"id":17928,"parentId":17924,"tags":{},"startTime":1726668682946,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":7,"timestamp":102105261511,"id":17929,"parentId":17924,"tags":{},"startTime":1726668682951,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102105261544,"id":17930,"parentId":17924,"tags":{},"startTime":1726668682951,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":7680,"timestamp":102105256313,"id":17926,"parentId":17924,"tags":{},"startTime":1726668682946,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":3643,"timestamp":102105272987,"id":17931,"parentId":17924,"tags":{},"startTime":1726668682962,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":14832,"timestamp":102105276657,"id":17932,"parentId":17924,"tags":{},"startTime":1726668682966,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2971,"timestamp":102105293643,"id":17933,"parentId":17924,"tags":{},"startTime":1726668682983,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":539,"timestamp":102105296613,"id":17934,"parentId":17924,"tags":{},"startTime":1726668682986,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":428,"timestamp":102105297122,"id":17935,"parentId":17924,"tags":{},"startTime":1726668682987,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":8039,"timestamp":102105297566,"id":17936,"parentId":17924,"tags":{},"startTime":1726668682987,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":77262,"timestamp":102105247784,"id":17924,"parentId":17885,"tags":{},"startTime":1726668682937,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":356908,"timestamp":102104983786,"id":17885,"parentId":17883,"tags":{"name":"server"},"startTime":1726668682673,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":12127,"timestamp":102105340926,"id":17937,"parentId":17883,"tags":{},"startTime":1726668683030,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":413533,"timestamp":102104940148,"id":17883,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668682630,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8996,"timestamp":102105373195,"id":17950,"parentId":17939,"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":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9046,"timestamp":102105373235,"id":17952,"parentId":17939,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8979,"timestamp":102105373305,"id":17956,"parentId":17939,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8963,"timestamp":102105373322,"id":17957,"parentId":17939,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8911,"timestamp":102105373376,"id":17960,"parentId":17939,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14732,"timestamp":102105372926,"id":17940,"parentId":17939,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668683062,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14631,"timestamp":102105373044,"id":17942,"parentId":17939,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668683062,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16931,"timestamp":102105373083,"id":17944,"parentId":17939,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668683062,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18830,"timestamp":102105373102,"id":17945,"parentId":17939,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668683062,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24448,"timestamp":102105373121,"id":17946,"parentId":17939,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24177,"timestamp":102105373399,"id":17961,"parentId":17939,"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":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25371,"timestamp":102105373341,"id":17958,"parentId":17939,"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&server=false!"},"startTime":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27907,"timestamp":102105373157,"id":17948,"parentId":17939,"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":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27816,"timestamp":102105373253,"id":17953,"parentId":17939,"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":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27783,"timestamp":102105373287,"id":17955,"parentId":17939,"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":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27713,"timestamp":102105373358,"id":17959,"parentId":17939,"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":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32825,"timestamp":102105373139,"id":17947,"parentId":17939,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32763,"timestamp":102105373214,"id":17951,"parentId":17939,"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":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34343,"timestamp":102105373064,"id":17943,"parentId":17939,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668683062,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":11759,"timestamp":102105396031,"id":17964,"parentId":17963,"tags":{},"startTime":1726668683085,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":119321,"timestamp":102105408031,"id":17966,"parentId":17965,"tags":{},"startTime":1726668683097,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":119879,"timestamp":102105407854,"id":17965,"parentId":17963,"tags":{},"startTime":1726668683097,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":20496,"timestamp":102105527821,"id":17967,"parentId":17963,"tags":{"astUsed":"true"},"startTime":1726668683217,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":154446,"timestamp":102105395743,"id":17963,"parentId":17962,"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":1726668683085,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":177488,"timestamp":102105373270,"id":17954,"parentId":17939,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":177743,"timestamp":102105373021,"id":17941,"parentId":17939,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668683062,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":172918,"timestamp":102105383204,"id":17962,"parentId":17938,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668683073,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":40,"timestamp":102105556327,"id":17968,"parentId":17962,"tags":{},"startTime":1726668683246,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":183219,"timestamp":102105373177,"id":17949,"parentId":17939,"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":1726668683063,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":200192,"timestamp":102105356236,"id":17939,"parentId":17938,"tags":{},"startTime":1726668683046,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2865,"timestamp":102105564235,"id":17970,"parentId":17969,"tags":{},"startTime":1726668683254,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102105567127,"id":17972,"parentId":17969,"tags":{},"startTime":1726668683257,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":73,"timestamp":102105567146,"id":17973,"parentId":17969,"tags":{},"startTime":1726668683257,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102105567241,"id":17974,"parentId":17969,"tags":{},"startTime":1726668683257,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102105567265,"id":17975,"parentId":17969,"tags":{},"startTime":1726668683257,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1473,"timestamp":102105567117,"id":17971,"parentId":17969,"tags":{},"startTime":1726668683256,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":431,"timestamp":102105569885,"id":17976,"parentId":17969,"tags":{},"startTime":1726668683259,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5268,"timestamp":102105570323,"id":17977,"parentId":17969,"tags":{},"startTime":1726668683260,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":5357,"timestamp":102105577186,"id":17978,"parentId":17969,"tags":{},"startTime":1726668683267,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":325,"timestamp":102105582543,"id":17979,"parentId":17969,"tags":{},"startTime":1726668683272,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":196,"timestamp":102105582856,"id":17980,"parentId":17969,"tags":{},"startTime":1726668683272,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4812,"timestamp":102105583057,"id":17981,"parentId":17969,"tags":{},"startTime":1726668683272,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":101,"timestamp":102105589039,"id":17983,"parentId":17938,"tags":{},"startTime":1726668683278,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":202,"timestamp":102105588945,"id":17982,"parentId":17938,"tags":{},"startTime":1726668683278,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":31517,"timestamp":102105561129,"id":17969,"parentId":17938,"tags":{},"startTime":1726668683251,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":236801,"timestamp":102105355881,"id":17938,"parentId":17884,"tags":{"name":"client"},"startTime":1726668683045,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":9897,"timestamp":102105592720,"id":17984,"parentId":17884,"tags":{},"startTime":1726668683282,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":663592,"timestamp":102104940913,"id":17884,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668682630,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":15,"timestamp":102105625268,"id":17985,"parentId":3,"tags":{},"startTime":1726668683315,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102105625664,"id":17986,"parentId":3,"tags":{},"startTime":1726668683315,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102105625837,"id":17987,"parentId":3,"tags":{},"startTime":1726668683315,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102105626048,"id":17988,"parentId":3,"tags":{},"startTime":1726668683315,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102105626142,"id":17989,"parentId":3,"tags":{},"startTime":1726668683316,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102105626266,"id":17990,"parentId":3,"tags":{},"startTime":1726668683316,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":216997,"timestamp":102105636362,"id":17992,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668683326,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102105853424,"id":17997,"parentId":17992,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"309886976","memory.heapUsed":"367002680","memory.heapTotal":"408354816"},"startTime":1726668683543,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":215166,"timestamp":102105642208,"id":17994,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668683332,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102105857409,"id":17998,"parentId":17994,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"309886976","memory.heapUsed":"367421216","memory.heapTotal":"408354816"},"startTime":1726668683547,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":218719,"timestamp":102105640280,"id":17993,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668683330,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102105859017,"id":17999,"parentId":17993,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"309886976","memory.heapUsed":"368204184","memory.heapTotal":"408354816"},"startTime":1726668683548,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":227406,"timestamp":102105632282,"id":17991,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668683322,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102105859699,"id":18000,"parentId":17991,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"309886976","memory.heapUsed":"368511360","memory.heapTotal":"408354816"},"startTime":1726668683549,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":377887,"timestamp":102105655522,"id":17996,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668683345,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":3,"timestamp":102106033515,"id":18001,"parentId":17996,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"289800192","memory.heapUsed":"364536600","memory.heapTotal":"408354816"},"startTime":1726668683723,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":391774,"timestamp":102105647301,"id":17995,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668683337,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102106039123,"id":18002,"parentId":17995,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"289800192","memory.heapUsed":"365653568","memory.heapTotal":"408354816"},"startTime":1726668683728,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1102000,"timestamp":102104942517,"id":18003,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668683741,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1113000,"timestamp":102104942963,"id":18004,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668683750,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1119000,"timestamp":102104943067,"id":18005,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668683751,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1120000,"timestamp":102104942468,"id":18006,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668683755,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1123000,"timestamp":102104943455,"id":18007,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668683757,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1128000,"timestamp":102104943938,"id":18008,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668683762,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29359,"timestamp":102111947370,"id":18015,"parentId":18012,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668689636,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30535,"timestamp":102111947085,"id":18013,"parentId":18012,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668689636,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":87736,"timestamp":102111947346,"id":18014,"parentId":18012,"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":1726668689636,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":87699,"timestamp":102111947392,"id":18016,"parentId":18012,"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":1726668689636,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":6521,"timestamp":102112030944,"id":18024,"parentId":18023,"tags":{},"startTime":1726668689720,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":6892,"timestamp":102112030578,"id":18023,"parentId":18022,"tags":{},"startTime":1726668689720,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":14326,"timestamp":102112029491,"id":18022,"parentId":18011,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668689718,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":97915,"timestamp":102111947430,"id":18018,"parentId":18012,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668689636,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":97902,"timestamp":102111947448,"id":18019,"parentId":18012,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668689636,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":97887,"timestamp":102111947465,"id":18020,"parentId":18012,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668689636,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":97870,"timestamp":102111947482,"id":18021,"parentId":18012,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668689636,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":108128,"timestamp":102111947411,"id":18017,"parentId":18012,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668689636,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":368347,"timestamp":102111923760,"id":18012,"parentId":18011,"tags":{},"startTime":1726668689613,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4773,"timestamp":102112339430,"id":18051,"parentId":18050,"tags":{},"startTime":1726668690028,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102112344264,"id":18053,"parentId":18050,"tags":{},"startTime":1726668690033,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":5704,"timestamp":102112344303,"id":18054,"parentId":18050,"tags":{},"startTime":1726668690033,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":10,"timestamp":102112350065,"id":18055,"parentId":18050,"tags":{},"startTime":1726668690039,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":102112350109,"id":18056,"parentId":18050,"tags":{},"startTime":1726668690039,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":9111,"timestamp":102112344242,"id":18052,"parentId":18050,"tags":{},"startTime":1726668690033,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1536,"timestamp":102112356963,"id":18057,"parentId":18050,"tags":{},"startTime":1726668690046,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":10626,"timestamp":102112358526,"id":18058,"parentId":18050,"tags":{},"startTime":1726668690048,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2355,"timestamp":102112371360,"id":18059,"parentId":18050,"tags":{},"startTime":1726668690060,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":403,"timestamp":102112373714,"id":18060,"parentId":18050,"tags":{},"startTime":1726668690063,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":227,"timestamp":102112374096,"id":18061,"parentId":18050,"tags":{},"startTime":1726668690063,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":11245,"timestamp":102112374331,"id":18062,"parentId":18050,"tags":{},"startTime":1726668690063,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":74648,"timestamp":102112329601,"id":18050,"parentId":18011,"tags":{},"startTime":1726668690019,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":496871,"timestamp":102111922626,"id":18011,"parentId":18009,"tags":{"name":"server"},"startTime":1726668689612,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":15750,"timestamp":102112419697,"id":18063,"parentId":18009,"tags":{},"startTime":1726668690109,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":547716,"timestamp":102111888438,"id":18009,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668689577,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6717,"timestamp":102112454341,"id":18076,"parentId":18065,"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":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6767,"timestamp":102112454376,"id":18078,"parentId":18065,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6698,"timestamp":102112454447,"id":18082,"parentId":18065,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6680,"timestamp":102112454467,"id":18083,"parentId":18065,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6627,"timestamp":102112454522,"id":18086,"parentId":18065,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13229,"timestamp":102112454055,"id":18066,"parentId":18065,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13131,"timestamp":102112454171,"id":18068,"parentId":18065,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15701,"timestamp":102112454210,"id":18070,"parentId":18065,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21090,"timestamp":102112454250,"id":18071,"parentId":18065,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24113,"timestamp":102112454269,"id":18072,"parentId":18065,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23848,"timestamp":102112454539,"id":18087,"parentId":18065,"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":1726668690144,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24380,"timestamp":102112454486,"id":18084,"parentId":18065,"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&server=false!"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26150,"timestamp":102112454304,"id":18074,"parentId":18065,"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":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26065,"timestamp":102112454394,"id":18079,"parentId":18065,"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":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26032,"timestamp":102112454430,"id":18081,"parentId":18065,"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":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25959,"timestamp":102112454504,"id":18085,"parentId":18065,"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":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27920,"timestamp":102112454287,"id":18073,"parentId":18065,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27853,"timestamp":102112454358,"id":18077,"parentId":18065,"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":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29156,"timestamp":102112454191,"id":18069,"parentId":18065,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":6333,"timestamp":102112477347,"id":18090,"parentId":18089,"tags":{},"startTime":1726668690166,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":146047,"timestamp":102112483923,"id":18092,"parentId":18091,"tags":{},"startTime":1726668690173,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":146988,"timestamp":102112483747,"id":18091,"parentId":18089,"tags":{},"startTime":1726668690173,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":27988,"timestamp":102112630912,"id":18093,"parentId":18089,"tags":{"astUsed":"true"},"startTime":1726668690320,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":183923,"timestamp":102112477171,"id":18089,"parentId":18088,"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":1726668690166,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":207334,"timestamp":102112454412,"id":18080,"parentId":18065,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":207605,"timestamp":102112454149,"id":18067,"parentId":18065,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":204064,"timestamp":102112462046,"id":18088,"parentId":18064,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668690151,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":41,"timestamp":102112666358,"id":18094,"parentId":18088,"tags":{},"startTime":1726668690355,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":212105,"timestamp":102112454322,"id":18075,"parentId":18065,"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":1726668690143,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":227140,"timestamp":102112439313,"id":18065,"parentId":18064,"tags":{},"startTime":1726668690128,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2362,"timestamp":102112676521,"id":18096,"parentId":18095,"tags":{},"startTime":1726668690365,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102112678907,"id":18098,"parentId":18095,"tags":{},"startTime":1726668690368,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":77,"timestamp":102112678929,"id":18099,"parentId":18095,"tags":{},"startTime":1726668690368,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":7,"timestamp":102112679031,"id":18100,"parentId":18095,"tags":{},"startTime":1726668690368,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102112679060,"id":18101,"parentId":18095,"tags":{},"startTime":1726668690368,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2768,"timestamp":102112678898,"id":18097,"parentId":18095,"tags":{},"startTime":1726668690368,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":621,"timestamp":102112684080,"id":18102,"parentId":18095,"tags":{},"startTime":1726668690373,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9482,"timestamp":102112684714,"id":18103,"parentId":18095,"tags":{},"startTime":1726668690374,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":7044,"timestamp":102112696040,"id":18104,"parentId":18095,"tags":{},"startTime":1726668690385,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":315,"timestamp":102112703083,"id":18105,"parentId":18095,"tags":{},"startTime":1726668690392,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":177,"timestamp":102112703387,"id":18106,"parentId":18095,"tags":{},"startTime":1726668690392,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3506,"timestamp":102112703571,"id":18107,"parentId":18095,"tags":{},"startTime":1726668690393,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":432,"timestamp":102112709993,"id":18109,"parentId":18064,"tags":{},"startTime":1726668690399,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":614,"timestamp":102112709826,"id":18108,"parentId":18064,"tags":{},"startTime":1726668690399,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":42437,"timestamp":102112673122,"id":18095,"parentId":18064,"tags":{},"startTime":1726668690362,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":276655,"timestamp":102112438962,"id":18064,"parentId":18010,"tags":{"name":"client"},"startTime":1726668690128,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":15192,"timestamp":102112715723,"id":18110,"parentId":18010,"tags":{},"startTime":1726668690405,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":851592,"timestamp":102111890536,"id":18010,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668689580,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":19,"timestamp":102112748146,"id":18111,"parentId":3,"tags":{},"startTime":1726668690437,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102112748394,"id":18112,"parentId":3,"tags":{},"startTime":1726668690437,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102112748476,"id":18113,"parentId":3,"tags":{},"startTime":1726668690437,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102112748651,"id":18114,"parentId":3,"tags":{},"startTime":1726668690438,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102112748729,"id":18115,"parentId":3,"tags":{},"startTime":1726668690438,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102112748797,"id":18116,"parentId":3,"tags":{},"startTime":1726668690438,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":250878,"timestamp":102112758158,"id":18118,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668690447,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102113009071,"id":18123,"parentId":18118,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"312492032","memory.heapUsed":"412374384","memory.heapTotal":"451280896"},"startTime":1726668690698,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":249114,"timestamp":102112760398,"id":18119,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668690449,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102113009527,"id":18124,"parentId":18119,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"312508416","memory.heapUsed":"412677312","memory.heapTotal":"451280896"},"startTime":1726668690698,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":247672,"timestamp":102112762517,"id":18120,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668690451,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102113010199,"id":18125,"parentId":18120,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"312508416","memory.heapUsed":"413083824","memory.heapTotal":"451280896"},"startTime":1726668690699,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":257071,"timestamp":102112753527,"id":18117,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668690442,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102113010610,"id":18126,"parentId":18117,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"312508416","memory.heapUsed":"413388072","memory.heapTotal":"451280896"},"startTime":1726668690700,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":266253,"timestamp":102112768345,"id":18121,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668690457,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102113034639,"id":18127,"parentId":18121,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"313081856","memory.heapUsed":"405763912","memory.heapTotal":"451280896"},"startTime":1726668690724,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":263510,"timestamp":102112773111,"id":18122,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668690462,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102113036644,"id":18128,"parentId":18122,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"313114624","memory.heapUsed":"406354592","memory.heapTotal":"451280896"},"startTime":1726668690726,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1208000,"timestamp":102111896970,"id":18129,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668690802,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1224000,"timestamp":102111901192,"id":18130,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668690820,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1224000,"timestamp":102111901618,"id":18131,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668690821,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1224000,"timestamp":102111901859,"id":18132,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668690821,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1237000,"timestamp":102111896574,"id":18133,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668690824,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1237000,"timestamp":102111903336,"id":18134,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668690834,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13872,"timestamp":102160971733,"id":18141,"parentId":18138,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668738658,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16500,"timestamp":102160971499,"id":18139,"parentId":18138,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668738658,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":46120,"timestamp":102160971716,"id":18140,"parentId":18138,"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":1726668738658,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":46095,"timestamp":102160971749,"id":18142,"parentId":18138,"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":1726668738658,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":4150,"timestamp":102161015871,"id":18150,"parentId":18149,"tags":{},"startTime":1726668738702,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":4470,"timestamp":102161015554,"id":18149,"parentId":18148,"tags":{},"startTime":1726668738702,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":19517,"timestamp":102161014747,"id":18148,"parentId":18137,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668738701,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":63816,"timestamp":102160971796,"id":18145,"parentId":18138,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668738658,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":63789,"timestamp":102160971828,"id":18147,"parentId":18138,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668738658,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":63837,"timestamp":102160971781,"id":18144,"parentId":18138,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668738658,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":63807,"timestamp":102160971812,"id":18146,"parentId":18138,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668738658,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":69673,"timestamp":102160971765,"id":18143,"parentId":18138,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668738658,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":211776,"timestamp":102160948809,"id":18138,"parentId":18137,"tags":{},"startTime":1726668738635,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":6562,"timestamp":102161174337,"id":18177,"parentId":18176,"tags":{},"startTime":1726668738860,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":6,"timestamp":102161180935,"id":18179,"parentId":18176,"tags":{},"startTime":1726668738867,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3907,"timestamp":102161180965,"id":18180,"parentId":18176,"tags":{},"startTime":1726668738867,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":19,"timestamp":102161184898,"id":18181,"parentId":18176,"tags":{},"startTime":1726668738871,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102161184933,"id":18182,"parentId":18176,"tags":{},"startTime":1726668738871,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":7007,"timestamp":102161180924,"id":18178,"parentId":18176,"tags":{},"startTime":1726668738867,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":736,"timestamp":102161190399,"id":18183,"parentId":18176,"tags":{},"startTime":1726668738877,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5830,"timestamp":102161191146,"id":18184,"parentId":18176,"tags":{},"startTime":1726668738877,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2391,"timestamp":102161198596,"id":18185,"parentId":18176,"tags":{},"startTime":1726668738885,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":187,"timestamp":102161200986,"id":18186,"parentId":18176,"tags":{},"startTime":1726668738887,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":142,"timestamp":102161201163,"id":18187,"parentId":18176,"tags":{},"startTime":1726668738887,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":5141,"timestamp":102161201311,"id":18188,"parentId":18176,"tags":{},"startTime":1726668738887,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":51399,"timestamp":102161171181,"id":18176,"parentId":18137,"tags":{},"startTime":1726668738857,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":284995,"timestamp":102160947506,"id":18137,"parentId":18135,"tags":{"name":"server"},"startTime":1726668738634,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":17754,"timestamp":102161232624,"id":18189,"parentId":18135,"tags":{},"startTime":1726668738919,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":351694,"timestamp":102160900030,"id":18135,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668738586,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7794,"timestamp":102161278313,"id":18202,"parentId":18191,"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":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7807,"timestamp":102161278369,"id":18204,"parentId":18191,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7726,"timestamp":102161278452,"id":18208,"parentId":18191,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668738965,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7707,"timestamp":102161278472,"id":18209,"parentId":18191,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668738965,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7552,"timestamp":102161278629,"id":18212,"parentId":18191,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668738965,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12949,"timestamp":102161277719,"id":18192,"parentId":18191,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12843,"timestamp":102161277839,"id":18194,"parentId":18191,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15883,"timestamp":102161277883,"id":18196,"parentId":18191,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17947,"timestamp":102161277904,"id":18197,"parentId":18191,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27854,"timestamp":102161277924,"id":18198,"parentId":18191,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27138,"timestamp":102161278649,"id":18213,"parentId":18191,"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":1726668738965,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27831,"timestamp":102161278582,"id":18210,"parentId":18191,"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&server=false!"},"startTime":1726668738965,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30743,"timestamp":102161278088,"id":18200,"parentId":18191,"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":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30442,"timestamp":102161278394,"id":18205,"parentId":18191,"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":1726668738965,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30405,"timestamp":102161278433,"id":18207,"parentId":18191,"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":1726668738965,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30235,"timestamp":102161278609,"id":18211,"parentId":18191,"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":1726668738965,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32874,"timestamp":102161277942,"id":18199,"parentId":18191,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32476,"timestamp":102161278347,"id":18203,"parentId":18191,"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":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34089,"timestamp":102161277862,"id":18195,"parentId":18191,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":14738,"timestamp":102161297541,"id":18216,"parentId":18215,"tags":{},"startTime":1726668738984,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":148469,"timestamp":102161312490,"id":18218,"parentId":18217,"tags":{},"startTime":1726668738999,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":150236,"timestamp":102161312342,"id":18217,"parentId":18215,"tags":{},"startTime":1726668738998,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":46740,"timestamp":102161462689,"id":18219,"parentId":18215,"tags":{"astUsed":"true"},"startTime":1726668739149,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":222741,"timestamp":102161297378,"id":18215,"parentId":18214,"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":1726668738984,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":242615,"timestamp":102161278414,"id":18206,"parentId":18191,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668738965,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":243221,"timestamp":102161277815,"id":18193,"parentId":18191,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":238591,"timestamp":102161286954,"id":18214,"parentId":18190,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668738973,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":73,"timestamp":102161525856,"id":18220,"parentId":18214,"tags":{},"startTime":1726668739212,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":247713,"timestamp":102161278249,"id":18201,"parentId":18191,"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":1726668738964,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":270436,"timestamp":102161255549,"id":18191,"parentId":18190,"tags":{},"startTime":1726668738942,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3751,"timestamp":102161540875,"id":18222,"parentId":18221,"tags":{},"startTime":1726668739227,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":10,"timestamp":102161544662,"id":18224,"parentId":18221,"tags":{},"startTime":1726668739231,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":109,"timestamp":102161544696,"id":18225,"parentId":18221,"tags":{},"startTime":1726668739231,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":12,"timestamp":102161544837,"id":18226,"parentId":18221,"tags":{},"startTime":1726668739231,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":102161544875,"id":18227,"parentId":18221,"tags":{},"startTime":1726668739231,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3420,"timestamp":102161544648,"id":18223,"parentId":18221,"tags":{},"startTime":1726668739231,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":691,"timestamp":102161551568,"id":18228,"parentId":18221,"tags":{},"startTime":1726668739238,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":19962,"timestamp":102161552276,"id":18229,"parentId":18221,"tags":{},"startTime":1726668739238,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":10702,"timestamp":102161574627,"id":18230,"parentId":18221,"tags":{},"startTime":1726668739261,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":491,"timestamp":102161585326,"id":18231,"parentId":18221,"tags":{},"startTime":1726668739271,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":265,"timestamp":102161585798,"id":18232,"parentId":18221,"tags":{},"startTime":1726668739272,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4569,"timestamp":102161586071,"id":18233,"parentId":18221,"tags":{},"startTime":1726668739272,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":141,"timestamp":102161592681,"id":18235,"parentId":18190,"tags":{},"startTime":1726668739279,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":324,"timestamp":102161592508,"id":18234,"parentId":18190,"tags":{},"startTime":1726668739279,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":62568,"timestamp":102161535190,"id":18221,"parentId":18190,"tags":{},"startTime":1726668739221,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":342852,"timestamp":102161254954,"id":18190,"parentId":18136,"tags":{"name":"client"},"startTime":1726668738941,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":14637,"timestamp":102161597863,"id":18236,"parentId":18136,"tags":{},"startTime":1726668739284,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":713971,"timestamp":102160900689,"id":18136,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668738587,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":7,"timestamp":102161623848,"id":18237,"parentId":3,"tags":{},"startTime":1726668739310,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102161623991,"id":18238,"parentId":3,"tags":{},"startTime":1726668739310,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102161624211,"id":18239,"parentId":3,"tags":{},"startTime":1726668739310,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102161624352,"id":18240,"parentId":3,"tags":{},"startTime":1726668739310,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102161625186,"id":18241,"parentId":3,"tags":{},"startTime":1726668739311,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102161625327,"id":18242,"parentId":3,"tags":{},"startTime":1726668739311,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":241482,"timestamp":102161634737,"id":18244,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668739321,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":3,"timestamp":102161876551,"id":18249,"parentId":18244,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"344457216","memory.heapUsed":"327615416","memory.heapTotal":"363266048"},"startTime":1726668739563,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":239215,"timestamp":102161638821,"id":18245,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668739325,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102161878064,"id":18250,"parentId":18245,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"344457216","memory.heapUsed":"327916896","memory.heapTotal":"363266048"},"startTime":1726668739564,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":249127,"timestamp":102161629837,"id":18243,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668739316,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102161878980,"id":18251,"parentId":18243,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"344457216","memory.heapUsed":"328221616","memory.heapTotal":"363266048"},"startTime":1726668739565,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":236652,"timestamp":102161642942,"id":18246,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668739329,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102161879609,"id":18252,"parentId":18246,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"344457216","memory.heapUsed":"328526520","memory.heapTotal":"363266048"},"startTime":1726668739566,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":261578,"timestamp":102161664336,"id":18248,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668739350,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102161925953,"id":18253,"parentId":18248,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"344735744","memory.heapUsed":"325929208","memory.heapTotal":"363266048"},"startTime":1726668739612,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":274976,"timestamp":102161652466,"id":18247,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668739339,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102161927491,"id":18254,"parentId":18247,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"344735744","memory.heapUsed":"326243248","memory.heapTotal":"363266048"},"startTime":1726668739614,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1034000,"timestamp":102160903603,"id":18255,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668739629,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1051000,"timestamp":102160904208,"id":18256,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668739647,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1054000,"timestamp":102160903262,"id":18257,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668739647,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1072000,"timestamp":102160905556,"id":18258,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668739666,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1071000,"timestamp":102160906429,"id":18259,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668739667,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1075000,"timestamp":102160905079,"id":18260,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668739667,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28045,"timestamp":102176903170,"id":18267,"parentId":18264,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668754588,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29569,"timestamp":102176902910,"id":18265,"parentId":18264,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668754588,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":71084,"timestamp":102176903149,"id":18266,"parentId":18264,"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":1726668754588,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":71059,"timestamp":102176903187,"id":18268,"parentId":18264,"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":1726668754588,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5174,"timestamp":102176971629,"id":18276,"parentId":18275,"tags":{},"startTime":1726668754657,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5563,"timestamp":102176971245,"id":18275,"parentId":18274,"tags":{},"startTime":1726668754656,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":15714,"timestamp":102176970110,"id":18274,"parentId":18263,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668754655,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":85289,"timestamp":102176903254,"id":18272,"parentId":18264,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668754588,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":85284,"timestamp":102176903270,"id":18273,"parentId":18264,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668754588,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":85333,"timestamp":102176903223,"id":18270,"parentId":18264,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668754588,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":85323,"timestamp":102176903236,"id":18271,"parentId":18264,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668754588,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":92509,"timestamp":102176903205,"id":18269,"parentId":18264,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668754588,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":249078,"timestamp":102176881307,"id":18264,"parentId":18263,"tags":{},"startTime":1726668754567,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2778,"timestamp":102177147174,"id":18303,"parentId":18302,"tags":{},"startTime":1726668754832,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102177149981,"id":18305,"parentId":18302,"tags":{},"startTime":1726668754835,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":5515,"timestamp":102177150012,"id":18306,"parentId":18302,"tags":{},"startTime":1726668754835,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102177155555,"id":18307,"parentId":18302,"tags":{},"startTime":1726668754841,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102177155581,"id":18308,"parentId":18302,"tags":{},"startTime":1726668754841,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":8641,"timestamp":102177149974,"id":18304,"parentId":18302,"tags":{},"startTime":1726668754835,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":928,"timestamp":102177160733,"id":18309,"parentId":18302,"tags":{},"startTime":1726668754846,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":6067,"timestamp":102177161679,"id":18310,"parentId":18302,"tags":{},"startTime":1726668754847,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1656,"timestamp":102177169616,"id":18311,"parentId":18302,"tags":{},"startTime":1726668754855,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":221,"timestamp":102177171271,"id":18312,"parentId":18302,"tags":{},"startTime":1726668754856,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":172,"timestamp":102177171475,"id":18313,"parentId":18302,"tags":{},"startTime":1726668754857,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":5571,"timestamp":102177171652,"id":18314,"parentId":18302,"tags":{},"startTime":1726668754857,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":51203,"timestamp":102177143984,"id":18302,"parentId":18263,"tags":{},"startTime":1726668754829,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":326386,"timestamp":102176879250,"id":18263,"parentId":18261,"tags":{"name":"server"},"startTime":1726668754564,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":15440,"timestamp":102177205799,"id":18315,"parentId":18261,"tags":{},"startTime":1726668754891,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":395538,"timestamp":102176826233,"id":18261,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668754511,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4998,"timestamp":102177237310,"id":18328,"parentId":18317,"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":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5042,"timestamp":102177237343,"id":18330,"parentId":18317,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4980,"timestamp":102177237406,"id":18334,"parentId":18317,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4965,"timestamp":102177237422,"id":18335,"parentId":18317,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4904,"timestamp":102177237485,"id":18338,"parentId":18317,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9802,"timestamp":102177237037,"id":18318,"parentId":18317,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9704,"timestamp":102177237147,"id":18320,"parentId":18317,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12196,"timestamp":102177237182,"id":18322,"parentId":18317,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14341,"timestamp":102177237199,"id":18323,"parentId":18317,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19336,"timestamp":102177237216,"id":18324,"parentId":18317,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19057,"timestamp":102177237501,"id":18339,"parentId":18317,"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":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19531,"timestamp":102177237444,"id":18336,"parentId":18317,"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&server=false!"},"startTime":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21141,"timestamp":102177237278,"id":18326,"parentId":18317,"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":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21062,"timestamp":102177237359,"id":18331,"parentId":18317,"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":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21032,"timestamp":102177237390,"id":18333,"parentId":18317,"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":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20964,"timestamp":102177237460,"id":18337,"parentId":18317,"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":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22632,"timestamp":102177237232,"id":18325,"parentId":18317,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22542,"timestamp":102177237327,"id":18329,"parentId":18317,"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":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23621,"timestamp":102177237165,"id":18321,"parentId":18317,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7804,"timestamp":102177253256,"id":18342,"parentId":18341,"tags":{},"startTime":1726668754938,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":115281,"timestamp":102177261271,"id":18344,"parentId":18343,"tags":{},"startTime":1726668754946,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":115837,"timestamp":102177261112,"id":18343,"parentId":18341,"tags":{},"startTime":1726668754946,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":24417,"timestamp":102177377057,"id":18345,"parentId":18341,"tags":{"astUsed":"true"},"startTime":1726668755062,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":150262,"timestamp":102177253105,"id":18341,"parentId":18340,"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":1726668754938,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":166572,"timestamp":102177237375,"id":18332,"parentId":18317,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668754923,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":166829,"timestamp":102177237127,"id":18319,"parentId":18317,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":163604,"timestamp":102177243056,"id":18340,"parentId":18316,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668754928,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":44,"timestamp":102177406853,"id":18346,"parentId":18340,"tags":{},"startTime":1726668755092,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":169631,"timestamp":102177237294,"id":18327,"parentId":18317,"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":1726668754922,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":182738,"timestamp":102177224211,"id":18317,"parentId":18316,"tags":{},"startTime":1726668754909,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2474,"timestamp":102177415226,"id":18348,"parentId":18347,"tags":{},"startTime":1726668755100,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102177417720,"id":18350,"parentId":18347,"tags":{},"startTime":1726668755103,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":71,"timestamp":102177417738,"id":18351,"parentId":18347,"tags":{},"startTime":1726668755103,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102177417830,"id":18352,"parentId":18347,"tags":{},"startTime":1726668755103,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102177417853,"id":18353,"parentId":18347,"tags":{},"startTime":1726668755103,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1357,"timestamp":102177417712,"id":18349,"parentId":18347,"tags":{},"startTime":1726668755103,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":473,"timestamp":102177420335,"id":18354,"parentId":18347,"tags":{},"startTime":1726668755106,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":7685,"timestamp":102177420821,"id":18355,"parentId":18347,"tags":{},"startTime":1726668755106,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4607,"timestamp":102177430102,"id":18356,"parentId":18347,"tags":{},"startTime":1726668755115,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":312,"timestamp":102177434708,"id":18357,"parentId":18347,"tags":{},"startTime":1726668755120,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":174,"timestamp":102177435008,"id":18358,"parentId":18347,"tags":{},"startTime":1726668755120,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2703,"timestamp":102177435191,"id":18359,"parentId":18347,"tags":{},"startTime":1726668755120,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":91,"timestamp":102177438968,"id":18361,"parentId":18316,"tags":{},"startTime":1726668755124,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":183,"timestamp":102177438882,"id":18360,"parentId":18316,"tags":{},"startTime":1726668755124,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":30252,"timestamp":102177411801,"id":18347,"parentId":18316,"tags":{},"startTime":1726668755097,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":218197,"timestamp":102177223885,"id":18316,"parentId":18262,"tags":{"name":"client"},"startTime":1726668754909,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":10399,"timestamp":102177442123,"id":18362,"parentId":18262,"tags":{},"startTime":1726668755127,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":623954,"timestamp":102176829983,"id":18262,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668754515,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":144,"timestamp":102177469129,"id":18363,"parentId":3,"tags":{},"startTime":1726668755154,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102177469362,"id":18364,"parentId":3,"tags":{},"startTime":1726668755155,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102177469406,"id":18365,"parentId":3,"tags":{},"startTime":1726668755155,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102177469440,"id":18366,"parentId":3,"tags":{},"startTime":1726668755155,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102177469574,"id":18367,"parentId":3,"tags":{},"startTime":1726668755155,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102177471843,"id":18368,"parentId":3,"tags":{},"startTime":1726668755157,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":263019,"timestamp":102177484948,"id":18370,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668755170,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102177748021,"id":18375,"parentId":18370,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"291733504","memory.heapUsed":"364157816","memory.heapTotal":"407240704"},"startTime":1726668755433,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":268508,"timestamp":102177482294,"id":18369,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668755167,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102177751007,"id":18376,"parentId":18369,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"291733504","memory.heapUsed":"364498272","memory.heapTotal":"407240704"},"startTime":1726668755436,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":265623,"timestamp":102177487691,"id":18371,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668755173,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102177753382,"id":18377,"parentId":18371,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"291733504","memory.heapUsed":"364799376","memory.heapTotal":"407240704"},"startTime":1726668755439,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":264716,"timestamp":102177490090,"id":18372,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668755175,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102177754878,"id":18378,"parentId":18372,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"291733504","memory.heapUsed":"365101568","memory.heapTotal":"407240704"},"startTime":1726668755440,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":295139,"timestamp":102177498720,"id":18373,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668755184,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102177793897,"id":18379,"parentId":18373,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"288489472","memory.heapUsed":"375649488","memory.heapTotal":"407240704"},"startTime":1726668755479,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":282320,"timestamp":102177512247,"id":18374,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668755197,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102177794579,"id":18380,"parentId":18374,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"288489472","memory.heapUsed":"375952792","memory.heapTotal":"407240704"},"startTime":1726668755480,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":985000,"timestamp":102176836734,"id":18381,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668755516,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1011000,"timestamp":102176834524,"id":18382,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668755532,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1011000,"timestamp":102176834979,"id":18383,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668755532,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1010000,"timestamp":102176837494,"id":18384,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668755534,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1011000,"timestamp":102176836660,"id":18385,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668755534,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1013000,"timestamp":102176838248,"id":18386,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668755537,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18314,"timestamp":102203848142,"id":18393,"parentId":18390,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668781532,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19597,"timestamp":102203847613,"id":18391,"parentId":18390,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668781531,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53835,"timestamp":102203847844,"id":18392,"parentId":18390,"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":1726668781531,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53522,"timestamp":102203848164,"id":18394,"parentId":18390,"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":1726668781532,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":56773,"timestamp":102203848208,"id":18397,"parentId":18390,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668781532,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":56749,"timestamp":102203848240,"id":18399,"parentId":18390,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668781532,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":6770,"timestamp":102203898352,"id":18402,"parentId":18401,"tags":{},"startTime":1726668781582,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":7263,"timestamp":102203897862,"id":18401,"parentId":18400,"tags":{},"startTime":1726668781582,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":13455,"timestamp":102203896893,"id":18400,"parentId":18389,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668781581,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":64199,"timestamp":102203848194,"id":18396,"parentId":18390,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668781532,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":64175,"timestamp":102203848225,"id":18398,"parentId":18390,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668781532,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":73775,"timestamp":102203848180,"id":18395,"parentId":18390,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668781532,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":238859,"timestamp":102203806449,"id":18390,"parentId":18389,"tags":{},"startTime":1726668781490,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4856,"timestamp":102204061015,"id":18429,"parentId":18428,"tags":{},"startTime":1726668781745,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102204065910,"id":18431,"parentId":18428,"tags":{},"startTime":1726668781750,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4420,"timestamp":102204065951,"id":18432,"parentId":18428,"tags":{},"startTime":1726668781750,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":15,"timestamp":102204070403,"id":18433,"parentId":18428,"tags":{},"startTime":1726668781754,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102204070435,"id":18434,"parentId":18428,"tags":{},"startTime":1726668781754,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":6313,"timestamp":102204065893,"id":18430,"parentId":18428,"tags":{},"startTime":1726668781750,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":759,"timestamp":102204074546,"id":18435,"parentId":18428,"tags":{},"startTime":1726668781758,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5734,"timestamp":102204075316,"id":18436,"parentId":18428,"tags":{},"startTime":1726668781759,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1632,"timestamp":102204082601,"id":18437,"parentId":18428,"tags":{},"startTime":1726668781766,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":184,"timestamp":102204084233,"id":18438,"parentId":18428,"tags":{},"startTime":1726668781768,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":149,"timestamp":102204084404,"id":18439,"parentId":18428,"tags":{},"startTime":1726668781768,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3575,"timestamp":102204084562,"id":18440,"parentId":18428,"tags":{},"startTime":1726668781768,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":43790,"timestamp":102204057730,"id":18428,"parentId":18389,"tags":{},"startTime":1726668781741,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":305992,"timestamp":102203805172,"id":18389,"parentId":18387,"tags":{"name":"server"},"startTime":1726668781489,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":12876,"timestamp":102204111314,"id":18441,"parentId":18387,"tags":{},"startTime":1726668781795,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":365968,"timestamp":102203759418,"id":18387,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668781443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8030,"timestamp":102204148765,"id":18454,"parentId":18443,"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":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8013,"timestamp":102204148861,"id":18456,"parentId":18443,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7768,"timestamp":102204149108,"id":18460,"parentId":18443,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668781833,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7718,"timestamp":102204149159,"id":18461,"parentId":18443,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668781833,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7592,"timestamp":102204149287,"id":18464,"parentId":18443,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668781833,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13794,"timestamp":102204148083,"id":18444,"parentId":18443,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13491,"timestamp":102204148402,"id":18446,"parentId":18443,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17118,"timestamp":102204148495,"id":18448,"parentId":18443,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19531,"timestamp":102204148540,"id":18449,"parentId":18443,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23450,"timestamp":102204148584,"id":18450,"parentId":18443,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22714,"timestamp":102204149328,"id":18465,"parentId":18443,"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":1726668781833,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23331,"timestamp":102204149204,"id":18462,"parentId":18443,"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&server=false!"},"startTime":1726668781833,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25303,"timestamp":102204148677,"id":18452,"parentId":18443,"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":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25116,"timestamp":102204148907,"id":18457,"parentId":18443,"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":1726668781833,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24957,"timestamp":102204149067,"id":18459,"parentId":18443,"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":1726668781833,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24781,"timestamp":102204149245,"id":18463,"parentId":18443,"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":1726668781833,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27966,"timestamp":102204148629,"id":18451,"parentId":18443,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27788,"timestamp":102204148818,"id":18455,"parentId":18443,"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":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34526,"timestamp":102204148450,"id":18447,"parentId":18443,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":13064,"timestamp":102204170336,"id":18468,"parentId":18467,"tags":{},"startTime":1726668781854,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":208354,"timestamp":102204183645,"id":18470,"parentId":18469,"tags":{},"startTime":1726668781867,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":209140,"timestamp":102204183473,"id":18469,"parentId":18467,"tags":{},"startTime":1726668781867,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":32214,"timestamp":102204392740,"id":18471,"parentId":18467,"tags":{"astUsed":"true"},"startTime":1726668782076,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":257415,"timestamp":102204170163,"id":18467,"parentId":18466,"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":1726668781854,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":279282,"timestamp":102204149021,"id":18458,"parentId":18443,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668781833,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":279958,"timestamp":102204148354,"id":18445,"parentId":18443,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":274267,"timestamp":102204157605,"id":18466,"parentId":18442,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668781841,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":41,"timestamp":102204432187,"id":18472,"parentId":18466,"tags":{},"startTime":1726668782116,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":283535,"timestamp":102204148721,"id":18453,"parentId":18443,"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":1726668781832,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":303821,"timestamp":102204128457,"id":18443,"parentId":18442,"tags":{},"startTime":1726668781812,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3466,"timestamp":102204441707,"id":18474,"parentId":18473,"tags":{},"startTime":1726668782125,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":6,"timestamp":102204445197,"id":18476,"parentId":18473,"tags":{},"startTime":1726668782129,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":75,"timestamp":102204445226,"id":18477,"parentId":18473,"tags":{},"startTime":1726668782129,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":9,"timestamp":102204445329,"id":18478,"parentId":18473,"tags":{},"startTime":1726668782129,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102204445359,"id":18479,"parentId":18473,"tags":{},"startTime":1726668782129,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2440,"timestamp":102204445189,"id":18475,"parentId":18473,"tags":{},"startTime":1726668782129,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":637,"timestamp":102204450672,"id":18480,"parentId":18473,"tags":{},"startTime":1726668782134,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":11827,"timestamp":102204451322,"id":18481,"parentId":18473,"tags":{},"startTime":1726668782135,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":6200,"timestamp":102204464955,"id":18482,"parentId":18473,"tags":{},"startTime":1726668782149,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":307,"timestamp":102204471153,"id":18483,"parentId":18473,"tags":{},"startTime":1726668782155,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":175,"timestamp":102204471449,"id":18484,"parentId":18473,"tags":{},"startTime":1726668782155,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3168,"timestamp":102204471630,"id":18485,"parentId":18473,"tags":{},"startTime":1726668782155,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":89,"timestamp":102204476074,"id":18487,"parentId":18442,"tags":{},"startTime":1726668782160,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":178,"timestamp":102204475990,"id":18486,"parentId":18442,"tags":{},"startTime":1726668782160,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":41421,"timestamp":102204438174,"id":18473,"parentId":18442,"tags":{},"startTime":1726668782122,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":351504,"timestamp":102204128119,"id":18442,"parentId":18388,"tags":{"name":"client"},"startTime":1726668781812,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":9105,"timestamp":102204479662,"id":18488,"parentId":18388,"tags":{},"startTime":1726668782163,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":728384,"timestamp":102203761671,"id":18388,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668781445,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":8,"timestamp":102204497433,"id":18489,"parentId":3,"tags":{},"startTime":1726668782181,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":25,"timestamp":102204499813,"id":18490,"parentId":3,"tags":{},"startTime":1726668782183,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102204501680,"id":18491,"parentId":3,"tags":{},"startTime":1726668782185,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102204501941,"id":18492,"parentId":3,"tags":{},"startTime":1726668782186,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102204502644,"id":18493,"parentId":3,"tags":{},"startTime":1726668782186,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102204502722,"id":18494,"parentId":3,"tags":{},"startTime":1726668782186,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":192846,"timestamp":102204513663,"id":18498,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668782197,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102204706537,"id":18501,"parentId":18498,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"361136128","memory.heapUsed":"329522632","memory.heapTotal":"413614080"},"startTime":1726668782390,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":194979,"timestamp":102204511970,"id":18497,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668782196,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102204706957,"id":18502,"parentId":18497,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"361136128","memory.heapUsed":"329863648","memory.heapTotal":"413614080"},"startTime":1726668782391,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":197035,"timestamp":102204510240,"id":18496,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668782194,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102204707283,"id":18503,"parentId":18496,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"361136128","memory.heapUsed":"330164824","memory.heapTotal":"413614080"},"startTime":1726668782391,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":200452,"timestamp":102204507241,"id":18495,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668782191,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102204707701,"id":18504,"parentId":18495,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"361136128","memory.heapUsed":"330509080","memory.heapTotal":"413614080"},"startTime":1726668782391,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":177836,"timestamp":102204532453,"id":18500,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668782216,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102204710304,"id":18505,"parentId":18500,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"361136128","memory.heapUsed":"332636640","memory.heapTotal":"413614080"},"startTime":1726668782394,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":192081,"timestamp":102204518664,"id":18499,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668782202,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102204710754,"id":18506,"parentId":18499,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"361136128","memory.heapUsed":"332990864","memory.heapTotal":"413614080"},"startTime":1726668782394,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":968000,"timestamp":102203768927,"id":18507,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668782427,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":977000,"timestamp":102203770145,"id":18508,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668782434,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1003000,"timestamp":102203772489,"id":18509,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668782459,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1002000,"timestamp":102203773752,"id":18510,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726668782459,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1010000,"timestamp":102203775104,"id":18511,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668782470,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1006000,"timestamp":102203779323,"id":18512,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726668782470,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19319,"timestamp":102236526988,"id":18519,"parentId":18516,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668814209,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20796,"timestamp":102236526761,"id":18517,"parentId":18516,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668814209,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":79703,"timestamp":102236526971,"id":18518,"parentId":18516,"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":1726668814209,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":79671,"timestamp":102236527014,"id":18520,"parentId":18516,"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":1726668814209,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":8160,"timestamp":102236603946,"id":18528,"parentId":18527,"tags":{},"startTime":1726668814286,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":8569,"timestamp":102236603546,"id":18527,"parentId":18526,"tags":{},"startTime":1726668814285,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":22747,"timestamp":102236602426,"id":18526,"parentId":18515,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668814284,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":98950,"timestamp":102236527057,"id":18523,"parentId":18516,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668814209,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":98926,"timestamp":102236527089,"id":18525,"parentId":18516,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668814209,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":98974,"timestamp":102236527044,"id":18522,"parentId":18516,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668814209,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":98949,"timestamp":102236527070,"id":18524,"parentId":18516,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668814209,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":108258,"timestamp":102236527030,"id":18521,"parentId":18516,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668814209,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":357131,"timestamp":102236500428,"id":18516,"parentId":18515,"tags":{},"startTime":1726668814182,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":18920,"timestamp":102236999621,"id":18555,"parentId":18554,"tags":{},"startTime":1726668814681,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":450,"timestamp":102237018586,"id":18557,"parentId":18554,"tags":{},"startTime":1726668814700,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":8029,"timestamp":102237019120,"id":18558,"parentId":18554,"tags":{},"startTime":1726668814701,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":65,"timestamp":102237027220,"id":18559,"parentId":18554,"tags":{},"startTime":1726668814709,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":8,"timestamp":102237027324,"id":18560,"parentId":18554,"tags":{},"startTime":1726668814709,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":13114,"timestamp":102237018571,"id":18556,"parentId":18554,"tags":{},"startTime":1726668814700,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1523,"timestamp":102237035848,"id":18561,"parentId":18554,"tags":{},"startTime":1726668814718,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":14721,"timestamp":102237037406,"id":18562,"parentId":18554,"tags":{},"startTime":1726668814719,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":6464,"timestamp":102237056266,"id":18563,"parentId":18554,"tags":{},"startTime":1726668814738,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":362,"timestamp":102237062728,"id":18564,"parentId":18554,"tags":{},"startTime":1726668814744,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":249,"timestamp":102237063066,"id":18565,"parentId":18554,"tags":{},"startTime":1726668814745,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":8812,"timestamp":102237063323,"id":18566,"parentId":18554,"tags":{},"startTime":1726668814745,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":127486,"timestamp":102236980294,"id":18554,"parentId":18515,"tags":{},"startTime":1726668814662,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":620560,"timestamp":102236499348,"id":18515,"parentId":18513,"tags":{"name":"server"},"startTime":1726668814181,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":22720,"timestamp":102237120048,"id":18567,"parentId":18513,"tags":{},"startTime":1726668814802,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":696383,"timestamp":102236447718,"id":18513,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668814129,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7520,"timestamp":102237169797,"id":18580,"parentId":18569,"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":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7571,"timestamp":102237169861,"id":18582,"parentId":18569,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7439,"timestamp":102237169996,"id":18586,"parentId":18569,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7404,"timestamp":102237170033,"id":18587,"parentId":18569,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7301,"timestamp":102237170137,"id":18590,"parentId":18569,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13473,"timestamp":102237169204,"id":18570,"parentId":18569,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13306,"timestamp":102237169385,"id":18572,"parentId":18569,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16220,"timestamp":102237169455,"id":18574,"parentId":18569,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26488,"timestamp":102237169490,"id":18575,"parentId":18569,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30177,"timestamp":102237169522,"id":18576,"parentId":18569,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29538,"timestamp":102237170168,"id":18591,"parentId":18569,"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":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30161,"timestamp":102237170066,"id":18588,"parentId":18569,"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&server=false!"},"startTime":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32234,"timestamp":102237169729,"id":18578,"parentId":18569,"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":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32074,"timestamp":102237169895,"id":18583,"parentId":18569,"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":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32013,"timestamp":102237169957,"id":18585,"parentId":18569,"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":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31873,"timestamp":102237170106,"id":18589,"parentId":18569,"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":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34685,"timestamp":102237169554,"id":18577,"parentId":18569,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34418,"timestamp":102237169830,"id":18581,"parentId":18569,"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":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":36424,"timestamp":102237169422,"id":18573,"parentId":18569,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7940,"timestamp":102237198319,"id":18594,"parentId":18593,"tags":{},"startTime":1726668814880,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":295774,"timestamp":102237206541,"id":18596,"parentId":18595,"tags":{},"startTime":1726668814888,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":319147,"timestamp":102237206334,"id":18595,"parentId":18593,"tags":{},"startTime":1726668814888,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":60429,"timestamp":102237526937,"id":18597,"parentId":18593,"tags":{"astUsed":"true"},"startTime":1726668815209,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":400687,"timestamp":102237198154,"id":18593,"parentId":18592,"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":1726668814880,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":430699,"timestamp":102237169926,"id":18584,"parentId":18569,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668814852,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":431314,"timestamp":102237169336,"id":18571,"parentId":18569,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":429343,"timestamp":102237178236,"id":18592,"parentId":18568,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668814860,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":51,"timestamp":102237607886,"id":18598,"parentId":18592,"tags":{},"startTime":1726668815290,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":438207,"timestamp":102237169764,"id":18579,"parentId":18569,"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":1726668814851,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":460941,"timestamp":102237147075,"id":18569,"parentId":18568,"tags":{},"startTime":1726668814829,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3688,"timestamp":102237621536,"id":18600,"parentId":18599,"tags":{},"startTime":1726668815303,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":6,"timestamp":102237625252,"id":18602,"parentId":18599,"tags":{},"startTime":1726668815307,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":126,"timestamp":102237625278,"id":18603,"parentId":18599,"tags":{},"startTime":1726668815307,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":72,"timestamp":102237625431,"id":18604,"parentId":18599,"tags":{},"startTime":1726668815307,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102237625528,"id":18605,"parentId":18599,"tags":{},"startTime":1726668815307,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2782,"timestamp":102237625241,"id":18601,"parentId":18599,"tags":{},"startTime":1726668815307,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":494,"timestamp":102237630347,"id":18606,"parentId":18599,"tags":{},"startTime":1726668815312,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":12901,"timestamp":102237630851,"id":18607,"parentId":18599,"tags":{},"startTime":1726668815313,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":6680,"timestamp":102237645503,"id":18608,"parentId":18599,"tags":{},"startTime":1726668815327,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":306,"timestamp":102237652182,"id":18609,"parentId":18599,"tags":{},"startTime":1726668815334,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":180,"timestamp":102237652479,"id":18610,"parentId":18599,"tags":{},"startTime":1726668815334,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3290,"timestamp":102237652665,"id":18611,"parentId":18599,"tags":{},"startTime":1726668815334,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":101,"timestamp":102237657276,"id":18613,"parentId":18568,"tags":{},"startTime":1726668815339,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":219,"timestamp":102237657163,"id":18612,"parentId":18568,"tags":{},"startTime":1726668815339,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":44514,"timestamp":102237616654,"id":18599,"parentId":18568,"tags":{},"startTime":1726668815298,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":514768,"timestamp":102237146451,"id":18568,"parentId":18514,"tags":{"name":"client"},"startTime":1726668814828,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":13502,"timestamp":102237661278,"id":18614,"parentId":18514,"tags":{},"startTime":1726668815343,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":1229836,"timestamp":102236448544,"id":18514,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668814130,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":7,"timestamp":102237697124,"id":18615,"parentId":3,"tags":{},"startTime":1726668815379,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102237697489,"id":18616,"parentId":3,"tags":{},"startTime":1726668815379,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102237697608,"id":18617,"parentId":3,"tags":{},"startTime":1726668815379,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102237697929,"id":18618,"parentId":3,"tags":{},"startTime":1726668815380,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102237698015,"id":18619,"parentId":3,"tags":{},"startTime":1726668815380,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102237698095,"id":18620,"parentId":3,"tags":{},"startTime":1726668815380,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":244565,"timestamp":102237743762,"id":18626,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668815425,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102237988377,"id":18627,"parentId":18626,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"323256320","memory.heapUsed":"322723952","memory.heapTotal":"363085824"},"startTime":1726668815670,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":257887,"timestamp":102237732205,"id":18624,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668815414,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102237990213,"id":18628,"parentId":18624,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"323272704","memory.heapUsed":"323064408","memory.heapTotal":"363085824"},"startTime":1726668815672,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":272300,"timestamp":102237723539,"id":18623,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668815405,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102237995869,"id":18629,"parentId":18623,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"323272704","memory.heapUsed":"324484176","memory.heapTotal":"363085824"},"startTime":1726668815678,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":258090,"timestamp":102237739529,"id":18625,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726668815421,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102237997653,"id":18630,"parentId":18625,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"323272704","memory.heapUsed":"324793816","memory.heapTotal":"363085824"},"startTime":1726668815679,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":290281,"timestamp":102237714463,"id":18622,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668815396,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102238004794,"id":18631,"parentId":18622,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"323272704","memory.heapUsed":"325257432","memory.heapTotal":"363085824"},"startTime":1726668815686,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":382912,"timestamp":102237709474,"id":18621,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726668815391,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102238092591,"id":18632,"parentId":18621,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"315375616","memory.heapUsed":"326622880","memory.heapTotal":"363085824"},"startTime":1726668815774,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":7,"timestamp":102238807970,"id":18633,"parentId":3,"tags":{"stackTrace":""},"startTime":1726668816490,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102238862022,"id":18635,"parentId":3,"tags":{"stackTrace":""},"startTime":1726668816544,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102238866783,"id":18636,"parentId":3,"tags":{"stackTrace":""},"startTime":1726668816548,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102238871181,"id":18637,"parentId":3,"tags":{"stackTrace":""},"startTime":1726668816553,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":188,"timestamp":102238927415,"id":18641,"parentId":3,"tags":{"stackTrace":""},"startTime":1726668816609,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":72,"timestamp":102238959852,"id":18643,"parentId":3,"tags":{"stackTrace":""},"startTime":1726668816641,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":780435,"timestamp":102238846722,"id":18634,"tags":{"url":"/","isTurbopack":false},"startTime":1726668816528,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102239627208,"id":18645,"parentId":18634,"tags":{"url":"/","memory.rss":"355893248","memory.heapUsed":"318320024","memory.heapTotal":"364822528"},"startTime":1726668817309,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":751043,"timestamp":102238877564,"id":18638,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668816559,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102239628632,"id":18646,"parentId":18638,"tags":{"url":"/community","memory.rss":"355909632","memory.heapUsed":"318679256","memory.heapTotal":"364822528"},"startTime":1726668817310,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":736997,"timestamp":102238892850,"id":18640,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668816574,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102239629868,"id":18647,"parentId":18640,"tags":{"url":"/community","memory.rss":"355909632","memory.heapUsed":"319037096","memory.heapTotal":"364822528"},"startTime":1726668817311,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":692800,"timestamp":102238937993,"id":18642,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668816620,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102239630809,"id":18648,"parentId":18642,"tags":{"url":"/community","memory.rss":"355909632","memory.heapUsed":"319345080","memory.heapTotal":"364822528"},"startTime":1726668817312,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":755293,"timestamp":102238878686,"id":18639,"tags":{"url":"/","isTurbopack":false},"startTime":1726668816560,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102239634017,"id":18649,"parentId":18639,"tags":{"url":"/","memory.rss":"355926016","memory.heapUsed":"320667936","memory.heapTotal":"364822528"},"startTime":1726668817316,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":682003,"timestamp":102238974770,"id":18644,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668816656,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102239656809,"id":18650,"parentId":18644,"tags":{"url":"/community","memory.rss":"355139584","memory.heapUsed":"314644224","memory.heapTotal":"364822528"},"startTime":1726668817338,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":38,"timestamp":102240654623,"id":18651,"parentId":3,"tags":{},"startTime":1726668818336,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102240671261,"id":18652,"parentId":3,"tags":{},"startTime":1726668818353,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102240690138,"id":18653,"parentId":3,"tags":{},"startTime":1726668818372,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":22,"timestamp":102240703364,"id":18654,"parentId":3,"tags":{},"startTime":1726668818385,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102240703986,"id":18655,"parentId":3,"tags":{},"startTime":1726668818385,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102240749154,"id":18656,"parentId":3,"tags":{},"startTime":1726668818431,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102240749376,"id":18657,"parentId":3,"tags":{},"startTime":1726668818431,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102240749803,"id":18658,"parentId":3,"tags":{},"startTime":1726668818431,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":139,"timestamp":102240779774,"id":18659,"parentId":3,"tags":{},"startTime":1726668818461,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102240784925,"id":18660,"parentId":3,"tags":{},"startTime":1726668818466,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102240785100,"id":18661,"parentId":3,"tags":{},"startTime":1726668818467,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102240785696,"id":18662,"parentId":3,"tags":{},"startTime":1726668818467,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102240856653,"id":18663,"parentId":3,"tags":{},"startTime":1726668818538,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102240857024,"id":18664,"parentId":3,"tags":{},"startTime":1726668818539,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102240857071,"id":18665,"parentId":3,"tags":{},"startTime":1726668818539,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102240857108,"id":18666,"parentId":3,"tags":{},"startTime":1726668818539,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102240889802,"id":18667,"parentId":3,"tags":{},"startTime":1726668818571,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102240890054,"id":18668,"parentId":3,"tags":{},"startTime":1726668818572,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102240890100,"id":18669,"parentId":3,"tags":{},"startTime":1726668818572,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102240890135,"id":18670,"parentId":3,"tags":{},"startTime":1726668818572,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102240902886,"id":18671,"parentId":3,"tags":{},"startTime":1726668818584,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102240932576,"id":18672,"parentId":3,"tags":{},"startTime":1726668818614,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102240932873,"id":18673,"parentId":3,"tags":{},"startTime":1726668818614,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102240933317,"id":18674,"parentId":3,"tags":{},"startTime":1726668818615,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102240933463,"id":18675,"parentId":3,"tags":{},"startTime":1726668818615,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102240933540,"id":18676,"parentId":3,"tags":{},"startTime":1726668818615,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102240942928,"id":18677,"parentId":3,"tags":{},"startTime":1726668818624,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28903,"timestamp":102246621427,"id":18684,"parentId":18681,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668824303,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30062,"timestamp":102246621115,"id":18682,"parentId":18681,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668824302,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":63028,"timestamp":102246621405,"id":18683,"parentId":18681,"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":1726668824303,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":63000,"timestamp":102246621442,"id":18685,"parentId":18681,"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":1726668824303,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5778,"timestamp":102246681638,"id":18693,"parentId":18692,"tags":{},"startTime":1726668824363,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":6170,"timestamp":102246681251,"id":18692,"parentId":18691,"tags":{},"startTime":1726668824362,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":16303,"timestamp":102246680352,"id":18691,"parentId":18680,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668824362,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80739,"timestamp":102246621480,"id":18687,"parentId":18681,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668824303,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80728,"timestamp":102246621497,"id":18688,"parentId":18681,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668824303,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80704,"timestamp":102246621522,"id":18689,"parentId":18681,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668824303,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80656,"timestamp":102246621572,"id":18690,"parentId":18681,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668824303,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":84480,"timestamp":102246621463,"id":18686,"parentId":18681,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668824303,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":239610,"timestamp":102246599033,"id":18681,"parentId":18680,"tags":{},"startTime":1726668824280,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":10830,"timestamp":102246920238,"id":18720,"parentId":18719,"tags":{},"startTime":1726668824601,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":7,"timestamp":102246931102,"id":18722,"parentId":18719,"tags":{},"startTime":1726668824612,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":7998,"timestamp":102246931127,"id":18723,"parentId":18719,"tags":{},"startTime":1726668824612,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":18,"timestamp":102246939160,"id":18724,"parentId":18719,"tags":{},"startTime":1726668824620,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102246939198,"id":18725,"parentId":18719,"tags":{},"startTime":1726668824620,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":10768,"timestamp":102246931090,"id":18721,"parentId":18719,"tags":{},"startTime":1726668824612,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":773,"timestamp":102246944662,"id":18726,"parentId":18719,"tags":{},"startTime":1726668824626,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":18333,"timestamp":102246945447,"id":18727,"parentId":18719,"tags":{},"startTime":1726668824627,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3071,"timestamp":102246967183,"id":18728,"parentId":18719,"tags":{},"startTime":1726668824648,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":236,"timestamp":102246970253,"id":18729,"parentId":18719,"tags":{},"startTime":1726668824651,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":203,"timestamp":102246970466,"id":18730,"parentId":18719,"tags":{},"startTime":1726668824652,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":476,"timestamp":102246970674,"id":18731,"parentId":18719,"tags":{},"startTime":1726668824652,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":81983,"timestamp":102246915066,"id":18719,"parentId":18680,"tags":{},"startTime":1726668824596,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":410754,"timestamp":102246597703,"id":18680,"parentId":18678,"tags":{"name":"server"},"startTime":1726668824279,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":5697,"timestamp":102247008615,"id":18732,"parentId":18678,"tags":{},"startTime":1726668824690,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":438940,"timestamp":102246575991,"id":18678,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668824257,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4954,"timestamp":102247032638,"id":18745,"parentId":18734,"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":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5007,"timestamp":102247032674,"id":18747,"parentId":18734,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4942,"timestamp":102247032741,"id":18751,"parentId":18734,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4924,"timestamp":102247032760,"id":18752,"parentId":18734,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4870,"timestamp":102247032815,"id":18755,"parentId":18734,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8845,"timestamp":102247032341,"id":18735,"parentId":18734,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668824713,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8698,"timestamp":102247032494,"id":18737,"parentId":18734,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10577,"timestamp":102247032534,"id":18739,"parentId":18734,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12279,"timestamp":102247032552,"id":18740,"parentId":18734,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":15134,"timestamp":102247032569,"id":18741,"parentId":18734,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14880,"timestamp":102247032831,"id":18756,"parentId":18734,"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":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15315,"timestamp":102247032778,"id":18753,"parentId":18734,"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&server=false!"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16710,"timestamp":102247032604,"id":18743,"parentId":18734,"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":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16626,"timestamp":102247032691,"id":18748,"parentId":18734,"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":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16594,"timestamp":102247032724,"id":18750,"parentId":18734,"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":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16525,"timestamp":102247032798,"id":18754,"parentId":18734,"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":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18049,"timestamp":102247032586,"id":18742,"parentId":18734,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17982,"timestamp":102247032657,"id":18746,"parentId":18734,"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":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18936,"timestamp":102247032516,"id":18738,"parentId":18734,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5038,"timestamp":102247046835,"id":18759,"parentId":18758,"tags":{},"startTime":1726668824728,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":135904,"timestamp":102247052043,"id":18761,"parentId":18760,"tags":{},"startTime":1726668824733,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":136471,"timestamp":102247051920,"id":18760,"parentId":18758,"tags":{},"startTime":1726668824733,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":23866,"timestamp":102247188507,"id":18762,"parentId":18758,"tags":{"astUsed":"true"},"startTime":1726668824870,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":168134,"timestamp":102247046706,"id":18758,"parentId":18757,"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":1726668824728,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":186029,"timestamp":102247032707,"id":18749,"parentId":18734,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":186290,"timestamp":102247032455,"id":18736,"parentId":18734,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":184610,"timestamp":102247038154,"id":18757,"parentId":18733,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668824719,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":39,"timestamp":102247223011,"id":18763,"parentId":18757,"tags":{},"startTime":1726668824904,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":190459,"timestamp":102247032621,"id":18744,"parentId":18734,"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":1726668824714,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":205627,"timestamp":102247017481,"id":18734,"parentId":18733,"tags":{},"startTime":1726668824699,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3463,"timestamp":102247237269,"id":18765,"parentId":18764,"tags":{},"startTime":1726668824918,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102247240763,"id":18767,"parentId":18764,"tags":{},"startTime":1726668824922,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":90,"timestamp":102247240788,"id":18768,"parentId":18764,"tags":{},"startTime":1726668824922,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102247240903,"id":18769,"parentId":18764,"tags":{},"startTime":1726668824922,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102247240942,"id":18770,"parentId":18764,"tags":{},"startTime":1726668824922,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3315,"timestamp":102247240752,"id":18766,"parentId":18764,"tags":{},"startTime":1726668824922,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":898,"timestamp":102247249907,"id":18771,"parentId":18764,"tags":{},"startTime":1726668824931,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":7958,"timestamp":102247250881,"id":18772,"parentId":18764,"tags":{},"startTime":1726668824932,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":9452,"timestamp":102247260844,"id":18773,"parentId":18764,"tags":{},"startTime":1726668824942,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":411,"timestamp":102247270295,"id":18774,"parentId":18764,"tags":{},"startTime":1726668824951,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":265,"timestamp":102247270687,"id":18775,"parentId":18764,"tags":{},"startTime":1726668824952,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3838,"timestamp":102247270960,"id":18776,"parentId":18764,"tags":{},"startTime":1726668824952,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":111,"timestamp":102247276558,"id":18778,"parentId":18733,"tags":{},"startTime":1726668824958,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":264,"timestamp":102247276413,"id":18777,"parentId":18733,"tags":{},"startTime":1726668824958,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":50522,"timestamp":102247229755,"id":18764,"parentId":18733,"tags":{},"startTime":1726668824911,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":263151,"timestamp":102247017162,"id":18733,"parentId":18679,"tags":{"name":"client"},"startTime":1726668824698,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":10131,"timestamp":102247280353,"id":18779,"parentId":18679,"tags":{},"startTime":1726668824961,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":718677,"timestamp":102246577523,"id":18679,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668824259,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":7,"timestamp":102247308500,"id":18780,"parentId":3,"tags":{},"startTime":1726668824990,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102247308787,"id":18781,"parentId":3,"tags":{},"startTime":1726668824990,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102247308925,"id":18782,"parentId":3,"tags":{},"startTime":1726668824990,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102247308985,"id":18783,"parentId":3,"tags":{},"startTime":1726668824990,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102247309028,"id":18784,"parentId":3,"tags":{},"startTime":1726668824990,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102247309088,"id":18785,"parentId":3,"tags":{},"startTime":1726668824990,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102248030413,"id":18792,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668825711,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":22,"timestamp":102248077143,"id":18793,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668825758,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":5,"timestamp":102248175388,"id":18794,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668825856,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":6,"timestamp":102248187800,"id":18795,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668825869,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":5,"timestamp":102248193785,"id":18796,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668825875,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":5,"timestamp":102248198277,"id":18797,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668825879,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":987089,"timestamp":102247455565,"id":18791,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668825137,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102248442730,"id":18798,"parentId":18791,"tags":{"url":"/community","memory.rss":"370327552","memory.heapUsed":"355421648","memory.heapTotal":"389578752"},"startTime":1726668826124,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1014370,"timestamp":102247430177,"id":18788,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668825111,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102248444646,"id":18799,"parentId":18788,"tags":{"url":"/community","memory.rss":"370327552","memory.heapUsed":"355881440","memory.heapTotal":"389578752"},"startTime":1726668826126,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1007803,"timestamp":102247438643,"id":18789,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668825120,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102248446518,"id":18800,"parentId":18789,"tags":{"url":"/community","memory.rss":"370327552","memory.heapUsed":"356320240","memory.heapTotal":"389578752"},"startTime":1726668826128,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":999059,"timestamp":102247451784,"id":18790,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668825133,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102248450890,"id":18801,"parentId":18790,"tags":{"url":"/community","memory.rss":"370327552","memory.heapUsed":"357556448","memory.heapTotal":"389578752"},"startTime":1726668826132,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1032616,"timestamp":102247425462,"id":18787,"tags":{"url":"/","isTurbopack":false},"startTime":1726668825107,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":30,"timestamp":102248458134,"id":18802,"parentId":18787,"tags":{"url":"/","memory.rss":"370343936","memory.heapUsed":"359585560","memory.heapTotal":"389578752"},"startTime":1726668826139,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1101250,"timestamp":102247370479,"id":18786,"tags":{"url":"/","isTurbopack":false},"startTime":1726668825052,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102248471798,"id":18803,"parentId":18786,"tags":{"url":"/","memory.rss":"370524160","memory.heapUsed":"347391352","memory.heapTotal":"389840896"},"startTime":1726668826153,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":73,"timestamp":102250296138,"id":18804,"parentId":3,"tags":{},"startTime":1726668827977,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102250322829,"id":18805,"parentId":3,"tags":{},"startTime":1726668828004,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":30,"timestamp":102250332654,"id":18806,"parentId":3,"tags":{},"startTime":1726668828014,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102250333103,"id":18807,"parentId":3,"tags":{},"startTime":1726668828014,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102250333122,"id":18808,"parentId":3,"tags":{},"startTime":1726668828014,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102250369268,"id":18809,"parentId":3,"tags":{},"startTime":1726668828050,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102250371741,"id":18810,"parentId":3,"tags":{},"startTime":1726668828053,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102250372196,"id":18811,"parentId":3,"tags":{},"startTime":1726668828053,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":17,"timestamp":102250515808,"id":18812,"parentId":3,"tags":{},"startTime":1726668828197,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":220,"timestamp":102250516068,"id":18813,"parentId":3,"tags":{},"startTime":1726668828197,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102250516449,"id":18814,"parentId":3,"tags":{},"startTime":1726668828197,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102250577601,"id":18815,"parentId":3,"tags":{},"startTime":1726668828259,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102250585945,"id":18816,"parentId":3,"tags":{},"startTime":1726668828267,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102250586038,"id":18817,"parentId":3,"tags":{},"startTime":1726668828267,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102250586102,"id":18818,"parentId":3,"tags":{},"startTime":1726668828267,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102250693619,"id":18819,"parentId":3,"tags":{},"startTime":1726668828375,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102250693713,"id":18820,"parentId":3,"tags":{},"startTime":1726668828375,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102250693762,"id":18821,"parentId":3,"tags":{},"startTime":1726668828375,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102250693807,"id":18822,"parentId":3,"tags":{},"startTime":1726668828375,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":9,"timestamp":102250714978,"id":18823,"parentId":3,"tags":{},"startTime":1726668828396,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102250715291,"id":18824,"parentId":3,"tags":{},"startTime":1726668828396,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102250715509,"id":18825,"parentId":3,"tags":{},"startTime":1726668828396,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102250715748,"id":18826,"parentId":3,"tags":{},"startTime":1726668828397,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102250729547,"id":18827,"parentId":3,"tags":{},"startTime":1726668828410,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":38,"timestamp":102250789530,"id":18828,"parentId":3,"tags":{},"startTime":1726668828470,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102250789716,"id":18829,"parentId":3,"tags":{},"startTime":1726668828471,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102250789812,"id":18830,"parentId":3,"tags":{},"startTime":1726668828471,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102250789882,"id":18831,"parentId":3,"tags":{},"startTime":1726668828471,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102250789994,"id":18832,"parentId":3,"tags":{},"startTime":1726668828471,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":12,"timestamp":102250873655,"id":18833,"parentId":3,"tags":{},"startTime":1726668828555,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102250878402,"id":18834,"parentId":3,"tags":{},"startTime":1726668828559,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102250878479,"id":18835,"parentId":3,"tags":{},"startTime":1726668828559,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102250878534,"id":18836,"parentId":3,"tags":{},"startTime":1726668828559,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102250878585,"id":18837,"parentId":3,"tags":{},"startTime":1726668828559,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102250878636,"id":18838,"parentId":3,"tags":{},"startTime":1726668828560,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":160453,"timestamp":102251230759,"id":18843,"parentId":18842,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668828912,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":160063,"timestamp":102251231271,"id":18845,"parentId":18842,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668828912,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":266790,"timestamp":102251231239,"id":18844,"parentId":18842,"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":1726668828912,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":266763,"timestamp":102251231301,"id":18846,"parentId":18842,"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":1726668828912,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":23420,"timestamp":102251481846,"id":18854,"parentId":18853,"tags":{},"startTime":1726668829163,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":25527,"timestamp":102251479749,"id":18853,"parentId":18852,"tags":{},"startTime":1726668829161,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":36359,"timestamp":102251475746,"id":18852,"parentId":18841,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668829157,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":305159,"timestamp":102251231392,"id":18849,"parentId":18842,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668828912,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":305118,"timestamp":102251231447,"id":18851,"parentId":18842,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668828912,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":305205,"timestamp":102251231363,"id":18848,"parentId":18842,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668828912,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":305151,"timestamp":102251231419,"id":18850,"parentId":18842,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668828912,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":539701,"timestamp":102251231331,"id":18847,"parentId":18842,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668828912,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":1001362,"timestamp":102251086285,"id":18842,"parentId":18841,"tags":{},"startTime":1726668828767,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3681,"timestamp":102252105316,"id":18881,"parentId":18880,"tags":{},"startTime":1726668829786,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":7,"timestamp":102252109051,"id":18883,"parentId":18880,"tags":{},"startTime":1726668829790,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":10836,"timestamp":102252109081,"id":18884,"parentId":18880,"tags":{},"startTime":1726668829790,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":15,"timestamp":102252119965,"id":18885,"parentId":18880,"tags":{},"startTime":1726668829801,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":11,"timestamp":102252120045,"id":18886,"parentId":18880,"tags":{},"startTime":1726668829801,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":13204,"timestamp":102252109027,"id":18882,"parentId":18880,"tags":{},"startTime":1726668829790,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":45732,"timestamp":102252128576,"id":18887,"parentId":18880,"tags":{},"startTime":1726668829809,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":37744,"timestamp":102252174753,"id":18888,"parentId":18880,"tags":{},"startTime":1726668829856,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3067,"timestamp":102252214565,"id":18889,"parentId":18880,"tags":{},"startTime":1726668829895,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":621,"timestamp":102252217631,"id":18890,"parentId":18880,"tags":{},"startTime":1726668829898,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":345,"timestamp":102252218193,"id":18891,"parentId":18880,"tags":{},"startTime":1726668829899,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":33776,"timestamp":102252218546,"id":18892,"parentId":18880,"tags":{},"startTime":1726668829899,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":178967,"timestamp":102252101380,"id":18880,"parentId":18841,"tags":{},"startTime":1726668829782,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":1214544,"timestamp":102251084219,"id":18841,"parentId":18839,"tags":{"name":"server"},"startTime":1726668828765,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":27364,"timestamp":102252298981,"id":18893,"parentId":18839,"tags":{},"startTime":1726668829980,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":1293764,"timestamp":102251033458,"id":18839,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668828714,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10662,"timestamp":102252370476,"id":18906,"parentId":18895,"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":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10700,"timestamp":102252370537,"id":18908,"parentId":18895,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10626,"timestamp":102252370613,"id":18912,"parentId":18895,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10640,"timestamp":102252370632,"id":18913,"parentId":18895,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10670,"timestamp":102252370690,"id":18916,"parentId":18895,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668830052,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17821,"timestamp":102252369880,"id":18896,"parentId":18895,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17696,"timestamp":102252370047,"id":18898,"parentId":18895,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20643,"timestamp":102252370098,"id":18900,"parentId":18895,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26080,"timestamp":102252370123,"id":18901,"parentId":18895,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31204,"timestamp":102252370198,"id":18902,"parentId":18895,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30704,"timestamp":102252370709,"id":18917,"parentId":18895,"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":1726668830052,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31337,"timestamp":102252370652,"id":18914,"parentId":18895,"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&server=false!"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34057,"timestamp":102252370309,"id":18904,"parentId":18895,"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":1726668830051,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":34608,"timestamp":102252370556,"id":18909,"parentId":18895,"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":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34573,"timestamp":102252370594,"id":18911,"parentId":18895,"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":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34498,"timestamp":102252370671,"id":18915,"parentId":18895,"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":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":36945,"timestamp":102252370283,"id":18903,"parentId":18895,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":36736,"timestamp":102252370500,"id":18907,"parentId":18895,"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":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":38683,"timestamp":102252370070,"id":18899,"parentId":18895,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":9675,"timestamp":102252399481,"id":18920,"parentId":18919,"tags":{},"startTime":1726668830080,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":169863,"timestamp":102252409391,"id":18922,"parentId":18921,"tags":{},"startTime":1726668830090,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":170645,"timestamp":102252409217,"id":18921,"parentId":18919,"tags":{},"startTime":1726668830090,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":34688,"timestamp":102252580020,"id":18923,"parentId":18919,"tags":{"astUsed":"true"},"startTime":1726668830261,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":218515,"timestamp":102252399280,"id":18919,"parentId":18918,"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":1726668830080,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":250786,"timestamp":102252370575,"id":18910,"parentId":18895,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":251354,"timestamp":102252370023,"id":18897,"parentId":18895,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":244514,"timestamp":102252382468,"id":18918,"parentId":18894,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668830063,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":100,"timestamp":102252627306,"id":18924,"parentId":18918,"tags":{},"startTime":1726668830308,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":257040,"timestamp":102252370408,"id":18905,"parentId":18895,"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":1726668830051,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":295346,"timestamp":102252332142,"id":18895,"parentId":18894,"tags":{},"startTime":1726668830013,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3884,"timestamp":102252639615,"id":18926,"parentId":18925,"tags":{},"startTime":1726668830320,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102252643533,"id":18928,"parentId":18925,"tags":{},"startTime":1726668830324,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":105,"timestamp":102252643565,"id":18929,"parentId":18925,"tags":{},"startTime":1726668830324,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":7,"timestamp":102252643699,"id":18930,"parentId":18925,"tags":{},"startTime":1726668830325,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102252643733,"id":18931,"parentId":18925,"tags":{},"startTime":1726668830325,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1892,"timestamp":102252643520,"id":18927,"parentId":18925,"tags":{},"startTime":1726668830324,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1466,"timestamp":102252659865,"id":18932,"parentId":18925,"tags":{},"startTime":1726668830341,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":21259,"timestamp":102252661355,"id":18933,"parentId":18925,"tags":{},"startTime":1726668830342,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":7966,"timestamp":102252685048,"id":18934,"parentId":18925,"tags":{},"startTime":1726668830366,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":794,"timestamp":102252693010,"id":18935,"parentId":18925,"tags":{},"startTime":1726668830374,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":837,"timestamp":102252693780,"id":18936,"parentId":18925,"tags":{},"startTime":1726668830375,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":14851,"timestamp":102252694634,"id":18937,"parentId":18925,"tags":{},"startTime":1726668830375,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":95,"timestamp":102252711820,"id":18939,"parentId":18894,"tags":{},"startTime":1726668830393,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":709,"timestamp":102252711217,"id":18938,"parentId":18894,"tags":{},"startTime":1726668830392,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":81493,"timestamp":102252635379,"id":18925,"parentId":18894,"tags":{},"startTime":1726668830316,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":385304,"timestamp":102252331621,"id":18894,"parentId":18840,"tags":{"name":"client"},"startTime":1726668830012,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":35572,"timestamp":102252716995,"id":18940,"parentId":18840,"tags":{},"startTime":1726668830398,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":1726546,"timestamp":102251034470,"id":18840,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668828715,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":6,"timestamp":102252766612,"id":18941,"parentId":3,"tags":{},"startTime":1726668830447,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102252766883,"id":18942,"parentId":3,"tags":{},"startTime":1726668830448,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102252766996,"id":18943,"parentId":3,"tags":{},"startTime":1726668830448,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102252767120,"id":18944,"parentId":3,"tags":{},"startTime":1726668830448,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102252767273,"id":18945,"parentId":3,"tags":{},"startTime":1726668830448,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102252767396,"id":18946,"parentId":3,"tags":{},"startTime":1726668830448,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102253504908,"id":18953,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668831186,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":685535,"timestamp":102252825673,"id":18947,"tags":{"url":"/","isTurbopack":false},"startTime":1726668830506,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102253511248,"id":18954,"parentId":18947,"tags":{"url":"/","memory.rss":"374112256","memory.heapUsed":"329493104","memory.heapTotal":"417251328"},"startTime":1726668831192,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":2,"timestamp":102253541495,"id":18955,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668831222,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":15,"timestamp":102253711457,"id":18956,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668831392,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102253712983,"id":18957,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668831394,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102253731944,"id":18958,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668831413,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":2464,"timestamp":102253790551,"id":18959,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668831474,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1149909,"timestamp":102252832533,"id":18948,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668830513,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102253982586,"id":18960,"parentId":18948,"tags":{"url":"/community","memory.rss":"367771648","memory.heapUsed":"333693400","memory.heapTotal":"417251328"},"startTime":1726668831663,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1142320,"timestamp":102252843313,"id":18950,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668830524,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102253985733,"id":18961,"parentId":18950,"tags":{"url":"/community","memory.rss":"367788032","memory.heapUsed":"334491496","memory.heapTotal":"417251328"},"startTime":1726668831666,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1142250,"timestamp":102252847951,"id":18951,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668830529,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102253990245,"id":18962,"parentId":18951,"tags":{"url":"/community","memory.rss":"367804416","memory.heapUsed":"336090288","memory.heapTotal":"417251328"},"startTime":1726668831671,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1136318,"timestamp":102252856456,"id":18952,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668830537,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102253992804,"id":18963,"parentId":18952,"tags":{"url":"/community","memory.rss":"367804416","memory.heapUsed":"336838752","memory.heapTotal":"417251328"},"startTime":1726668831674,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1158496,"timestamp":102252837522,"id":18949,"tags":{"url":"/","isTurbopack":false},"startTime":1726668830518,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102253996051,"id":18964,"parentId":18949,"tags":{"url":"/","memory.rss":"367804416","memory.heapUsed":"338471384","memory.heapTotal":"417251328"},"startTime":1726668831677,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":10,"timestamp":102254562200,"id":18965,"parentId":3,"tags":{},"startTime":1726668832243,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102254612343,"id":18966,"parentId":3,"tags":{},"startTime":1726668832293,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102254639531,"id":18967,"parentId":3,"tags":{},"startTime":1726668832320,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102254681690,"id":18968,"parentId":3,"tags":{},"startTime":1726668832362,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102254681806,"id":18969,"parentId":3,"tags":{},"startTime":1726668832362,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102254691696,"id":18970,"parentId":3,"tags":{},"startTime":1726668832372,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102254692287,"id":18971,"parentId":3,"tags":{},"startTime":1726668832373,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":20,"timestamp":102254700840,"id":18972,"parentId":3,"tags":{},"startTime":1726668832382,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102254705300,"id":18973,"parentId":3,"tags":{},"startTime":1726668832386,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102254705864,"id":18974,"parentId":3,"tags":{},"startTime":1726668832387,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102254706442,"id":18975,"parentId":3,"tags":{},"startTime":1726668832387,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102254730203,"id":18976,"parentId":3,"tags":{},"startTime":1726668832411,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":186,"timestamp":102254742126,"id":18977,"parentId":3,"tags":{},"startTime":1726668832423,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102254742897,"id":18978,"parentId":3,"tags":{},"startTime":1726668832424,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102254743010,"id":18979,"parentId":3,"tags":{},"startTime":1726668832424,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102254743149,"id":18980,"parentId":3,"tags":{},"startTime":1726668832424,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102254797283,"id":18981,"parentId":3,"tags":{},"startTime":1726668832478,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102254797425,"id":18982,"parentId":3,"tags":{},"startTime":1726668832478,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102254797479,"id":18983,"parentId":3,"tags":{},"startTime":1726668832478,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102254797524,"id":18984,"parentId":3,"tags":{},"startTime":1726668832478,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102254798268,"id":18985,"parentId":3,"tags":{},"startTime":1726668832479,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102254818560,"id":18986,"parentId":3,"tags":{},"startTime":1726668832499,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102254818767,"id":18987,"parentId":3,"tags":{},"startTime":1726668832499,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102254818976,"id":18988,"parentId":3,"tags":{},"startTime":1726668832500,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102254819048,"id":18989,"parentId":3,"tags":{},"startTime":1726668832500,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102254819175,"id":18990,"parentId":3,"tags":{},"startTime":1726668832500,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102254854464,"id":18992,"parentId":3,"tags":{},"startTime":1726668832535,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102254859267,"id":18993,"parentId":3,"tags":{},"startTime":1726668832540,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102254859336,"id":18994,"parentId":3,"tags":{},"startTime":1726668832540,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102254859382,"id":18995,"parentId":3,"tags":{},"startTime":1726668832540,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102254859427,"id":18996,"parentId":3,"tags":{},"startTime":1726668832540,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102254859466,"id":18997,"parentId":3,"tags":{},"startTime":1726668832540,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":310526,"timestamp":102254850817,"id":18991,"tags":{"url":"/","isTurbopack":false},"startTime":1726668832531,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102255161386,"id":18998,"parentId":18991,"tags":{"url":"/","memory.rss":"352665600","memory.heapUsed":"349886192","memory.heapTotal":"417251328"},"startTime":1726668832842,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102255380922,"id":18999,"parentId":3,"tags":{},"startTime":1726668833062,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102255381055,"id":19000,"parentId":3,"tags":{},"startTime":1726668833062,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102255381127,"id":19001,"parentId":3,"tags":{},"startTime":1726668833062,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102255381507,"id":19002,"parentId":3,"tags":{},"startTime":1726668833062,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102255381798,"id":19003,"parentId":3,"tags":{},"startTime":1726668833062,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102255411984,"id":19004,"parentId":3,"tags":{},"startTime":1726668833093,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102255412050,"id":19005,"parentId":3,"tags":{},"startTime":1726668833093,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102255414483,"id":19006,"parentId":3,"tags":{},"startTime":1726668833095,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102255414518,"id":19007,"parentId":3,"tags":{},"startTime":1726668833095,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102255415811,"id":19008,"parentId":3,"tags":{},"startTime":1726668833096,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102255419262,"id":19009,"parentId":3,"tags":{},"startTime":1726668833100,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14281,"timestamp":102264272520,"id":19016,"parentId":19013,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668841953,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15022,"timestamp":102264272195,"id":19014,"parentId":19013,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668841952,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":55268,"timestamp":102264272490,"id":19015,"parentId":19013,"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":1726668841953,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":55229,"timestamp":102264272538,"id":19017,"parentId":19013,"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":1726668841953,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":58701,"timestamp":102264272583,"id":19019,"parentId":19013,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668841953,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":58669,"timestamp":102264272624,"id":19021,"parentId":19013,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668841953,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":58692,"timestamp":102264272603,"id":19020,"parentId":19013,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668841953,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":58655,"timestamp":102264272641,"id":19022,"parentId":19013,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668841953,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":6383,"timestamp":102264325130,"id":19025,"parentId":19024,"tags":{},"startTime":1726668842005,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":6755,"timestamp":102264324762,"id":19024,"parentId":19023,"tags":{},"startTime":1726668842005,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":12351,"timestamp":102264323772,"id":19023,"parentId":19012,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668842004,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":71395,"timestamp":102264272561,"id":19018,"parentId":19013,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668841953,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":243874,"timestamp":102264232036,"id":19013,"parentId":19012,"tags":{},"startTime":1726668841912,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":5856,"timestamp":102264518527,"id":19052,"parentId":19051,"tags":{},"startTime":1726668842199,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":6,"timestamp":102264524424,"id":19054,"parentId":19051,"tags":{},"startTime":1726668842205,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":5231,"timestamp":102264524448,"id":19055,"parentId":19051,"tags":{},"startTime":1726668842205,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":22,"timestamp":102264529710,"id":19056,"parentId":19051,"tags":{},"startTime":1726668842210,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102264529748,"id":19057,"parentId":19051,"tags":{},"startTime":1726668842210,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":8850,"timestamp":102264524410,"id":19053,"parentId":19051,"tags":{},"startTime":1726668842205,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":887,"timestamp":102264536945,"id":19058,"parentId":19051,"tags":{},"startTime":1726668842217,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":13578,"timestamp":102264537846,"id":19059,"parentId":19051,"tags":{},"startTime":1726668842218,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1946,"timestamp":102264553287,"id":19060,"parentId":19051,"tags":{},"startTime":1726668842233,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":274,"timestamp":102264555231,"id":19061,"parentId":19051,"tags":{},"startTime":1726668842235,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":250,"timestamp":102264555468,"id":19062,"parentId":19051,"tags":{},"startTime":1726668842236,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":5736,"timestamp":102264555725,"id":19063,"parentId":19051,"tags":{},"startTime":1726668842236,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":79188,"timestamp":102264502558,"id":19051,"parentId":19012,"tags":{},"startTime":1726668842183,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":364233,"timestamp":102264230714,"id":19012,"parentId":19010,"tags":{"name":"server"},"startTime":1726668841911,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":15073,"timestamp":102264595131,"id":19064,"parentId":19010,"tags":{},"startTime":1726668842275,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":406920,"timestamp":102264204318,"id":19010,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668841884,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11429,"timestamp":102264634043,"id":19077,"parentId":19066,"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":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11485,"timestamp":102264634096,"id":19079,"parentId":19066,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11146,"timestamp":102264634437,"id":19083,"parentId":19066,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668842315,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":13685,"timestamp":102264634479,"id":19084,"parentId":19066,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668842315,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13597,"timestamp":102264634572,"id":19087,"parentId":19066,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668842315,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26587,"timestamp":102264633658,"id":19067,"parentId":19066,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26450,"timestamp":102264633815,"id":19069,"parentId":19066,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30781,"timestamp":102264633869,"id":19071,"parentId":19066,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34708,"timestamp":102264633896,"id":19072,"parentId":19066,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":38675,"timestamp":102264633922,"id":19073,"parentId":19066,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":38007,"timestamp":102264634598,"id":19088,"parentId":19066,"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":1726668842315,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":38668,"timestamp":102264634517,"id":19085,"parentId":19066,"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&server=false!"},"startTime":1726668842315,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41022,"timestamp":102264633975,"id":19075,"parentId":19066,"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":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40879,"timestamp":102264634123,"id":19080,"parentId":19066,"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":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40678,"timestamp":102264634326,"id":19082,"parentId":19066,"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":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40459,"timestamp":102264634546,"id":19086,"parentId":19066,"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":1726668842315,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":43096,"timestamp":102264633949,"id":19074,"parentId":19066,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42982,"timestamp":102264634070,"id":19078,"parentId":19066,"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":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44525,"timestamp":102264633843,"id":19070,"parentId":19066,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7569,"timestamp":102264671202,"id":19091,"parentId":19090,"tags":{},"startTime":1726668842351,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":160029,"timestamp":102264679062,"id":19093,"parentId":19092,"tags":{},"startTime":1726668842359,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":160703,"timestamp":102264678845,"id":19092,"parentId":19090,"tags":{},"startTime":1726668842359,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":28051,"timestamp":102264839662,"id":19094,"parentId":19090,"tags":{"astUsed":"true"},"startTime":1726668842520,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":198864,"timestamp":102264670986,"id":19090,"parentId":19089,"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":1726668842351,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":239902,"timestamp":102264634148,"id":19081,"parentId":19066,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":240276,"timestamp":102264633784,"id":19068,"parentId":19066,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":227156,"timestamp":102264650606,"id":19089,"parentId":19065,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668842331,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":40,"timestamp":102264877986,"id":19095,"parentId":19089,"tags":{},"startTime":1726668842558,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":244039,"timestamp":102264634017,"id":19076,"parentId":19066,"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":1726668842314,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":264003,"timestamp":102264614072,"id":19066,"parentId":19065,"tags":{},"startTime":1726668842294,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2515,"timestamp":102264888709,"id":19097,"parentId":19096,"tags":{},"startTime":1726668842569,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102264891248,"id":19099,"parentId":19096,"tags":{},"startTime":1726668842571,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":78,"timestamp":102264891272,"id":19100,"parentId":19096,"tags":{},"startTime":1726668842571,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102264891376,"id":19101,"parentId":19096,"tags":{},"startTime":1726668842571,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102264891404,"id":19102,"parentId":19096,"tags":{},"startTime":1726668842571,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2436,"timestamp":102264891239,"id":19098,"parentId":19096,"tags":{},"startTime":1726668842571,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":474,"timestamp":102264895097,"id":19103,"parentId":19096,"tags":{},"startTime":1726668842575,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":12020,"timestamp":102264895584,"id":19104,"parentId":19096,"tags":{},"startTime":1726668842576,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4705,"timestamp":102264909508,"id":19105,"parentId":19096,"tags":{},"startTime":1726668842590,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":324,"timestamp":102264914212,"id":19106,"parentId":19096,"tags":{},"startTime":1726668842594,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":159,"timestamp":102264914526,"id":19107,"parentId":19096,"tags":{},"startTime":1726668842595,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4077,"timestamp":102264914691,"id":19108,"parentId":19096,"tags":{},"startTime":1726668842595,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":121,"timestamp":102264920339,"id":19110,"parentId":19065,"tags":{},"startTime":1726668842600,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":243,"timestamp":102264920224,"id":19109,"parentId":19065,"tags":{},"startTime":1726668842600,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":39130,"timestamp":102264884852,"id":19096,"parentId":19065,"tags":{},"startTime":1726668842565,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":310352,"timestamp":102264613665,"id":19065,"parentId":19011,"tags":{"name":"client"},"startTime":1726668842294,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":11675,"timestamp":102264924060,"id":19111,"parentId":19011,"tags":{},"startTime":1726668842604,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":732610,"timestamp":102264205025,"id":19011,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668841885,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":15,"timestamp":102264946083,"id":19112,"parentId":3,"tags":{},"startTime":1726668842626,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102264946275,"id":19113,"parentId":3,"tags":{},"startTime":1726668842626,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102264946362,"id":19114,"parentId":3,"tags":{},"startTime":1726668842626,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102264946715,"id":19115,"parentId":3,"tags":{},"startTime":1726668842627,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102264946818,"id":19116,"parentId":3,"tags":{},"startTime":1726668842627,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102264946947,"id":19117,"parentId":3,"tags":{},"startTime":1726668842627,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102265478051,"id":19124,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668843158,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":1,"timestamp":102265478831,"id":19125,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668843159,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":9,"timestamp":102265639548,"id":19126,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668843320,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":1,"timestamp":102265640530,"id":19127,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668843321,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":5,"timestamp":102265645414,"id":19128,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668843325,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102265746444,"id":19129,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668843426,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":807998,"timestamp":102265048396,"id":19123,"tags":{"url":"/","isTurbopack":false},"startTime":1726668842728,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102265856457,"id":19130,"parentId":19123,"tags":{"url":"/","memory.rss":"352321536","memory.heapUsed":"428006528","memory.heapTotal":"463323136"},"startTime":1726668843536,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":836409,"timestamp":102265021894,"id":19119,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668842702,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102265858348,"id":19131,"parentId":19119,"tags":{"url":"/community","memory.rss":"353370112","memory.heapUsed":"428596576","memory.heapTotal":"463323136"},"startTime":1726668843538,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":821124,"timestamp":102265039006,"id":19121,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668842719,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102265860182,"id":19132,"parentId":19121,"tags":{"url":"/community","memory.rss":"354304000","memory.heapUsed":"429196072","memory.heapTotal":"463323136"},"startTime":1726668843540,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":826561,"timestamp":102265035387,"id":19120,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668842715,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102265862001,"id":19133,"parentId":19120,"tags":{"url":"/community","memory.rss":"354680832","memory.heapUsed":"429786016","memory.heapTotal":"463323136"},"startTime":1726668843542,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":866062,"timestamp":102264997709,"id":19118,"tags":{"url":"/","isTurbopack":false},"startTime":1726668842678,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102265863822,"id":19134,"parentId":19118,"tags":{"url":"/","memory.rss":"354992128","memory.heapUsed":"430459896","memory.heapTotal":"463323136"},"startTime":1726668843544,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":832955,"timestamp":102265044481,"id":19122,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668842725,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102265877486,"id":19135,"parentId":19122,"tags":{"url":"/community","memory.rss":"355713024","memory.heapUsed":"422988040","memory.heapTotal":"463847424"},"startTime":1726668843558,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":48,"timestamp":102266934045,"id":19136,"parentId":3,"tags":{},"startTime":1726668844614,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102266963721,"id":19137,"parentId":3,"tags":{},"startTime":1726668844644,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102266983713,"id":19138,"parentId":3,"tags":{},"startTime":1726668844664,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":17,"timestamp":102266997605,"id":19139,"parentId":3,"tags":{},"startTime":1726668844678,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":49,"timestamp":102267015814,"id":19140,"parentId":3,"tags":{},"startTime":1726668844696,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102267040032,"id":19141,"parentId":3,"tags":{},"startTime":1726668844720,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102267040095,"id":19142,"parentId":3,"tags":{},"startTime":1726668844720,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102267040139,"id":19143,"parentId":3,"tags":{},"startTime":1726668844720,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":28,"timestamp":102267079630,"id":19144,"parentId":3,"tags":{},"startTime":1726668844760,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102267079842,"id":19145,"parentId":3,"tags":{},"startTime":1726668844760,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102267079930,"id":19146,"parentId":3,"tags":{},"startTime":1726668844760,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102267088912,"id":19147,"parentId":3,"tags":{},"startTime":1726668844769,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102267090334,"id":19148,"parentId":3,"tags":{},"startTime":1726668844770,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102267090398,"id":19149,"parentId":3,"tags":{},"startTime":1726668844770,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":41,"timestamp":102267109877,"id":19150,"parentId":3,"tags":{},"startTime":1726668844790,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102267151872,"id":19151,"parentId":3,"tags":{},"startTime":1726668844832,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102267165896,"id":19152,"parentId":3,"tags":{},"startTime":1726668844846,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102267165965,"id":19153,"parentId":3,"tags":{},"startTime":1726668844846,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102267166007,"id":19154,"parentId":3,"tags":{},"startTime":1726668844846,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102267180971,"id":19155,"parentId":3,"tags":{},"startTime":1726668844861,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102267181181,"id":19156,"parentId":3,"tags":{},"startTime":1726668844861,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102267181248,"id":19157,"parentId":3,"tags":{},"startTime":1726668844861,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102267190791,"id":19158,"parentId":3,"tags":{},"startTime":1726668844871,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102267190988,"id":19159,"parentId":3,"tags":{},"startTime":1726668844871,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102267211583,"id":19160,"parentId":3,"tags":{},"startTime":1726668844892,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102267211690,"id":19161,"parentId":3,"tags":{},"startTime":1726668844892,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102267211880,"id":19162,"parentId":3,"tags":{},"startTime":1726668844892,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102267212684,"id":19163,"parentId":3,"tags":{},"startTime":1726668844893,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102267212731,"id":19164,"parentId":3,"tags":{},"startTime":1726668844893,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102267239966,"id":19165,"parentId":3,"tags":{},"startTime":1726668844920,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102267240030,"id":19166,"parentId":3,"tags":{},"startTime":1726668844920,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102267240068,"id":19167,"parentId":3,"tags":{},"startTime":1726668844920,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102267240107,"id":19168,"parentId":3,"tags":{},"startTime":1726668844920,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102267240142,"id":19169,"parentId":3,"tags":{},"startTime":1726668844920,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102267240177,"id":19170,"parentId":3,"tags":{},"startTime":1726668844920,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":123816,"timestamp":102269378850,"id":19171,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668847059,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102269502734,"id":19172,"parentId":19171,"tags":{"url":"/usecases","memory.rss":"208257024","memory.heapUsed":"429807640","memory.heapTotal":"473907200"},"startTime":1726668847183,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102269777601,"id":19173,"parentId":3,"tags":{},"startTime":1726668847457,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102269778583,"id":19174,"parentId":3,"tags":{},"startTime":1726668847458,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102269778980,"id":19175,"parentId":3,"tags":{},"startTime":1726668847459,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102269779511,"id":19176,"parentId":3,"tags":{},"startTime":1726668847459,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102269779557,"id":19177,"parentId":3,"tags":{},"startTime":1726668847459,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102269799024,"id":19178,"parentId":3,"tags":{},"startTime":1726668847479,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102269799654,"id":19179,"parentId":3,"tags":{},"startTime":1726668847479,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102269799706,"id":19180,"parentId":3,"tags":{},"startTime":1726668847480,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102269799745,"id":19181,"parentId":3,"tags":{},"startTime":1726668847480,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102269799779,"id":19182,"parentId":3,"tags":{},"startTime":1726668847480,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102269804800,"id":19183,"parentId":3,"tags":{},"startTime":1726668847485,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16760,"timestamp":102289959308,"id":19190,"parentId":19187,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668867638,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":69339,"timestamp":102289959060,"id":19188,"parentId":19187,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668867638,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":74317,"timestamp":102289959291,"id":19189,"parentId":19187,"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":1726668867638,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":74291,"timestamp":102289959323,"id":19191,"parentId":19187,"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":1726668867638,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":77997,"timestamp":102289959353,"id":19193,"parentId":19187,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668867638,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":77986,"timestamp":102289959368,"id":19194,"parentId":19187,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668867638,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":77959,"timestamp":102289959397,"id":19196,"parentId":19187,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668867638,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":77974,"timestamp":102289959383,"id":19195,"parentId":19187,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668867638,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":6226,"timestamp":102290031243,"id":19199,"parentId":19198,"tags":{},"startTime":1726668867710,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":6497,"timestamp":102290030974,"id":19198,"parentId":19197,"tags":{},"startTime":1726668867710,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":11405,"timestamp":102290030103,"id":19197,"parentId":19186,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668867709,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":90354,"timestamp":102289959339,"id":19192,"parentId":19187,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668867638,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":251016,"timestamp":102289920105,"id":19187,"parentId":19186,"tags":{},"startTime":1726668867599,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2788,"timestamp":102290207592,"id":19226,"parentId":19225,"tags":{},"startTime":1726668867886,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":7,"timestamp":102290210408,"id":19228,"parentId":19225,"tags":{},"startTime":1726668867889,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3394,"timestamp":102290210437,"id":19229,"parentId":19225,"tags":{},"startTime":1726668867889,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":11,"timestamp":102290213868,"id":19230,"parentId":19225,"tags":{},"startTime":1726668867892,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102290213896,"id":19231,"parentId":19225,"tags":{},"startTime":1726668867893,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":7942,"timestamp":102290210396,"id":19227,"parentId":19225,"tags":{},"startTime":1726668867889,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":709,"timestamp":102290219977,"id":19232,"parentId":19225,"tags":{},"startTime":1726668867899,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":10478,"timestamp":102290220700,"id":19233,"parentId":19225,"tags":{},"startTime":1726668867899,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1287,"timestamp":102290233084,"id":19234,"parentId":19225,"tags":{},"startTime":1726668867912,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":241,"timestamp":102290234371,"id":19235,"parentId":19225,"tags":{},"startTime":1726668867913,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":178,"timestamp":102290234598,"id":19236,"parentId":19225,"tags":{},"startTime":1726668867913,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4318,"timestamp":102290234782,"id":19237,"parentId":19225,"tags":{},"startTime":1726668867913,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":66438,"timestamp":102290203417,"id":19225,"parentId":19186,"tags":{},"startTime":1726668867882,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":365340,"timestamp":102289915562,"id":19186,"parentId":19184,"tags":{"name":"server"},"startTime":1726668867594,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":11992,"timestamp":102290281054,"id":19238,"parentId":19184,"tags":{},"startTime":1726668867960,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":407155,"timestamp":102289886315,"id":19184,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668867565,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":7178,"timestamp":102290323874,"id":19251,"parentId":19240,"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":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7269,"timestamp":102290323910,"id":19253,"parentId":19240,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7204,"timestamp":102290323979,"id":19257,"parentId":19240,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7188,"timestamp":102290323998,"id":19258,"parentId":19240,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7129,"timestamp":102290324058,"id":19261,"parentId":19240,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14424,"timestamp":102290323593,"id":19241,"parentId":19240,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14316,"timestamp":102290323726,"id":19243,"parentId":19240,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18218,"timestamp":102290323764,"id":19245,"parentId":19240,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20087,"timestamp":102290323783,"id":19246,"parentId":19240,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23483,"timestamp":102290323802,"id":19247,"parentId":19240,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23220,"timestamp":102290324077,"id":19262,"parentId":19240,"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":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23764,"timestamp":102290324016,"id":19259,"parentId":19240,"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&server=false!"},"startTime":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25475,"timestamp":102290323838,"id":19249,"parentId":19240,"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":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25395,"timestamp":102290323927,"id":19254,"parentId":19240,"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":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25362,"timestamp":102290323962,"id":19256,"parentId":19240,"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":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25290,"timestamp":102290324038,"id":19260,"parentId":19240,"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":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26849,"timestamp":102290323819,"id":19248,"parentId":19240,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26781,"timestamp":102290323892,"id":19252,"parentId":19240,"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":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28694,"timestamp":102290323746,"id":19244,"parentId":19240,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":6911,"timestamp":102290345933,"id":19265,"parentId":19264,"tags":{},"startTime":1726668868025,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":125671,"timestamp":102290353020,"id":19267,"parentId":19266,"tags":{},"startTime":1726668868032,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":126297,"timestamp":102290352900,"id":19266,"parentId":19264,"tags":{},"startTime":1726668868032,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":28440,"timestamp":102290479313,"id":19268,"parentId":19264,"tags":{"astUsed":"true"},"startTime":1726668868158,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":164896,"timestamp":102290345658,"id":19264,"parentId":19263,"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":1726668868024,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":187321,"timestamp":102290323945,"id":19255,"parentId":19240,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668868003,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":187566,"timestamp":102290323705,"id":19242,"parentId":19240,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":182408,"timestamp":102290332453,"id":19263,"parentId":19239,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668868011,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":87,"timestamp":102290519383,"id":19269,"parentId":19263,"tags":{},"startTime":1726668868198,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":195661,"timestamp":102290323856,"id":19250,"parentId":19240,"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":1726668868002,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":223573,"timestamp":102290295978,"id":19240,"parentId":19239,"tags":{},"startTime":1726668867975,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4757,"timestamp":102290531828,"id":19271,"parentId":19270,"tags":{},"startTime":1726668868210,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":9,"timestamp":102290536627,"id":19273,"parentId":19270,"tags":{},"startTime":1726668868215,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":123,"timestamp":102290536660,"id":19274,"parentId":19270,"tags":{},"startTime":1726668868215,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":11,"timestamp":102290536816,"id":19275,"parentId":19270,"tags":{},"startTime":1726668868215,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102290536858,"id":19276,"parentId":19270,"tags":{},"startTime":1726668868215,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3443,"timestamp":102290536610,"id":19272,"parentId":19270,"tags":{},"startTime":1726668868215,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":644,"timestamp":102290541978,"id":19277,"parentId":19270,"tags":{},"startTime":1726668868221,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":13070,"timestamp":102290542636,"id":19278,"parentId":19270,"tags":{},"startTime":1726668868221,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":6283,"timestamp":102290558230,"id":19279,"parentId":19270,"tags":{},"startTime":1726668868237,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":431,"timestamp":102290564512,"id":19280,"parentId":19270,"tags":{},"startTime":1726668868243,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":214,"timestamp":102290564929,"id":19281,"parentId":19270,"tags":{},"startTime":1726668868244,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":5162,"timestamp":102290565150,"id":19282,"parentId":19270,"tags":{},"startTime":1726668868244,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":124,"timestamp":102290572247,"id":19284,"parentId":19239,"tags":{},"startTime":1726668868251,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":248,"timestamp":102290572131,"id":19283,"parentId":19239,"tags":{},"startTime":1726668868251,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":50356,"timestamp":102290526964,"id":19270,"parentId":19239,"tags":{},"startTime":1726668868206,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":281780,"timestamp":102290295584,"id":19239,"parentId":19185,"tags":{"name":"client"},"startTime":1726668867974,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":13788,"timestamp":102290577420,"id":19285,"parentId":19185,"tags":{},"startTime":1726668868256,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":702866,"timestamp":102289890687,"id":19185,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668867569,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":9,"timestamp":102290604226,"id":19286,"parentId":3,"tags":{},"startTime":1726668868283,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102290604793,"id":19287,"parentId":3,"tags":{},"startTime":1726668868283,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102290605109,"id":19288,"parentId":3,"tags":{},"startTime":1726668868284,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102290605197,"id":19289,"parentId":3,"tags":{},"startTime":1726668868284,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102290605266,"id":19290,"parentId":3,"tags":{},"startTime":1726668868284,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102290605442,"id":19291,"parentId":3,"tags":{},"startTime":1726668868284,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102291286006,"id":19298,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668868965,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":12,"timestamp":102291565964,"id":19301,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668869245,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102291573977,"id":19302,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668869253,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":16,"timestamp":102291579312,"id":19303,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668869258,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102291607957,"id":19306,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668869286,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102291687492,"id":19307,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668869366,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":108001,"timestamp":102291718463,"id":19310,"parentId":19305,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668869397,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":110251,"timestamp":102291718287,"id":19308,"parentId":19305,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668869397,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1084715,"timestamp":102290756776,"id":19297,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668868435,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102291841556,"id":19317,"parentId":19297,"tags":{"url":"/usecases","memory.rss":"321470464","memory.heapUsed":"381078264","memory.heapTotal":"474873856"},"startTime":1726668869520,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1237487,"timestamp":102290681478,"id":19293,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668868360,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102291919048,"id":19321,"parentId":19293,"tags":{"url":"/community","memory.rss":"269910016","memory.heapUsed":"374877464","memory.heapTotal":"474873856"},"startTime":1726668869598,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1225461,"timestamp":102290699081,"id":19294,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668868378,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102291924630,"id":19322,"parentId":19294,"tags":{"url":"/community","memory.rss":"273874944","memory.heapUsed":"376075784","memory.heapTotal":"474873856"},"startTime":1726668869603,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1190596,"timestamp":102290736176,"id":19295,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668868415,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102291926816,"id":19323,"parentId":19295,"tags":{"url":"/community","memory.rss":"274202624","memory.heapUsed":"376699872","memory.heapTotal":"474873856"},"startTime":1726668869605,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":212533,"timestamp":102291718439,"id":19309,"parentId":19305,"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":1726668869397,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":212495,"timestamp":102291718484,"id":19311,"parentId":19305,"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":1726668869397,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":15214,"timestamp":102291916141,"id":19320,"parentId":19319,"tags":{},"startTime":1726668869595,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":15620,"timestamp":102291915738,"id":19319,"parentId":19318,"tags":{},"startTime":1726668869594,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":22022,"timestamp":102291914835,"id":19318,"parentId":19304,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668869593,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1183539,"timestamp":102290754755,"id":19296,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668868433,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102291938336,"id":19324,"parentId":19296,"tags":{"url":"/community","memory.rss":"277168128","memory.heapUsed":"381572432","memory.heapTotal":"474873856"},"startTime":1726668869617,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1281050,"timestamp":102290671824,"id":19292,"tags":{"url":"/","isTurbopack":false},"startTime":1726668868350,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102291952933,"id":19325,"parentId":19292,"tags":{"url":"/","memory.rss":"278347776","memory.heapUsed":"375839256","memory.heapTotal":"474873856"},"startTime":1726668869631,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":246543,"timestamp":102291718548,"id":19314,"parentId":19305,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668869397,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":246514,"timestamp":102291718588,"id":19316,"parentId":19305,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668869397,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":246575,"timestamp":102291718528,"id":19313,"parentId":19305,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668869397,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":246537,"timestamp":102291718567,"id":19315,"parentId":19305,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668869397,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":284267,"timestamp":102291718506,"id":19312,"parentId":19305,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668869397,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":758391,"timestamp":102291600943,"id":19305,"parentId":19304,"tags":{},"startTime":1726668869279,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4295,"timestamp":102292387576,"id":19352,"parentId":19351,"tags":{},"startTime":1726668870066,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102292391903,"id":19354,"parentId":19351,"tags":{},"startTime":1726668870070,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":6314,"timestamp":102292391937,"id":19355,"parentId":19351,"tags":{},"startTime":1726668870070,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":13,"timestamp":102292398294,"id":19356,"parentId":19351,"tags":{},"startTime":1726668870077,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102292398333,"id":19357,"parentId":19351,"tags":{},"startTime":1726668870077,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":10685,"timestamp":102292391891,"id":19353,"parentId":19351,"tags":{},"startTime":1726668870070,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1002,"timestamp":102292405420,"id":19358,"parentId":19351,"tags":{},"startTime":1726668870084,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":11945,"timestamp":102292406440,"id":19359,"parentId":19351,"tags":{},"startTime":1726668870085,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1718,"timestamp":102292420203,"id":19360,"parentId":19351,"tags":{},"startTime":1726668870099,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":1052,"timestamp":102292421921,"id":19361,"parentId":19351,"tags":{},"startTime":1726668870100,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":182,"timestamp":102292422959,"id":19362,"parentId":19351,"tags":{},"startTime":1726668870101,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4793,"timestamp":102292423148,"id":19363,"parentId":19351,"tags":{},"startTime":1726668870102,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":78673,"timestamp":102292380261,"id":19351,"parentId":19304,"tags":{},"startTime":1726668870059,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":874883,"timestamp":102291600205,"id":19304,"parentId":19299,"tags":{"name":"server"},"startTime":1726668869279,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":72951,"timestamp":102292475491,"id":19364,"parentId":19299,"tags":{},"startTime":1726668870154,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":985381,"timestamp":102291564348,"id":19299,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668869243,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35500,"timestamp":102292585421,"id":19377,"parentId":19366,"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":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35532,"timestamp":102292585480,"id":19379,"parentId":19366,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35442,"timestamp":102292585572,"id":19383,"parentId":19366,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35422,"timestamp":102292585595,"id":19384,"parentId":19366,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35353,"timestamp":102292585664,"id":19387,"parentId":19366,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50456,"timestamp":102292584979,"id":19367,"parentId":19366,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668870263,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50347,"timestamp":102292585113,"id":19369,"parentId":19366,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53741,"timestamp":102292585165,"id":19371,"parentId":19366,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":58672,"timestamp":102292585245,"id":19372,"parentId":19366,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66530,"timestamp":102292585274,"id":19373,"parentId":19366,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66128,"timestamp":102292585687,"id":19388,"parentId":19366,"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":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":67257,"timestamp":102292585619,"id":19385,"parentId":19366,"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&server=false!"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72447,"timestamp":102292585323,"id":19375,"parentId":19366,"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":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72277,"timestamp":102292585502,"id":19380,"parentId":19366,"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":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72233,"timestamp":102292585549,"id":19382,"parentId":19366,"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":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72142,"timestamp":102292585642,"id":19386,"parentId":19366,"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":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80739,"timestamp":102292585299,"id":19374,"parentId":19366,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80600,"timestamp":102292585449,"id":19378,"parentId":19366,"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":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":86403,"timestamp":102292585139,"id":19370,"parentId":19366,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":25534,"timestamp":102292647328,"id":19391,"parentId":19390,"tags":{},"startTime":1726668870326,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":125604,"timestamp":102292585526,"id":19381,"parentId":19366,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":266488,"timestamp":102292674167,"id":19393,"parentId":19392,"tags":{},"startTime":1726668870353,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":268143,"timestamp":102292673134,"id":19392,"parentId":19390,"tags":{},"startTime":1726668870352,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":51254,"timestamp":102292941471,"id":19394,"parentId":19390,"tags":{"astUsed":"true"},"startTime":1726668870620,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":348811,"timestamp":102292647155,"id":19390,"parentId":19389,"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":1726668870326,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":414496,"timestamp":102292585084,"id":19368,"parentId":19366,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":385220,"timestamp":102292622534,"id":19389,"parentId":19365,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668870301,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":173,"timestamp":102293010758,"id":19395,"parentId":19389,"tags":{},"startTime":1726668870689,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":426442,"timestamp":102292585377,"id":19376,"parentId":19366,"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":1726668870264,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":458644,"timestamp":102292553257,"id":19366,"parentId":19365,"tags":{},"startTime":1726668870232,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":7904,"timestamp":102293028650,"id":19397,"parentId":19396,"tags":{},"startTime":1726668870707,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102293036590,"id":19399,"parentId":19396,"tags":{},"startTime":1726668870715,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":114,"timestamp":102293036615,"id":19400,"parentId":19396,"tags":{},"startTime":1726668870715,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":7,"timestamp":102293036764,"id":19401,"parentId":19396,"tags":{},"startTime":1726668870715,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":9,"timestamp":102293036798,"id":19402,"parentId":19396,"tags":{},"startTime":1726668870715,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":4797,"timestamp":102293036575,"id":19398,"parentId":19396,"tags":{},"startTime":1726668870715,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1150,"timestamp":102293048022,"id":19403,"parentId":19396,"tags":{},"startTime":1726668870726,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":12513,"timestamp":102293049214,"id":19404,"parentId":19396,"tags":{},"startTime":1726668870728,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":103953,"timestamp":102293065305,"id":19405,"parentId":19396,"tags":{},"startTime":1726668870744,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":1522,"timestamp":102293169254,"id":19406,"parentId":19396,"tags":{},"startTime":1726668870848,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":719,"timestamp":102293170742,"id":19407,"parentId":19396,"tags":{},"startTime":1726668870849,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":28962,"timestamp":102293171477,"id":19408,"parentId":19396,"tags":{},"startTime":1726668870850,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":4895,"timestamp":102293207360,"id":19410,"parentId":19365,"tags":{},"startTime":1726668870886,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":8345,"timestamp":102293204078,"id":19409,"parentId":19365,"tags":{},"startTime":1726668870883,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":200910,"timestamp":102293023728,"id":19396,"parentId":19365,"tags":{},"startTime":1726668870702,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":671807,"timestamp":102292552905,"id":19365,"parentId":19300,"tags":{"name":"client"},"startTime":1726668870231,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":72599,"timestamp":102293224798,"id":19411,"parentId":19300,"tags":{},"startTime":1726668870903,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":1735334,"timestamp":102291564613,"id":19300,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668869243,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":94108,"timestamp":102293370864,"id":19415,"parentId":19414,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668871049,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":98847,"timestamp":102293371008,"id":19416,"parentId":19414,"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":1726668871049,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":98801,"timestamp":102293371067,"id":19418,"parentId":19414,"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":1726668871049,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":16392,"timestamp":102293461610,"id":19426,"parentId":19425,"tags":{},"startTime":1726668871140,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":16706,"timestamp":102293461351,"id":19425,"parentId":19424,"tags":{},"startTime":1726668871140,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":22104,"timestamp":102293460540,"id":19424,"parentId":19413,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668871139,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":116859,"timestamp":102293371152,"id":19421,"parentId":19414,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668871050,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":116817,"timestamp":102293371205,"id":19423,"parentId":19414,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668871050,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":116845,"timestamp":102293371178,"id":19422,"parentId":19414,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668871050,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":120720,"timestamp":102293371038,"id":19417,"parentId":19414,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668871049,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":120646,"timestamp":102293371125,"id":19420,"parentId":19414,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668871050,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":151390,"timestamp":102293371096,"id":19419,"parentId":19414,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668871050,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":461125,"timestamp":102293308221,"id":19414,"parentId":19413,"tags":{},"startTime":1726668870987,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3433,"timestamp":102293797431,"id":19453,"parentId":19452,"tags":{},"startTime":1726668871476,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102293800895,"id":19455,"parentId":19452,"tags":{},"startTime":1726668871479,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":5915,"timestamp":102293800937,"id":19456,"parentId":19452,"tags":{},"startTime":1726668871479,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102293806891,"id":19457,"parentId":19452,"tags":{},"startTime":1726668871485,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102293806921,"id":19458,"parentId":19452,"tags":{},"startTime":1726668871485,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":8038,"timestamp":102293800883,"id":19454,"parentId":19452,"tags":{},"startTime":1726668871479,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1070,"timestamp":102293811343,"id":19459,"parentId":19452,"tags":{},"startTime":1726668871490,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":10857,"timestamp":102293812427,"id":19460,"parentId":19452,"tags":{},"startTime":1726668871491,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1537,"timestamp":102293824949,"id":19461,"parentId":19452,"tags":{},"startTime":1726668871503,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":2835,"timestamp":102293826484,"id":19462,"parentId":19452,"tags":{},"startTime":1726668871505,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":209,"timestamp":102293829300,"id":19463,"parentId":19452,"tags":{},"startTime":1726668871508,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4220,"timestamp":102293829515,"id":19464,"parentId":19452,"tags":{},"startTime":1726668871508,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":64086,"timestamp":102293791189,"id":19452,"parentId":19413,"tags":{},"startTime":1726668871470,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":557856,"timestamp":102293307564,"id":19413,"parentId":19412,"tags":{"name":"server"},"startTime":1726668870986,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":48034,"timestamp":102293865705,"id":19465,"parentId":19412,"tags":{},"startTime":1726668871544,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":687128,"timestamp":102293233762,"id":19412,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668870912,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":37,"timestamp":102294635779,"id":19466,"parentId":3,"tags":{},"startTime":1726668872314,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102294658008,"id":19467,"parentId":3,"tags":{},"startTime":1726668872336,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102294852975,"id":19468,"parentId":3,"tags":{},"startTime":1726668872531,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102294900149,"id":19469,"parentId":3,"tags":{},"startTime":1726668872578,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102294900343,"id":19470,"parentId":3,"tags":{},"startTime":1726668872579,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102294923827,"id":19471,"parentId":3,"tags":{},"startTime":1726668872602,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102294932646,"id":19472,"parentId":3,"tags":{},"startTime":1726668872611,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102294932876,"id":19473,"parentId":3,"tags":{},"startTime":1726668872611,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102294954432,"id":19474,"parentId":3,"tags":{},"startTime":1726668872633,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102294956955,"id":19475,"parentId":3,"tags":{},"startTime":1726668872635,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102294957471,"id":19476,"parentId":3,"tags":{},"startTime":1726668872636,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102294957704,"id":19477,"parentId":3,"tags":{},"startTime":1726668872636,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102294993444,"id":19478,"parentId":3,"tags":{},"startTime":1726668872672,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102294993746,"id":19479,"parentId":3,"tags":{},"startTime":1726668872672,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102294993928,"id":19480,"parentId":3,"tags":{},"startTime":1726668872672,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102295004218,"id":19481,"parentId":3,"tags":{},"startTime":1726668872683,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102295055394,"id":19482,"parentId":3,"tags":{},"startTime":1726668872734,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102295055836,"id":19483,"parentId":3,"tags":{},"startTime":1726668872734,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102295056174,"id":19484,"parentId":3,"tags":{},"startTime":1726668872735,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102295056326,"id":19485,"parentId":3,"tags":{},"startTime":1726668872735,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102295056389,"id":19486,"parentId":3,"tags":{},"startTime":1726668872735,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102295115110,"id":19487,"parentId":3,"tags":{},"startTime":1726668872793,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":26,"timestamp":102295125220,"id":19488,"parentId":3,"tags":{},"startTime":1726668872804,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102295125421,"id":19489,"parentId":3,"tags":{},"startTime":1726668872804,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102295125500,"id":19490,"parentId":3,"tags":{},"startTime":1726668872804,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102295125557,"id":19491,"parentId":3,"tags":{},"startTime":1726668872804,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102295164357,"id":19492,"parentId":3,"tags":{},"startTime":1726668872843,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102295164601,"id":19493,"parentId":3,"tags":{},"startTime":1726668872843,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102295167931,"id":19494,"parentId":3,"tags":{},"startTime":1726668872846,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102295168021,"id":19495,"parentId":3,"tags":{},"startTime":1726668872846,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102295168078,"id":19496,"parentId":3,"tags":{},"startTime":1726668872846,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102295183134,"id":19497,"parentId":3,"tags":{},"startTime":1726668872861,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13637,"timestamp":102313907185,"id":19504,"parentId":19501,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668891584,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14426,"timestamp":102313906920,"id":19502,"parentId":19501,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668891584,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47424,"timestamp":102313907169,"id":19503,"parentId":19501,"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":1726668891584,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47399,"timestamp":102313907201,"id":19505,"parentId":19501,"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":1726668891584,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49544,"timestamp":102313907317,"id":19508,"parentId":19501,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668891585,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49533,"timestamp":102313907331,"id":19509,"parentId":19501,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668891585,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49562,"timestamp":102313907303,"id":19507,"parentId":19501,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668891585,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49520,"timestamp":102313907346,"id":19510,"parentId":19501,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668891585,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":4641,"timestamp":102313952459,"id":19513,"parentId":19512,"tags":{},"startTime":1726668891630,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":4904,"timestamp":102313952199,"id":19512,"parentId":19511,"tags":{},"startTime":1726668891629,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":9043,"timestamp":102313951437,"id":19511,"parentId":19500,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668891629,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":59229,"timestamp":102313907217,"id":19506,"parentId":19501,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668891584,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":206347,"timestamp":102313875303,"id":19501,"parentId":19500,"tags":{},"startTime":1726668891553,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2396,"timestamp":102314095594,"id":19540,"parentId":19539,"tags":{},"startTime":1726668891773,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102314098019,"id":19542,"parentId":19539,"tags":{},"startTime":1726668891775,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":2741,"timestamp":102314098060,"id":19543,"parentId":19539,"tags":{},"startTime":1726668891775,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":23,"timestamp":102314100833,"id":19544,"parentId":19539,"tags":{},"startTime":1726668891778,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102314100882,"id":19545,"parentId":19539,"tags":{},"startTime":1726668891778,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":4577,"timestamp":102314098007,"id":19541,"parentId":19539,"tags":{},"startTime":1726668891775,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":671,"timestamp":102314104402,"id":19546,"parentId":19539,"tags":{},"startTime":1726668891782,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5173,"timestamp":102314105103,"id":19547,"parentId":19539,"tags":{},"startTime":1726668891782,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1276,"timestamp":102314113712,"id":19548,"parentId":19539,"tags":{},"startTime":1726668891791,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":202,"timestamp":102314114988,"id":19549,"parentId":19539,"tags":{},"startTime":1726668891792,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":134,"timestamp":102314115179,"id":19550,"parentId":19539,"tags":{},"startTime":1726668891792,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3032,"timestamp":102314115317,"id":19551,"parentId":19539,"tags":{},"startTime":1726668891793,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":40390,"timestamp":102314090191,"id":19539,"parentId":19500,"tags":{},"startTime":1726668891767,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":263576,"timestamp":102313873952,"id":19500,"parentId":19498,"tags":{"name":"server"},"startTime":1726668891551,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":8154,"timestamp":102314137627,"id":19552,"parentId":19498,"tags":{},"startTime":1726668891815,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":318997,"timestamp":102313827360,"id":19498,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668891505,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10017,"timestamp":102314163087,"id":19565,"parentId":19554,"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":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10035,"timestamp":102314163135,"id":19567,"parentId":19554,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9356,"timestamp":102314163816,"id":19571,"parentId":19554,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668891841,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9263,"timestamp":102314163910,"id":19572,"parentId":19554,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668891841,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9173,"timestamp":102314164002,"id":19575,"parentId":19554,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668891841,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14020,"timestamp":102314162715,"id":19555,"parentId":19554,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13866,"timestamp":102314162883,"id":19557,"parentId":19554,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16388,"timestamp":102314162935,"id":19559,"parentId":19554,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18788,"timestamp":102314162961,"id":19560,"parentId":19554,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21954,"timestamp":102314162988,"id":19561,"parentId":19554,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20926,"timestamp":102314164026,"id":19576,"parentId":19554,"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":1726668891841,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21623,"timestamp":102314163951,"id":19573,"parentId":19554,"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&server=false!"},"startTime":1726668891841,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26561,"timestamp":102314163036,"id":19563,"parentId":19554,"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":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26099,"timestamp":102314163508,"id":19568,"parentId":19554,"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":1726668891841,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25853,"timestamp":102314163756,"id":19570,"parentId":19554,"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":1726668891841,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25634,"timestamp":102314163977,"id":19574,"parentId":19554,"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":1726668891841,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29010,"timestamp":102314163012,"id":19562,"parentId":19554,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28921,"timestamp":102314163111,"id":19566,"parentId":19554,"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":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31284,"timestamp":102314162911,"id":19558,"parentId":19554,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":11590,"timestamp":102314183256,"id":19579,"parentId":19578,"tags":{},"startTime":1726668891860,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":159745,"timestamp":102314195308,"id":19581,"parentId":19580,"tags":{},"startTime":1726668891873,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":160660,"timestamp":102314195066,"id":19580,"parentId":19578,"tags":{},"startTime":1726668891872,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":37311,"timestamp":102314355892,"id":19582,"parentId":19578,"tags":{"astUsed":"true"},"startTime":1726668892033,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":212670,"timestamp":102314183097,"id":19578,"parentId":19577,"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":1726668891860,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":232873,"timestamp":102314163598,"id":19569,"parentId":19554,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668891841,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":233627,"timestamp":102314162853,"id":19556,"parentId":19554,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":226147,"timestamp":102314173769,"id":19577,"parentId":19553,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668891851,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":59,"timestamp":102314400193,"id":19583,"parentId":19577,"tags":{},"startTime":1726668892077,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":237247,"timestamp":102314163061,"id":19564,"parentId":19554,"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":1726668891840,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":252024,"timestamp":102314148307,"id":19554,"parentId":19553,"tags":{},"startTime":1726668891826,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3997,"timestamp":102314411302,"id":19585,"parentId":19584,"tags":{},"startTime":1726668892089,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":7,"timestamp":102314415329,"id":19587,"parentId":19584,"tags":{},"startTime":1726668892093,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":98,"timestamp":102314415354,"id":19588,"parentId":19584,"tags":{},"startTime":1726668892093,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":9,"timestamp":102314415474,"id":19589,"parentId":19584,"tags":{},"startTime":1726668892093,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":102314415507,"id":19590,"parentId":19584,"tags":{},"startTime":1726668892093,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2909,"timestamp":102314415320,"id":19586,"parentId":19584,"tags":{},"startTime":1726668892093,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":582,"timestamp":102314421363,"id":19591,"parentId":19584,"tags":{},"startTime":1726668892099,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":15728,"timestamp":102314421957,"id":19592,"parentId":19584,"tags":{},"startTime":1726668892099,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":6558,"timestamp":102314440048,"id":19593,"parentId":19584,"tags":{},"startTime":1726668892117,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":424,"timestamp":102314446604,"id":19594,"parentId":19584,"tags":{},"startTime":1726668892124,"traceId":"4f5180dc9f76515a"}]
+[{"name":"module-assets","duration":625,"timestamp":102314447017,"id":19595,"parentId":19584,"tags":{},"startTime":1726668892124,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3843,"timestamp":102314447649,"id":19596,"parentId":19584,"tags":{},"startTime":1726668892125,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":126,"timestamp":102314453517,"id":19598,"parentId":19553,"tags":{},"startTime":1726668892131,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":323,"timestamp":102314453329,"id":19597,"parentId":19553,"tags":{},"startTime":1726668892131,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":52465,"timestamp":102314407235,"id":19584,"parentId":19553,"tags":{},"startTime":1726668892084,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":311675,"timestamp":102314148061,"id":19553,"parentId":19499,"tags":{"name":"client"},"startTime":1726668891825,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":10394,"timestamp":102314459788,"id":19599,"parentId":19499,"tags":{},"startTime":1726668892137,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":643561,"timestamp":102313828605,"id":19499,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668891506,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":7,"timestamp":102314479004,"id":19600,"parentId":3,"tags":{},"startTime":1726668892156,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102314479541,"id":19601,"parentId":3,"tags":{},"startTime":1726668892157,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102314479724,"id":19602,"parentId":3,"tags":{},"startTime":1726668892157,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102314479816,"id":19603,"parentId":3,"tags":{},"startTime":1726668892157,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102314480204,"id":19604,"parentId":3,"tags":{},"startTime":1726668892157,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102314480314,"id":19605,"parentId":3,"tags":{},"startTime":1726668892158,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":2,"timestamp":102315045760,"id":19612,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668892723,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":1,"timestamp":102315046096,"id":19613,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668892723,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":0,"timestamp":102315046581,"id":19614,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668892724,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102315096476,"id":19615,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668892774,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102315162085,"id":19616,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668892839,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102315198025,"id":19617,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668892875,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":705621,"timestamp":102314582378,"id":19611,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668892260,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102315288032,"id":19618,"parentId":19611,"tags":{"url":"/usecases","memory.rss":"408059904","memory.heapUsed":"364569720","memory.heapTotal":"475316224"},"startTime":1726668892965,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":723814,"timestamp":102314567011,"id":19609,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668892244,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102315290885,"id":19619,"parentId":19609,"tags":{"url":"/community","memory.rss":"408059904","memory.heapUsed":"366744016","memory.heapTotal":"475316224"},"startTime":1726668892968,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":717368,"timestamp":102314575672,"id":19610,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668892253,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102315293068,"id":19620,"parentId":19610,"tags":{"url":"/community","memory.rss":"408453120","memory.heapUsed":"354107624","memory.heapTotal":"475316224"},"startTime":1726668892970,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":751319,"timestamp":102314542838,"id":19607,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668892220,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102315294192,"id":19621,"parentId":19607,"tags":{"url":"/community","memory.rss":"408453120","memory.heapUsed":"354697656","memory.heapTotal":"475316224"},"startTime":1726668892971,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":765558,"timestamp":102314531003,"id":19606,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668892208,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102315296589,"id":19622,"parentId":19606,"tags":{"url":"/community","memory.rss":"408453120","memory.heapUsed":"356356728","memory.heapTotal":"475316224"},"startTime":1726668892974,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":758350,"timestamp":102314558242,"id":19608,"tags":{"url":"/","isTurbopack":false},"startTime":1726668892235,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102315316623,"id":19623,"parentId":19608,"tags":{"url":"/","memory.rss":"409567232","memory.heapUsed":"357542568","memory.heapTotal":"475316224"},"startTime":1726668892994,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":76,"timestamp":102316115825,"id":19624,"parentId":3,"tags":{},"startTime":1726668893793,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102316137634,"id":19625,"parentId":3,"tags":{},"startTime":1726668893815,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":9,"timestamp":102316180893,"id":19626,"parentId":3,"tags":{},"startTime":1726668893858,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102316188169,"id":19627,"parentId":3,"tags":{},"startTime":1726668893865,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102316208836,"id":19628,"parentId":3,"tags":{},"startTime":1726668893886,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102316212071,"id":19629,"parentId":3,"tags":{},"startTime":1726668893889,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102316251984,"id":19630,"parentId":3,"tags":{},"startTime":1726668893929,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102316252065,"id":19631,"parentId":3,"tags":{},"startTime":1726668893929,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":88,"timestamp":102316293876,"id":19632,"parentId":3,"tags":{},"startTime":1726668893971,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102316299464,"id":19633,"parentId":3,"tags":{},"startTime":1726668893977,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102316299576,"id":19634,"parentId":3,"tags":{},"startTime":1726668893977,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102316338870,"id":19635,"parentId":3,"tags":{},"startTime":1726668894016,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102316338977,"id":19636,"parentId":3,"tags":{},"startTime":1726668894016,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102316339028,"id":19637,"parentId":3,"tags":{},"startTime":1726668894016,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102316344194,"id":19638,"parentId":3,"tags":{},"startTime":1726668894021,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102316377482,"id":19639,"parentId":3,"tags":{},"startTime":1726668894055,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102316388902,"id":19640,"parentId":3,"tags":{},"startTime":1726668894066,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102316388966,"id":19641,"parentId":3,"tags":{},"startTime":1726668894066,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102316389005,"id":19642,"parentId":3,"tags":{},"startTime":1726668894066,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102316406984,"id":19643,"parentId":3,"tags":{},"startTime":1726668894084,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102316407071,"id":19644,"parentId":3,"tags":{},"startTime":1726668894084,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102316411838,"id":19645,"parentId":3,"tags":{},"startTime":1726668894089,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":54,"timestamp":102316412062,"id":19646,"parentId":3,"tags":{},"startTime":1726668894089,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102316412247,"id":19647,"parentId":3,"tags":{},"startTime":1726668894089,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102316430579,"id":19648,"parentId":3,"tags":{},"startTime":1726668894108,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102316430736,"id":19649,"parentId":3,"tags":{},"startTime":1726668894108,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102316430817,"id":19650,"parentId":3,"tags":{},"startTime":1726668894108,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102316430883,"id":19651,"parentId":3,"tags":{},"startTime":1726668894108,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102316446251,"id":19652,"parentId":3,"tags":{},"startTime":1726668894123,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102316478933,"id":19653,"parentId":3,"tags":{},"startTime":1726668894156,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102316478994,"id":19654,"parentId":3,"tags":{},"startTime":1726668894156,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102316479034,"id":19655,"parentId":3,"tags":{},"startTime":1726668894156,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102316479071,"id":19656,"parentId":3,"tags":{},"startTime":1726668894156,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102316479109,"id":19657,"parentId":3,"tags":{},"startTime":1726668894156,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102316479147,"id":19658,"parentId":3,"tags":{},"startTime":1726668894156,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14963,"timestamp":102326983031,"id":19665,"parentId":19662,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668904660,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16360,"timestamp":102326982810,"id":19663,"parentId":19662,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668904659,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":59149,"timestamp":102326982993,"id":19664,"parentId":19662,"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":1726668904659,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":59099,"timestamp":102326983051,"id":19666,"parentId":19662,"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":1726668904660,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5355,"timestamp":102327039491,"id":19674,"parentId":19673,"tags":{},"startTime":1726668904716,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5792,"timestamp":102327039059,"id":19673,"parentId":19672,"tags":{},"startTime":1726668904716,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":10099,"timestamp":102327038090,"id":19672,"parentId":19661,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668904715,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":67012,"timestamp":102326983104,"id":19669,"parentId":19662,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668904660,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":67000,"timestamp":102326983121,"id":19670,"parentId":19662,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668904660,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":67034,"timestamp":102326983089,"id":19668,"parentId":19662,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668904660,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66989,"timestamp":102326983136,"id":19671,"parentId":19662,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668904660,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":74180,"timestamp":102326983074,"id":19667,"parentId":19662,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668904660,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":249188,"timestamp":102326945872,"id":19662,"parentId":19661,"tags":{},"startTime":1726668904622,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3290,"timestamp":102327218754,"id":19701,"parentId":19700,"tags":{},"startTime":1726668904895,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102327222087,"id":19703,"parentId":19700,"tags":{},"startTime":1726668904899,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4602,"timestamp":102327222117,"id":19704,"parentId":19700,"tags":{},"startTime":1726668904899,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":17,"timestamp":102327226805,"id":19705,"parentId":19700,"tags":{},"startTime":1726668904903,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102327226841,"id":19706,"parentId":19700,"tags":{},"startTime":1726668904903,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":8492,"timestamp":102327222072,"id":19702,"parentId":19700,"tags":{},"startTime":1726668904899,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1154,"timestamp":102327233740,"id":19707,"parentId":19700,"tags":{},"startTime":1726668904910,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":12504,"timestamp":102327234910,"id":19708,"parentId":19700,"tags":{},"startTime":1726668904911,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2035,"timestamp":102327249292,"id":19709,"parentId":19700,"tags":{},"startTime":1726668904926,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":293,"timestamp":102327251326,"id":19710,"parentId":19700,"tags":{},"startTime":1726668904928,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":186,"timestamp":102327251607,"id":19711,"parentId":19700,"tags":{},"startTime":1726668904928,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4295,"timestamp":102327251800,"id":19712,"parentId":19700,"tags":{},"startTime":1726668904928,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":63728,"timestamp":102327212649,"id":19700,"parentId":19661,"tags":{},"startTime":1726668904889,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":344827,"timestamp":102326943590,"id":19661,"parentId":19659,"tags":{"name":"server"},"startTime":1726668904620,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":17510,"timestamp":102327288620,"id":19713,"parentId":19659,"tags":{},"startTime":1726668904965,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":391020,"timestamp":102326916807,"id":19659,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668904593,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9184,"timestamp":102327335369,"id":19726,"parentId":19715,"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":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9235,"timestamp":102327335423,"id":19728,"parentId":19715,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9133,"timestamp":102327335527,"id":19732,"parentId":19715,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9107,"timestamp":102327335555,"id":19733,"parentId":19715,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9025,"timestamp":102327335638,"id":19736,"parentId":19715,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15526,"timestamp":102327334987,"id":19716,"parentId":19715,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668905011,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15396,"timestamp":102327335134,"id":19718,"parentId":19715,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18347,"timestamp":102327335189,"id":19720,"parentId":19715,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20800,"timestamp":102327335219,"id":19721,"parentId":19715,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24497,"timestamp":102327335245,"id":19722,"parentId":19715,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24088,"timestamp":102327335663,"id":19737,"parentId":19715,"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":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24757,"timestamp":102327335587,"id":19734,"parentId":19715,"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&server=false!"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26834,"timestamp":102327335298,"id":19724,"parentId":19715,"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":1726668905012,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":27437,"timestamp":102327335448,"id":19729,"parentId":19715,"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":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27387,"timestamp":102327335502,"id":19731,"parentId":19715,"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":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27278,"timestamp":102327335612,"id":19735,"parentId":19715,"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":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29744,"timestamp":102327335271,"id":19723,"parentId":19715,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29626,"timestamp":102327335397,"id":19727,"parentId":19715,"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":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":6899,"timestamp":102327358284,"id":19740,"parentId":19739,"tags":{},"startTime":1726668905035,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47467,"timestamp":102327335162,"id":19719,"parentId":19715,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":162116,"timestamp":102327365470,"id":19742,"parentId":19741,"tags":{},"startTime":1726668905042,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":162831,"timestamp":102327365262,"id":19741,"parentId":19739,"tags":{},"startTime":1726668905042,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":24921,"timestamp":102327528238,"id":19743,"parentId":19739,"tags":{"astUsed":"true"},"startTime":1726668905205,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":197125,"timestamp":102327358077,"id":19739,"parentId":19738,"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":1726668905035,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":223568,"timestamp":102327335474,"id":19730,"parentId":19715,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":223948,"timestamp":102327335102,"id":19717,"parentId":19715,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":216637,"timestamp":102327345492,"id":19738,"parentId":19714,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668905022,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":46,"timestamp":102327562330,"id":19744,"parentId":19738,"tags":{},"startTime":1726668905239,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":227077,"timestamp":102327335326,"id":19725,"parentId":19715,"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":1726668905012,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":249262,"timestamp":102327313158,"id":19715,"parentId":19714,"tags":{},"startTime":1726668904990,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2218,"timestamp":102327572286,"id":19746,"parentId":19745,"tags":{},"startTime":1726668905249,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102327574522,"id":19748,"parentId":19745,"tags":{},"startTime":1726668905251,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":65,"timestamp":102327574539,"id":19749,"parentId":19745,"tags":{},"startTime":1726668905251,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102327574627,"id":19750,"parentId":19745,"tags":{},"startTime":1726668905251,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102327574648,"id":19751,"parentId":19745,"tags":{},"startTime":1726668905251,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1294,"timestamp":102327574515,"id":19747,"parentId":19745,"tags":{},"startTime":1726668905251,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":442,"timestamp":102327577363,"id":19752,"parentId":19745,"tags":{},"startTime":1726668905254,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":12154,"timestamp":102327577813,"id":19753,"parentId":19745,"tags":{},"startTime":1726668905254,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4605,"timestamp":102327592644,"id":19754,"parentId":19745,"tags":{},"startTime":1726668905269,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":690,"timestamp":102327597248,"id":19755,"parentId":19745,"tags":{},"startTime":1726668905274,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":202,"timestamp":102327597921,"id":19756,"parentId":19745,"tags":{},"startTime":1726668905274,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3357,"timestamp":102327598128,"id":19757,"parentId":19745,"tags":{},"startTime":1726668905275,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":136,"timestamp":102327603478,"id":19759,"parentId":19714,"tags":{},"startTime":1726668905280,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":270,"timestamp":102327603353,"id":19758,"parentId":19714,"tags":{},"startTime":1726668905280,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":39165,"timestamp":102327568480,"id":19745,"parentId":19714,"tags":{},"startTime":1726668905245,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":295181,"timestamp":102327312501,"id":19714,"parentId":19660,"tags":{"name":"client"},"startTime":1726668904989,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":12439,"timestamp":102327607727,"id":19760,"parentId":19660,"tags":{},"startTime":1726668905284,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":706908,"timestamp":102326917292,"id":19660,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668904594,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":16,"timestamp":102327628366,"id":19761,"parentId":3,"tags":{},"startTime":1726668905305,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102327628845,"id":19762,"parentId":3,"tags":{},"startTime":1726668905305,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102327629093,"id":19763,"parentId":3,"tags":{},"startTime":1726668905306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102327629197,"id":19764,"parentId":3,"tags":{},"startTime":1726668905306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102327629283,"id":19765,"parentId":3,"tags":{},"startTime":1726668905306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102327629359,"id":19766,"parentId":3,"tags":{},"startTime":1726668905306,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":5,"timestamp":102328273169,"id":19773,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668905950,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102328274416,"id":19774,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668905951,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102328275125,"id":19775,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668905952,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102328312246,"id":19778,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668905989,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":1379,"timestamp":102328529374,"id":19781,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668906207,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":6,"timestamp":102328589648,"id":19782,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668906266,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":158119,"timestamp":102328610546,"id":19785,"parentId":19780,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668906287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":160102,"timestamp":102328610348,"id":19783,"parentId":19780,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668906287,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1100440,"timestamp":102327738558,"id":19772,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668905415,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102328839059,"id":19792,"parentId":19772,"tags":{"url":"/usecases","memory.rss":"368427008","memory.heapUsed":"454024632","memory.heapTotal":"488456192"},"startTime":1726668906515,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1161539,"timestamp":102327690893,"id":19769,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668905367,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102328852465,"id":19796,"parentId":19769,"tags":{"url":"/community","memory.rss":"370196480","memory.heapUsed":"445805248","memory.heapTotal":"488980480"},"startTime":1726668906529,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1171095,"timestamp":102327684230,"id":19768,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668905361,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102328855365,"id":19797,"parentId":19768,"tags":{"url":"/community","memory.rss":"371441664","memory.heapUsed":"446910696","memory.heapTotal":"488980480"},"startTime":1726668906532,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1162273,"timestamp":102327694648,"id":19770,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668905371,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102328856957,"id":19798,"parentId":19770,"tags":{"url":"/community","memory.rss":"371556352","memory.heapUsed":"447584736","memory.heapTotal":"488980480"},"startTime":1726668906533,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":249457,"timestamp":102328610517,"id":19784,"parentId":19780,"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":1726668906287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":249412,"timestamp":102328610573,"id":19786,"parentId":19780,"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":1726668906287,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1182483,"timestamp":102327679201,"id":19767,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668905356,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102328861728,"id":19799,"parentId":19767,"tags":{"url":"/community","memory.rss":"371671040","memory.heapUsed":"449978944","memory.heapTotal":"488980480"},"startTime":1726668906538,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":12063,"timestamp":102328850172,"id":19795,"parentId":19794,"tags":{},"startTime":1726668906527,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":12253,"timestamp":102328849987,"id":19794,"parentId":19793,"tags":{},"startTime":1726668906526,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":15913,"timestamp":102328849397,"id":19793,"parentId":19779,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668906526,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":283075,"timestamp":102328610659,"id":19789,"parentId":19780,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668906287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":283063,"timestamp":102328610682,"id":19790,"parentId":19780,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668906287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":283042,"timestamp":102328610706,"id":19791,"parentId":19780,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668906287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":283119,"timestamp":102328610632,"id":19788,"parentId":19780,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668906287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":315821,"timestamp":102328610606,"id":19787,"parentId":19780,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668906287,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1222087,"timestamp":102327723797,"id":19771,"tags":{"url":"/","isTurbopack":false},"startTime":1726668905400,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102328945921,"id":19825,"parentId":19771,"tags":{"url":"/","memory.rss":"364314624","memory.heapUsed":"457172568","memory.heapTotal":"490815488"},"startTime":1726668906622,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":790834,"timestamp":102328376274,"id":19780,"parentId":19779,"tags":{},"startTime":1726668906053,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":49869,"timestamp":102329188904,"id":19827,"parentId":19826,"tags":{},"startTime":1726668906865,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":8,"timestamp":102329239011,"id":19829,"parentId":19826,"tags":{},"startTime":1726668906915,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":22822,"timestamp":102329239161,"id":19830,"parentId":19826,"tags":{},"startTime":1726668906916,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":21,"timestamp":102329262139,"id":19831,"parentId":19826,"tags":{},"startTime":1726668906938,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":12,"timestamp":102329262222,"id":19832,"parentId":19826,"tags":{},"startTime":1726668906939,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":27002,"timestamp":102329238962,"id":19828,"parentId":19826,"tags":{},"startTime":1726668906915,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1562,"timestamp":102329271597,"id":19833,"parentId":19826,"tags":{},"startTime":1726668906948,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":41928,"timestamp":102329273184,"id":19834,"parentId":19826,"tags":{},"startTime":1726668906950,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2468,"timestamp":102329319580,"id":19835,"parentId":19826,"tags":{},"startTime":1726668906996,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":350,"timestamp":102329322046,"id":19836,"parentId":19826,"tags":{},"startTime":1726668906998,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":452,"timestamp":102329322381,"id":19837,"parentId":19826,"tags":{},"startTime":1726668906999,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":5447,"timestamp":102329322842,"id":19838,"parentId":19826,"tags":{},"startTime":1726668906999,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":169778,"timestamp":102329181802,"id":19826,"parentId":19779,"tags":{},"startTime":1726668906858,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":987893,"timestamp":102328375818,"id":19779,"parentId":19776,"tags":{"name":"server"},"startTime":1726668906052,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":39753,"timestamp":102329363879,"id":19839,"parentId":19776,"tags":{},"startTime":1726668907040,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":1094007,"timestamp":102328310518,"id":19776,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668905987,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13197,"timestamp":102329434696,"id":19852,"parentId":19841,"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":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13218,"timestamp":102329434754,"id":19854,"parentId":19841,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13148,"timestamp":102329434826,"id":19858,"parentId":19841,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13130,"timestamp":102329434845,"id":19859,"parentId":19841,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13074,"timestamp":102329434902,"id":19862,"parentId":19841,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23927,"timestamp":102329434355,"id":19842,"parentId":19841,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23755,"timestamp":102329434541,"id":19844,"parentId":19841,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26696,"timestamp":102329434581,"id":19846,"parentId":19841,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31073,"timestamp":102329434601,"id":19847,"parentId":19841,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37013,"timestamp":102329434620,"id":19848,"parentId":19841,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":36723,"timestamp":102329434919,"id":19863,"parentId":19841,"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":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37362,"timestamp":102329434864,"id":19860,"parentId":19841,"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&server=false!"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44912,"timestamp":102329434658,"id":19850,"parentId":19841,"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":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44808,"timestamp":102329434772,"id":19855,"parentId":19841,"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":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44774,"timestamp":102329434808,"id":19857,"parentId":19841,"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":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44701,"timestamp":102329434882,"id":19861,"parentId":19841,"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":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":56600,"timestamp":102329434640,"id":19849,"parentId":19841,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":56518,"timestamp":102329434736,"id":19853,"parentId":19841,"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":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":64816,"timestamp":102329434561,"id":19845,"parentId":19841,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":33391,"timestamp":102329467435,"id":19866,"parentId":19865,"tags":{},"startTime":1726668907144,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":168960,"timestamp":102329501863,"id":19868,"parentId":19867,"tags":{},"startTime":1726668907178,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":169958,"timestamp":102329501311,"id":19867,"parentId":19865,"tags":{},"startTime":1726668907178,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":27070,"timestamp":102329671398,"id":19869,"parentId":19865,"tags":{"astUsed":"true"},"startTime":1726668907348,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":233292,"timestamp":102329467255,"id":19865,"parentId":19864,"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":1726668907144,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":267489,"timestamp":102329434790,"id":19856,"parentId":19841,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":267778,"timestamp":102329434512,"id":19843,"parentId":19841,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":260603,"timestamp":102329448814,"id":19864,"parentId":19840,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668907125,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":235,"timestamp":102329712516,"id":19870,"parentId":19864,"tags":{},"startTime":1726668907389,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":278218,"timestamp":102329434677,"id":19851,"parentId":19841,"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":1726668907111,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":303930,"timestamp":102329409010,"id":19841,"parentId":19840,"tags":{},"startTime":1726668907085,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2196,"timestamp":102329735768,"id":19872,"parentId":19871,"tags":{},"startTime":1726668907412,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102329737986,"id":19874,"parentId":19871,"tags":{},"startTime":1726668907414,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":71,"timestamp":102329738004,"id":19875,"parentId":19871,"tags":{},"startTime":1726668907414,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102329738099,"id":19876,"parentId":19871,"tags":{},"startTime":1726668907414,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102329738127,"id":19877,"parentId":19871,"tags":{},"startTime":1726668907414,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1623,"timestamp":102329737977,"id":19873,"parentId":19871,"tags":{},"startTime":1726668907414,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":533,"timestamp":102329744062,"id":19878,"parentId":19871,"tags":{},"startTime":1726668907420,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":6065,"timestamp":102329744605,"id":19879,"parentId":19871,"tags":{},"startTime":1726668907421,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4218,"timestamp":102329752269,"id":19880,"parentId":19871,"tags":{},"startTime":1726668907429,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":292,"timestamp":102329756486,"id":19881,"parentId":19871,"tags":{},"startTime":1726668907433,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":159,"timestamp":102329756769,"id":19882,"parentId":19871,"tags":{},"startTime":1726668907433,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2630,"timestamp":102329756932,"id":19883,"parentId":19871,"tags":{},"startTime":1726668907433,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":123,"timestamp":102329762406,"id":19885,"parentId":19840,"tags":{},"startTime":1726668907439,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":250,"timestamp":102329762287,"id":19884,"parentId":19840,"tags":{},"startTime":1726668907439,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":33000,"timestamp":102329732504,"id":19871,"parentId":19840,"tags":{},"startTime":1726668907409,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":356987,"timestamp":102329408544,"id":19840,"parentId":19777,"tags":{"name":"client"},"startTime":1726668907085,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":20813,"timestamp":102329765571,"id":19886,"parentId":19777,"tags":{},"startTime":1726668907442,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":1476803,"timestamp":102328310670,"id":19777,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668905987,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":12,"timestamp":102330412748,"id":19887,"parentId":3,"tags":{},"startTime":1726668908089,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102330441480,"id":19888,"parentId":3,"tags":{},"startTime":1726668908118,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102330441763,"id":19889,"parentId":3,"tags":{},"startTime":1726668908118,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":10,"timestamp":102330463618,"id":19890,"parentId":3,"tags":{},"startTime":1726668908140,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102330463889,"id":19891,"parentId":3,"tags":{},"startTime":1726668908140,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102330463982,"id":19892,"parentId":3,"tags":{},"startTime":1726668908140,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102330500095,"id":19893,"parentId":3,"tags":{},"startTime":1726668908176,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102330500161,"id":19894,"parentId":3,"tags":{},"startTime":1726668908176,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330500203,"id":19895,"parentId":3,"tags":{},"startTime":1726668908176,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102330545979,"id":19896,"parentId":3,"tags":{},"startTime":1726668908222,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330546045,"id":19897,"parentId":3,"tags":{},"startTime":1726668908222,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":37,"timestamp":102330553854,"id":19898,"parentId":3,"tags":{},"startTime":1726668908230,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102330577331,"id":19899,"parentId":3,"tags":{},"startTime":1726668908254,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102330577505,"id":19900,"parentId":3,"tags":{},"startTime":1726668908254,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330577570,"id":19901,"parentId":3,"tags":{},"startTime":1726668908254,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330577613,"id":19902,"parentId":3,"tags":{},"startTime":1726668908254,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102330596483,"id":19903,"parentId":3,"tags":{},"startTime":1726668908273,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":103,"timestamp":102330596766,"id":19904,"parentId":3,"tags":{},"startTime":1726668908273,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102330605247,"id":19905,"parentId":3,"tags":{},"startTime":1726668908282,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102330605357,"id":19906,"parentId":3,"tags":{},"startTime":1726668908282,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330605402,"id":19907,"parentId":3,"tags":{},"startTime":1726668908282,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102330626254,"id":19908,"parentId":3,"tags":{},"startTime":1726668908303,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102330629681,"id":19909,"parentId":3,"tags":{},"startTime":1726668908306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102330629979,"id":19910,"parentId":3,"tags":{},"startTime":1726668908306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330630040,"id":19911,"parentId":3,"tags":{},"startTime":1726668908306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330630079,"id":19912,"parentId":3,"tags":{},"startTime":1726668908306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102330650170,"id":19913,"parentId":3,"tags":{},"startTime":1726668908326,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102330655723,"id":19914,"parentId":3,"tags":{},"startTime":1726668908332,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102330655897,"id":19915,"parentId":3,"tags":{},"startTime":1726668908332,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330655959,"id":19916,"parentId":3,"tags":{},"startTime":1726668908332,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330655996,"id":19917,"parentId":3,"tags":{},"startTime":1726668908332,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102330656030,"id":19918,"parentId":3,"tags":{},"startTime":1726668908332,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13369,"timestamp":102336137292,"id":19925,"parentId":19922,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668913813,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13945,"timestamp":102336137056,"id":19923,"parentId":19922,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668913813,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50624,"timestamp":102336137267,"id":19924,"parentId":19922,"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":1726668913813,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50584,"timestamp":102336137315,"id":19926,"parentId":19922,"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":1726668913813,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53394,"timestamp":102336137387,"id":19929,"parentId":19922,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668913813,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53365,"timestamp":102336137423,"id":19931,"parentId":19922,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668913813,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53425,"timestamp":102336137365,"id":19928,"parentId":19922,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668913813,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53383,"timestamp":102336137407,"id":19930,"parentId":19922,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668913813,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5483,"timestamp":102336185444,"id":19934,"parentId":19933,"tags":{},"startTime":1726668913861,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5769,"timestamp":102336185162,"id":19933,"parentId":19932,"tags":{},"startTime":1726668913861,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":10418,"timestamp":102336184245,"id":19932,"parentId":19921,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668913860,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":65291,"timestamp":102336137343,"id":19927,"parentId":19922,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668913813,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":226729,"timestamp":102336105337,"id":19922,"parentId":19921,"tags":{},"startTime":1726668913781,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3412,"timestamp":102336350180,"id":19961,"parentId":19960,"tags":{},"startTime":1726668914026,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102336353636,"id":19963,"parentId":19960,"tags":{},"startTime":1726668914030,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3621,"timestamp":102336353673,"id":19964,"parentId":19960,"tags":{},"startTime":1726668914030,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":12,"timestamp":102336357327,"id":19965,"parentId":19960,"tags":{},"startTime":1726668914033,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102336357358,"id":19966,"parentId":19960,"tags":{},"startTime":1726668914033,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5738,"timestamp":102336353617,"id":19962,"parentId":19960,"tags":{},"startTime":1726668914030,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1058,"timestamp":102336361696,"id":19967,"parentId":19960,"tags":{},"startTime":1726668914038,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9193,"timestamp":102336362763,"id":19968,"parentId":19960,"tags":{},"startTime":1726668914039,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1498,"timestamp":102336373648,"id":19969,"parentId":19960,"tags":{},"startTime":1726668914050,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":228,"timestamp":102336375146,"id":19970,"parentId":19960,"tags":{},"startTime":1726668914051,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":164,"timestamp":102336375358,"id":19971,"parentId":19960,"tags":{},"startTime":1726668914051,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3314,"timestamp":102336375527,"id":19972,"parentId":19960,"tags":{},"startTime":1726668914051,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":49424,"timestamp":102336346899,"id":19960,"parentId":19921,"tags":{},"startTime":1726668914023,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":302035,"timestamp":102336103902,"id":19921,"parentId":19919,"tags":{"name":"server"},"startTime":1726668913780,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":17677,"timestamp":102336407633,"id":19973,"parentId":19919,"tags":{},"startTime":1726668914084,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":358881,"timestamp":102336067676,"id":19919,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668913744,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20789,"timestamp":102336465593,"id":19986,"parentId":19975,"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":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20886,"timestamp":102336465651,"id":19988,"parentId":19975,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20778,"timestamp":102336465774,"id":19992,"parentId":19975,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20755,"timestamp":102336465798,"id":19993,"parentId":19975,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20682,"timestamp":102336465872,"id":19996,"parentId":19975,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37215,"timestamp":102336464824,"id":19976,"parentId":19975,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":36898,"timestamp":102336465160,"id":19978,"parentId":19975,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40213,"timestamp":102336465257,"id":19980,"parentId":19975,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42663,"timestamp":102336465318,"id":19981,"parentId":19975,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":46881,"timestamp":102336465354,"id":19982,"parentId":19975,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":46347,"timestamp":102336465896,"id":19997,"parentId":19975,"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":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":47051,"timestamp":102336465823,"id":19994,"parentId":19975,"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&server=false!"},"startTime":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49360,"timestamp":102336465526,"id":19984,"parentId":19975,"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":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49199,"timestamp":102336465690,"id":19989,"parentId":19975,"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":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49142,"timestamp":102336465749,"id":19991,"parentId":19975,"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":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49043,"timestamp":102336465848,"id":19995,"parentId":19975,"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":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":51671,"timestamp":102336465415,"id":19983,"parentId":19975,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":51473,"timestamp":102336465623,"id":19987,"parentId":19975,"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":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":54069,"timestamp":102336465196,"id":19979,"parentId":19975,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":9268,"timestamp":102336510743,"id":20000,"parentId":19999,"tags":{},"startTime":1726668914187,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":155682,"timestamp":102336520371,"id":20002,"parentId":20001,"tags":{},"startTime":1726668914196,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":156482,"timestamp":102336520118,"id":20001,"parentId":19999,"tags":{},"startTime":1726668914196,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":27634,"timestamp":102336676753,"id":20003,"parentId":19999,"tags":{"astUsed":"true"},"startTime":1726668914353,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":196161,"timestamp":102336510447,"id":19999,"parentId":19998,"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":1726668914186,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":244758,"timestamp":102336465726,"id":19990,"parentId":19975,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668914142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":245421,"timestamp":102336465076,"id":19977,"parentId":19975,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":224867,"timestamp":102336489126,"id":19998,"parentId":19974,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668914165,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":47,"timestamp":102336714211,"id":20004,"parentId":19998,"tags":{},"startTime":1726668914390,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":248720,"timestamp":102336465567,"id":19985,"parentId":19975,"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":1726668914141,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":282577,"timestamp":102336431741,"id":19975,"parentId":19974,"tags":{},"startTime":1726668914108,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2327,"timestamp":102336724314,"id":20006,"parentId":20005,"tags":{},"startTime":1726668914400,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102336726664,"id":20008,"parentId":20005,"tags":{},"startTime":1726668914403,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":84,"timestamp":102336726685,"id":20009,"parentId":20005,"tags":{},"startTime":1726668914403,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102336726794,"id":20010,"parentId":20005,"tags":{},"startTime":1726668914403,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102336726823,"id":20011,"parentId":20005,"tags":{},"startTime":1726668914403,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1896,"timestamp":102336726655,"id":20007,"parentId":20005,"tags":{},"startTime":1726668914403,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":500,"timestamp":102336730086,"id":20012,"parentId":20005,"tags":{},"startTime":1726668914406,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9831,"timestamp":102336730594,"id":20013,"parentId":20005,"tags":{},"startTime":1726668914406,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4909,"timestamp":102336742344,"id":20014,"parentId":20005,"tags":{},"startTime":1726668914418,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":347,"timestamp":102336747253,"id":20015,"parentId":20005,"tags":{},"startTime":1726668914423,"traceId":"4f5180dc9f76515a"}]
+[{"name":"module-assets","duration":632,"timestamp":102336747589,"id":20016,"parentId":20005,"tags":{},"startTime":1726668914423,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3054,"timestamp":102336748227,"id":20017,"parentId":20005,"tags":{},"startTime":1726668914424,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":125,"timestamp":102336753046,"id":20019,"parentId":19974,"tags":{},"startTime":1726668914429,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":270,"timestamp":102336752911,"id":20018,"parentId":19974,"tags":{},"startTime":1726668914429,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":35440,"timestamp":102336720996,"id":20005,"parentId":19974,"tags":{},"startTime":1726668914397,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":325252,"timestamp":102336431216,"id":19974,"parentId":19920,"tags":{"name":"client"},"startTime":1726668914107,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":11869,"timestamp":102336756512,"id":20020,"parentId":19920,"tags":{},"startTime":1726668914432,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":702263,"timestamp":102336068419,"id":19920,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668913744,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":25,"timestamp":102336780330,"id":20021,"parentId":3,"tags":{},"startTime":1726668914456,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102336780850,"id":20022,"parentId":3,"tags":{},"startTime":1726668914457,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102336780956,"id":20023,"parentId":3,"tags":{},"startTime":1726668914457,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102336781010,"id":20024,"parentId":3,"tags":{},"startTime":1726668914457,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102336781057,"id":20025,"parentId":3,"tags":{},"startTime":1726668914457,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102336781192,"id":20026,"parentId":3,"tags":{},"startTime":1726668914457,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":12,"timestamp":102337529740,"id":20033,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668915206,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":2,"timestamp":102337531009,"id":20034,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668915207,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102337531924,"id":20035,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668915208,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102337560641,"id":20036,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668915236,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":19,"timestamp":102337885088,"id":20037,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668915561,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102337985779,"id":20038,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668915662,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1166684,"timestamp":102336874884,"id":20032,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668914551,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102338041633,"id":20039,"parentId":20032,"tags":{"url":"/usecases","memory.rss":"215269376","memory.heapUsed":"559978608","memory.heapTotal":"602521600"},"startTime":1726668915717,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1190509,"timestamp":102336856503,"id":20029,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668914532,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":4,"timestamp":102338047064,"id":20040,"parentId":20029,"tags":{"url":"/community","memory.rss":"218742784","memory.heapUsed":"562455200","memory.heapTotal":"602521600"},"startTime":1726668915723,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1186404,"timestamp":102336861925,"id":20030,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668914538,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102338048362,"id":20041,"parentId":20030,"tags":{"url":"/community","memory.rss":"219185152","memory.heapUsed":"563045144","memory.heapTotal":"602521600"},"startTime":1726668915724,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1200437,"timestamp":102336849276,"id":20028,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668914525,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102338049747,"id":20042,"parentId":20028,"tags":{"url":"/community","memory.rss":"219414528","memory.heapUsed":"563743960","memory.heapTotal":"602521600"},"startTime":1726668915726,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1211806,"timestamp":102336840221,"id":20027,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668914516,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102338052076,"id":20043,"parentId":20027,"tags":{"url":"/community","memory.rss":"220168192","memory.heapUsed":"564433360","memory.heapTotal":"602521600"},"startTime":1726668915728,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1221123,"timestamp":102336869613,"id":20031,"tags":{"url":"/","isTurbopack":false},"startTime":1726668914546,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102338090968,"id":20044,"parentId":20031,"tags":{"url":"/","memory.rss":"222789632","memory.heapUsed":"566474992","memory.heapTotal":"603045888"},"startTime":1726668915767,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":86,"timestamp":102339144332,"id":20045,"parentId":3,"tags":{},"startTime":1726668916820,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102339174966,"id":20046,"parentId":3,"tags":{},"startTime":1726668916851,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339175232,"id":20047,"parentId":3,"tags":{},"startTime":1726668916851,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102339212671,"id":20048,"parentId":3,"tags":{},"startTime":1726668916888,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339212761,"id":20049,"parentId":3,"tags":{},"startTime":1726668916889,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102339251860,"id":20050,"parentId":3,"tags":{},"startTime":1726668916928,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102339257915,"id":20051,"parentId":3,"tags":{},"startTime":1726668916934,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339258048,"id":20052,"parentId":3,"tags":{},"startTime":1726668916934,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102339289485,"id":20053,"parentId":3,"tags":{},"startTime":1726668916965,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102339289632,"id":20054,"parentId":3,"tags":{},"startTime":1726668916965,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339289711,"id":20055,"parentId":3,"tags":{},"startTime":1726668916965,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102339350049,"id":20056,"parentId":3,"tags":{},"startTime":1726668917026,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339350147,"id":20057,"parentId":3,"tags":{},"startTime":1726668917026,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339350203,"id":20058,"parentId":3,"tags":{},"startTime":1726668917026,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102339358015,"id":20059,"parentId":3,"tags":{},"startTime":1726668917034,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102339398614,"id":20060,"parentId":3,"tags":{},"startTime":1726668917074,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102339398830,"id":20061,"parentId":3,"tags":{},"startTime":1726668917075,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102339398934,"id":20062,"parentId":3,"tags":{},"startTime":1726668917075,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102339399035,"id":20063,"parentId":3,"tags":{},"startTime":1726668917075,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102339420228,"id":20064,"parentId":3,"tags":{},"startTime":1726668917096,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339420427,"id":20065,"parentId":3,"tags":{},"startTime":1726668917096,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102339420564,"id":20066,"parentId":3,"tags":{},"startTime":1726668917096,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339420683,"id":20067,"parentId":3,"tags":{},"startTime":1726668917096,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102339431130,"id":20068,"parentId":3,"tags":{},"startTime":1726668917107,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":27,"timestamp":102339460637,"id":20069,"parentId":3,"tags":{},"startTime":1726668917136,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102339460784,"id":20070,"parentId":3,"tags":{},"startTime":1726668917137,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102339460986,"id":20071,"parentId":3,"tags":{},"startTime":1726668917137,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339461086,"id":20072,"parentId":3,"tags":{},"startTime":1726668917137,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102339461135,"id":20073,"parentId":3,"tags":{},"startTime":1726668917137,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":20,"timestamp":102339486941,"id":20074,"parentId":3,"tags":{},"startTime":1726668917163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339487093,"id":20075,"parentId":3,"tags":{},"startTime":1726668917163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339487187,"id":20076,"parentId":3,"tags":{},"startTime":1726668917163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102339487478,"id":20077,"parentId":3,"tags":{},"startTime":1726668917163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102339487554,"id":20078,"parentId":3,"tags":{},"startTime":1726668917163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102339496878,"id":20079,"parentId":3,"tags":{},"startTime":1726668917173,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13534,"timestamp":102340285208,"id":20086,"parentId":20083,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668917961,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14067,"timestamp":102340284963,"id":20084,"parentId":20083,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668917961,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":67303,"timestamp":102340285180,"id":20085,"parentId":20083,"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":1726668917961,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":67265,"timestamp":102340285228,"id":20087,"parentId":20083,"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":1726668917961,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":70364,"timestamp":102340285289,"id":20090,"parentId":20083,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668917961,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":70333,"timestamp":102340285328,"id":20092,"parentId":20083,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668917961,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":70581,"timestamp":102340285270,"id":20089,"parentId":20083,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668917961,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":70544,"timestamp":102340285309,"id":20091,"parentId":20083,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668917961,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":8734,"timestamp":102340347741,"id":20095,"parentId":20094,"tags":{},"startTime":1726668918023,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":9021,"timestamp":102340347458,"id":20094,"parentId":20093,"tags":{},"startTime":1726668918023,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":13135,"timestamp":102340346547,"id":20093,"parentId":20082,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668918022,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80135,"timestamp":102340285249,"id":20088,"parentId":20083,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668917961,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":230493,"timestamp":102340262817,"id":20083,"parentId":20082,"tags":{},"startTime":1726668917939,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2655,"timestamp":102340508165,"id":20122,"parentId":20121,"tags":{},"startTime":1726668918184,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102340510856,"id":20124,"parentId":20121,"tags":{},"startTime":1726668918187,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3068,"timestamp":102340510888,"id":20125,"parentId":20121,"tags":{},"startTime":1726668918187,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":9,"timestamp":102340513991,"id":20126,"parentId":20121,"tags":{},"startTime":1726668918190,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102340514020,"id":20127,"parentId":20121,"tags":{},"startTime":1726668918190,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":4906,"timestamp":102340510843,"id":20123,"parentId":20121,"tags":{},"startTime":1726668918187,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":718,"timestamp":102340517765,"id":20128,"parentId":20121,"tags":{},"startTime":1726668918193,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5974,"timestamp":102340518490,"id":20129,"parentId":20121,"tags":{},"startTime":1726668918194,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4668,"timestamp":102340525963,"id":20130,"parentId":20121,"tags":{},"startTime":1726668918202,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":227,"timestamp":102340530630,"id":20131,"parentId":20121,"tags":{},"startTime":1726668918206,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":231,"timestamp":102340530843,"id":20132,"parentId":20121,"tags":{},"startTime":1726668918207,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4828,"timestamp":102340531080,"id":20133,"parentId":20121,"tags":{},"startTime":1726668918207,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":49237,"timestamp":102340503151,"id":20121,"parentId":20082,"tags":{},"startTime":1726668918179,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":298742,"timestamp":102340261596,"id":20082,"parentId":20080,"tags":{"name":"server"},"startTime":1726668917937,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":12978,"timestamp":102340560506,"id":20134,"parentId":20080,"tags":{},"startTime":1726668918236,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":334404,"timestamp":102340239472,"id":20080,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668917915,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22655,"timestamp":102340590826,"id":20147,"parentId":20136,"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":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22770,"timestamp":102340590861,"id":20149,"parentId":20136,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22708,"timestamp":102340590929,"id":20153,"parentId":20136,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22693,"timestamp":102340590947,"id":20154,"parentId":20136,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22708,"timestamp":102340590997,"id":20157,"parentId":20136,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41103,"timestamp":102340590564,"id":20137,"parentId":20136,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668918266,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40997,"timestamp":102340590687,"id":20139,"parentId":20136,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668918266,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":46580,"timestamp":102340590723,"id":20141,"parentId":20136,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668918266,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53855,"timestamp":102340590742,"id":20142,"parentId":20136,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668918266,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":64898,"timestamp":102340590759,"id":20143,"parentId":20136,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668918266,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":64662,"timestamp":102340591014,"id":20158,"parentId":20136,"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":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72744,"timestamp":102340590964,"id":20155,"parentId":20136,"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&server=false!"},"startTime":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":86166,"timestamp":102340590792,"id":20145,"parentId":20136,"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":1726668918266,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":87064,"timestamp":102340590877,"id":20150,"parentId":20136,"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":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":87034,"timestamp":102340590912,"id":20152,"parentId":20136,"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":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":86968,"timestamp":102340590981,"id":20156,"parentId":20136,"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":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":89541,"timestamp":102340590776,"id":20144,"parentId":20136,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668918266,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":89485,"timestamp":102340590844,"id":20148,"parentId":20136,"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":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":91048,"timestamp":102340590705,"id":20140,"parentId":20136,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668918266,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":28959,"timestamp":102340653149,"id":20161,"parentId":20160,"tags":{},"startTime":1726668918329,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":142463,"timestamp":102340682455,"id":20163,"parentId":20162,"tags":{},"startTime":1726668918358,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":143159,"timestamp":102340682192,"id":20162,"parentId":20160,"tags":{},"startTime":1726668918358,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":21158,"timestamp":102340825465,"id":20164,"parentId":20160,"tags":{"astUsed":"true"},"startTime":1726668918501,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":196264,"timestamp":102340652434,"id":20160,"parentId":20159,"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":1726668918328,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":261492,"timestamp":102340590895,"id":20151,"parentId":20136,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668918267,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":261731,"timestamp":102340590665,"id":20138,"parentId":20136,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668918266,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":236217,"timestamp":102340619676,"id":20159,"parentId":20135,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668918295,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":39,"timestamp":102340856092,"id":20165,"parentId":20159,"tags":{},"startTime":1726668918532,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":265348,"timestamp":102340590809,"id":20146,"parentId":20136,"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":1726668918266,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":279918,"timestamp":102340576262,"id":20136,"parentId":20135,"tags":{},"startTime":1726668918252,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2001,"timestamp":102340864342,"id":20167,"parentId":20166,"tags":{},"startTime":1726668918540,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102340866361,"id":20169,"parentId":20166,"tags":{},"startTime":1726668918542,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":71,"timestamp":102340866377,"id":20170,"parentId":20166,"tags":{},"startTime":1726668918542,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102340866468,"id":20171,"parentId":20166,"tags":{},"startTime":1726668918542,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102340866492,"id":20172,"parentId":20166,"tags":{},"startTime":1726668918542,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1603,"timestamp":102340866354,"id":20168,"parentId":20166,"tags":{},"startTime":1726668918542,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":474,"timestamp":102340869694,"id":20173,"parentId":20166,"tags":{},"startTime":1726668918545,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":8314,"timestamp":102340870176,"id":20174,"parentId":20166,"tags":{},"startTime":1726668918546,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4329,"timestamp":102340880120,"id":20175,"parentId":20166,"tags":{},"startTime":1726668918556,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":334,"timestamp":102340884449,"id":20176,"parentId":20166,"tags":{},"startTime":1726668918560,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":195,"timestamp":102340884770,"id":20177,"parentId":20166,"tags":{},"startTime":1726668918560,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4883,"timestamp":102340884970,"id":20178,"parentId":20166,"tags":{},"startTime":1726668918561,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":292,"timestamp":102340892853,"id":20180,"parentId":20135,"tags":{},"startTime":1726668918569,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":757,"timestamp":102340892401,"id":20179,"parentId":20135,"tags":{},"startTime":1726668918568,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":35970,"timestamp":102340861474,"id":20166,"parentId":20135,"tags":{},"startTime":1726668918537,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":321621,"timestamp":102340575862,"id":20135,"parentId":20081,"tags":{"name":"client"},"startTime":1726668918252,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":10633,"timestamp":102340898110,"id":20181,"parentId":20081,"tags":{},"startTime":1726668918574,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":669524,"timestamp":102340240885,"id":20081,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668917917,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":31,"timestamp":102340919737,"id":20182,"parentId":3,"tags":{},"startTime":1726668918595,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102340919888,"id":20183,"parentId":3,"tags":{},"startTime":1726668918596,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102340920154,"id":20184,"parentId":3,"tags":{},"startTime":1726668918596,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102340920560,"id":20185,"parentId":3,"tags":{},"startTime":1726668918596,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102340920736,"id":20186,"parentId":3,"tags":{},"startTime":1726668918596,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102340920864,"id":20187,"parentId":3,"tags":{},"startTime":1726668918597,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":5,"timestamp":102341669002,"id":20194,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668919345,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":5,"timestamp":102341670397,"id":20195,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668919346,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":13,"timestamp":102341672869,"id":20196,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668919348,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":1,"timestamp":102341673714,"id":20197,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668919349,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102341759963,"id":20198,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668919436,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102341761193,"id":20199,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668919437,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":851387,"timestamp":102340995872,"id":20192,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668918672,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102341847331,"id":20200,"parentId":20192,"tags":{"url":"/usecases","memory.rss":"320733184","memory.heapUsed":"644798072","memory.heapTotal":"685916160"},"startTime":1726668919523,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":872488,"timestamp":102340995157,"id":20191,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668918671,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102341867744,"id":20201,"parentId":20191,"tags":{"url":"/community","memory.rss":"321634304","memory.heapUsed":"643724672","memory.heapTotal":"686440448"},"startTime":1726668919543,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":883038,"timestamp":102340986888,"id":20188,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668918663,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":3,"timestamp":102341869992,"id":20202,"parentId":20188,"tags":{"url":"/community","memory.rss":"321798144","memory.heapUsed":"644314704","memory.heapTotal":"686440448"},"startTime":1726668919546,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":882326,"timestamp":102340990298,"id":20189,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668918666,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102341872665,"id":20203,"parentId":20189,"tags":{"url":"/community","memory.rss":"321994752","memory.heapUsed":"644914056","memory.heapTotal":"686440448"},"startTime":1726668919548,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":884368,"timestamp":102340994283,"id":20190,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668918670,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102341878696,"id":20204,"parentId":20190,"tags":{"url":"/community","memory.rss":"322027520","memory.heapUsed":"648704064","memory.heapTotal":"686440448"},"startTime":1726668919554,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":906385,"timestamp":102340996503,"id":20193,"tags":{"url":"/","isTurbopack":false},"startTime":1726668918672,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102341902969,"id":20205,"parentId":20193,"tags":{"url":"/","memory.rss":"323289088","memory.heapUsed":"645654336","memory.heapTotal":"686964736"},"startTime":1726668919579,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102342649103,"id":20206,"parentId":3,"tags":{},"startTime":1726668920325,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102342667134,"id":20207,"parentId":3,"tags":{},"startTime":1726668920343,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102342708004,"id":20208,"parentId":3,"tags":{},"startTime":1726668920384,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102342708248,"id":20209,"parentId":3,"tags":{},"startTime":1726668920384,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102342733889,"id":20210,"parentId":3,"tags":{},"startTime":1726668920409,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102342742876,"id":20211,"parentId":3,"tags":{},"startTime":1726668920418,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102342802712,"id":20212,"parentId":3,"tags":{},"startTime":1726668920478,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102342802817,"id":20213,"parentId":3,"tags":{},"startTime":1726668920478,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102342804500,"id":20214,"parentId":3,"tags":{},"startTime":1726668920480,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102342831847,"id":20215,"parentId":3,"tags":{},"startTime":1726668920507,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102342831917,"id":20216,"parentId":3,"tags":{},"startTime":1726668920507,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102342832012,"id":20217,"parentId":3,"tags":{},"startTime":1726668920508,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102342840519,"id":20218,"parentId":3,"tags":{},"startTime":1726668920516,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102342870063,"id":20219,"parentId":3,"tags":{},"startTime":1726668920546,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102342870214,"id":20220,"parentId":3,"tags":{},"startTime":1726668920546,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102342870265,"id":20221,"parentId":3,"tags":{},"startTime":1726668920546,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102342870304,"id":20222,"parentId":3,"tags":{},"startTime":1726668920546,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102342889648,"id":20223,"parentId":3,"tags":{},"startTime":1726668920565,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102342889734,"id":20224,"parentId":3,"tags":{},"startTime":1726668920565,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102342896060,"id":20225,"parentId":3,"tags":{},"startTime":1726668920572,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102342896125,"id":20226,"parentId":3,"tags":{},"startTime":1726668920572,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102342896166,"id":20227,"parentId":3,"tags":{},"startTime":1726668920572,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102342918900,"id":20228,"parentId":3,"tags":{},"startTime":1726668920594,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102342918999,"id":20229,"parentId":3,"tags":{},"startTime":1726668920595,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102342919211,"id":20230,"parentId":3,"tags":{},"startTime":1726668920595,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102342919361,"id":20231,"parentId":3,"tags":{},"startTime":1726668920595,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102342919528,"id":20232,"parentId":3,"tags":{},"startTime":1726668920595,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":23,"timestamp":102342944311,"id":20233,"parentId":3,"tags":{},"startTime":1726668920620,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102342944558,"id":20234,"parentId":3,"tags":{},"startTime":1726668920620,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":15,"timestamp":102342944776,"id":20235,"parentId":3,"tags":{},"startTime":1726668920620,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102342944946,"id":20236,"parentId":3,"tags":{},"startTime":1726668920620,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102342950533,"id":20237,"parentId":3,"tags":{},"startTime":1726668920626,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102342950687,"id":20238,"parentId":3,"tags":{},"startTime":1726668920626,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33120,"timestamp":102394343551,"id":20245,"parentId":20242,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668972016,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34466,"timestamp":102394343336,"id":20243,"parentId":20242,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668972016,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":113112,"timestamp":102394343519,"id":20244,"parentId":20242,"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":1726668972016,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":113015,"timestamp":102394343629,"id":20246,"parentId":20242,"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":1726668972016,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":17537,"timestamp":102394439348,"id":20254,"parentId":20253,"tags":{},"startTime":1726668972112,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":17733,"timestamp":102394439156,"id":20253,"parentId":20252,"tags":{},"startTime":1726668972112,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":20708,"timestamp":102394438523,"id":20252,"parentId":20241,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer.jsx","layer":"rsc"},"startTime":1726668972111,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":149386,"timestamp":102394344148,"id":20249,"parentId":20242,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668972017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":149249,"timestamp":102394344294,"id":20251,"parentId":20242,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668972017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":149741,"timestamp":102394343805,"id":20248,"parentId":20242,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668972016,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":149324,"timestamp":102394344224,"id":20250,"parentId":20242,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668972017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":164692,"timestamp":102394343728,"id":20247,"parentId":20242,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668972016,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":428523,"timestamp":102394261061,"id":20242,"parentId":20241,"tags":{},"startTime":1726668971934,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3784,"timestamp":102394703832,"id":20281,"parentId":20280,"tags":{},"startTime":1726668972376,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102394707635,"id":20283,"parentId":20280,"tags":{},"startTime":1726668972380,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3701,"timestamp":102394707659,"id":20284,"parentId":20280,"tags":{},"startTime":1726668972380,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102394711385,"id":20285,"parentId":20280,"tags":{},"startTime":1726668972384,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102394711414,"id":20286,"parentId":20280,"tags":{},"startTime":1726668972384,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5927,"timestamp":102394707628,"id":20282,"parentId":20280,"tags":{},"startTime":1726668972380,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":485,"timestamp":102394720130,"id":20287,"parentId":20280,"tags":{},"startTime":1726668972393,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5319,"timestamp":102394720627,"id":20288,"parentId":20280,"tags":{},"startTime":1726668972393,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1084,"timestamp":102394727308,"id":20289,"parentId":20280,"tags":{},"startTime":1726668972400,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":149,"timestamp":102394728392,"id":20290,"parentId":20280,"tags":{},"startTime":1726668972401,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":146,"timestamp":102394728533,"id":20291,"parentId":20280,"tags":{},"startTime":1726668972401,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":363,"timestamp":102394728684,"id":20292,"parentId":20280,"tags":{},"startTime":1726668972401,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":41490,"timestamp":102394700642,"id":20280,"parentId":20241,"tags":{},"startTime":1726668972373,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":492135,"timestamp":102394259494,"id":20241,"parentId":20239,"tags":{"name":"server"},"startTime":1726668971932,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":5359,"timestamp":102394751704,"id":20293,"parentId":20239,"tags":{},"startTime":1726668972424,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":530720,"timestamp":102394226771,"id":20239,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1726668971899,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5494,"timestamp":102394770310,"id":20306,"parentId":20295,"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":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5526,"timestamp":102394770345,"id":20308,"parentId":20295,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5459,"timestamp":102394770412,"id":20312,"parentId":20295,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5443,"timestamp":102394770429,"id":20313,"parentId":20295,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5389,"timestamp":102394770484,"id":20316,"parentId":20295,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8914,"timestamp":102394770070,"id":20296,"parentId":20295,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8823,"timestamp":102394770169,"id":20298,"parentId":20295,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11020,"timestamp":102394770205,"id":20300,"parentId":20295,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12628,"timestamp":102394770223,"id":20301,"parentId":20295,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14352,"timestamp":102394770241,"id":20302,"parentId":20295,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14096,"timestamp":102394770501,"id":20317,"parentId":20295,"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":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14444,"timestamp":102394770447,"id":20314,"parentId":20295,"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&server=false!"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15616,"timestamp":102394770276,"id":20304,"parentId":20295,"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":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15533,"timestamp":102394770361,"id":20309,"parentId":20295,"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":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15500,"timestamp":102394770395,"id":20311,"parentId":20295,"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":1726668972443,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":15724,"timestamp":102394770466,"id":20315,"parentId":20295,"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":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17199,"timestamp":102394770258,"id":20303,"parentId":20295,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17135,"timestamp":102394770328,"id":20307,"parentId":20295,"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":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18598,"timestamp":102394770187,"id":20299,"parentId":20295,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5191,"timestamp":102394783926,"id":20320,"parentId":20319,"tags":{},"startTime":1726668972456,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":108762,"timestamp":102394789296,"id":20322,"parentId":20321,"tags":{},"startTime":1726668972462,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":109271,"timestamp":102394789169,"id":20321,"parentId":20319,"tags":{},"startTime":1726668972462,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":21012,"timestamp":102394898539,"id":20323,"parentId":20319,"tags":{"astUsed":"true"},"startTime":1726668972571,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":137691,"timestamp":102394783807,"id":20319,"parentId":20318,"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":1726668972456,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":155037,"timestamp":102394770379,"id":20310,"parentId":20295,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":155275,"timestamp":102394770149,"id":20297,"parentId":20295,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":151935,"timestamp":102394776401,"id":20318,"parentId":20294,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668972449,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":33,"timestamp":102394928530,"id":20324,"parentId":20318,"tags":{},"startTime":1726668972601,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":158296,"timestamp":102394770293,"id":20305,"parentId":20295,"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":1726668972443,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":169534,"timestamp":102394759071,"id":20295,"parentId":20294,"tags":{},"startTime":1726668972432,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3188,"timestamp":102394937159,"id":20326,"parentId":20325,"tags":{},"startTime":1726668972610,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102394940374,"id":20328,"parentId":20325,"tags":{},"startTime":1726668972613,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":83,"timestamp":102394940394,"id":20329,"parentId":20325,"tags":{},"startTime":1726668972613,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":4,"timestamp":102394940503,"id":20330,"parentId":20325,"tags":{},"startTime":1726668972613,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102394940528,"id":20331,"parentId":20325,"tags":{},"startTime":1726668972613,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2201,"timestamp":102394940364,"id":20327,"parentId":20325,"tags":{},"startTime":1726668972613,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":386,"timestamp":102394943803,"id":20332,"parentId":20325,"tags":{},"startTime":1726668972616,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":11277,"timestamp":102394944196,"id":20333,"parentId":20325,"tags":{},"startTime":1726668972617,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4883,"timestamp":102394957142,"id":20334,"parentId":20325,"tags":{},"startTime":1726668972630,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":276,"timestamp":102394962025,"id":20335,"parentId":20325,"tags":{},"startTime":1726668972635,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":149,"timestamp":102394962291,"id":20336,"parentId":20325,"tags":{},"startTime":1726668972635,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2683,"timestamp":102394962444,"id":20337,"parentId":20325,"tags":{},"startTime":1726668972635,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":78,"timestamp":102394966167,"id":20339,"parentId":20294,"tags":{},"startTime":1726668972639,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":156,"timestamp":102394966094,"id":20338,"parentId":20294,"tags":{},"startTime":1726668972639,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":35889,"timestamp":102394933730,"id":20325,"parentId":20294,"tags":{},"startTime":1726668972606,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":210845,"timestamp":102394758811,"id":20294,"parentId":20240,"tags":{"name":"client"},"startTime":1726668972431,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":10075,"timestamp":102394969701,"id":20340,"parentId":20240,"tags":{},"startTime":1726668972642,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":752950,"timestamp":102394228161,"id":20240,"parentId":3,"tags":{"trigger":"src/components/Footer.jsx"},"startTime":1726668971901,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":20,"timestamp":102394989365,"id":20341,"parentId":3,"tags":{},"startTime":1726668972662,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102394989864,"id":20342,"parentId":3,"tags":{},"startTime":1726668972662,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102394990035,"id":20343,"parentId":3,"tags":{},"startTime":1726668972663,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102394990347,"id":20344,"parentId":3,"tags":{},"startTime":1726668972663,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102394990525,"id":20345,"parentId":3,"tags":{},"startTime":1726668972663,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102394990584,"id":20346,"parentId":3,"tags":{},"startTime":1726668972663,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102395473107,"id":20353,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668973146,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":1,"timestamp":102395474163,"id":20354,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668973147,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102395537122,"id":20355,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668973210,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":2,"timestamp":102395537691,"id":20356,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668973210,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":6,"timestamp":102395752333,"id":20357,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668973425,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102395765954,"id":20358,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668973438,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":978237,"timestamp":102395044207,"id":20351,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668972717,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102396022480,"id":20359,"parentId":20351,"tags":{"url":"/usecases","memory.rss":"407339008","memory.heapUsed":"398777904","memory.heapTotal":"431144960"},"startTime":1726668973695,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":994798,"timestamp":102395033742,"id":20349,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668972706,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102396028577,"id":20360,"parentId":20349,"tags":{"url":"/community","memory.rss":"408420352","memory.heapUsed":"388304616","memory.heapTotal":"432455680"},"startTime":1726668973701,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1001104,"timestamp":102395029396,"id":20348,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668972702,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102396030531,"id":20361,"parentId":20348,"tags":{"url":"/community","memory.rss":"408420352","memory.heapUsed":"388978416","memory.heapTotal":"432455680"},"startTime":1726668973703,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":997278,"timestamp":102395038327,"id":20350,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668972711,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102396035652,"id":20362,"parentId":20350,"tags":{"url":"/community","memory.rss":"408420352","memory.heapUsed":"391689536","memory.heapTotal":"432455680"},"startTime":1726668973708,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1012968,"timestamp":102395025394,"id":20347,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668972698,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102396038396,"id":20363,"parentId":20347,"tags":{"url":"/community","memory.rss":"408420352","memory.heapUsed":"392378944","memory.heapTotal":"432455680"},"startTime":1726668973711,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1089819,"timestamp":102395048068,"id":20352,"tags":{"url":"/","isTurbopack":false},"startTime":1726668972721,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":3,"timestamp":102396138087,"id":20364,"parentId":20352,"tags":{"url":"/","memory.rss":"398196736","memory.heapUsed":"395013216","memory.heapTotal":"432717824"},"startTime":1726668973811,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":193,"timestamp":102397343279,"id":20365,"parentId":3,"tags":{},"startTime":1726668975016,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102397362014,"id":20366,"parentId":3,"tags":{},"startTime":1726668975034,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102397389491,"id":20367,"parentId":3,"tags":{},"startTime":1726668975062,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102397409434,"id":20368,"parentId":3,"tags":{},"startTime":1726668975082,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102397409546,"id":20369,"parentId":3,"tags":{},"startTime":1726668975082,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102397409604,"id":20370,"parentId":3,"tags":{},"startTime":1726668975082,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":21,"timestamp":102397450499,"id":20371,"parentId":3,"tags":{},"startTime":1726668975123,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102397450819,"id":20372,"parentId":3,"tags":{},"startTime":1726668975123,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102397451110,"id":20373,"parentId":3,"tags":{},"startTime":1726668975123,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102397478265,"id":20374,"parentId":3,"tags":{},"startTime":1726668975151,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102397482464,"id":20375,"parentId":3,"tags":{},"startTime":1726668975155,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102397482533,"id":20376,"parentId":3,"tags":{},"startTime":1726668975155,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102397482578,"id":20377,"parentId":3,"tags":{},"startTime":1726668975155,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102397515971,"id":20378,"parentId":3,"tags":{},"startTime":1726668975188,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102397525708,"id":20379,"parentId":3,"tags":{},"startTime":1726668975198,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102397525934,"id":20380,"parentId":3,"tags":{},"startTime":1726668975198,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102397526072,"id":20381,"parentId":3,"tags":{},"startTime":1726668975198,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102397544117,"id":20382,"parentId":3,"tags":{},"startTime":1726668975216,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102397544496,"id":20383,"parentId":3,"tags":{},"startTime":1726668975217,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102397544774,"id":20384,"parentId":3,"tags":{},"startTime":1726668975217,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102397545115,"id":20385,"parentId":3,"tags":{},"startTime":1726668975217,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102397557950,"id":20386,"parentId":3,"tags":{},"startTime":1726668975230,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102397584037,"id":20387,"parentId":3,"tags":{},"startTime":1726668975256,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102397584301,"id":20388,"parentId":3,"tags":{},"startTime":1726668975257,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102397584411,"id":20389,"parentId":3,"tags":{},"startTime":1726668975257,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102397584464,"id":20390,"parentId":3,"tags":{},"startTime":1726668975257,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102397592683,"id":20391,"parentId":3,"tags":{},"startTime":1726668975265,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":15,"timestamp":102397625565,"id":20392,"parentId":3,"tags":{},"startTime":1726668975298,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102397625714,"id":20393,"parentId":3,"tags":{},"startTime":1726668975298,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102397625813,"id":20394,"parentId":3,"tags":{},"startTime":1726668975298,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102397625860,"id":20395,"parentId":3,"tags":{},"startTime":1726668975298,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102397625900,"id":20396,"parentId":3,"tags":{},"startTime":1726668975298,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102397625940,"id":20397,"parentId":3,"tags":{},"startTime":1726668975298,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21414,"timestamp":102399264235,"id":20404,"parentId":20401,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668976936,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22002,"timestamp":102399263971,"id":20402,"parentId":20401,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668976936,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":55017,"timestamp":102399264214,"id":20403,"parentId":20401,"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":1726668976936,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":54979,"timestamp":102399264258,"id":20405,"parentId":20401,"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":1726668976937,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":4891,"timestamp":102399316227,"id":20413,"parentId":20412,"tags":{},"startTime":1726668976988,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5204,"timestamp":102399315917,"id":20412,"parentId":20411,"tags":{},"startTime":1726668976988,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":8956,"timestamp":102399315182,"id":20411,"parentId":20400,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668976987,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":60815,"timestamp":102399264325,"id":20408,"parentId":20401,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668976937,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":60775,"timestamp":102399264368,"id":20410,"parentId":20401,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668976937,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":60835,"timestamp":102399264309,"id":20407,"parentId":20401,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668976937,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":60796,"timestamp":102399264350,"id":20409,"parentId":20401,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668976937,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":64707,"timestamp":102399264287,"id":20406,"parentId":20401,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668976937,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":196974,"timestamp":102399241552,"id":20401,"parentId":20400,"tags":{},"startTime":1726668976914,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2197,"timestamp":102399449885,"id":20440,"parentId":20439,"tags":{},"startTime":1726668977122,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102399452104,"id":20442,"parentId":20439,"tags":{},"startTime":1726668977124,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4405,"timestamp":102399452120,"id":20443,"parentId":20439,"tags":{},"startTime":1726668977124,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":9,"timestamp":102399456556,"id":20444,"parentId":20439,"tags":{},"startTime":1726668977129,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102399456589,"id":20445,"parentId":20439,"tags":{},"startTime":1726668977129,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":6003,"timestamp":102399452096,"id":20441,"parentId":20439,"tags":{},"startTime":1726668977124,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":639,"timestamp":102399459848,"id":20446,"parentId":20439,"tags":{},"startTime":1726668977132,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":4541,"timestamp":102399460493,"id":20447,"parentId":20439,"tags":{},"startTime":1726668977133,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1235,"timestamp":102399466216,"id":20448,"parentId":20439,"tags":{},"startTime":1726668977138,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":149,"timestamp":102399467451,"id":20449,"parentId":20439,"tags":{},"startTime":1726668977140,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":135,"timestamp":102399467590,"id":20450,"parentId":20439,"tags":{},"startTime":1726668977140,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":353,"timestamp":102399467729,"id":20451,"parentId":20439,"tags":{},"startTime":1726668977140,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":33635,"timestamp":102399447370,"id":20439,"parentId":20400,"tags":{},"startTime":1726668977120,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":249469,"timestamp":102399240400,"id":20400,"parentId":20398,"tags":{"name":"server"},"startTime":1726668976913,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":5065,"timestamp":102399489982,"id":20452,"parentId":20398,"tags":{},"startTime":1726668977162,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":278336,"timestamp":102399217149,"id":20398,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668976889,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6546,"timestamp":102399509592,"id":20465,"parentId":20454,"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":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6572,"timestamp":102399509628,"id":20467,"parentId":20454,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6515,"timestamp":102399509686,"id":20471,"parentId":20454,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6501,"timestamp":102399509701,"id":20472,"parentId":20454,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6458,"timestamp":102399509746,"id":20475,"parentId":20454,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10500,"timestamp":102399509368,"id":20455,"parentId":20454,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10415,"timestamp":102399509464,"id":20457,"parentId":20454,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12241,"timestamp":102399509496,"id":20459,"parentId":20454,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13649,"timestamp":102399509514,"id":20460,"parentId":20454,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15516,"timestamp":102399509529,"id":20461,"parentId":20454,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15285,"timestamp":102399509764,"id":20476,"parentId":20454,"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":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15648,"timestamp":102399509717,"id":20473,"parentId":20454,"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&server=false!"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16835,"timestamp":102399509561,"id":20463,"parentId":20454,"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":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16756,"timestamp":102399509642,"id":20468,"parentId":20454,"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":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16727,"timestamp":102399509672,"id":20470,"parentId":20454,"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":1726668977182,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":17106,"timestamp":102399509731,"id":20474,"parentId":20454,"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":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18647,"timestamp":102399509545,"id":20462,"parentId":20454,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18592,"timestamp":102399509608,"id":20466,"parentId":20454,"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":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19548,"timestamp":102399509481,"id":20458,"parentId":20454,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":4976,"timestamp":102399524310,"id":20479,"parentId":20478,"tags":{},"startTime":1726668977197,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":93685,"timestamp":102399529485,"id":20481,"parentId":20480,"tags":{},"startTime":1726668977202,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":94185,"timestamp":102399529338,"id":20480,"parentId":20478,"tags":{},"startTime":1726668977202,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":18081,"timestamp":102399623616,"id":20482,"parentId":20478,"tags":{"astUsed":"true"},"startTime":1726668977296,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":119553,"timestamp":102399524185,"id":20478,"parentId":20477,"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":1726668977196,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":137744,"timestamp":102399509657,"id":20469,"parentId":20454,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":137973,"timestamp":102399509445,"id":20456,"parentId":20454,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":135254,"timestamp":102399516665,"id":20477,"parentId":20453,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668977189,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":40,"timestamp":102399652121,"id":20483,"parentId":20477,"tags":{},"startTime":1726668977324,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":142612,"timestamp":102399509576,"id":20464,"parentId":20454,"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":1726668977182,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":154736,"timestamp":102399497481,"id":20454,"parentId":20453,"tags":{},"startTime":1726668977170,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":1754,"timestamp":102399660317,"id":20485,"parentId":20484,"tags":{},"startTime":1726668977333,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102399662088,"id":20487,"parentId":20484,"tags":{},"startTime":1726668977334,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":57,"timestamp":102399662108,"id":20488,"parentId":20484,"tags":{},"startTime":1726668977334,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":4,"timestamp":102399662187,"id":20489,"parentId":20484,"tags":{},"startTime":1726668977334,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102399662209,"id":20490,"parentId":20484,"tags":{},"startTime":1726668977334,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1385,"timestamp":102399662081,"id":20486,"parentId":20484,"tags":{},"startTime":1726668977334,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":404,"timestamp":102399664741,"id":20491,"parentId":20484,"tags":{},"startTime":1726668977337,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":8365,"timestamp":102399665153,"id":20492,"parentId":20484,"tags":{},"startTime":1726668977337,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3820,"timestamp":102399674888,"id":20493,"parentId":20484,"tags":{},"startTime":1726668977347,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":287,"timestamp":102399678707,"id":20494,"parentId":20484,"tags":{},"startTime":1726668977351,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":166,"timestamp":102399678982,"id":20495,"parentId":20484,"tags":{},"startTime":1726668977351,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2706,"timestamp":102399679166,"id":20496,"parentId":20484,"tags":{},"startTime":1726668977351,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":79,"timestamp":102399682967,"id":20498,"parentId":20453,"tags":{},"startTime":1726668977355,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":157,"timestamp":102399682895,"id":20497,"parentId":20453,"tags":{},"startTime":1726668977355,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":28235,"timestamp":102399657706,"id":20484,"parentId":20453,"tags":{},"startTime":1726668977330,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":188728,"timestamp":102399497245,"id":20453,"parentId":20399,"tags":{"name":"client"},"startTime":1726668977169,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":9476,"timestamp":102399686013,"id":20499,"parentId":20399,"tags":{},"startTime":1726668977358,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":478405,"timestamp":102399218315,"id":20399,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668976891,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":21,"timestamp":102399703897,"id":20500,"parentId":3,"tags":{},"startTime":1726668977376,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102399704182,"id":20501,"parentId":3,"tags":{},"startTime":1726668977376,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102399704311,"id":20502,"parentId":3,"tags":{},"startTime":1726668977377,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102399704391,"id":20503,"parentId":3,"tags":{},"startTime":1726668977377,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102399704453,"id":20504,"parentId":3,"tags":{},"startTime":1726668977377,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102399704648,"id":20505,"parentId":3,"tags":{},"startTime":1726668977377,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102400284480,"id":20512,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668977957,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102400285165,"id":20513,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668977957,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102400289214,"id":20514,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668977961,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":78,"timestamp":102400297807,"id":20515,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668977970,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102400370814,"id":20516,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668978043,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102400372549,"id":20517,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668978045,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":768710,"timestamp":102399749292,"id":20510,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668977422,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102400518070,"id":20518,"parentId":20510,"tags":{"url":"/usecases","memory.rss":"324042752","memory.heapUsed":"469295368","memory.heapTotal":"515063808"},"startTime":1726668978190,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":805885,"timestamp":102399742899,"id":20508,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668977415,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102400548818,"id":20519,"parentId":20508,"tags":{"url":"/community","memory.rss":"325550080","memory.heapUsed":"478159992","memory.heapTotal":"515063808"},"startTime":1726668978221,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":803031,"timestamp":102399747761,"id":20509,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668977420,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102400550842,"id":20520,"parentId":20509,"tags":{"url":"/community","memory.rss":"326057984","memory.heapUsed":"478911880","memory.heapTotal":"515063808"},"startTime":1726668978223,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":815027,"timestamp":102399742138,"id":20507,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668977414,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102400557198,"id":20521,"parentId":20507,"tags":{"url":"/community","memory.rss":"326238208","memory.heapUsed":"482237928","memory.heapTotal":"515063808"},"startTime":1726668978229,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":820880,"timestamp":102399737876,"id":20506,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668977410,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102400558807,"id":20522,"parentId":20506,"tags":{"url":"/community","memory.rss":"326451200","memory.heapUsed":"482833136","memory.heapTotal":"515063808"},"startTime":1726668978231,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":835425,"timestamp":102399752723,"id":20511,"tags":{"url":"/","isTurbopack":false},"startTime":1726668977425,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102400588227,"id":20523,"parentId":20511,"tags":{"url":"/","memory.rss":"316260352","memory.heapUsed":"481134384","memory.heapTotal":"516112384"},"startTime":1726668978260,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":22,"timestamp":102401357257,"id":20524,"parentId":3,"tags":{},"startTime":1726668979029,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102401382241,"id":20525,"parentId":3,"tags":{},"startTime":1726668979054,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102401384748,"id":20526,"parentId":3,"tags":{},"startTime":1726668979057,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":23,"timestamp":102401421412,"id":20527,"parentId":3,"tags":{},"startTime":1726668979094,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102401421569,"id":20528,"parentId":3,"tags":{},"startTime":1726668979094,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102401445649,"id":20529,"parentId":3,"tags":{},"startTime":1726668979118,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102401445791,"id":20530,"parentId":3,"tags":{},"startTime":1726668979118,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102401486287,"id":20531,"parentId":3,"tags":{},"startTime":1726668979158,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102401486655,"id":20532,"parentId":3,"tags":{},"startTime":1726668979159,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102401486748,"id":20533,"parentId":3,"tags":{},"startTime":1726668979159,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":25,"timestamp":102401510714,"id":20534,"parentId":3,"tags":{},"startTime":1726668979183,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102401510826,"id":20535,"parentId":3,"tags":{},"startTime":1726668979183,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102401515841,"id":20536,"parentId":3,"tags":{},"startTime":1726668979188,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102401531757,"id":20537,"parentId":3,"tags":{},"startTime":1726668979204,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102401540175,"id":20538,"parentId":3,"tags":{},"startTime":1726668979212,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102401540396,"id":20539,"parentId":3,"tags":{},"startTime":1726668979213,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102401540523,"id":20540,"parentId":3,"tags":{},"startTime":1726668979213,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102401540664,"id":20541,"parentId":3,"tags":{},"startTime":1726668979213,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102401599526,"id":20542,"parentId":3,"tags":{},"startTime":1726668979272,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102401599597,"id":20543,"parentId":3,"tags":{},"startTime":1726668979272,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102401599645,"id":20544,"parentId":3,"tags":{},"startTime":1726668979272,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102401599690,"id":20545,"parentId":3,"tags":{},"startTime":1726668979272,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102401599732,"id":20546,"parentId":3,"tags":{},"startTime":1726668979272,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102401627761,"id":20547,"parentId":3,"tags":{},"startTime":1726668979300,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102401627863,"id":20548,"parentId":3,"tags":{},"startTime":1726668979300,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102401633562,"id":20549,"parentId":3,"tags":{},"startTime":1726668979306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102401633720,"id":20550,"parentId":3,"tags":{},"startTime":1726668979306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102401633784,"id":20551,"parentId":3,"tags":{},"startTime":1726668979306,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102401666518,"id":20552,"parentId":3,"tags":{},"startTime":1726668979339,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102401666590,"id":20553,"parentId":3,"tags":{},"startTime":1726668979339,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102401666640,"id":20554,"parentId":3,"tags":{},"startTime":1726668979339,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102401666684,"id":20555,"parentId":3,"tags":{},"startTime":1726668979339,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102401666727,"id":20556,"parentId":3,"tags":{},"startTime":1726668979339,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102401667573,"id":20557,"parentId":3,"tags":{},"startTime":1726668979340,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11184,"timestamp":102410274657,"id":20564,"parentId":20561,"tags":{"request":"next/dist/pages/_document"},"startTime":1726668987946,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11745,"timestamp":102410274435,"id":20562,"parentId":20561,"tags":{"request":"next/dist/pages/_app"},"startTime":1726668987946,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42303,"timestamp":102410274636,"id":20563,"parentId":20561,"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":1726668987946,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":42309,"timestamp":102410274675,"id":20565,"parentId":20561,"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":1726668987946,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5291,"timestamp":102410314780,"id":20573,"parentId":20572,"tags":{},"startTime":1726668987986,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5594,"timestamp":102410314482,"id":20572,"parentId":20571,"tags":{},"startTime":1726668987986,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":9114,"timestamp":102410313732,"id":20571,"parentId":20560,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726668987985,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49889,"timestamp":102410274718,"id":20567,"parentId":20561,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668987946,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49872,"timestamp":102410274739,"id":20568,"parentId":20561,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668987946,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":49838,"timestamp":102410274775,"id":20570,"parentId":20561,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668987946,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50195,"timestamp":102410274757,"id":20569,"parentId":20561,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668987946,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":56148,"timestamp":102410274694,"id":20566,"parentId":20561,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726668987946,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":200538,"timestamp":102410246586,"id":20561,"parentId":20560,"tags":{},"startTime":1726668987918,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2257,"timestamp":102410460192,"id":20600,"parentId":20599,"tags":{},"startTime":1726668988132,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":2,"timestamp":102410462473,"id":20602,"parentId":20599,"tags":{},"startTime":1726668988134,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":2676,"timestamp":102410462489,"id":20603,"parentId":20599,"tags":{},"startTime":1726668988134,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102410465190,"id":20604,"parentId":20599,"tags":{},"startTime":1726668988137,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102410465222,"id":20605,"parentId":20599,"tags":{},"startTime":1726668988137,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":4242,"timestamp":102410462464,"id":20601,"parentId":20599,"tags":{},"startTime":1726668988134,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":762,"timestamp":102410468591,"id":20606,"parentId":20599,"tags":{},"startTime":1726668988140,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":6575,"timestamp":102410469360,"id":20607,"parentId":20599,"tags":{},"startTime":1726668988141,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1180,"timestamp":102410477211,"id":20608,"parentId":20599,"tags":{},"startTime":1726668988149,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":149,"timestamp":102410478392,"id":20609,"parentId":20599,"tags":{},"startTime":1726668988150,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":134,"timestamp":102410478530,"id":20610,"parentId":20599,"tags":{},"startTime":1726668988150,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":374,"timestamp":102410478668,"id":20611,"parentId":20599,"tags":{},"startTime":1726668988150,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":33341,"timestamp":102410457586,"id":20599,"parentId":20560,"tags":{},"startTime":1726668988129,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":252237,"timestamp":102410245429,"id":20560,"parentId":20558,"tags":{"name":"server"},"startTime":1726668987917,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":5354,"timestamp":102410497753,"id":20612,"parentId":20558,"tags":{},"startTime":1726668988169,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":297066,"timestamp":102410206532,"id":20558,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668987878,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7573,"timestamp":102410520064,"id":20625,"parentId":20614,"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":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7606,"timestamp":102410520093,"id":20627,"parentId":20614,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7545,"timestamp":102410520156,"id":20631,"parentId":20614,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7530,"timestamp":102410520172,"id":20632,"parentId":20614,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7485,"timestamp":102410520218,"id":20635,"parentId":20614,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17824,"timestamp":102410519666,"id":20615,"parentId":20614,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668988191,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17744,"timestamp":102410519771,"id":20617,"parentId":20614,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726668988191,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22118,"timestamp":102410519809,"id":20619,"parentId":20614,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726668988191,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24183,"timestamp":102410519981,"id":20620,"parentId":20614,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28408,"timestamp":102410520001,"id":20621,"parentId":20614,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28184,"timestamp":102410520232,"id":20636,"parentId":20614,"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":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29551,"timestamp":102410520188,"id":20633,"parentId":20614,"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&server=false!"},"startTime":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33656,"timestamp":102410520033,"id":20623,"parentId":20614,"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":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33588,"timestamp":102410520109,"id":20628,"parentId":20614,"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":1726668988192,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":34955,"timestamp":102410520139,"id":20630,"parentId":20614,"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":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34894,"timestamp":102410520203,"id":20634,"parentId":20614,"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":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":38149,"timestamp":102410520018,"id":20622,"parentId":20614,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":38096,"timestamp":102410520079,"id":20626,"parentId":20614,"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":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40090,"timestamp":102410519791,"id":20618,"parentId":20614,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726668988191,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":13685,"timestamp":102410547398,"id":20639,"parentId":20638,"tags":{},"startTime":1726668988219,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":135806,"timestamp":102410561806,"id":20641,"parentId":20640,"tags":{},"startTime":1726668988233,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":136650,"timestamp":102410561339,"id":20640,"parentId":20638,"tags":{},"startTime":1726668988233,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":19205,"timestamp":102410698095,"id":20642,"parentId":20638,"tags":{"astUsed":"true"},"startTime":1726668988370,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":172304,"timestamp":102410547157,"id":20638,"parentId":20637,"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":1726668988219,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":202765,"timestamp":102410520125,"id":20629,"parentId":20614,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":203154,"timestamp":102410519748,"id":20616,"parentId":20614,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726668988191,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":213886,"timestamp":102410528791,"id":20637,"parentId":20613,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726668988200,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":92,"timestamp":102410743241,"id":20643,"parentId":20637,"tags":{},"startTime":1726668988415,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":223325,"timestamp":102410520049,"id":20624,"parentId":20614,"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":1726668988192,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":238044,"timestamp":102410505359,"id":20614,"parentId":20613,"tags":{},"startTime":1726668988177,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2020,"timestamp":102410755985,"id":20645,"parentId":20644,"tags":{},"startTime":1726668988428,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102410758020,"id":20647,"parentId":20644,"tags":{},"startTime":1726668988430,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":69,"timestamp":102410758045,"id":20648,"parentId":20644,"tags":{},"startTime":1726668988430,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":4,"timestamp":102410758133,"id":20649,"parentId":20644,"tags":{},"startTime":1726668988430,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102410758153,"id":20650,"parentId":20644,"tags":{},"startTime":1726668988430,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1349,"timestamp":102410758014,"id":20646,"parentId":20644,"tags":{},"startTime":1726668988430,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":394,"timestamp":102410760515,"id":20651,"parentId":20644,"tags":{},"startTime":1726668988432,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":7440,"timestamp":102410760914,"id":20652,"parentId":20644,"tags":{},"startTime":1726668988433,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3862,"timestamp":102410770739,"id":20653,"parentId":20644,"tags":{},"startTime":1726668988442,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":351,"timestamp":102410774601,"id":20654,"parentId":20644,"tags":{},"startTime":1726668988446,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":183,"timestamp":102410774901,"id":20655,"parentId":20644,"tags":{},"startTime":1726668988446,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2507,"timestamp":102410775088,"id":20656,"parentId":20644,"tags":{},"startTime":1726668988447,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":113,"timestamp":102410778642,"id":20658,"parentId":20613,"tags":{},"startTime":1726668988450,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":206,"timestamp":102410778554,"id":20657,"parentId":20613,"tags":{},"startTime":1726668988450,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":28243,"timestamp":102410753180,"id":20644,"parentId":20613,"tags":{},"startTime":1726668988425,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":276343,"timestamp":102410505108,"id":20613,"parentId":20559,"tags":{"name":"client"},"startTime":1726668988177,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":8911,"timestamp":102410781486,"id":20659,"parentId":20559,"tags":{},"startTime":1726668988453,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":587831,"timestamp":102410207401,"id":20559,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726668987879,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":19,"timestamp":102410800019,"id":20660,"parentId":3,"tags":{},"startTime":1726668988472,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102410800393,"id":20661,"parentId":3,"tags":{},"startTime":1726668988472,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102410800493,"id":20662,"parentId":3,"tags":{},"startTime":1726668988472,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102410800600,"id":20663,"parentId":3,"tags":{},"startTime":1726668988472,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102410800692,"id":20664,"parentId":3,"tags":{},"startTime":1726668988472,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102410800824,"id":20665,"parentId":3,"tags":{},"startTime":1726668988472,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":14,"timestamp":102411425412,"id":20672,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668989097,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":2,"timestamp":102411428323,"id":20673,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668989100,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":2,"timestamp":102411428741,"id":20674,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668989100,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102411457100,"id":20675,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668989129,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":202,"timestamp":102411899450,"id":20676,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668989571,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102412000408,"id":20677,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726668989672,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1410297,"timestamp":102410872934,"id":20669,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726668988545,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102412283434,"id":20678,"parentId":20669,"tags":{"url":"/usecases","memory.rss":"168689664","memory.heapUsed":"556463928","memory.heapTotal":"596099072"},"startTime":1726668989955,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1465496,"timestamp":102410867908,"id":20668,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668988539,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102412333471,"id":20679,"parentId":20668,"tags":{"url":"/community","memory.rss":"162332672","memory.heapUsed":"550272608","memory.heapTotal":"598720512"},"startTime":1726668990005,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1460477,"timestamp":102410877588,"id":20670,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668988549,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102412338117,"id":20680,"parentId":20670,"tags":{"url":"/community","memory.rss":"163053568","memory.heapUsed":"550946488","memory.heapTotal":"598720512"},"startTime":1726668990010,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1491362,"timestamp":102410851789,"id":20667,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668988523,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102412343255,"id":20681,"parentId":20667,"tags":{"url":"/community","memory.rss":"164446208","memory.heapUsed":"552666904","memory.heapTotal":"598720512"},"startTime":1726668990015,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1502333,"timestamp":102410843811,"id":20666,"tags":{"url":"/community","isTurbopack":false},"startTime":1726668988515,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102412346206,"id":20682,"parentId":20666,"tags":{"url":"/community","memory.rss":"165052416","memory.heapUsed":"553266256","memory.heapTotal":"598720512"},"startTime":1726668990018,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1536336,"timestamp":102410881430,"id":20671,"tags":{"url":"/","isTurbopack":false},"startTime":1726668988553,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102412417830,"id":20683,"parentId":20671,"tags":{"url":"/","memory.rss":"159694848","memory.heapUsed":"557525672","memory.heapTotal":"598720512"},"startTime":1726668990089,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1105,"timestamp":102413875329,"id":20684,"parentId":3,"tags":{},"startTime":1726668991548,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102413950701,"id":20685,"parentId":3,"tags":{},"startTime":1726668991622,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102413974489,"id":20686,"parentId":3,"tags":{},"startTime":1726668991646,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102413999288,"id":20687,"parentId":3,"tags":{},"startTime":1726668991671,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102413999384,"id":20688,"parentId":3,"tags":{},"startTime":1726668991671,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":9,"timestamp":102414073130,"id":20689,"parentId":3,"tags":{},"startTime":1726668991745,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102414083877,"id":20690,"parentId":3,"tags":{},"startTime":1726668991755,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102414084011,"id":20691,"parentId":3,"tags":{},"startTime":1726668991755,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102414105370,"id":20692,"parentId":3,"tags":{},"startTime":1726668991777,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102414105664,"id":20693,"parentId":3,"tags":{},"startTime":1726668991777,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102414106531,"id":20694,"parentId":3,"tags":{},"startTime":1726668991778,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102414148086,"id":20695,"parentId":3,"tags":{},"startTime":1726668991819,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102414148223,"id":20696,"parentId":3,"tags":{},"startTime":1726668991820,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102414148299,"id":20697,"parentId":3,"tags":{},"startTime":1726668991820,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102414166559,"id":20698,"parentId":3,"tags":{},"startTime":1726668991838,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102414210357,"id":20699,"parentId":3,"tags":{},"startTime":1726668991882,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102414210430,"id":20700,"parentId":3,"tags":{},"startTime":1726668991882,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102414220596,"id":20701,"parentId":3,"tags":{},"startTime":1726668991892,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102414220793,"id":20702,"parentId":3,"tags":{},"startTime":1726668991892,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102414261678,"id":20703,"parentId":3,"tags":{},"startTime":1726668991933,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102414262228,"id":20704,"parentId":3,"tags":{},"startTime":1726668991934,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102414262330,"id":20705,"parentId":3,"tags":{},"startTime":1726668991934,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102414262491,"id":20706,"parentId":3,"tags":{},"startTime":1726668991934,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102414264464,"id":20707,"parentId":3,"tags":{},"startTime":1726668991936,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102414290230,"id":20708,"parentId":3,"tags":{},"startTime":1726668991962,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102414290411,"id":20709,"parentId":3,"tags":{},"startTime":1726668991962,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102414290575,"id":20710,"parentId":3,"tags":{},"startTime":1726668991962,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102414302908,"id":20711,"parentId":3,"tags":{},"startTime":1726668991974,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102414303105,"id":20712,"parentId":3,"tags":{},"startTime":1726668991974,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102414333896,"id":20713,"parentId":3,"tags":{},"startTime":1726668992005,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102414333985,"id":20714,"parentId":3,"tags":{},"startTime":1726668992005,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102414334032,"id":20715,"parentId":3,"tags":{},"startTime":1726668992005,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102414334075,"id":20716,"parentId":3,"tags":{},"startTime":1726668992005,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102414334116,"id":20717,"parentId":3,"tags":{},"startTime":1726668992005,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102414334159,"id":20718,"parentId":3,"tags":{},"startTime":1726668992006,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17499,"timestamp":102437014304,"id":20725,"parentId":20722,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669014684,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66258,"timestamp":102437014048,"id":20723,"parentId":20722,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669014684,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":76672,"timestamp":102437014278,"id":20724,"parentId":20722,"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":1726669014684,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":76632,"timestamp":102437014329,"id":20726,"parentId":20722,"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":1726669014684,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":9010,"timestamp":102437084672,"id":20734,"parentId":20733,"tags":{},"startTime":1726669014755,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":9401,"timestamp":102437084288,"id":20733,"parentId":20732,"tags":{},"startTime":1726669014754,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":15907,"timestamp":102437082668,"id":20732,"parentId":20721,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669014753,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":86217,"timestamp":102437014420,"id":20730,"parentId":20722,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669014684,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":86196,"timestamp":102437014447,"id":20731,"parentId":20722,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669014685,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":86269,"timestamp":102437014375,"id":20728,"parentId":20722,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669014684,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":86249,"timestamp":102437014396,"id":20729,"parentId":20722,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669014684,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":96412,"timestamp":102437014352,"id":20727,"parentId":20722,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669014684,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":324468,"timestamp":102436970959,"id":20722,"parentId":20721,"tags":{},"startTime":1726669014641,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2933,"timestamp":102437316688,"id":20761,"parentId":20760,"tags":{},"startTime":1726669014987,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102437319652,"id":20763,"parentId":20760,"tags":{},"startTime":1726669014990,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3603,"timestamp":102437319679,"id":20764,"parentId":20760,"tags":{},"startTime":1726669014990,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":35,"timestamp":102437323332,"id":20765,"parentId":20760,"tags":{},"startTime":1726669014993,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102437323405,"id":20766,"parentId":20760,"tags":{},"startTime":1726669014993,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5717,"timestamp":102437319640,"id":20762,"parentId":20760,"tags":{},"startTime":1726669014990,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":992,"timestamp":102437328211,"id":20767,"parentId":20760,"tags":{},"startTime":1726669014998,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":10968,"timestamp":102437329217,"id":20768,"parentId":20760,"tags":{},"startTime":1726669014999,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1502,"timestamp":102437342505,"id":20769,"parentId":20760,"tags":{},"startTime":1726669015013,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":237,"timestamp":102437344006,"id":20770,"parentId":20760,"tags":{},"startTime":1726669015014,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":169,"timestamp":102437344234,"id":20771,"parentId":20760,"tags":{},"startTime":1726669015014,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":6584,"timestamp":102437344408,"id":20772,"parentId":20760,"tags":{},"startTime":1726669015014,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":56875,"timestamp":102437313523,"id":20760,"parentId":20721,"tags":{},"startTime":1726669014984,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":412267,"timestamp":102436968907,"id":20721,"parentId":20719,"tags":{"name":"server"},"startTime":1726669014639,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":77334,"timestamp":102437381345,"id":20773,"parentId":20719,"tags":{},"startTime":1726669015051,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":530160,"timestamp":102436929213,"id":20719,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669014599,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19239,"timestamp":102437492469,"id":20786,"parentId":20775,"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":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19157,"timestamp":102437492646,"id":20788,"parentId":20775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18992,"timestamp":102437492812,"id":20792,"parentId":20775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18956,"timestamp":102437492850,"id":20793,"parentId":20775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18827,"timestamp":102437492981,"id":20796,"parentId":20775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27567,"timestamp":102437491741,"id":20776,"parentId":20775,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27307,"timestamp":102437492046,"id":20778,"parentId":20775,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32612,"timestamp":102437492120,"id":20780,"parentId":20775,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37251,"timestamp":102437492162,"id":20781,"parentId":20775,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41902,"timestamp":102437492200,"id":20782,"parentId":20775,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41096,"timestamp":102437493016,"id":20797,"parentId":20775,"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":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":41814,"timestamp":102437492887,"id":20794,"parentId":20775,"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&server=false!"},"startTime":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44751,"timestamp":102437492274,"id":20784,"parentId":20775,"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":1726669015162,"traceId":"4f5180dc9f76515a"}]
+[{"name":"add-entry","duration":44893,"timestamp":102437492697,"id":20789,"parentId":20775,"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":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44817,"timestamp":102437492777,"id":20791,"parentId":20775,"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":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":44655,"timestamp":102437492941,"id":20795,"parentId":20775,"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":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48955,"timestamp":102437492237,"id":20783,"parentId":20775,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":48628,"timestamp":102437492577,"id":20787,"parentId":20775,"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":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50880,"timestamp":102437492084,"id":20779,"parentId":20775,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":10855,"timestamp":102437532674,"id":20800,"parentId":20799,"tags":{},"startTime":1726669015203,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":233644,"timestamp":102437543923,"id":20802,"parentId":20801,"tags":{},"startTime":1726669015214,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":234475,"timestamp":102437543625,"id":20801,"parentId":20799,"tags":{},"startTime":1726669015214,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":33664,"timestamp":102437778225,"id":20803,"parentId":20799,"tags":{"astUsed":"true"},"startTime":1726669015448,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":281978,"timestamp":102437532460,"id":20799,"parentId":20798,"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":1726669015202,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":322455,"timestamp":102437492737,"id":20790,"parentId":20775,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669015163,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":323206,"timestamp":102437491996,"id":20777,"parentId":20775,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":306254,"timestamp":102437512650,"id":20798,"parentId":20774,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669015183,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":61,"timestamp":102437819275,"id":20804,"parentId":20798,"tags":{},"startTime":1726669015489,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":327066,"timestamp":102437492310,"id":20785,"parentId":20775,"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":1726669015162,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":353118,"timestamp":102437466281,"id":20775,"parentId":20774,"tags":{},"startTime":1726669015136,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3737,"timestamp":102437830605,"id":20806,"parentId":20805,"tags":{},"startTime":1726669015501,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":7,"timestamp":102437834377,"id":20808,"parentId":20805,"tags":{},"startTime":1726669015504,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":93,"timestamp":102437834407,"id":20809,"parentId":20805,"tags":{},"startTime":1726669015504,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":7,"timestamp":102437834528,"id":20810,"parentId":20805,"tags":{},"startTime":1726669015505,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102437834572,"id":20811,"parentId":20805,"tags":{},"startTime":1726669015505,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2664,"timestamp":102437834365,"id":20807,"parentId":20805,"tags":{},"startTime":1726669015504,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1150,"timestamp":102437848696,"id":20812,"parentId":20805,"tags":{},"startTime":1726669015519,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":13786,"timestamp":102437849868,"id":20813,"parentId":20805,"tags":{},"startTime":1726669015520,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":8756,"timestamp":102437867901,"id":20814,"parentId":20805,"tags":{},"startTime":1726669015538,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":471,"timestamp":102437876655,"id":20815,"parentId":20805,"tags":{},"startTime":1726669015547,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":259,"timestamp":102437877111,"id":20816,"parentId":20805,"tags":{},"startTime":1726669015547,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":7293,"timestamp":102437877375,"id":20817,"parentId":20805,"tags":{},"startTime":1726669015547,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":183,"timestamp":102437899549,"id":20819,"parentId":20774,"tags":{},"startTime":1726669015570,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":506,"timestamp":102437899238,"id":20818,"parentId":20774,"tags":{},"startTime":1726669015569,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":89910,"timestamp":102437826660,"id":20805,"parentId":20774,"tags":{},"startTime":1726669015497,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":451682,"timestamp":102437464938,"id":20774,"parentId":20720,"tags":{"name":"client"},"startTime":1726669015135,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":25486,"timestamp":102437916693,"id":20820,"parentId":20720,"tags":{},"startTime":1726669015587,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":1013751,"timestamp":102436930650,"id":20720,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669014601,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":11,"timestamp":102437979065,"id":20821,"parentId":3,"tags":{},"startTime":1726669015649,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102437979388,"id":20822,"parentId":3,"tags":{},"startTime":1726669015649,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102437979572,"id":20823,"parentId":3,"tags":{},"startTime":1726669015650,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102437979676,"id":20824,"parentId":3,"tags":{},"startTime":1726669015650,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102437979737,"id":20825,"parentId":3,"tags":{},"startTime":1726669015650,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102437979784,"id":20826,"parentId":3,"tags":{},"startTime":1726669015650,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":16,"timestamp":102438688423,"id":20833,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726669016358,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102438816225,"id":20834,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726669016486,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102438818456,"id":20835,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726669016488,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":29,"timestamp":102438857366,"id":20836,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726669016527,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":4,"timestamp":102439046758,"id":20837,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726669016717,"traceId":"4f5180dc9f76515a"},{"name":"client-full-reload","duration":3,"timestamp":102439078864,"id":20838,"parentId":3,"tags":{"stackTrace":"TypeError: Failed to fetch\n at __webpack_require__.hmrM (http://localhost:3000/_next/static/chunks/webpack.js:1364:20)"},"startTime":1726669016749,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1014658,"timestamp":102438194429,"id":20831,"tags":{"url":"/usecases","isTurbopack":false},"startTime":1726669015864,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102439209130,"id":20839,"parentId":20831,"tags":{"url":"/usecases","memory.rss":"277135360","memory.heapUsed":"398327824","memory.heapTotal":"541032448"},"startTime":1726669016879,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1061720,"timestamp":102438148268,"id":20828,"tags":{"url":"/community","isTurbopack":false},"startTime":1726669015818,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102439210004,"id":20840,"parentId":20828,"tags":{"url":"/community","memory.rss":"277463040","memory.heapUsed":"398917880","memory.heapTotal":"541032448"},"startTime":1726669016880,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1032209,"timestamp":102438178850,"id":20830,"tags":{"url":"/community","isTurbopack":false},"startTime":1726669015849,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102439211076,"id":20841,"parentId":20830,"tags":{"url":"/community","memory.rss":"277659648","memory.heapUsed":"399616584","memory.heapTotal":"541032448"},"startTime":1726669016881,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1047760,"timestamp":102438164152,"id":20829,"tags":{"url":"/community","isTurbopack":false},"startTime":1726669015834,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102439211931,"id":20842,"parentId":20829,"tags":{"url":"/community","memory.rss":"277790720","memory.heapUsed":"400206640","memory.heapTotal":"541032448"},"startTime":1726669016882,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1155884,"timestamp":102438058094,"id":20827,"tags":{"url":"/community","isTurbopack":false},"startTime":1726669015728,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102439214003,"id":20843,"parentId":20827,"tags":{"url":"/community","memory.rss":"278626304","memory.heapUsed":"401756056","memory.heapTotal":"541032448"},"startTime":1726669016884,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":1087299,"timestamp":102438198146,"id":20832,"tags":{"url":"/","isTurbopack":false},"startTime":1726669015868,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102439285519,"id":20844,"parentId":20832,"tags":{"url":"/","memory.rss":"249823232","memory.heapUsed":"393007928","memory.heapTotal":"541032448"},"startTime":1726669016955,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":14,"timestamp":102440242779,"id":20845,"parentId":3,"tags":{},"startTime":1726669017913,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102440247959,"id":20846,"parentId":3,"tags":{},"startTime":1726669017918,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102440248608,"id":20847,"parentId":3,"tags":{},"startTime":1726669017918,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102440306509,"id":20848,"parentId":3,"tags":{},"startTime":1726669017976,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102440306685,"id":20849,"parentId":3,"tags":{},"startTime":1726669017977,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102440306863,"id":20850,"parentId":3,"tags":{},"startTime":1726669017977,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":12,"timestamp":102440493272,"id":20851,"parentId":3,"tags":{},"startTime":1726669018163,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102440493760,"id":20852,"parentId":3,"tags":{},"startTime":1726669018164,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102440493872,"id":20853,"parentId":3,"tags":{},"startTime":1726669018164,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102440493924,"id":20854,"parentId":3,"tags":{},"startTime":1726669018164,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":9,"timestamp":102440532246,"id":20855,"parentId":3,"tags":{},"startTime":1726669018202,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102440532499,"id":20856,"parentId":3,"tags":{},"startTime":1726669018202,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102440532568,"id":20857,"parentId":3,"tags":{},"startTime":1726669018202,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102440532617,"id":20858,"parentId":3,"tags":{},"startTime":1726669018202,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102440534480,"id":20859,"parentId":3,"tags":{},"startTime":1726669018204,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":10,"timestamp":102440653064,"id":20860,"parentId":3,"tags":{},"startTime":1726669018323,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102440653486,"id":20861,"parentId":3,"tags":{},"startTime":1726669018323,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102440653568,"id":20862,"parentId":3,"tags":{},"startTime":1726669018323,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102440653645,"id":20863,"parentId":3,"tags":{},"startTime":1726669018323,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102440653711,"id":20864,"parentId":3,"tags":{},"startTime":1726669018324,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102440654176,"id":20865,"parentId":3,"tags":{},"startTime":1726669018324,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15080,"timestamp":102470131793,"id":20872,"parentId":20869,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669047800,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16013,"timestamp":102470131590,"id":20870,"parentId":20869,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669047800,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":52320,"timestamp":102470131775,"id":20871,"parentId":20869,"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":1726669047800,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":52295,"timestamp":102470131809,"id":20873,"parentId":20869,"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":1726669047800,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":12047,"timestamp":102470181708,"id":20881,"parentId":20880,"tags":{},"startTime":1726669047850,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":12423,"timestamp":102470181338,"id":20880,"parentId":20879,"tags":{},"startTime":1726669047849,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":23865,"timestamp":102470180395,"id":20879,"parentId":20868,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669047849,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":73745,"timestamp":102470131858,"id":20876,"parentId":20869,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669047800,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":73719,"timestamp":102470131890,"id":20878,"parentId":20869,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669047800,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":73768,"timestamp":102470131842,"id":20875,"parentId":20869,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669047800,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":73738,"timestamp":102470131874,"id":20877,"parentId":20869,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669047800,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":81107,"timestamp":102470131827,"id":20874,"parentId":20869,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669047800,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":242243,"timestamp":102470096019,"id":20869,"parentId":20868,"tags":{},"startTime":1726669047764,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3199,"timestamp":102470355994,"id":20908,"parentId":20907,"tags":{},"startTime":1726669048024,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102470359226,"id":20910,"parentId":20907,"tags":{},"startTime":1726669048027,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3885,"timestamp":102470359250,"id":20911,"parentId":20907,"tags":{},"startTime":1726669048027,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":11,"timestamp":102470363171,"id":20912,"parentId":20907,"tags":{},"startTime":1726669048031,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":9,"timestamp":102470363205,"id":20913,"parentId":20907,"tags":{},"startTime":1726669048031,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":6728,"timestamp":102470359213,"id":20909,"parentId":20907,"tags":{},"startTime":1726669048027,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":823,"timestamp":102470371496,"id":20914,"parentId":20907,"tags":{},"startTime":1726669048040,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5862,"timestamp":102470372330,"id":20915,"parentId":20907,"tags":{},"startTime":1726669048040,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1408,"timestamp":102470379791,"id":20916,"parentId":20907,"tags":{},"startTime":1726669048048,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":216,"timestamp":102470381198,"id":20917,"parentId":20907,"tags":{},"startTime":1726669048049,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":155,"timestamp":102470381397,"id":20918,"parentId":20907,"tags":{},"startTime":1726669048050,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3168,"timestamp":102470381556,"id":20919,"parentId":20907,"tags":{},"startTime":1726669048050,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":57699,"timestamp":102470351361,"id":20907,"parentId":20868,"tags":{},"startTime":1726669048019,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":334899,"timestamp":102470088678,"id":20868,"parentId":20866,"tags":{"name":"server"},"startTime":1726669047757,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":21748,"timestamp":102470423745,"id":20920,"parentId":20866,"tags":{},"startTime":1726669048092,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":396713,"timestamp":102470049258,"id":20866,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669047717,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10692,"timestamp":102470474810,"id":20933,"parentId":20922,"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":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10702,"timestamp":102470474875,"id":20935,"parentId":20922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10590,"timestamp":102470474989,"id":20939,"parentId":20922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10561,"timestamp":102470475020,"id":20940,"parentId":20922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10467,"timestamp":102470475115,"id":20943,"parentId":20922,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17981,"timestamp":102470473637,"id":20923,"parentId":20922,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669048142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17366,"timestamp":102470474268,"id":20925,"parentId":20922,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669048142,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19755,"timestamp":102470474402,"id":20927,"parentId":20922,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22162,"timestamp":102470474459,"id":20928,"parentId":20922,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25453,"timestamp":102470474549,"id":20929,"parentId":20922,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24865,"timestamp":102470475144,"id":20944,"parentId":20922,"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":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25407,"timestamp":102470475049,"id":20941,"parentId":20922,"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&server=false!"},"startTime":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27667,"timestamp":102470474737,"id":20931,"parentId":20922,"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":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27511,"timestamp":102470474904,"id":20936,"parentId":20922,"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":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27459,"timestamp":102470474960,"id":20938,"parentId":20922,"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":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27334,"timestamp":102470475087,"id":20942,"parentId":20922,"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":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29961,"timestamp":102470474633,"id":20930,"parentId":20922,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29759,"timestamp":102470474846,"id":20934,"parentId":20922,"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":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31582,"timestamp":102470474330,"id":20926,"parentId":20922,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669048142,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7529,"timestamp":102470498790,"id":20947,"parentId":20946,"tags":{},"startTime":1726669048167,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":247184,"timestamp":102470506582,"id":20949,"parentId":20948,"tags":{},"startTime":1726669048175,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":248653,"timestamp":102470506384,"id":20948,"parentId":20946,"tags":{},"startTime":1726669048174,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":55571,"timestamp":102470755213,"id":20950,"parentId":20946,"tags":{"astUsed":"true"},"startTime":1726669048423,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":317203,"timestamp":102470498144,"id":20946,"parentId":20945,"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":1726669048166,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":341592,"timestamp":102470474931,"id":20937,"parentId":20922,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":342345,"timestamp":102470474197,"id":20924,"parentId":20922,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669048142,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":345075,"timestamp":102470486143,"id":20945,"parentId":20921,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669048154,"traceId":"4f5180dc9f76515a"}]
+[{"name":"build-module","duration":92,"timestamp":102470833188,"id":20951,"parentId":20945,"tags":{},"startTime":1726669048501,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":358588,"timestamp":102470474780,"id":20932,"parentId":20922,"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":1726669048143,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":385253,"timestamp":102470448183,"id":20922,"parentId":20921,"tags":{},"startTime":1726669048116,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":15576,"timestamp":102470859065,"id":20953,"parentId":20952,"tags":{},"startTime":1726669048527,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":12,"timestamp":102470874694,"id":20955,"parentId":20952,"tags":{},"startTime":1726669048543,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":262,"timestamp":102470874730,"id":20956,"parentId":20952,"tags":{},"startTime":1726669048543,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":60,"timestamp":102470875098,"id":20957,"parentId":20952,"tags":{},"startTime":1726669048543,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":10,"timestamp":102470875222,"id":20958,"parentId":20952,"tags":{},"startTime":1726669048543,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":4169,"timestamp":102470874676,"id":20954,"parentId":20952,"tags":{},"startTime":1726669048543,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1385,"timestamp":102470896889,"id":20959,"parentId":20952,"tags":{},"startTime":1726669048565,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":15875,"timestamp":102470898299,"id":20960,"parentId":20952,"tags":{},"startTime":1726669048566,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":9396,"timestamp":102470917528,"id":20961,"parentId":20952,"tags":{},"startTime":1726669048586,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":534,"timestamp":102470926921,"id":20962,"parentId":20952,"tags":{},"startTime":1726669048595,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":373,"timestamp":102470927438,"id":20963,"parentId":20952,"tags":{},"startTime":1726669048596,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":5515,"timestamp":102470927824,"id":20964,"parentId":20952,"tags":{},"startTime":1726669048596,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":368,"timestamp":102470939945,"id":20966,"parentId":20921,"tags":{},"startTime":1726669048608,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":597,"timestamp":102470939747,"id":20965,"parentId":20921,"tags":{},"startTime":1726669048608,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":97736,"timestamp":102470848557,"id":20952,"parentId":20921,"tags":{},"startTime":1726669048517,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":498510,"timestamp":102470447836,"id":20921,"parentId":20867,"tags":{"name":"client"},"startTime":1726669048116,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":19324,"timestamp":102470946416,"id":20967,"parentId":20867,"tags":{},"startTime":1726669048614,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":925937,"timestamp":102470050093,"id":20867,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669047718,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":8,"timestamp":102470982073,"id":20968,"parentId":3,"tags":{},"startTime":1726669048650,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102470982270,"id":20969,"parentId":3,"tags":{},"startTime":1726669048650,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102470982349,"id":20970,"parentId":3,"tags":{},"startTime":1726669048650,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102470982477,"id":20971,"parentId":3,"tags":{},"startTime":1726669048651,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102470982552,"id":20972,"parentId":3,"tags":{},"startTime":1726669048651,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102470982621,"id":20973,"parentId":3,"tags":{},"startTime":1726669048651,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":284043,"timestamp":102471021944,"id":20977,"tags":{"url":"/usecases?_rsc=1s1qm","isTurbopack":false},"startTime":1726669048690,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102471306025,"id":20980,"parentId":20977,"tags":{"url":"/usecases?_rsc=1s1qm","memory.rss":"407109632","memory.heapUsed":"358878384","memory.heapTotal":"467992576"},"startTime":1726669048974,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":289533,"timestamp":102471028534,"id":20978,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669048697,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102471318118,"id":20981,"parentId":20978,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"407109632","memory.heapUsed":"365278832","memory.heapTotal":"467992576"},"startTime":1726669048986,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":305882,"timestamp":102471014376,"id":20976,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669048682,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102471320316,"id":20982,"parentId":20976,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"407109632","memory.heapUsed":"365893792","memory.heapTotal":"467992576"},"startTime":1726669048988,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":329878,"timestamp":102470992702,"id":20974,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669048661,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102471322672,"id":20983,"parentId":20974,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"407109632","memory.heapUsed":"366493152","memory.heapTotal":"467992576"},"startTime":1726669048991,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":325882,"timestamp":102470998290,"id":20975,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669048666,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102471324208,"id":20984,"parentId":20975,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"407109632","memory.heapUsed":"367083096","memory.heapTotal":"467992576"},"startTime":1726669048992,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":335141,"timestamp":102471042177,"id":20979,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669048710,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102471377359,"id":20985,"parentId":20979,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"407617536","memory.heapUsed":"362149184","memory.heapTotal":"467992576"},"startTime":1726669049045,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1338000,"timestamp":102470050517,"id":20986,"parentId":3,"tags":{"updatedModules":[],"page":"/usecases","isPageHidden":true},"startTime":1726669049078,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1368000,"timestamp":102470050819,"id":20987,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669049098,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1367000,"timestamp":102470051926,"id":20988,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669049098,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1371000,"timestamp":102470050963,"id":20989,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669049098,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1375000,"timestamp":102470052136,"id":20990,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669049098,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1377000,"timestamp":102470051169,"id":20991,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669049098,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19022,"timestamp":102479681609,"id":20998,"parentId":20995,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669057349,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22454,"timestamp":102479681362,"id":20996,"parentId":20995,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669057349,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61607,"timestamp":102479681557,"id":20997,"parentId":20995,"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":1726669057349,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61539,"timestamp":102479681632,"id":20999,"parentId":20995,"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":1726669057349,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":4926,"timestamp":102479740791,"id":21007,"parentId":21006,"tags":{},"startTime":1726669057408,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5293,"timestamp":102479740430,"id":21006,"parentId":21005,"tags":{},"startTime":1726669057408,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":9464,"timestamp":102479739425,"id":21005,"parentId":20994,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669057407,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":68605,"timestamp":102479681672,"id":21001,"parentId":20995,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669057349,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":68564,"timestamp":102479681717,"id":21003,"parentId":20995,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669057349,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":68546,"timestamp":102479681736,"id":21004,"parentId":20995,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669057349,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":68589,"timestamp":102479681694,"id":21002,"parentId":20995,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669057349,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72920,"timestamp":102479681652,"id":21000,"parentId":20995,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669057349,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":211526,"timestamp":102479658822,"id":20995,"parentId":20994,"tags":{},"startTime":1726669057326,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3618,"timestamp":102479885373,"id":21034,"parentId":21033,"tags":{},"startTime":1726669057553,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102479889018,"id":21036,"parentId":21033,"tags":{},"startTime":1726669057557,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3469,"timestamp":102479889039,"id":21037,"parentId":21033,"tags":{},"startTime":1726669057557,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":11,"timestamp":102479892532,"id":21038,"parentId":21033,"tags":{},"startTime":1726669057560,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102479892556,"id":21039,"parentId":21033,"tags":{},"startTime":1726669057560,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":6430,"timestamp":102479889009,"id":21035,"parentId":21033,"tags":{},"startTime":1726669057557,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":706,"timestamp":102479897630,"id":21040,"parentId":21033,"tags":{},"startTime":1726669057565,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":7718,"timestamp":102479898344,"id":21041,"parentId":21033,"tags":{},"startTime":1726669057566,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1409,"timestamp":102479907285,"id":21042,"parentId":21033,"tags":{},"startTime":1726669057575,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":193,"timestamp":102479908694,"id":21043,"parentId":21033,"tags":{},"startTime":1726669057576,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":143,"timestamp":102479908880,"id":21044,"parentId":21033,"tags":{},"startTime":1726669057576,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3564,"timestamp":102479909027,"id":21045,"parentId":21033,"tags":{},"startTime":1726669057577,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":48837,"timestamp":102479879924,"id":21033,"parentId":20994,"tags":{},"startTime":1726669057547,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":278971,"timestamp":102479657744,"id":20994,"parentId":20992,"tags":{"name":"server"},"startTime":1726669057325,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":8773,"timestamp":102479936826,"id":21046,"parentId":20992,"tags":{},"startTime":1726669057604,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":310449,"timestamp":102479635595,"id":20992,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669057303,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11649,"timestamp":102479960704,"id":21059,"parentId":21048,"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":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11686,"timestamp":102479960736,"id":21061,"parentId":21048,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11621,"timestamp":102479960802,"id":21065,"parentId":21048,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11606,"timestamp":102479960818,"id":21066,"parentId":21048,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11557,"timestamp":102479960868,"id":21069,"parentId":21048,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19297,"timestamp":102479960474,"id":21049,"parentId":21048,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19216,"timestamp":102479960571,"id":21051,"parentId":21048,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21309,"timestamp":102479960604,"id":21053,"parentId":21048,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23240,"timestamp":102479960621,"id":21054,"parentId":21048,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26703,"timestamp":102479960637,"id":21055,"parentId":21048,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26455,"timestamp":102479960893,"id":21070,"parentId":21048,"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":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27019,"timestamp":102479960838,"id":21067,"parentId":21048,"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&server=false!"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29080,"timestamp":102479960668,"id":21057,"parentId":21048,"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":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29001,"timestamp":102479960751,"id":21062,"parentId":21048,"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":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28966,"timestamp":102479960787,"id":21064,"parentId":21048,"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":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28900,"timestamp":102479960853,"id":21068,"parentId":21048,"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":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32292,"timestamp":102479960653,"id":21056,"parentId":21048,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":32235,"timestamp":102479960720,"id":21060,"parentId":21048,"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":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7191,"timestamp":102479985975,"id":21073,"parentId":21072,"tags":{},"startTime":1726669057654,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":64719,"timestamp":102479960588,"id":21052,"parentId":21048,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":153912,"timestamp":102479993918,"id":21075,"parentId":21074,"tags":{},"startTime":1726669057661,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":154967,"timestamp":102479993220,"id":21074,"parentId":21072,"tags":{},"startTime":1726669057661,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":18476,"timestamp":102480148283,"id":21076,"parentId":21072,"tags":{"astUsed":"true"},"startTime":1726669057816,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":182563,"timestamp":102479985813,"id":21072,"parentId":21071,"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":1726669057653,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":210925,"timestamp":102479960767,"id":21063,"parentId":21048,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":211151,"timestamp":102479960551,"id":21050,"parentId":21048,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":200740,"timestamp":102479973650,"id":21071,"parentId":21047,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669057641,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":31,"timestamp":102480174574,"id":21077,"parentId":21071,"tags":{},"startTime":1726669057842,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":213941,"timestamp":102479960688,"id":21058,"parentId":21048,"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":1726669057628,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":226839,"timestamp":102479947810,"id":21048,"parentId":21047,"tags":{},"startTime":1726669057615,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":1798,"timestamp":102480181902,"id":21079,"parentId":21078,"tags":{},"startTime":1726669057849,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102480183713,"id":21081,"parentId":21078,"tags":{},"startTime":1726669057851,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":55,"timestamp":102480183728,"id":21082,"parentId":21078,"tags":{},"startTime":1726669057851,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102480183800,"id":21083,"parentId":21078,"tags":{},"startTime":1726669057851,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102480183822,"id":21084,"parentId":21078,"tags":{},"startTime":1726669057851,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1161,"timestamp":102480183709,"id":21080,"parentId":21078,"tags":{},"startTime":1726669057851,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":459,"timestamp":102480186328,"id":21085,"parentId":21078,"tags":{},"startTime":1726669057854,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":7803,"timestamp":102480186794,"id":21086,"parentId":21078,"tags":{},"startTime":1726669057854,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3735,"timestamp":102480195958,"id":21087,"parentId":21078,"tags":{},"startTime":1726669057863,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":257,"timestamp":102480199692,"id":21088,"parentId":21078,"tags":{},"startTime":1726669057867,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":129,"timestamp":102480199942,"id":21089,"parentId":21078,"tags":{},"startTime":1726669057867,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2300,"timestamp":102480200075,"id":21090,"parentId":21078,"tags":{},"startTime":1726669057868,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":85,"timestamp":102480203377,"id":21092,"parentId":21047,"tags":{},"startTime":1726669057871,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":172,"timestamp":102480203294,"id":21091,"parentId":21047,"tags":{},"startTime":1726669057871,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":27060,"timestamp":102480179279,"id":21078,"parentId":21047,"tags":{},"startTime":1726669057847,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":258806,"timestamp":102479947562,"id":21047,"parentId":20993,"tags":{"name":"client"},"startTime":1726669057615,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":7311,"timestamp":102480206406,"id":21093,"parentId":20993,"tags":{},"startTime":1726669057874,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":577629,"timestamp":102479637266,"id":20993,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669057305,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":12,"timestamp":102480225305,"id":21094,"parentId":3,"tags":{},"startTime":1726669057893,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102480225458,"id":21095,"parentId":3,"tags":{},"startTime":1726669057893,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102480225495,"id":21096,"parentId":3,"tags":{},"startTime":1726669057893,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102480225525,"id":21097,"parentId":3,"tags":{},"startTime":1726669057893,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102480225555,"id":21098,"parentId":3,"tags":{},"startTime":1726669057893,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102480225583,"id":21099,"parentId":3,"tags":{},"startTime":1726669057893,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":243270,"timestamp":102480237230,"id":21100,"tags":{"url":"/usecases?_rsc=1s1qm","isTurbopack":false},"startTime":1726669057905,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102480480540,"id":21106,"parentId":21100,"tags":{"url":"/usecases?_rsc=1s1qm","memory.rss":"338919424","memory.heapUsed":"419867192","memory.heapTotal":"473792512"},"startTime":1726669058148,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":251001,"timestamp":102480246986,"id":21103,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669057915,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102480498040,"id":21107,"parentId":21103,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"339247104","memory.heapUsed":"419399296","memory.heapTotal":"473792512"},"startTime":1726669058166,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":259717,"timestamp":102480240212,"id":21101,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669057908,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102480499988,"id":21108,"parentId":21101,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"339247104","memory.heapUsed":"420098112","memory.heapTotal":"473792512"},"startTime":1726669058168,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":238317,"timestamp":102480263695,"id":21105,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669057931,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102480502062,"id":21109,"parentId":21105,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"339263488","memory.heapUsed":"420688056","memory.heapTotal":"473792512"},"startTime":1726669058170,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":259357,"timestamp":102480244695,"id":21102,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669057912,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102480504091,"id":21110,"parentId":21102,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"339263488","memory.heapUsed":"421278104","memory.heapTotal":"473792512"},"startTime":1726669058172,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":307403,"timestamp":102480252490,"id":21104,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669057920,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102480559959,"id":21111,"parentId":21104,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"339787776","memory.heapUsed":"426350176","memory.heapTotal":"473792512"},"startTime":1726669058227,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":946000,"timestamp":102479638695,"id":21112,"parentId":3,"tags":{"updatedModules":[],"page":"/usecases","isPageHidden":false},"startTime":1726669058259,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":956000,"timestamp":102479638526,"id":21113,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669058266,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":957000,"timestamp":102479638610,"id":21114,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669058266,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":958000,"timestamp":102479638647,"id":21115,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669058266,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":957000,"timestamp":102479639919,"id":21116,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669058266,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":959000,"timestamp":102479639969,"id":21117,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669058266,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":230532,"timestamp":102483402006,"id":21118,"tags":{"url":"/","isTurbopack":false},"startTime":1726669061069,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102483632616,"id":21119,"parentId":21118,"tags":{"url":"/","memory.rss":"304431104","memory.heapUsed":"424644840","memory.heapTotal":"474054656"},"startTime":1726669061300,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":22,"timestamp":102483971151,"id":21120,"parentId":3,"tags":{},"startTime":1726669061638,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102483971424,"id":21121,"parentId":3,"tags":{},"startTime":1726669061639,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102483972168,"id":21122,"parentId":3,"tags":{},"startTime":1726669061639,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":41,"timestamp":102483972535,"id":21123,"parentId":3,"tags":{},"startTime":1726669061640,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102483972657,"id":21124,"parentId":3,"tags":{},"startTime":1726669061640,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102483972695,"id":21125,"parentId":3,"tags":{},"startTime":1726669061640,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18189,"timestamp":102511712133,"id":21132,"parentId":21129,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669089378,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":54267,"timestamp":102511711936,"id":21130,"parentId":21129,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669089378,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":71283,"timestamp":102511712115,"id":21131,"parentId":21129,"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":1726669089378,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":71265,"timestamp":102511712150,"id":21133,"parentId":21129,"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":1726669089378,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":78262,"timestamp":102511712471,"id":21136,"parentId":21129,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669089378,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":78237,"timestamp":102511712503,"id":21138,"parentId":21129,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669089378,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":13172,"timestamp":102511777852,"id":21141,"parentId":21140,"tags":{},"startTime":1726669089444,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":13838,"timestamp":102511777190,"id":21140,"parentId":21139,"tags":{},"startTime":1726669089443,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":22220,"timestamp":102511773231,"id":21139,"parentId":21128,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669089439,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":83596,"timestamp":102511712454,"id":21135,"parentId":21129,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669089378,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":83566,"timestamp":102511712487,"id":21137,"parentId":21129,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669089378,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":93041,"timestamp":102511712434,"id":21134,"parentId":21129,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669089378,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":250953,"timestamp":102511680694,"id":21129,"parentId":21128,"tags":{},"startTime":1726669089346,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2269,"timestamp":102511946040,"id":21168,"parentId":21167,"tags":{},"startTime":1726669089612,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102511948334,"id":21170,"parentId":21167,"tags":{},"startTime":1726669089614,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3687,"timestamp":102511948367,"id":21171,"parentId":21167,"tags":{},"startTime":1726669089614,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":13,"timestamp":102511952088,"id":21172,"parentId":21167,"tags":{},"startTime":1726669089618,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102511952119,"id":21173,"parentId":21167,"tags":{},"startTime":1726669089618,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5375,"timestamp":102511948324,"id":21169,"parentId":21167,"tags":{},"startTime":1726669089614,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":866,"timestamp":102511956084,"id":21174,"parentId":21167,"tags":{},"startTime":1726669089622,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5545,"timestamp":102511956962,"id":21175,"parentId":21167,"tags":{},"startTime":1726669089623,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3698,"timestamp":102511963790,"id":21176,"parentId":21167,"tags":{},"startTime":1726669089629,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":238,"timestamp":102511967487,"id":21177,"parentId":21167,"tags":{},"startTime":1726669089633,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":161,"timestamp":102511967716,"id":21178,"parentId":21167,"tags":{},"startTime":1726669089633,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3077,"timestamp":102511967881,"id":21179,"parentId":21167,"tags":{},"startTime":1726669089634,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":43078,"timestamp":102511941197,"id":21167,"parentId":21128,"tags":{},"startTime":1726669089607,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":311918,"timestamp":102511679444,"id":21128,"parentId":21126,"tags":{"name":"server"},"startTime":1726669089345,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":18686,"timestamp":102511991819,"id":21180,"parentId":21126,"tags":{},"startTime":1726669089658,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":377769,"timestamp":102511633278,"id":21126,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669089299,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7756,"timestamp":102512027484,"id":21193,"parentId":21182,"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":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7782,"timestamp":102512027519,"id":21195,"parentId":21182,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7721,"timestamp":102512027581,"id":21199,"parentId":21182,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7707,"timestamp":102512027597,"id":21200,"parentId":21182,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":7661,"timestamp":102512027644,"id":21203,"parentId":21182,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13822,"timestamp":102512027243,"id":21183,"parentId":21182,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13737,"timestamp":102512027344,"id":21185,"parentId":21182,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15894,"timestamp":102512027377,"id":21187,"parentId":21182,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18110,"timestamp":102512027395,"id":21188,"parentId":21182,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20564,"timestamp":102512027412,"id":21189,"parentId":21182,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20324,"timestamp":102512027659,"id":21204,"parentId":21182,"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":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20754,"timestamp":102512027613,"id":21201,"parentId":21182,"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&server=false!"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22160,"timestamp":102512027451,"id":21191,"parentId":21182,"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":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22079,"timestamp":102512027534,"id":21196,"parentId":21182,"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":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22049,"timestamp":102512027565,"id":21198,"parentId":21182,"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":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21987,"timestamp":102512027628,"id":21202,"parentId":21182,"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":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23726,"timestamp":102512027435,"id":21190,"parentId":21182,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23666,"timestamp":102512027503,"id":21194,"parentId":21182,"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":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24692,"timestamp":102512027361,"id":21186,"parentId":21182,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5193,"timestamp":102512047133,"id":21207,"parentId":21206,"tags":{},"startTime":1726669089713,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":159220,"timestamp":102512052532,"id":21209,"parentId":21208,"tags":{},"startTime":1726669089718,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":159711,"timestamp":102512052392,"id":21208,"parentId":21206,"tags":{},"startTime":1726669089718,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":19592,"timestamp":102512212197,"id":21210,"parentId":21206,"tags":{"astUsed":"true"},"startTime":1726669089878,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":186520,"timestamp":102512046989,"id":21206,"parentId":21205,"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":1726669089713,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":206506,"timestamp":102512027550,"id":21197,"parentId":21182,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":206741,"timestamp":102512027325,"id":21184,"parentId":21182,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":200676,"timestamp":102512035920,"id":21205,"parentId":21181,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669089702,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":66,"timestamp":102512239161,"id":21211,"parentId":21205,"tags":{},"startTime":1726669089905,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":211809,"timestamp":102512027467,"id":21192,"parentId":21182,"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":1726669089693,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":225826,"timestamp":102512013473,"id":21182,"parentId":21181,"tags":{},"startTime":1726669089679,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2664,"timestamp":102512247539,"id":21213,"parentId":21212,"tags":{},"startTime":1726669089913,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":6,"timestamp":102512250230,"id":21215,"parentId":21212,"tags":{},"startTime":1726669089916,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":69,"timestamp":102512250251,"id":21216,"parentId":21212,"tags":{},"startTime":1726669089916,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102512250344,"id":21217,"parentId":21212,"tags":{},"startTime":1726669089916,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102512250369,"id":21218,"parentId":21212,"tags":{},"startTime":1726669089916,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1927,"timestamp":102512250220,"id":21214,"parentId":21212,"tags":{},"startTime":1726669089916,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":512,"timestamp":102512253616,"id":21219,"parentId":21212,"tags":{},"startTime":1726669089919,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":13674,"timestamp":102512254138,"id":21220,"parentId":21212,"tags":{},"startTime":1726669089920,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3759,"timestamp":102512269268,"id":21221,"parentId":21212,"tags":{},"startTime":1726669089935,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":307,"timestamp":102512273026,"id":21222,"parentId":21212,"tags":{},"startTime":1726669089939,"traceId":"4f5180dc9f76515a"}]
+[{"name":"module-assets","duration":664,"timestamp":102512273324,"id":21223,"parentId":21212,"tags":{},"startTime":1726669089939,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2755,"timestamp":102512273996,"id":21224,"parentId":21212,"tags":{},"startTime":1726669089940,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":80,"timestamp":102512277925,"id":21226,"parentId":21181,"tags":{},"startTime":1726669089944,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":182,"timestamp":102512277829,"id":21225,"parentId":21181,"tags":{},"startTime":1726669089943,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":37550,"timestamp":102512244028,"id":21212,"parentId":21181,"tags":{},"startTime":1726669089910,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":268512,"timestamp":102512013099,"id":21181,"parentId":21127,"tags":{"name":"client"},"startTime":1726669089679,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":9541,"timestamp":102512281654,"id":21227,"parentId":21127,"tags":{},"startTime":1726669089947,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":664063,"timestamp":102511634574,"id":21127,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669089300,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":3,"timestamp":102512303357,"id":21228,"parentId":3,"tags":{},"startTime":1726669089969,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102512303443,"id":21229,"parentId":3,"tags":{},"startTime":1726669089969,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102512303479,"id":21230,"parentId":3,"tags":{},"startTime":1726669089969,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102512303512,"id":21231,"parentId":3,"tags":{},"startTime":1726669089969,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102512303545,"id":21232,"parentId":3,"tags":{},"startTime":1726669089969,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102512303576,"id":21233,"parentId":3,"tags":{},"startTime":1726669089969,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":232446,"timestamp":102512312034,"id":21235,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669089978,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102512544529,"id":21240,"parentId":21235,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"396476416","memory.heapUsed":"359522400","memory.heapTotal":"476725248"},"startTime":1726669090210,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":237302,"timestamp":102512308740,"id":21234,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669089974,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102512546072,"id":21241,"parentId":21234,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"396476416","memory.heapUsed":"360196144","memory.heapTotal":"476725248"},"startTime":1726669090212,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":222726,"timestamp":102512324159,"id":21238,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669089990,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102512546904,"id":21242,"parentId":21238,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"396476416","memory.heapUsed":"360786200","memory.heapTotal":"476725248"},"startTime":1726669090213,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":229247,"timestamp":102512318397,"id":21237,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669089984,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102512547659,"id":21243,"parentId":21237,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"396476416","memory.heapUsed":"361376320","memory.heapTotal":"476725248"},"startTime":1726669090213,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":248402,"timestamp":102512337576,"id":21239,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669090003,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102512586013,"id":21244,"parentId":21239,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"396918784","memory.heapUsed":"364508712","memory.heapTotal":"476725248"},"startTime":1726669090252,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":271124,"timestamp":102512316267,"id":21236,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669089982,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102512587435,"id":21245,"parentId":21236,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"396918784","memory.heapUsed":"365098656","memory.heapTotal":"476725248"},"startTime":1726669090253,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":982000,"timestamp":102511636564,"id":21246,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669090291,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":998000,"timestamp":102511637604,"id":21247,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669090302,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":996000,"timestamp":102511638946,"id":21248,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669090303,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":998000,"timestamp":102511637266,"id":21249,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669090303,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":988000,"timestamp":102511647579,"id":21250,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669090303,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":990000,"timestamp":102511647834,"id":21251,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669090303,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16478,"timestamp":102518241055,"id":21258,"parentId":21255,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669095906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17391,"timestamp":102518240781,"id":21256,"parentId":21255,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669095906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72004,"timestamp":102518241013,"id":21257,"parentId":21255,"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":1726669095906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":71946,"timestamp":102518241080,"id":21259,"parentId":21255,"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":1726669095906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":75759,"timestamp":102518241128,"id":21261,"parentId":21255,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669095906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":75759,"timestamp":102518241152,"id":21262,"parentId":21255,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669095906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":75758,"timestamp":102518241171,"id":21263,"parentId":21255,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669095906,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":75731,"timestamp":102518241201,"id":21264,"parentId":21255,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669095907,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":9149,"timestamp":102518309213,"id":21267,"parentId":21266,"tags":{},"startTime":1726669095975,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":11067,"timestamp":102518307301,"id":21266,"parentId":21265,"tags":{},"startTime":1726669095973,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":25210,"timestamp":102518298641,"id":21265,"parentId":21254,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669095964,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":92628,"timestamp":102518241104,"id":21260,"parentId":21255,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669095906,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":261948,"timestamp":102518214777,"id":21255,"parentId":21254,"tags":{},"startTime":1726669095880,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3030,"timestamp":102518495656,"id":21294,"parentId":21293,"tags":{},"startTime":1726669096161,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102518498721,"id":21296,"parentId":21293,"tags":{},"startTime":1726669096164,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4106,"timestamp":102518498749,"id":21297,"parentId":21293,"tags":{},"startTime":1726669096164,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":23,"timestamp":102518502886,"id":21298,"parentId":21293,"tags":{},"startTime":1726669096168,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102518502926,"id":21299,"parentId":21293,"tags":{},"startTime":1726669096168,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":7535,"timestamp":102518498706,"id":21295,"parentId":21293,"tags":{},"startTime":1726669096164,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":817,"timestamp":102518508901,"id":21300,"parentId":21293,"tags":{},"startTime":1726669096174,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":15413,"timestamp":102518509730,"id":21301,"parentId":21293,"tags":{},"startTime":1726669096175,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2182,"timestamp":102518532012,"id":21302,"parentId":21293,"tags":{},"startTime":1726669096197,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":284,"timestamp":102518534193,"id":21303,"parentId":21293,"tags":{},"startTime":1726669096199,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":177,"timestamp":102518534466,"id":21304,"parentId":21293,"tags":{},"startTime":1726669096200,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":7095,"timestamp":102518534648,"id":21305,"parentId":21293,"tags":{},"startTime":1726669096200,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":75539,"timestamp":102518489529,"id":21293,"parentId":21254,"tags":{},"startTime":1726669096155,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":367504,"timestamp":102518213472,"id":21254,"parentId":21252,"tags":{"name":"server"},"startTime":1726669095879,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":16742,"timestamp":102518581176,"id":21306,"parentId":21252,"tags":{},"startTime":1726669096246,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":434177,"timestamp":102518164451,"id":21252,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669095830,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10641,"timestamp":102518621209,"id":21319,"parentId":21308,"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":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10686,"timestamp":102518621267,"id":21321,"parentId":21308,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10573,"timestamp":102518621382,"id":21325,"parentId":21308,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10545,"timestamp":102518621411,"id":21326,"parentId":21308,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10436,"timestamp":102518621520,"id":21329,"parentId":21308,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17689,"timestamp":102518620815,"id":21309,"parentId":21308,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17586,"timestamp":102518620974,"id":21311,"parentId":21308,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20998,"timestamp":102518621034,"id":21313,"parentId":21308,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23279,"timestamp":102518621066,"id":21314,"parentId":21308,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26053,"timestamp":102518621094,"id":21315,"parentId":21308,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25603,"timestamp":102518621548,"id":21330,"parentId":21308,"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":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26162,"timestamp":102518621462,"id":21327,"parentId":21308,"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&server=false!"},"startTime":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27968,"timestamp":102518621151,"id":21317,"parentId":21308,"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":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27828,"timestamp":102518621295,"id":21322,"parentId":21308,"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":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27770,"timestamp":102518621354,"id":21324,"parentId":21308,"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":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27633,"timestamp":102518621492,"id":21328,"parentId":21308,"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":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29591,"timestamp":102518621123,"id":21316,"parentId":21308,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29480,"timestamp":102518621239,"id":21320,"parentId":21308,"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":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30807,"timestamp":102518621006,"id":21312,"parentId":21308,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":6069,"timestamp":102518646082,"id":21333,"parentId":21332,"tags":{},"startTime":1726669096311,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":146206,"timestamp":102518652397,"id":21335,"parentId":21334,"tags":{},"startTime":1726669096318,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":146779,"timestamp":102518652212,"id":21334,"parentId":21332,"tags":{},"startTime":1726669096318,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":20389,"timestamp":102518799105,"id":21336,"parentId":21332,"tags":{"astUsed":"true"},"startTime":1726669096464,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":175486,"timestamp":102518645868,"id":21332,"parentId":21331,"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":1726669096311,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":203923,"timestamp":102518621324,"id":21323,"parentId":21308,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669096287,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":204315,"timestamp":102518620940,"id":21310,"parentId":21308,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":195388,"timestamp":102518632884,"id":21331,"parentId":21307,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669096298,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":36,"timestamp":102518828476,"id":21337,"parentId":21331,"tags":{},"startTime":1726669096494,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":207379,"timestamp":102518621181,"id":21318,"parentId":21308,"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":1726669096286,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":227091,"timestamp":102518601490,"id":21308,"parentId":21307,"tags":{},"startTime":1726669096267,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2236,"timestamp":102518836329,"id":21339,"parentId":21338,"tags":{},"startTime":1726669096502,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102518838587,"id":21341,"parentId":21338,"tags":{},"startTime":1726669096504,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":73,"timestamp":102518838605,"id":21342,"parentId":21338,"tags":{},"startTime":1726669096504,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102518838701,"id":21343,"parentId":21338,"tags":{},"startTime":1726669096504,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102518838726,"id":21344,"parentId":21338,"tags":{},"startTime":1726669096504,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1716,"timestamp":102518838579,"id":21340,"parentId":21338,"tags":{},"startTime":1726669096504,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":3426,"timestamp":102518844267,"id":21345,"parentId":21338,"tags":{},"startTime":1726669096510,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":18855,"timestamp":102518847710,"id":21346,"parentId":21338,"tags":{},"startTime":1726669096513,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":5436,"timestamp":102518868363,"id":21347,"parentId":21338,"tags":{},"startTime":1726669096534,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":384,"timestamp":102518873798,"id":21348,"parentId":21338,"tags":{},"startTime":1726669096539,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":210,"timestamp":102518874165,"id":21349,"parentId":21338,"tags":{},"startTime":1726669096539,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3154,"timestamp":102518874380,"id":21350,"parentId":21338,"tags":{},"startTime":1726669096540,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":111,"timestamp":102518878948,"id":21352,"parentId":21307,"tags":{},"startTime":1726669096544,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":295,"timestamp":102518878771,"id":21351,"parentId":21307,"tags":{},"startTime":1726669096544,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":48990,"timestamp":102518833504,"id":21338,"parentId":21307,"tags":{},"startTime":1726669096499,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":281468,"timestamp":102518601061,"id":21307,"parentId":21253,"tags":{"name":"client"},"startTime":1726669096266,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":13349,"timestamp":102518882573,"id":21353,"parentId":21253,"tags":{},"startTime":1726669096548,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":738474,"timestamp":102518165941,"id":21253,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669095831,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":10,"timestamp":102518909378,"id":21354,"parentId":3,"tags":{},"startTime":1726669096575,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102518909588,"id":21355,"parentId":3,"tags":{},"startTime":1726669096575,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102518909695,"id":21356,"parentId":3,"tags":{},"startTime":1726669096575,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102518909746,"id":21357,"parentId":3,"tags":{},"startTime":1726669096575,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102518909969,"id":21358,"parentId":3,"tags":{},"startTime":1726669096575,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102518910038,"id":21359,"parentId":3,"tags":{},"startTime":1726669096575,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":287733,"timestamp":102518924596,"id":21363,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669096590,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102519212393,"id":21366,"parentId":21363,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"334856192","memory.heapUsed":"410393504","memory.heapTotal":"481378304"},"startTime":1726669096878,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":281115,"timestamp":102518933406,"id":21365,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669096599,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":3,"timestamp":102519214854,"id":21367,"parentId":21365,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"334856192","memory.heapUsed":"410993000","memory.heapTotal":"481378304"},"startTime":1726669096880,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":303474,"timestamp":102518914011,"id":21360,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669096579,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102519217554,"id":21368,"parentId":21360,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"334856192","memory.heapUsed":"411582944","memory.heapTotal":"481378304"},"startTime":1726669096883,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":301658,"timestamp":102518917875,"id":21361,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669096583,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102519219572,"id":21369,"parentId":21361,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"334856192","memory.heapUsed":"412172976","memory.heapTotal":"481378304"},"startTime":1726669096885,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":352010,"timestamp":102518931701,"id":21364,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669096597,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102519283745,"id":21370,"parentId":21364,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"336068608","memory.heapUsed":"417040968","memory.heapTotal":"481378304"},"startTime":1726669096949,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":364950,"timestamp":102518919991,"id":21362,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669096585,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102519284968,"id":21371,"parentId":21362,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"336068608","memory.heapUsed":"417640328","memory.heapTotal":"481378304"},"startTime":1726669096950,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1129000,"timestamp":102518167473,"id":21372,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669096967,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1160000,"timestamp":102518168169,"id":21373,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669096993,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1160000,"timestamp":102518168510,"id":21374,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669096996,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1160000,"timestamp":102518169056,"id":21375,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669096996,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1162000,"timestamp":102518168221,"id":21376,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669096996,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1162000,"timestamp":102518167317,"id":21377,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669096997,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34518,"timestamp":102533505664,"id":21384,"parentId":21381,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669111170,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35411,"timestamp":102533505232,"id":21382,"parentId":21381,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669111170,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":79005,"timestamp":102533505645,"id":21383,"parentId":21381,"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":1726669111170,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":78977,"timestamp":102533505681,"id":21385,"parentId":21381,"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":1726669111170,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":82540,"timestamp":102533505745,"id":21389,"parentId":21381,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669111170,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":82532,"timestamp":102533505761,"id":21390,"parentId":21381,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669111170,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":82581,"timestamp":102533505714,"id":21387,"parentId":21381,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669111170,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":82566,"timestamp":102533505730,"id":21388,"parentId":21381,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669111170,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":7099,"timestamp":102533581325,"id":21393,"parentId":21392,"tags":{},"startTime":1726669111246,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":7453,"timestamp":102533580975,"id":21392,"parentId":21391,"tags":{},"startTime":1726669111245,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":12864,"timestamp":102533579940,"id":21391,"parentId":21380,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669111244,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":95485,"timestamp":102533505698,"id":21386,"parentId":21381,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669111170,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":288905,"timestamp":102533468233,"id":21381,"parentId":21380,"tags":{},"startTime":1726669111133,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":5652,"timestamp":102533769949,"id":21420,"parentId":21419,"tags":{},"startTime":1726669111434,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102533775673,"id":21422,"parentId":21419,"tags":{},"startTime":1726669111440,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3871,"timestamp":102533775736,"id":21423,"parentId":21419,"tags":{},"startTime":1726669111440,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":11,"timestamp":102533779639,"id":21424,"parentId":21419,"tags":{},"startTime":1726669111444,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102533779667,"id":21425,"parentId":21419,"tags":{},"startTime":1726669111444,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":6018,"timestamp":102533775640,"id":21421,"parentId":21419,"tags":{},"startTime":1726669111440,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":844,"timestamp":102533784078,"id":21426,"parentId":21419,"tags":{},"startTime":1726669111448,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5935,"timestamp":102533784931,"id":21427,"parentId":21419,"tags":{},"startTime":1726669111449,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1708,"timestamp":102533792246,"id":21428,"parentId":21419,"tags":{},"startTime":1726669111457,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":245,"timestamp":102533793953,"id":21429,"parentId":21419,"tags":{},"startTime":1726669111458,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":154,"timestamp":102533794187,"id":21430,"parentId":21419,"tags":{},"startTime":1726669111459,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3541,"timestamp":102533794346,"id":21431,"parentId":21419,"tags":{},"startTime":1726669111459,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":51699,"timestamp":102533767306,"id":21419,"parentId":21380,"tags":{},"startTime":1726669111432,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":360408,"timestamp":102533467183,"id":21380,"parentId":21378,"tags":{"name":"server"},"startTime":1726669111132,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":8248,"timestamp":102533827739,"id":21432,"parentId":21378,"tags":{},"startTime":1726669111492,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":391987,"timestamp":102533444460,"id":21378,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669111109,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4678,"timestamp":102533851669,"id":21445,"parentId":21434,"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":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4697,"timestamp":102533851712,"id":21447,"parentId":21434,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4638,"timestamp":102533851772,"id":21451,"parentId":21434,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4624,"timestamp":102533851787,"id":21452,"parentId":21434,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4579,"timestamp":102533851833,"id":21455,"parentId":21434,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8627,"timestamp":102533851447,"id":21435,"parentId":21434,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8545,"timestamp":102533851541,"id":21437,"parentId":21434,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10556,"timestamp":102533851573,"id":21439,"parentId":21434,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12700,"timestamp":102533851590,"id":21440,"parentId":21434,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18928,"timestamp":102533851606,"id":21441,"parentId":21434,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18691,"timestamp":102533851849,"id":21456,"parentId":21434,"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":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19143,"timestamp":102533851803,"id":21453,"parentId":21434,"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&server=false!"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20889,"timestamp":102533851637,"id":21443,"parentId":21434,"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":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20805,"timestamp":102533851727,"id":21448,"parentId":21434,"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":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20777,"timestamp":102533851757,"id":21450,"parentId":21434,"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":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20716,"timestamp":102533851818,"id":21454,"parentId":21434,"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":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22367,"timestamp":102533851621,"id":21442,"parentId":21434,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22296,"timestamp":102533851696,"id":21446,"parentId":21434,"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":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23244,"timestamp":102533851557,"id":21438,"parentId":21434,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":9074,"timestamp":102533865993,"id":21459,"parentId":21458,"tags":{},"startTime":1726669111530,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":110054,"timestamp":102533875253,"id":21461,"parentId":21460,"tags":{},"startTime":1726669111540,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":110534,"timestamp":102533875113,"id":21460,"parentId":21458,"tags":{},"startTime":1726669111540,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":20359,"timestamp":102533985748,"id":21462,"parentId":21458,"tags":{"astUsed":"true"},"startTime":1726669111650,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":141893,"timestamp":102533865784,"id":21458,"parentId":21457,"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":1726669111530,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":156429,"timestamp":102533851742,"id":21449,"parentId":21434,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":156654,"timestamp":102533851521,"id":21436,"parentId":21434,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":153704,"timestamp":102533857000,"id":21457,"parentId":21433,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669111521,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":30,"timestamp":102534010885,"id":21463,"parentId":21457,"tags":{},"startTime":1726669111675,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":159287,"timestamp":102533851653,"id":21444,"parentId":21434,"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":1726669111516,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":172530,"timestamp":102533838426,"id":21434,"parentId":21433,"tags":{},"startTime":1726669111503,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":1800,"timestamp":102534018780,"id":21465,"parentId":21464,"tags":{},"startTime":1726669111683,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":2,"timestamp":102534020594,"id":21467,"parentId":21464,"tags":{},"startTime":1726669111685,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":55,"timestamp":102534020608,"id":21468,"parentId":21464,"tags":{},"startTime":1726669111685,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":4,"timestamp":102534020679,"id":21469,"parentId":21464,"tags":{},"startTime":1726669111685,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102534020699,"id":21470,"parentId":21464,"tags":{},"startTime":1726669111685,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1167,"timestamp":102534020589,"id":21466,"parentId":21464,"tags":{},"startTime":1726669111685,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":2453,"timestamp":102534022853,"id":21471,"parentId":21464,"tags":{},"startTime":1726669111687,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5467,"timestamp":102534025322,"id":21472,"parentId":21464,"tags":{},"startTime":1726669111690,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3647,"timestamp":102534032179,"id":21473,"parentId":21464,"tags":{},"startTime":1726669111697,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":248,"timestamp":102534035825,"id":21474,"parentId":21464,"tags":{},"startTime":1726669111700,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":127,"timestamp":102534036067,"id":21475,"parentId":21464,"tags":{},"startTime":1726669111700,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2287,"timestamp":102534036198,"id":21476,"parentId":21464,"tags":{},"startTime":1726669111701,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":96,"timestamp":102534039459,"id":21478,"parentId":21433,"tags":{},"startTime":1726669111704,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":175,"timestamp":102534039385,"id":21477,"parentId":21433,"tags":{},"startTime":1726669111704,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":27141,"timestamp":102534016264,"id":21464,"parentId":21433,"tags":{},"startTime":1726669111681,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":205308,"timestamp":102533838121,"id":21433,"parentId":21379,"tags":{"name":"client"},"startTime":1726669111503,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":6627,"timestamp":102534043465,"id":21479,"parentId":21379,"tags":{},"startTime":1726669111708,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":604603,"timestamp":102533446675,"id":21379,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669111111,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":47,"timestamp":102534062940,"id":21480,"parentId":3,"tags":{},"startTime":1726669111727,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102534063122,"id":21481,"parentId":3,"tags":{},"startTime":1726669111728,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":30,"timestamp":102534063194,"id":21482,"parentId":3,"tags":{},"startTime":1726669111728,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":48,"timestamp":102534063447,"id":21483,"parentId":3,"tags":{},"startTime":1726669111728,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102534063619,"id":21484,"parentId":3,"tags":{},"startTime":1726669111728,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102534064159,"id":21485,"parentId":3,"tags":{},"startTime":1726669111729,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":285343,"timestamp":102534080440,"id":21488,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669111745,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102534365863,"id":21492,"parentId":21488,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"331300864","memory.heapUsed":"468128096","memory.heapTotal":"504905728"},"startTime":1726669112030,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":298062,"timestamp":102534071293,"id":21486,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669111736,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102534369449,"id":21493,"parentId":21486,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"331300864","memory.heapUsed":"468742880","memory.heapTotal":"504905728"},"startTime":1726669112034,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":296172,"timestamp":102534076062,"id":21487,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669111740,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102534372270,"id":21494,"parentId":21487,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"331300864","memory.heapUsed":"469491296","memory.heapTotal":"504905728"},"startTime":1726669112037,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":329298,"timestamp":102534097900,"id":21491,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669111762,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102534427319,"id":21495,"parentId":21491,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"328679424","memory.heapUsed":"459177672","memory.heapTotal":"504905728"},"startTime":1726669112092,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":369688,"timestamp":102534086853,"id":21489,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669111751,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102534456599,"id":21496,"parentId":21489,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"329007104","memory.heapUsed":"466236432","memory.heapTotal":"504905728"},"startTime":1726669112121,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":369386,"timestamp":102534089657,"id":21490,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669111754,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102534459096,"id":21497,"parentId":21490,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"329285632","memory.heapUsed":"467525192","memory.heapTotal":"504905728"},"startTime":1726669112123,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1030000,"timestamp":102533448954,"id":21498,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669112150,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1067000,"timestamp":102533448601,"id":21499,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669112182,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1076000,"timestamp":102533448976,"id":21500,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669112190,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1076000,"timestamp":102533448375,"id":21501,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669112191,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1076000,"timestamp":102533449451,"id":21502,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669112191,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1076000,"timestamp":102533449493,"id":21503,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669112191,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12520,"timestamp":102541115246,"id":21510,"parentId":21507,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669118779,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13751,"timestamp":102541114963,"id":21508,"parentId":21507,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669118779,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50378,"timestamp":102541115224,"id":21509,"parentId":21507,"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":1726669118779,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":50338,"timestamp":102541115270,"id":21511,"parentId":21507,"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":1726669118779,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5493,"timestamp":102541162132,"id":21519,"parentId":21518,"tags":{},"startTime":1726669118826,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5745,"timestamp":102541161884,"id":21518,"parentId":21517,"tags":{},"startTime":1726669118826,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":9441,"timestamp":102541161057,"id":21517,"parentId":21506,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669118825,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":56740,"timestamp":102541115322,"id":21513,"parentId":21507,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669118779,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":56718,"timestamp":102541115348,"id":21514,"parentId":21507,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669118779,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":56696,"timestamp":102541115373,"id":21515,"parentId":21507,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669118779,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":56677,"timestamp":102541115392,"id":21516,"parentId":21507,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669118779,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61533,"timestamp":102541115294,"id":21512,"parentId":21507,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669118779,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":232149,"timestamp":102541079326,"id":21507,"parentId":21506,"tags":{},"startTime":1726669118743,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4517,"timestamp":102541324979,"id":21546,"parentId":21545,"tags":{},"startTime":1726669118989,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102541329687,"id":21548,"parentId":21545,"tags":{},"startTime":1726669118994,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":9689,"timestamp":102541330036,"id":21549,"parentId":21545,"tags":{},"startTime":1726669118994,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":10,"timestamp":102541339764,"id":21550,"parentId":21545,"tags":{},"startTime":1726669119004,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102541339788,"id":21551,"parentId":21545,"tags":{},"startTime":1726669119004,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":12792,"timestamp":102541329573,"id":21547,"parentId":21545,"tags":{},"startTime":1726669118994,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":958,"timestamp":102541345577,"id":21552,"parentId":21545,"tags":{},"startTime":1726669119010,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":6693,"timestamp":102541346548,"id":21553,"parentId":21545,"tags":{},"startTime":1726669119011,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2280,"timestamp":102541355132,"id":21554,"parentId":21545,"tags":{},"startTime":1726669119019,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":245,"timestamp":102541357411,"id":21555,"parentId":21545,"tags":{},"startTime":1726669119021,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":170,"timestamp":102541357645,"id":21556,"parentId":21545,"tags":{},"startTime":1726669119022,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3596,"timestamp":102541357819,"id":21557,"parentId":21545,"tags":{},"startTime":1726669119022,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":57018,"timestamp":102541321821,"id":21545,"parentId":21506,"tags":{},"startTime":1726669118986,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":311101,"timestamp":102541078158,"id":21506,"parentId":21504,"tags":{"name":"server"},"startTime":1726669118742,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":13938,"timestamp":102541389418,"id":21558,"parentId":21504,"tags":{},"startTime":1726669119053,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":356736,"timestamp":102541047639,"id":21504,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669118712,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4343,"timestamp":102541423507,"id":21571,"parentId":21560,"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":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4370,"timestamp":102541423543,"id":21573,"parentId":21560,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4299,"timestamp":102541423615,"id":21577,"parentId":21560,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4282,"timestamp":102541423634,"id":21578,"parentId":21560,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":4227,"timestamp":102541423689,"id":21581,"parentId":21560,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8853,"timestamp":102541423248,"id":21561,"parentId":21560,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8756,"timestamp":102541423357,"id":21563,"parentId":21560,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10929,"timestamp":102541423394,"id":21565,"parentId":21560,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12597,"timestamp":102541423414,"id":21566,"parentId":21560,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14793,"timestamp":102541423432,"id":21567,"parentId":21560,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14521,"timestamp":102541423707,"id":21582,"parentId":21560,"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":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14996,"timestamp":102541423653,"id":21579,"parentId":21560,"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&server=false!"},"startTime":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16540,"timestamp":102541423469,"id":21569,"parentId":21560,"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":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16450,"timestamp":102541423561,"id":21574,"parentId":21560,"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":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16416,"timestamp":102541423597,"id":21576,"parentId":21560,"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":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16343,"timestamp":102541423672,"id":21580,"parentId":21560,"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":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17942,"timestamp":102541423451,"id":21568,"parentId":21560,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17873,"timestamp":102541423525,"id":21572,"parentId":21560,"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":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23920,"timestamp":102541423376,"id":21564,"parentId":21560,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":10384,"timestamp":102541437377,"id":21585,"parentId":21584,"tags":{},"startTime":1726669119101,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":142253,"timestamp":102541447977,"id":21587,"parentId":21586,"tags":{},"startTime":1726669119112,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":143044,"timestamp":102541447821,"id":21586,"parentId":21584,"tags":{},"startTime":1726669119112,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":65423,"timestamp":102541591028,"id":21588,"parentId":21584,"tags":{"astUsed":"true"},"startTime":1726669119255,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":223674,"timestamp":102541437239,"id":21584,"parentId":21583,"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":1726669119101,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":238396,"timestamp":102541423579,"id":21575,"parentId":21560,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669119088,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":238647,"timestamp":102541423335,"id":21562,"parentId":21560,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":240804,"timestamp":102541428444,"id":21583,"parentId":21559,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669119092,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":59,"timestamp":102541669760,"id":21589,"parentId":21583,"tags":{},"startTime":1726669119334,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":246374,"timestamp":102541423488,"id":21570,"parentId":21560,"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":1726669119087,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":261414,"timestamp":102541408483,"id":21560,"parentId":21559,"tags":{},"startTime":1726669119072,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4368,"timestamp":102541689006,"id":21591,"parentId":21590,"tags":{},"startTime":1726669119353,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":6,"timestamp":102541693414,"id":21593,"parentId":21590,"tags":{},"startTime":1726669119357,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":143,"timestamp":102541693454,"id":21594,"parentId":21590,"tags":{},"startTime":1726669119357,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":9,"timestamp":102541693636,"id":21595,"parentId":21590,"tags":{},"startTime":1726669119358,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":102541693677,"id":21596,"parentId":21590,"tags":{},"startTime":1726669119358,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3294,"timestamp":102541693399,"id":21592,"parentId":21590,"tags":{},"startTime":1726669119357,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1039,"timestamp":102541699714,"id":21597,"parentId":21590,"tags":{},"startTime":1726669119364,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":18124,"timestamp":102541700771,"id":21598,"parentId":21590,"tags":{},"startTime":1726669119365,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":9798,"timestamp":102541722238,"id":21599,"parentId":21590,"tags":{},"startTime":1726669119386,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":699,"timestamp":102541732034,"id":21600,"parentId":21590,"tags":{},"startTime":1726669119396,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":481,"timestamp":102541732711,"id":21601,"parentId":21590,"tags":{},"startTime":1726669119397,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":7701,"timestamp":102541733217,"id":21602,"parentId":21590,"tags":{},"startTime":1726669119397,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":650,"timestamp":102541746031,"id":21604,"parentId":21559,"tags":{},"startTime":1726669119410,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":904,"timestamp":102541745793,"id":21603,"parentId":21559,"tags":{},"startTime":1726669119410,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":72812,"timestamp":102541683022,"id":21590,"parentId":21559,"tags":{},"startTime":1726669119347,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":347716,"timestamp":102541408177,"id":21559,"parentId":21505,"tags":{"name":"client"},"startTime":1726669119072,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":22809,"timestamp":102541755977,"id":21605,"parentId":21505,"tags":{},"startTime":1726669119420,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":741035,"timestamp":102541050746,"id":21505,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669118715,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":25,"timestamp":102541797942,"id":21606,"parentId":3,"tags":{},"startTime":1726669119462,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102541798327,"id":21607,"parentId":3,"tags":{},"startTime":1726669119462,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102541798602,"id":21608,"parentId":3,"tags":{},"startTime":1726669119463,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102541798709,"id":21609,"parentId":3,"tags":{},"startTime":1726669119463,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102541798813,"id":21610,"parentId":3,"tags":{},"startTime":1726669119463,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102541799318,"id":21611,"parentId":3,"tags":{},"startTime":1726669119463,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":582571,"timestamp":102541807608,"id":21612,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669119472,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102542390495,"id":21618,"parentId":21612,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"277004288","memory.heapUsed":"510665752","memory.heapTotal":"555122688"},"startTime":1726669120054,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":532009,"timestamp":102541863488,"id":21617,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669119527,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":6,"timestamp":102542395603,"id":21619,"parentId":21617,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"277446656","memory.heapUsed":"511255872","memory.heapTotal":"555122688"},"startTime":1726669120060,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":568913,"timestamp":102541830148,"id":21614,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669119494,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102542399145,"id":21620,"parentId":21614,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"273317888","memory.heapUsed":"511855232","memory.heapTotal":"555122688"},"startTime":1726669120063,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":581667,"timestamp":102541819360,"id":21613,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669119483,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102542401061,"id":21621,"parentId":21613,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"267632640","memory.heapUsed":"512445176","memory.heapTotal":"555122688"},"startTime":1726669120065,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":602550,"timestamp":102541851269,"id":21616,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669119515,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102542453884,"id":21622,"parentId":21616,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"225558528","memory.heapUsed":"512505256","memory.heapTotal":"555122688"},"startTime":1726669120118,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":620412,"timestamp":102541835478,"id":21615,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669119499,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102542455974,"id":21623,"parentId":21615,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"225902592","memory.heapUsed":"513095288","memory.heapTotal":"555122688"},"startTime":1726669120120,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1455000,"timestamp":102541055962,"id":21624,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669120181,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1474000,"timestamp":102541056901,"id":21625,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669120229,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1477000,"timestamp":102541060022,"id":21626,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669120229,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1518000,"timestamp":102541062015,"id":21627,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669120245,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1520000,"timestamp":102541059842,"id":21628,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669120255,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1530000,"timestamp":102541060162,"id":21629,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669120255,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16726,"timestamp":102548843343,"id":21636,"parentId":21633,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669126507,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17997,"timestamp":102548843075,"id":21634,"parentId":21633,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669126507,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57499,"timestamp":102548843314,"id":21635,"parentId":21633,"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":1726669126507,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57450,"timestamp":102548843372,"id":21637,"parentId":21633,"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":1726669126507,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66320,"timestamp":102548843421,"id":21639,"parentId":21633,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669126507,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66333,"timestamp":102548843447,"id":21640,"parentId":21633,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669126507,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66316,"timestamp":102548843469,"id":21641,"parentId":21633,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669126507,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66296,"timestamp":102548843494,"id":21642,"parentId":21633,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669126507,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":12996,"timestamp":102548898085,"id":21645,"parentId":21644,"tags":{},"startTime":1726669126562,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":13366,"timestamp":102548897728,"id":21644,"parentId":21643,"tags":{},"startTime":1726669126561,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":27245,"timestamp":102548896762,"id":21643,"parentId":21632,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669126560,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":92458,"timestamp":102548843399,"id":21638,"parentId":21633,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669126507,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":363006,"timestamp":102548715144,"id":21633,"parentId":21632,"tags":{},"startTime":1726669126379,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2863,"timestamp":102549094136,"id":21672,"parentId":21671,"tags":{},"startTime":1726669126758,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102549097039,"id":21674,"parentId":21671,"tags":{},"startTime":1726669126761,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3291,"timestamp":102549097080,"id":21675,"parentId":21671,"tags":{},"startTime":1726669126761,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":11,"timestamp":102549100410,"id":21676,"parentId":21671,"tags":{},"startTime":1726669126764,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102549100438,"id":21677,"parentId":21671,"tags":{},"startTime":1726669126764,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5276,"timestamp":102549097026,"id":21673,"parentId":21671,"tags":{},"startTime":1726669126761,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1443,"timestamp":102549104738,"id":21678,"parentId":21671,"tags":{},"startTime":1726669126768,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9231,"timestamp":102549106197,"id":21679,"parentId":21671,"tags":{},"startTime":1726669126770,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1407,"timestamp":102549117001,"id":21680,"parentId":21671,"tags":{},"startTime":1726669126781,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":304,"timestamp":102549118407,"id":21681,"parentId":21671,"tags":{},"startTime":1726669126782,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":157,"timestamp":102549118704,"id":21682,"parentId":21671,"tags":{},"startTime":1726669126782,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3375,"timestamp":102549118865,"id":21683,"parentId":21671,"tags":{},"startTime":1726669126782,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":47750,"timestamp":102549091073,"id":21671,"parentId":21632,"tags":{},"startTime":1726669126755,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":432964,"timestamp":102548713710,"id":21632,"parentId":21630,"tags":{"name":"server"},"startTime":1726669126377,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":10720,"timestamp":102549146840,"id":21684,"parentId":21630,"tags":{},"startTime":1726669126810,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":477277,"timestamp":102548680814,"id":21630,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669126344,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12874,"timestamp":102549180355,"id":21697,"parentId":21686,"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":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12901,"timestamp":102549180396,"id":21699,"parentId":21686,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12768,"timestamp":102549180530,"id":21703,"parentId":21686,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12717,"timestamp":102549180582,"id":21704,"parentId":21686,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12478,"timestamp":102549180822,"id":21707,"parentId":21686,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17708,"timestamp":102549179810,"id":21687,"parentId":21686,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669126843,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17604,"timestamp":102549179925,"id":21689,"parentId":21686,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669126843,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19502,"timestamp":102549180011,"id":21691,"parentId":21686,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21146,"timestamp":102549180089,"id":21692,"parentId":21686,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23283,"timestamp":102549180180,"id":21693,"parentId":21686,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22587,"timestamp":102549180880,"id":21708,"parentId":21686,"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":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23245,"timestamp":102549180623,"id":21705,"parentId":21686,"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&server=false!"},"startTime":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24993,"timestamp":102549180257,"id":21695,"parentId":21686,"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":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24839,"timestamp":102549180414,"id":21700,"parentId":21686,"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":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24803,"timestamp":102549180451,"id":21702,"parentId":21686,"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":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24568,"timestamp":102549180688,"id":21706,"parentId":21686,"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":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26560,"timestamp":102549180237,"id":21694,"parentId":21686,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26428,"timestamp":102549180377,"id":21698,"parentId":21686,"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":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27827,"timestamp":102549179945,"id":21690,"parentId":21686,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669126843,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5478,"timestamp":102549202648,"id":21711,"parentId":21710,"tags":{},"startTime":1726669126866,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":111164,"timestamp":102549208348,"id":21713,"parentId":21712,"tags":{},"startTime":1726669126872,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":111782,"timestamp":102549208184,"id":21712,"parentId":21710,"tags":{},"startTime":1726669126872,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":32636,"timestamp":102549320085,"id":21714,"parentId":21710,"tags":{"astUsed":"true"},"startTime":1726669126984,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":152914,"timestamp":102549202467,"id":21710,"parentId":21709,"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":1726669126866,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":180376,"timestamp":102549180433,"id":21701,"parentId":21686,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":180939,"timestamp":102549179903,"id":21688,"parentId":21686,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669126843,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":170491,"timestamp":102549193974,"id":21709,"parentId":21685,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669126857,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":40,"timestamp":102549364726,"id":21715,"parentId":21709,"tags":{},"startTime":1726669127028,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":184481,"timestamp":102549180314,"id":21696,"parentId":21686,"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":1726669126844,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":203649,"timestamp":102549161174,"id":21686,"parentId":21685,"tags":{},"startTime":1726669126825,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2463,"timestamp":102549376112,"id":21717,"parentId":21716,"tags":{},"startTime":1726669127040,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102549378599,"id":21719,"parentId":21716,"tags":{},"startTime":1726669127042,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":78,"timestamp":102549378618,"id":21720,"parentId":21716,"tags":{},"startTime":1726669127042,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102549378724,"id":21721,"parentId":21716,"tags":{},"startTime":1726669127042,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102549378753,"id":21722,"parentId":21716,"tags":{},"startTime":1726669127042,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1638,"timestamp":102549378587,"id":21718,"parentId":21716,"tags":{},"startTime":1726669127042,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":629,"timestamp":102549381689,"id":21723,"parentId":21716,"tags":{},"startTime":1726669127045,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":10806,"timestamp":102549382334,"id":21724,"parentId":21716,"tags":{},"startTime":1726669127046,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4822,"timestamp":102549394983,"id":21725,"parentId":21716,"tags":{},"startTime":1726669127058,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":646,"timestamp":102549399804,"id":21726,"parentId":21716,"tags":{},"startTime":1726669127063,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":229,"timestamp":102549400433,"id":21727,"parentId":21716,"tags":{},"startTime":1726669127064,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3514,"timestamp":102549400667,"id":21728,"parentId":21716,"tags":{},"startTime":1726669127064,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":193,"timestamp":102549406674,"id":21730,"parentId":21685,"tags":{},"startTime":1726669127070,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":456,"timestamp":102549406447,"id":21729,"parentId":21685,"tags":{},"startTime":1726669127070,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":40504,"timestamp":102549371072,"id":21716,"parentId":21685,"tags":{},"startTime":1726669127035,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":251178,"timestamp":102549160442,"id":21685,"parentId":21631,"tags":{"name":"client"},"startTime":1726669126824,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":16441,"timestamp":102549411692,"id":21731,"parentId":21631,"tags":{},"startTime":1726669127075,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":748277,"timestamp":102548681558,"id":21631,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669126345,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":21,"timestamp":102549441025,"id":21732,"parentId":3,"tags":{},"startTime":1726669127105,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102549441711,"id":21733,"parentId":3,"tags":{},"startTime":1726669127105,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102549442053,"id":21734,"parentId":3,"tags":{},"startTime":1726669127106,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102549442892,"id":21735,"parentId":3,"tags":{},"startTime":1726669127106,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":67,"timestamp":102549445021,"id":21736,"parentId":3,"tags":{},"startTime":1726669127109,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102549448734,"id":21737,"parentId":3,"tags":{},"startTime":1726669127112,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":388562,"timestamp":102549465845,"id":21739,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669127129,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102549854494,"id":21744,"parentId":21739,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"328105984","memory.heapUsed":"558610856","memory.heapTotal":"606961664"},"startTime":1726669127518,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":401522,"timestamp":102549458601,"id":21738,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669127122,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102549860182,"id":21745,"parentId":21738,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"328122368","memory.heapUsed":"559210208","memory.heapTotal":"606961664"},"startTime":1726669127524,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":387680,"timestamp":102549474805,"id":21740,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669127138,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102549862556,"id":21746,"parentId":21740,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"328122368","memory.heapUsed":"559800152","memory.heapTotal":"606961664"},"startTime":1726669127526,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":372837,"timestamp":102549491617,"id":21742,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669127155,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102549864504,"id":21747,"parentId":21742,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"328122368","memory.heapUsed":"560390208","memory.heapTotal":"606961664"},"startTime":1726669127528,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":435258,"timestamp":102549485310,"id":21741,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669127149,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102549920685,"id":21748,"parentId":21741,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"325091328","memory.heapUsed":"566593920","memory.heapTotal":"607223808"},"startTime":1726669127584,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":449136,"timestamp":102549504927,"id":21743,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669127168,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102549954141,"id":21749,"parentId":21743,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"318406656","memory.heapUsed":"558907248","memory.heapTotal":"607485952"},"startTime":1726669127618,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1278000,"timestamp":102548683967,"id":21750,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669127631,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1290000,"timestamp":102548683787,"id":21751,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669127646,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1294000,"timestamp":102548683168,"id":21752,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669127647,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1295000,"timestamp":102548683466,"id":21753,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669127647,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1297000,"timestamp":102548685207,"id":21754,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669127650,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1303000,"timestamp":102548685482,"id":21755,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669127654,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17430,"timestamp":102561178287,"id":21762,"parentId":21759,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669138974,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18134,"timestamp":102561178013,"id":21760,"parentId":21759,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669138973,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57931,"timestamp":102561178260,"id":21761,"parentId":21759,"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":1726669138974,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57887,"timestamp":102561178312,"id":21763,"parentId":21759,"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":1726669138974,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61623,"timestamp":102561178390,"id":21766,"parentId":21759,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669138974,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61579,"timestamp":102561178443,"id":21768,"parentId":21759,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669138974,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61655,"timestamp":102561178368,"id":21765,"parentId":21759,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669138974,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61610,"timestamp":102561178414,"id":21767,"parentId":21759,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669138974,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":6993,"timestamp":102561233618,"id":21771,"parentId":21770,"tags":{},"startTime":1726669139029,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":7277,"timestamp":102561233339,"id":21770,"parentId":21769,"tags":{},"startTime":1726669139029,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":11878,"timestamp":102561232413,"id":21769,"parentId":21758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669139028,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72177,"timestamp":102561178335,"id":21764,"parentId":21759,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669138974,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":273880,"timestamp":102561124476,"id":21759,"parentId":21758,"tags":{},"startTime":1726669138920,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3080,"timestamp":102561413966,"id":21798,"parentId":21797,"tags":{},"startTime":1726669139209,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102561417081,"id":21800,"parentId":21797,"tags":{},"startTime":1726669139212,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3029,"timestamp":102561417117,"id":21801,"parentId":21797,"tags":{},"startTime":1726669139212,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":13,"timestamp":102561420174,"id":21802,"parentId":21797,"tags":{},"startTime":1726669139216,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102561420204,"id":21803,"parentId":21797,"tags":{},"startTime":1726669139216,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":4963,"timestamp":102561417067,"id":21799,"parentId":21797,"tags":{},"startTime":1726669139212,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":750,"timestamp":102561424261,"id":21804,"parentId":21797,"tags":{},"startTime":1726669139220,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":6125,"timestamp":102561425020,"id":21805,"parentId":21797,"tags":{},"startTime":1726669139220,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3987,"timestamp":102561432638,"id":21806,"parentId":21797,"tags":{},"startTime":1726669139228,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":268,"timestamp":102561436624,"id":21807,"parentId":21797,"tags":{},"startTime":1726669139232,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":164,"timestamp":102561436882,"id":21808,"parentId":21797,"tags":{},"startTime":1726669139232,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3674,"timestamp":102561437051,"id":21809,"parentId":21797,"tags":{},"startTime":1726669139232,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":47520,"timestamp":102561408901,"id":21797,"parentId":21758,"tags":{},"startTime":1726669139204,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":341875,"timestamp":102561123373,"id":21758,"parentId":21756,"tags":{"name":"server"},"startTime":1726669138919,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":10522,"timestamp":102561465391,"id":21810,"parentId":21756,"tags":{},"startTime":1726669139261,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":371212,"timestamp":102561105689,"id":21756,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669138901,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8919,"timestamp":102561498063,"id":21823,"parentId":21812,"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":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8962,"timestamp":102561498104,"id":21825,"parentId":21812,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8883,"timestamp":102561498186,"id":21829,"parentId":21812,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669139294,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8864,"timestamp":102561498207,"id":21830,"parentId":21812,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669139294,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":8804,"timestamp":102561498268,"id":21833,"parentId":21812,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669139294,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15440,"timestamp":102561497766,"id":21813,"parentId":21812,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15341,"timestamp":102561497888,"id":21815,"parentId":21812,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17943,"timestamp":102561497938,"id":21817,"parentId":21812,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":20076,"timestamp":102561497961,"id":21818,"parentId":21812,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22590,"timestamp":102561497981,"id":21819,"parentId":21812,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22287,"timestamp":102561498288,"id":21834,"parentId":21812,"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":1726669139294,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22820,"timestamp":102561498228,"id":21831,"parentId":21812,"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&server=false!"},"startTime":1726669139294,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24456,"timestamp":102561498022,"id":21821,"parentId":21812,"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":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24357,"timestamp":102561498126,"id":21826,"parentId":21812,"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":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24317,"timestamp":102561498166,"id":21828,"parentId":21812,"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":1726669139294,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24237,"timestamp":102561498248,"id":21832,"parentId":21812,"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":1726669139294,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":26017,"timestamp":102561498002,"id":21820,"parentId":21812,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25939,"timestamp":102561498085,"id":21824,"parentId":21812,"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":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27151,"timestamp":102561497910,"id":21816,"parentId":21812,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":5704,"timestamp":102561519652,"id":21837,"parentId":21836,"tags":{},"startTime":1726669139315,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":114842,"timestamp":102561525592,"id":21839,"parentId":21838,"tags":{},"startTime":1726669139321,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":115420,"timestamp":102561525414,"id":21838,"parentId":21836,"tags":{},"startTime":1726669139321,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":21836,"timestamp":102561640938,"id":21840,"parentId":21836,"tags":{"astUsed":"true"},"startTime":1726669139436,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":146704,"timestamp":102561519462,"id":21836,"parentId":21835,"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":1726669139315,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":172462,"timestamp":102561498146,"id":21827,"parentId":21812,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669139294,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":172759,"timestamp":102561497863,"id":21814,"parentId":21812,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":169853,"timestamp":102561508290,"id":21835,"parentId":21811,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669139304,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":38,"timestamp":102561678561,"id":21841,"parentId":21835,"tags":{},"startTime":1726669139474,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":180586,"timestamp":102561498042,"id":21822,"parentId":21812,"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":1726669139293,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":196284,"timestamp":102561482371,"id":21812,"parentId":21811,"tags":{},"startTime":1726669139278,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":25088,"timestamp":102561690836,"id":21843,"parentId":21842,"tags":{},"startTime":1726669139486,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":72,"timestamp":102561716161,"id":21845,"parentId":21842,"tags":{},"startTime":1726669139512,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":291,"timestamp":102561716279,"id":21846,"parentId":21842,"tags":{},"startTime":1726669139512,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":11,"timestamp":102561716647,"id":21847,"parentId":21842,"tags":{},"startTime":1726669139512,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":26,"timestamp":102561716697,"id":21848,"parentId":21842,"tags":{},"startTime":1726669139512,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3057,"timestamp":102561716113,"id":21844,"parentId":21842,"tags":{},"startTime":1726669139511,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1801,"timestamp":102561730248,"id":21849,"parentId":21842,"tags":{},"startTime":1726669139526,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":33391,"timestamp":102561732079,"id":21850,"parentId":21842,"tags":{},"startTime":1726669139527,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":6047,"timestamp":102561767206,"id":21851,"parentId":21842,"tags":{},"startTime":1726669139563,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":701,"timestamp":102561773252,"id":21852,"parentId":21842,"tags":{},"startTime":1726669139569,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":203,"timestamp":102561773937,"id":21853,"parentId":21842,"tags":{},"startTime":1726669139569,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3325,"timestamp":102561774145,"id":21854,"parentId":21842,"tags":{},"startTime":1726669139569,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":155,"timestamp":102561779056,"id":21856,"parentId":21811,"tags":{},"startTime":1726669139574,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":259,"timestamp":102561778959,"id":21855,"parentId":21811,"tags":{},"startTime":1726669139574,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":102503,"timestamp":102561685970,"id":21842,"parentId":21811,"tags":{},"startTime":1726669139481,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":307044,"timestamp":102561481783,"id":21811,"parentId":21757,"tags":{"name":"client"},"startTime":1726669139277,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":88952,"timestamp":102561789117,"id":21857,"parentId":21757,"tags":{},"startTime":1726669139584,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":795726,"timestamp":102561106828,"id":21757,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669138902,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":95,"timestamp":102561908995,"id":21858,"parentId":3,"tags":{},"startTime":1726669139704,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102561909398,"id":21859,"parentId":3,"tags":{},"startTime":1726669139705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102561909517,"id":21860,"parentId":3,"tags":{},"startTime":1726669139705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102561909735,"id":21861,"parentId":3,"tags":{},"startTime":1726669139705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102561909786,"id":21862,"parentId":3,"tags":{},"startTime":1726669139705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102561909978,"id":21863,"parentId":3,"tags":{},"startTime":1726669139705,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":688278,"timestamp":102561917981,"id":21865,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669139713,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102562606419,"id":21870,"parentId":21865,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"177291264","memory.heapUsed":"616835760","memory.heapTotal":"657227776"},"startTime":1726669140402,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":683176,"timestamp":102561926338,"id":21867,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669139722,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":3,"timestamp":102562609624,"id":21871,"parentId":21867,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"178405376","memory.heapUsed":"617609016","memory.heapTotal":"657227776"},"startTime":1726669140405,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":688799,"timestamp":102561923625,"id":21866,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669139719,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102562612486,"id":21872,"parentId":21866,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"178667520","memory.heapUsed":"618282992","memory.heapTotal":"657227776"},"startTime":1726669140408,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":685714,"timestamp":102561931729,"id":21868,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669139727,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102562617515,"id":21873,"parentId":21868,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"180584448","memory.heapUsed":"619928784","memory.heapTotal":"657227776"},"startTime":1726669140413,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":705760,"timestamp":102561935994,"id":21869,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669139731,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102562641820,"id":21874,"parentId":21869,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"182304768","memory.heapUsed":"611263032","memory.heapTotal":"657227776"},"startTime":1726669140437,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":733133,"timestamp":102561913484,"id":21864,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669139709,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102562646687,"id":21875,"parentId":21864,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"183042048","memory.heapUsed":"613225728","memory.heapTotal":"657227776"},"startTime":1726669140442,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1708000,"timestamp":102561107906,"id":21876,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669140617,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1729000,"timestamp":102561107659,"id":21877,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669140645,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1734000,"timestamp":102561108122,"id":21878,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669140645,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1738000,"timestamp":102561108279,"id":21879,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669140646,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1738000,"timestamp":102561108356,"id":21880,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669140646,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1744000,"timestamp":102561108889,"id":21881,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1726669140648,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":309738,"timestamp":102593682259,"id":21882,"tags":{"url":"/","isTurbopack":false},"startTime":1726669171477,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102593992076,"id":21883,"parentId":21882,"tags":{"url":"/","memory.rss":"184467456","memory.heapUsed":"618433192","memory.heapTotal":"667451392"},"startTime":1726669171787,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":11,"timestamp":102594491814,"id":21884,"parentId":3,"tags":{},"startTime":1726669172286,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102594491964,"id":21885,"parentId":3,"tags":{},"startTime":1726669172286,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102594492016,"id":21886,"parentId":3,"tags":{},"startTime":1726669172287,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102594492048,"id":21887,"parentId":3,"tags":{},"startTime":1726669172287,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102594492092,"id":21888,"parentId":3,"tags":{},"startTime":1726669172287,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102594492194,"id":21889,"parentId":3,"tags":{},"startTime":1726669172287,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102594492236,"id":21890,"parentId":3,"tags":{},"startTime":1726669172287,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":400764,"timestamp":102619632895,"id":21891,"tags":{"url":"/community","isTurbopack":false},"startTime":1726669197427,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102620033927,"id":21892,"parentId":21891,"tags":{"url":"/community","memory.rss":"347422720","memory.heapUsed":"334773632","memory.heapTotal":"516341760"},"startTime":1726669197828,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":10,"timestamp":102620388616,"id":21893,"parentId":3,"tags":{},"startTime":1726669198182,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":8,"timestamp":102620390600,"id":21894,"parentId":3,"tags":{},"startTime":1726669198184,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102620392451,"id":21895,"parentId":3,"tags":{},"startTime":1726669198186,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102620392525,"id":21896,"parentId":3,"tags":{},"startTime":1726669198186,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102620392564,"id":21897,"parentId":3,"tags":{},"startTime":1726669198186,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102620392598,"id":21898,"parentId":3,"tags":{},"startTime":1726669198186,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102620392633,"id":21899,"parentId":3,"tags":{},"startTime":1726669198186,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16966,"timestamp":102651224126,"id":21906,"parentId":21903,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669229017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21482,"timestamp":102651223653,"id":21904,"parentId":21903,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669229017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":62912,"timestamp":102651224098,"id":21905,"parentId":21903,"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":1726669229017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":62873,"timestamp":102651224149,"id":21907,"parentId":21903,"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":1726669229017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66756,"timestamp":102651224219,"id":21910,"parentId":21903,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669229017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66729,"timestamp":102651224258,"id":21912,"parentId":21903,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669229017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66998,"timestamp":102651224197,"id":21909,"parentId":21903,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669229017,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66960,"timestamp":102651224237,"id":21911,"parentId":21903,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669229017,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":7231,"timestamp":102651284633,"id":21915,"parentId":21914,"tags":{},"startTime":1726669229078,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":7580,"timestamp":102651284289,"id":21914,"parentId":21913,"tags":{},"startTime":1726669229077,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":21821,"timestamp":102651283379,"id":21913,"parentId":21902,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669229076,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":91292,"timestamp":102651224173,"id":21908,"parentId":21903,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669229017,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":268257,"timestamp":102651192785,"id":21903,"parentId":21902,"tags":{},"startTime":1726669228986,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":13409,"timestamp":102651560817,"id":21942,"parentId":21941,"tags":{},"startTime":1726669229354,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":7,"timestamp":102651574272,"id":21944,"parentId":21941,"tags":{},"startTime":1726669229367,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4266,"timestamp":102651574427,"id":21945,"parentId":21941,"tags":{},"startTime":1726669229367,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":8,"timestamp":102651578741,"id":21946,"parentId":21941,"tags":{},"startTime":1726669229372,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102651578769,"id":21947,"parentId":21941,"tags":{},"startTime":1726669229372,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":8362,"timestamp":102651574253,"id":21943,"parentId":21941,"tags":{},"startTime":1726669229367,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1132,"timestamp":102651586149,"id":21948,"parentId":21941,"tags":{},"startTime":1726669229379,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9465,"timestamp":102651587308,"id":21949,"parentId":21941,"tags":{},"startTime":1726669229380,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2822,"timestamp":102651598819,"id":21950,"parentId":21941,"tags":{},"startTime":1726669229392,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":279,"timestamp":102651601641,"id":21951,"parentId":21941,"tags":{},"startTime":1726669229395,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":169,"timestamp":102651601909,"id":21952,"parentId":21941,"tags":{},"startTime":1726669229395,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":8664,"timestamp":102651602083,"id":21953,"parentId":21941,"tags":{},"startTime":1726669229395,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":98962,"timestamp":102651541376,"id":21941,"parentId":21902,"tags":{},"startTime":1726669229334,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":464933,"timestamp":102651190829,"id":21902,"parentId":21900,"tags":{"name":"server"},"startTime":1726669228984,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":18574,"timestamp":102651655930,"id":21954,"parentId":21900,"tags":{},"startTime":1726669229449,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":522564,"timestamp":102651152926,"id":21900,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669228946,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11142,"timestamp":102651703093,"id":21967,"parentId":21956,"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":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11183,"timestamp":102651703189,"id":21969,"parentId":21956,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11015,"timestamp":102651703361,"id":21973,"parentId":21956,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10975,"timestamp":102651703403,"id":21974,"parentId":21956,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10845,"timestamp":102651703535,"id":21977,"parentId":21956,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669229497,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29266,"timestamp":102651702132,"id":21957,"parentId":21956,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669229495,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28987,"timestamp":102651702438,"id":21959,"parentId":21956,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669229495,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35063,"timestamp":102651702528,"id":21961,"parentId":21956,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40627,"timestamp":102651702574,"id":21962,"parentId":21956,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":54235,"timestamp":102651702616,"id":21963,"parentId":21956,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":53292,"timestamp":102651703575,"id":21978,"parentId":21956,"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":1726669229497,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":54664,"timestamp":102651703449,"id":21975,"parentId":21956,"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&server=false!"},"startTime":1726669229497,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61611,"timestamp":102651702698,"id":21965,"parentId":21956,"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":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61118,"timestamp":102651703232,"id":21970,"parentId":21956,"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":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":61043,"timestamp":102651703318,"id":21972,"parentId":21956,"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":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":60875,"timestamp":102651703497,"id":21976,"parentId":21956,"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":1726669229497,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66371,"timestamp":102651702656,"id":21964,"parentId":21956,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":65901,"timestamp":102651703144,"id":21968,"parentId":21956,"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":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":19252,"timestamp":102651750426,"id":21981,"parentId":21980,"tags":{},"startTime":1726669229543,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":91783,"timestamp":102651702484,"id":21960,"parentId":21956,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":258361,"timestamp":102651770277,"id":21983,"parentId":21982,"tags":{},"startTime":1726669229563,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":261732,"timestamp":102651769810,"id":21982,"parentId":21980,"tags":{},"startTime":1726669229563,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":42145,"timestamp":102652031672,"id":21984,"parentId":21980,"tags":{"astUsed":"true"},"startTime":1726669229825,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":337874,"timestamp":102651748017,"id":21980,"parentId":21979,"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":1726669229541,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":383796,"timestamp":102651703277,"id":21971,"parentId":21956,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":384692,"timestamp":102651702388,"id":21958,"parentId":21956,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669229495,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":381629,"timestamp":102651716013,"id":21979,"parentId":21955,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669229509,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":45,"timestamp":102652097940,"id":21985,"parentId":21979,"tags":{},"startTime":1726669229891,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":394981,"timestamp":102651703038,"id":21966,"parentId":21956,"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":1726669229496,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":420240,"timestamp":102651677804,"id":21956,"parentId":21955,"tags":{},"startTime":1726669229471,"traceId":"4f5180dc9f76515a"}]
+[{"name":"chunk-graph","duration":3335,"timestamp":102652165046,"id":21987,"parentId":21986,"tags":{},"startTime":1726669229958,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102652168415,"id":21989,"parentId":21986,"tags":{},"startTime":1726669229961,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":508,"timestamp":102652168568,"id":21990,"parentId":21986,"tags":{},"startTime":1726669229962,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":8,"timestamp":102652169110,"id":21991,"parentId":21986,"tags":{},"startTime":1726669229962,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":102652169145,"id":21992,"parentId":21986,"tags":{},"startTime":1726669229962,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3553,"timestamp":102652168402,"id":21988,"parentId":21986,"tags":{},"startTime":1726669229961,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":1500,"timestamp":102652175636,"id":21993,"parentId":21986,"tags":{},"startTime":1726669229969,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":26902,"timestamp":102652177158,"id":21994,"parentId":21986,"tags":{},"startTime":1726669229970,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":15406,"timestamp":102652209332,"id":21995,"parentId":21986,"tags":{},"startTime":1726669230002,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":613,"timestamp":102652224736,"id":21996,"parentId":21986,"tags":{},"startTime":1726669230018,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":255,"timestamp":102652225321,"id":21997,"parentId":21986,"tags":{},"startTime":1726669230018,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":15761,"timestamp":102652225584,"id":21998,"parentId":21986,"tags":{},"startTime":1726669230019,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":165,"timestamp":102652245572,"id":22000,"parentId":21955,"tags":{},"startTime":1726669230039,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":511,"timestamp":102652245240,"id":21999,"parentId":21955,"tags":{},"startTime":1726669230038,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":93060,"timestamp":102652160293,"id":21986,"parentId":21955,"tags":{},"startTime":1726669229953,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":576011,"timestamp":102651677413,"id":21955,"parentId":21901,"tags":{"name":"client"},"startTime":1726669229470,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":56939,"timestamp":102652253498,"id":22001,"parentId":21901,"tags":{},"startTime":1726669230047,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":1184861,"timestamp":102651153721,"id":21901,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669228947,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":49,"timestamp":102652352606,"id":22002,"parentId":3,"tags":{},"startTime":1726669230146,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102652353056,"id":22003,"parentId":3,"tags":{},"startTime":1726669230146,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":7,"timestamp":102652353435,"id":22004,"parentId":3,"tags":{},"startTime":1726669230146,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102652353620,"id":22005,"parentId":3,"tags":{},"startTime":1726669230147,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102652353950,"id":22006,"parentId":3,"tags":{},"startTime":1726669230147,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102652354022,"id":22007,"parentId":3,"tags":{},"startTime":1726669230147,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102652354088,"id":22008,"parentId":3,"tags":{},"startTime":1726669230147,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":572886,"timestamp":102652365744,"id":22009,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669230159,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102652938705,"id":22015,"parentId":22009,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"321994752","memory.heapUsed":"314344032","memory.heapTotal":"368787456"},"startTime":1726669230732,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":570447,"timestamp":102652369850,"id":22010,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669230163,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102652940335,"id":22016,"parentId":22010,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"322256896","memory.heapUsed":"314952464","memory.heapTotal":"368787456"},"startTime":1726669230733,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":562295,"timestamp":102652378876,"id":22011,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669230172,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102652941188,"id":22017,"parentId":22011,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"322256896","memory.heapUsed":"315542408","memory.heapTotal":"368787456"},"startTime":1726669230734,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":553026,"timestamp":102652389343,"id":22013,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669230182,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102652942389,"id":22018,"parentId":22013,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"322289664","memory.heapUsed":"316132440","memory.heapTotal":"368787456"},"startTime":1726669230735,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":611910,"timestamp":102652384689,"id":22012,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669230178,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102652996642,"id":22020,"parentId":22012,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"295075840","memory.heapUsed":"310989032","memory.heapTotal":"368787456"},"startTime":1726669230790,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":600792,"timestamp":102652400910,"id":22014,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669230194,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102653001752,"id":22021,"parentId":22014,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"295190528","memory.heapUsed":"312796752","memory.heapTotal":"368787456"},"startTime":1726669230795,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1937000,"timestamp":102651156167,"id":22022,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669230927,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1987000,"timestamp":102651156768,"id":22023,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669230945,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1988000,"timestamp":102651156885,"id":22024,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669230945,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1986000,"timestamp":102651159962,"id":22025,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669230945,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1987000,"timestamp":102651160326,"id":22026,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669230955,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1991000,"timestamp":102651159447,"id":22027,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":false},"startTime":1726669230955,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":2017000,"timestamp":102651158033,"id":22028,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669230969,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":240988,"timestamp":102652948091,"id":22019,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669230741,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102653189114,"id":22029,"parentId":22019,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"214269952","memory.heapUsed":"311505640","memory.heapTotal":"368787456"},"startTime":1726669230982,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11623,"timestamp":102658253906,"id":22036,"parentId":22033,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669236047,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12481,"timestamp":102658253664,"id":22034,"parentId":22033,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669236047,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":54899,"timestamp":102658253882,"id":22035,"parentId":22033,"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":1726669236047,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":54860,"timestamp":102658253932,"id":22037,"parentId":22033,"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":1726669236047,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57222,"timestamp":102658253987,"id":22039,"parentId":22033,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669236047,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57203,"timestamp":102658254010,"id":22040,"parentId":22033,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669236047,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57185,"timestamp":102658254030,"id":22041,"parentId":22033,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669236047,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57163,"timestamp":102658254053,"id":22042,"parentId":22033,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669236047,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5583,"timestamp":102658305994,"id":22045,"parentId":22044,"tags":{},"startTime":1726669236099,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":6391,"timestamp":102658305189,"id":22044,"parentId":22043,"tags":{},"startTime":1726669236098,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":15023,"timestamp":102658303684,"id":22043,"parentId":22032,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669236097,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":70319,"timestamp":102658253963,"id":22038,"parentId":22033,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669236047,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":207192,"timestamp":102658236345,"id":22033,"parentId":22032,"tags":{},"startTime":1726669236029,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2989,"timestamp":102658457762,"id":22072,"parentId":22071,"tags":{},"startTime":1726669236251,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102658460770,"id":22074,"parentId":22071,"tags":{},"startTime":1726669236254,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":5672,"timestamp":102658460790,"id":22075,"parentId":22071,"tags":{},"startTime":1726669236254,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":22,"timestamp":102658466536,"id":22076,"parentId":22071,"tags":{},"startTime":1726669236259,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":8,"timestamp":102658466586,"id":22077,"parentId":22071,"tags":{},"startTime":1726669236259,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":8290,"timestamp":102658460764,"id":22073,"parentId":22071,"tags":{},"startTime":1726669236254,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":622,"timestamp":102658470813,"id":22078,"parentId":22071,"tags":{},"startTime":1726669236264,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":8445,"timestamp":102658471443,"id":22079,"parentId":22071,"tags":{},"startTime":1726669236264,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1294,"timestamp":102658481345,"id":22080,"parentId":22071,"tags":{},"startTime":1726669236274,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":168,"timestamp":102658482639,"id":22081,"parentId":22071,"tags":{},"startTime":1726669236276,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":146,"timestamp":102658482795,"id":22082,"parentId":22071,"tags":{},"startTime":1726669236276,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3076,"timestamp":102658482946,"id":22083,"parentId":22071,"tags":{},"startTime":1726669236276,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":46903,"timestamp":102658453267,"id":22071,"parentId":22032,"tags":{},"startTime":1726669236246,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":272132,"timestamp":102658235473,"id":22032,"parentId":22030,"tags":{"name":"server"},"startTime":1726669236028,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":8257,"timestamp":102658507683,"id":22084,"parentId":22030,"tags":{},"startTime":1726669236301,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":299325,"timestamp":102658217002,"id":22030,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669236010,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5845,"timestamp":102658529192,"id":22097,"parentId":22086,"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":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5870,"timestamp":102658529225,"id":22099,"parentId":22086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5806,"timestamp":102658529290,"id":22103,"parentId":22086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5790,"timestamp":102658529306,"id":22104,"parentId":22086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5740,"timestamp":102658529357,"id":22107,"parentId":22086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9840,"timestamp":102658528968,"id":22087,"parentId":22086,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9775,"timestamp":102658529059,"id":22089,"parentId":22086,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11679,"timestamp":102658529092,"id":22091,"parentId":22086,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13263,"timestamp":102658529110,"id":22092,"parentId":22086,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15222,"timestamp":102658529126,"id":22093,"parentId":22086,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14976,"timestamp":102658529378,"id":22108,"parentId":22086,"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":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15355,"timestamp":102658529326,"id":22105,"parentId":22086,"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&server=false!"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16580,"timestamp":102658529159,"id":22095,"parentId":22086,"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":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16501,"timestamp":102658529241,"id":22100,"parentId":22086,"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":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16469,"timestamp":102658529273,"id":22102,"parentId":22086,"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":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16402,"timestamp":102658529342,"id":22106,"parentId":22086,"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":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17731,"timestamp":102658529143,"id":22094,"parentId":22086,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17669,"timestamp":102658529209,"id":22098,"parentId":22086,"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":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18537,"timestamp":102658529076,"id":22090,"parentId":22086,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":4248,"timestamp":102658543599,"id":22111,"parentId":22110,"tags":{},"startTime":1726669236336,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":117898,"timestamp":102658548006,"id":22113,"parentId":22112,"tags":{},"startTime":1726669236341,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":118411,"timestamp":102658547891,"id":22112,"parentId":22110,"tags":{},"startTime":1726669236341,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":23621,"timestamp":102658666432,"id":22114,"parentId":22110,"tags":{"astUsed":"true"},"startTime":1726669236459,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":148759,"timestamp":102658543476,"id":22110,"parentId":22109,"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":1726669236336,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":166489,"timestamp":102658529257,"id":22101,"parentId":22086,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":166718,"timestamp":102658529040,"id":22088,"parentId":22086,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":163598,"timestamp":102658535681,"id":22109,"parentId":22085,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669236329,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":41,"timestamp":102658699506,"id":22115,"parentId":22109,"tags":{},"startTime":1726669236492,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":170401,"timestamp":102658529175,"id":22096,"parentId":22086,"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":1726669236322,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":181524,"timestamp":102658518081,"id":22086,"parentId":22085,"tags":{},"startTime":1726669236311,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2372,"timestamp":102658709336,"id":22117,"parentId":22116,"tags":{},"startTime":1726669236502,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102658711731,"id":22119,"parentId":22116,"tags":{},"startTime":1726669236505,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":80,"timestamp":102658711871,"id":22120,"parentId":22116,"tags":{},"startTime":1726669236505,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102658711977,"id":22121,"parentId":22116,"tags":{},"startTime":1726669236505,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102658712003,"id":22122,"parentId":22116,"tags":{},"startTime":1726669236505,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1588,"timestamp":102658711721,"id":22118,"parentId":22116,"tags":{},"startTime":1726669236505,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":500,"timestamp":102658714698,"id":22123,"parentId":22116,"tags":{},"startTime":1726669236508,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9679,"timestamp":102658715207,"id":22124,"parentId":22116,"tags":{},"startTime":1726669236508,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":5092,"timestamp":102658727122,"id":22125,"parentId":22116,"tags":{},"startTime":1726669236520,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":382,"timestamp":102658732214,"id":22126,"parentId":22116,"tags":{},"startTime":1726669236525,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":180,"timestamp":102658732586,"id":22127,"parentId":22116,"tags":{},"startTime":1726669236525,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3684,"timestamp":102658732771,"id":22128,"parentId":22116,"tags":{},"startTime":1726669236526,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":99,"timestamp":102658738076,"id":22130,"parentId":22085,"tags":{},"startTime":1726669236531,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":193,"timestamp":102658737989,"id":22129,"parentId":22085,"tags":{},"startTime":1726669236531,"traceId":"4f5180dc9f76515a"}]
+[{"name":"seal","duration":37589,"timestamp":102658705639,"id":22116,"parentId":22085,"tags":{},"startTime":1726669236499,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":225475,"timestamp":102658517799,"id":22085,"parentId":22031,"tags":{"name":"client"},"startTime":1726669236311,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":12966,"timestamp":102658743332,"id":22131,"parentId":22031,"tags":{},"startTime":1726669236536,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":540293,"timestamp":102658217768,"id":22031,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669236011,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":8,"timestamp":102658766634,"id":22132,"parentId":3,"tags":{},"startTime":1726669236560,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102658766883,"id":22133,"parentId":3,"tags":{},"startTime":1726669236560,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102658766947,"id":22134,"parentId":3,"tags":{},"startTime":1726669236560,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102658767038,"id":22135,"parentId":3,"tags":{},"startTime":1726669236560,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102658767125,"id":22136,"parentId":3,"tags":{},"startTime":1726669236560,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102658767219,"id":22137,"parentId":3,"tags":{},"startTime":1726669236560,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102658767399,"id":22138,"parentId":3,"tags":{},"startTime":1726669236560,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":396892,"timestamp":102658781534,"id":22140,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669236574,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102659178493,"id":22145,"parentId":22140,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"344064000","memory.heapUsed":"374563168","memory.heapTotal":"408305664"},"startTime":1726669236971,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":393129,"timestamp":102658787312,"id":22141,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669236580,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102659180488,"id":22146,"parentId":22141,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"344064000","memory.heapUsed":"375261984","memory.heapTotal":"408305664"},"startTime":1726669236973,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":410207,"timestamp":102658773013,"id":22139,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669236566,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":15,"timestamp":102659183290,"id":22147,"parentId":22139,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"344064000","memory.heapUsed":"375851928","memory.heapTotal":"408305664"},"startTime":1726669236976,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":423611,"timestamp":102658806087,"id":22143,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669236599,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102659229776,"id":22149,"parentId":22143,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"344735744","memory.heapUsed":"372786360","memory.heapTotal":"409354240"},"startTime":1726669237023,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":410581,"timestamp":102658821496,"id":22144,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669236614,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102659232119,"id":22150,"parentId":22144,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"344735744","memory.heapUsed":"373385720","memory.heapTotal":"409354240"},"startTime":1726669237025,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":456227,"timestamp":102658790736,"id":22142,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669236584,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102659247011,"id":22151,"parentId":22142,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"344064000","memory.heapUsed":"374566544","memory.heapTotal":"409354240"},"startTime":1726669237040,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1093000,"timestamp":102658218924,"id":22152,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669237111,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1124000,"timestamp":102658218902,"id":22153,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669237143,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1125000,"timestamp":102658218993,"id":22154,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669237143,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1126000,"timestamp":102658219050,"id":22155,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669237143,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1128000,"timestamp":102658219107,"id":22156,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669237143,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1129000,"timestamp":102658219160,"id":22157,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669237143,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1135000,"timestamp":102658219355,"id":22158,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669237147,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":176346,"timestamp":102659189304,"id":22148,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669236982,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102659365688,"id":22159,"parentId":22148,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"343408640","memory.heapUsed":"370651016","memory.heapTotal":"410927104"},"startTime":1726669237159,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6569,"timestamp":102659695790,"id":22166,"parentId":22163,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669237489,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6843,"timestamp":102659695702,"id":22164,"parentId":22163,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669237489,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37535,"timestamp":102659695771,"id":22165,"parentId":22163,"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":1726669237489,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37508,"timestamp":102659695807,"id":22167,"parentId":22163,"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":1726669237489,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":39185,"timestamp":102659695859,"id":22170,"parentId":22163,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669237489,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":39158,"timestamp":102659695893,"id":22172,"parentId":22163,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669237489,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40750,"timestamp":102659695842,"id":22169,"parentId":22163,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669237489,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":40721,"timestamp":102659695877,"id":22171,"parentId":22163,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669237489,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5107,"timestamp":102659731572,"id":22175,"parentId":22174,"tags":{},"startTime":1726669237524,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5225,"timestamp":102659731457,"id":22174,"parentId":22173,"tags":{},"startTime":1726669237524,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":10662,"timestamp":102659731127,"id":22173,"parentId":22162,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669237524,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57763,"timestamp":102659695826,"id":22168,"parentId":22163,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669237489,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":247978,"timestamp":102659681039,"id":22163,"parentId":22162,"tags":{},"startTime":1726669237474,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3121,"timestamp":102660002059,"id":22202,"parentId":22201,"tags":{},"startTime":1726669237795,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102660005208,"id":22204,"parentId":22201,"tags":{},"startTime":1726669237798,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4326,"timestamp":102660005228,"id":22205,"parentId":22201,"tags":{},"startTime":1726669237798,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102660009593,"id":22206,"parentId":22201,"tags":{},"startTime":1726669237802,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102660009616,"id":22207,"parentId":22201,"tags":{},"startTime":1726669237802,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5639,"timestamp":102660005198,"id":22203,"parentId":22201,"tags":{},"startTime":1726669237798,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":583,"timestamp":102660012327,"id":22208,"parentId":22201,"tags":{},"startTime":1726669237805,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":17328,"timestamp":102660012922,"id":22209,"parentId":22201,"tags":{},"startTime":1726669237806,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1553,"timestamp":102660032338,"id":22210,"parentId":22201,"tags":{},"startTime":1726669237825,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":516,"timestamp":102660033890,"id":22211,"parentId":22201,"tags":{},"startTime":1726669237827,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":175,"timestamp":102660034395,"id":22212,"parentId":22201,"tags":{},"startTime":1726669237827,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3196,"timestamp":102660034575,"id":22213,"parentId":22201,"tags":{},"startTime":1726669237827,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":93968,"timestamp":102659987783,"id":22201,"parentId":22162,"tags":{},"startTime":1726669237781,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":414627,"timestamp":102659680818,"id":22162,"parentId":22160,"tags":{"name":"server"},"startTime":1726669237474,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":10850,"timestamp":102660095679,"id":22214,"parentId":22160,"tags":{},"startTime":1726669237889,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":433544,"timestamp":102659673927,"id":22160,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669237467,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9516,"timestamp":102660125997,"id":22227,"parentId":22216,"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":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9456,"timestamp":102660126145,"id":22229,"parentId":22216,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9212,"timestamp":102660126391,"id":22233,"parentId":22216,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9186,"timestamp":102660126418,"id":22234,"parentId":22216,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9089,"timestamp":102660126516,"id":22237,"parentId":22216,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15286,"timestamp":102660125407,"id":22217,"parentId":22216,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669237918,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15046,"timestamp":102660125667,"id":22219,"parentId":22216,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18904,"timestamp":102660125730,"id":22221,"parentId":22216,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":22465,"timestamp":102660125758,"id":22222,"parentId":22216,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25688,"timestamp":102660125785,"id":22223,"parentId":22216,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24902,"timestamp":102660126579,"id":22238,"parentId":22216,"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":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":25478,"timestamp":102660126445,"id":22235,"parentId":22216,"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&server=false!"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27988,"timestamp":102660125871,"id":22225,"parentId":22216,"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":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27619,"timestamp":102660126246,"id":22230,"parentId":22216,"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":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27502,"timestamp":102660126365,"id":22232,"parentId":22216,"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":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27388,"timestamp":102660126486,"id":22236,"parentId":22216,"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":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30024,"timestamp":102660125810,"id":22224,"parentId":22216,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29749,"timestamp":102660126093,"id":22228,"parentId":22216,"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":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31733,"timestamp":102660125699,"id":22220,"parentId":22216,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":8437,"timestamp":102660150200,"id":22241,"parentId":22240,"tags":{},"startTime":1726669237943,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":235717,"timestamp":102660158965,"id":22243,"parentId":22242,"tags":{},"startTime":1726669237952,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":236621,"timestamp":102660158739,"id":22242,"parentId":22240,"tags":{},"startTime":1726669237952,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":60362,"timestamp":102660395596,"id":22244,"parentId":22240,"tags":{"astUsed":"true"},"startTime":1726669238188,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":308692,"timestamp":102660150027,"id":22240,"parentId":22239,"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":1726669237943,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":337253,"timestamp":102660126333,"id":22231,"parentId":22216,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":337974,"timestamp":102660125630,"id":22218,"parentId":22216,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669237918,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":331689,"timestamp":102660136325,"id":22239,"parentId":22215,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669237929,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":60,"timestamp":102660469063,"id":22245,"parentId":22239,"tags":{},"startTime":1726669238262,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":343299,"timestamp":102660125899,"id":22226,"parentId":22216,"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":1726669237919,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":359881,"timestamp":102660109384,"id":22216,"parentId":22215,"tags":{},"startTime":1726669237902,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3884,"timestamp":102660481572,"id":22247,"parentId":22246,"tags":{},"startTime":1726669238274,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":9,"timestamp":102660485489,"id":22249,"parentId":22246,"tags":{},"startTime":1726669238278,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":92,"timestamp":102660485515,"id":22250,"parentId":22246,"tags":{},"startTime":1726669238278,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":7,"timestamp":102660485633,"id":22251,"parentId":22246,"tags":{},"startTime":1726669238278,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":102660485664,"id":22252,"parentId":22246,"tags":{},"startTime":1726669238278,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2583,"timestamp":102660485477,"id":22248,"parentId":22246,"tags":{},"startTime":1726669238278,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":519,"timestamp":102660490501,"id":22253,"parentId":22246,"tags":{},"startTime":1726669238283,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":10532,"timestamp":102660491032,"id":22254,"parentId":22246,"tags":{},"startTime":1726669238284,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":6484,"timestamp":102660503357,"id":22255,"parentId":22246,"tags":{},"startTime":1726669238296,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":457,"timestamp":102660509828,"id":22256,"parentId":22246,"tags":{},"startTime":1726669238303,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":244,"timestamp":102660510267,"id":22257,"parentId":22246,"tags":{},"startTime":1726669238303,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3865,"timestamp":102660510517,"id":22258,"parentId":22246,"tags":{},"startTime":1726669238303,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":101,"timestamp":102660515964,"id":22260,"parentId":22215,"tags":{},"startTime":1726669238309,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":200,"timestamp":102660515871,"id":22259,"parentId":22215,"tags":{},"startTime":1726669238309,"traceId":"4f5180dc9f76515a"}]
+[{"name":"seal","duration":43399,"timestamp":102660477504,"id":22246,"parentId":22215,"tags":{},"startTime":1726669238270,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":411878,"timestamp":102660109071,"id":22215,"parentId":22161,"tags":{"name":"client"},"startTime":1726669237902,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":11793,"timestamp":102660521003,"id":22261,"parentId":22161,"tags":{},"startTime":1726669238314,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":863526,"timestamp":102659674032,"id":22161,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669237467,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":3,"timestamp":102660541234,"id":22262,"parentId":3,"tags":{},"startTime":1726669238334,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102660541497,"id":22263,"parentId":3,"tags":{},"startTime":1726669238334,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102660541580,"id":22264,"parentId":3,"tags":{},"startTime":1726669238334,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102660541624,"id":22265,"parentId":3,"tags":{},"startTime":1726669238334,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102660541664,"id":22266,"parentId":3,"tags":{},"startTime":1726669238334,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102660541703,"id":22267,"parentId":3,"tags":{},"startTime":1726669238335,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102660541742,"id":22268,"parentId":3,"tags":{},"startTime":1726669238335,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":251420,"timestamp":102660553691,"id":22272,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669238347,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102660805167,"id":22275,"parentId":22272,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"353779712","memory.heapUsed":"338117968","memory.heapTotal":"419037184"},"startTime":1726669238598,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":259080,"timestamp":102660547252,"id":22269,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669238340,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102660806356,"id":22276,"parentId":22269,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"353779712","memory.heapUsed":"338708016","memory.heapTotal":"419037184"},"startTime":1726669238599,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":256584,"timestamp":102660551842,"id":22271,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669238345,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102660808458,"id":22277,"parentId":22271,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"353796096","memory.heapUsed":"339332288","memory.heapTotal":"419037184"},"startTime":1726669238601,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":260480,"timestamp":102660549400,"id":22270,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669238342,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102660809901,"id":22278,"parentId":22270,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"353796096","memory.heapUsed":"340080768","memory.heapTotal":"419037184"},"startTime":1726669238603,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":284806,"timestamp":102660554313,"id":22273,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669238347,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102660839154,"id":22279,"parentId":22273,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"354009088","memory.heapUsed":"342164992","memory.heapTotal":"419037184"},"startTime":1726669238632,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":286034,"timestamp":102660554890,"id":22274,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669238348,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102660840955,"id":22280,"parentId":22274,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"354009088","memory.heapUsed":"342764848","memory.heapTotal":"419037184"},"startTime":1726669238634,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1205000,"timestamp":102659674016,"id":22282,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669238676,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1216000,"timestamp":102659674447,"id":22283,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669238687,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1216000,"timestamp":102659674498,"id":22284,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669238687,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1216000,"timestamp":102659674883,"id":22285,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669238688,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1217000,"timestamp":102659674923,"id":22286,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669238688,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1217000,"timestamp":102659674957,"id":22287,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669238688,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1222000,"timestamp":102659675343,"id":22288,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":false},"startTime":1726669238690,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":73860,"timestamp":102660841591,"id":22281,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669238634,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102660915490,"id":22289,"parentId":22281,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"354877440","memory.heapUsed":"348002840","memory.heapTotal":"419037184"},"startTime":1726669238708,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":237338,"timestamp":102669670537,"id":22290,"tags":{"url":"/community/blogs/herogpt","isTurbopack":false},"startTime":1726669247463,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102669907933,"id":22291,"parentId":22290,"tags":{"url":"/community/blogs/herogpt","memory.rss":"193134592","memory.heapUsed":"343937600","memory.heapTotal":"420184064"},"startTime":1726669247701,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":47,"timestamp":102670219579,"id":22292,"parentId":3,"tags":{},"startTime":1726669248012,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102670219717,"id":22293,"parentId":3,"tags":{},"startTime":1726669248012,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102670219754,"id":22294,"parentId":3,"tags":{},"startTime":1726669248012,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102670219788,"id":22295,"parentId":3,"tags":{},"startTime":1726669248012,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102670219823,"id":22296,"parentId":3,"tags":{},"startTime":1726669248012,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102670219853,"id":22297,"parentId":3,"tags":{},"startTime":1726669248012,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102670219883,"id":22298,"parentId":3,"tags":{},"startTime":1726669248012,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":28364,"timestamp":102672863166,"id":22306,"parentId":22303,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669250656,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":29024,"timestamp":102672862972,"id":22304,"parentId":22303,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669250655,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":103914,"timestamp":102672863141,"id":22305,"parentId":22303,"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":1726669250656,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":103879,"timestamp":102672863185,"id":22307,"parentId":22303,"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":1726669250656,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":109404,"timestamp":102672863206,"id":22308,"parentId":22303,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669250656,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":112037,"timestamp":102672863225,"id":22309,"parentId":22303,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669250656,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":112010,"timestamp":102672863261,"id":22311,"parentId":22303,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669250656,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":111974,"timestamp":102672863300,"id":22313,"parentId":22303,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669250656,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":112033,"timestamp":102672863243,"id":22310,"parentId":22303,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669250656,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":111996,"timestamp":102672863281,"id":22312,"parentId":22303,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669250656,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":320293,"timestamp":102672844196,"id":22303,"parentId":22302,"tags":{},"startTime":1726669250637,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":9303,"timestamp":102673178515,"id":22346,"parentId":22345,"tags":{},"startTime":1726669250971,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102673187846,"id":22348,"parentId":22345,"tags":{},"startTime":1726669250980,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":6870,"timestamp":102673187886,"id":22349,"parentId":22345,"tags":{},"startTime":1726669250980,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":14,"timestamp":102673194816,"id":22350,"parentId":22345,"tags":{},"startTime":1726669250987,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":102673194878,"id":22351,"parentId":22345,"tags":{},"startTime":1726669250987,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":9858,"timestamp":102673187836,"id":22347,"parentId":22345,"tags":{},"startTime":1726669250980,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":474,"timestamp":102673200343,"id":22352,"parentId":22345,"tags":{},"startTime":1726669250993,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":7064,"timestamp":102673200827,"id":22353,"parentId":22345,"tags":{},"startTime":1726669250993,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1430,"timestamp":102673209327,"id":22354,"parentId":22345,"tags":{},"startTime":1726669251002,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":267,"timestamp":102673210757,"id":22355,"parentId":22345,"tags":{},"startTime":1726669251003,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":158,"timestamp":102673211014,"id":22356,"parentId":22345,"tags":{},"startTime":1726669251004,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":1698,"timestamp":102673211178,"id":22357,"parentId":22345,"tags":{},"startTime":1726669251004,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":60309,"timestamp":102673174635,"id":22345,"parentId":22302,"tags":{},"startTime":1726669250967,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":400850,"timestamp":102672843472,"id":22302,"parentId":22300,"tags":{"name":"server"},"startTime":1726669250636,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":6419,"timestamp":102673244440,"id":22358,"parentId":22300,"tags":{},"startTime":1726669251037,"traceId":"4f5180dc9f76515a"},{"name":"compile-path","duration":423715,"timestamp":102672833172,"id":22301,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1726669250626,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":424797,"timestamp":102672833034,"id":22300,"parentId":3,"tags":{"trigger":"manual"},"startTime":1726669250626,"traceId":"4f5180dc9f76515a"}]
+[{"name":"handle-request","duration":758792,"timestamp":102672824792,"id":22299,"tags":{"url":"/community/blogs/features","isTurbopack":false},"startTime":1726669250617,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102673583688,"id":22364,"parentId":22299,"tags":{"url":"/community/blogs/features","memory.rss":"363724800","memory.heapUsed":"340630088","memory.heapTotal":"397590528"},"startTime":1726669251376,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":389541,"timestamp":102673279418,"id":22359,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669251072,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102673668994,"id":22366,"parentId":22359,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"366264320","memory.heapUsed":"347322824","memory.heapTotal":"399081472"},"startTime":1726669251461,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":380722,"timestamp":102673289238,"id":22361,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669251082,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102673669976,"id":22367,"parentId":22361,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"366264320","memory.heapUsed":"347912768","memory.heapTotal":"399081472"},"startTime":1726669251462,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":374258,"timestamp":102673296611,"id":22363,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669251089,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102673670881,"id":22368,"parentId":22363,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"366264320","memory.heapUsed":"348611584","memory.heapTotal":"399081472"},"startTime":1726669251463,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":387753,"timestamp":102673283831,"id":22360,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669251076,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102673671595,"id":22369,"parentId":22360,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"366264320","memory.heapUsed":"349201528","memory.heapTotal":"399081472"},"startTime":1726669251464,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":433870,"timestamp":102673292035,"id":22362,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669251085,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102673725938,"id":22370,"parentId":22362,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"366706688","memory.heapUsed":"347988696","memory.heapTotal":"399081472"},"startTime":1726669251518,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":121350,"timestamp":102673631299,"id":22365,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669251424,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102673752677,"id":22371,"parentId":22365,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"367083520","memory.heapUsed":"349951800","memory.heapTotal":"399081472"},"startTime":1726669251545,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":9,"timestamp":102674096052,"id":22372,"parentId":3,"tags":{},"startTime":1726669251889,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102674097044,"id":22373,"parentId":3,"tags":{},"startTime":1726669251890,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102674097187,"id":22374,"parentId":3,"tags":{},"startTime":1726669251890,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102674097236,"id":22375,"parentId":3,"tags":{},"startTime":1726669251890,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102674097279,"id":22376,"parentId":3,"tags":{},"startTime":1726669251890,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102674097317,"id":22377,"parentId":3,"tags":{},"startTime":1726669251890,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102674097354,"id":22378,"parentId":3,"tags":{},"startTime":1726669251890,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":209160,"timestamp":102675894786,"id":22379,"tags":{"url":"/","isTurbopack":false},"startTime":1726669253687,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102676103992,"id":22380,"parentId":22379,"tags":{"url":"/","memory.rss":"363347968","memory.heapUsed":"354244520","memory.heapTotal":"399343616"},"startTime":1726669253896,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":29,"timestamp":102676554291,"id":22381,"parentId":3,"tags":{},"startTime":1726669254347,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102676554527,"id":22382,"parentId":3,"tags":{},"startTime":1726669254347,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102676554597,"id":22383,"parentId":3,"tags":{},"startTime":1726669254347,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102676554636,"id":22384,"parentId":3,"tags":{},"startTime":1726669254347,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102676554672,"id":22385,"parentId":3,"tags":{},"startTime":1726669254347,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102676554745,"id":22386,"parentId":3,"tags":{},"startTime":1726669254347,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102676554818,"id":22387,"parentId":3,"tags":{},"startTime":1726669254347,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15394,"timestamp":102695780526,"id":22394,"parentId":22391,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669273572,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":57995,"timestamp":102695780290,"id":22392,"parentId":22391,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669273572,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":63850,"timestamp":102695780504,"id":22393,"parentId":22391,"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":1726669273572,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":63816,"timestamp":102695780546,"id":22395,"parentId":22391,"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":1726669273572,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":7052,"timestamp":102695841600,"id":22404,"parentId":22403,"tags":{},"startTime":1726669273634,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":7452,"timestamp":102695841209,"id":22403,"parentId":22402,"tags":{},"startTime":1726669273633,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":12423,"timestamp":102695840171,"id":22402,"parentId":22390,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669273632,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72984,"timestamp":102695780585,"id":22397,"parentId":22391,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669273573,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72951,"timestamp":102695780623,"id":22399,"parentId":22391,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669273573,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":72914,"timestamp":102695780661,"id":22401,"parentId":22391,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669273573,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":73614,"timestamp":102695780604,"id":22398,"parentId":22391,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669273573,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":73581,"timestamp":102695780642,"id":22400,"parentId":22391,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669273573,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":80860,"timestamp":102695780566,"id":22396,"parentId":22391,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669273572,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":309824,"timestamp":102695727929,"id":22391,"parentId":22390,"tags":{},"startTime":1726669273520,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":4907,"timestamp":102696057356,"id":22437,"parentId":22436,"tags":{},"startTime":1726669273849,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":8,"timestamp":102696062316,"id":22439,"parentId":22436,"tags":{},"startTime":1726669273854,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":6722,"timestamp":102696062345,"id":22440,"parentId":22436,"tags":{},"startTime":1726669273854,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":17,"timestamp":102696069111,"id":22441,"parentId":22436,"tags":{},"startTime":1726669273861,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102696069152,"id":22442,"parentId":22436,"tags":{},"startTime":1726669273861,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":10803,"timestamp":102696062297,"id":22438,"parentId":22436,"tags":{},"startTime":1726669273854,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":986,"timestamp":102696075750,"id":22443,"parentId":22436,"tags":{},"startTime":1726669273868,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":14975,"timestamp":102696076748,"id":22444,"parentId":22436,"tags":{},"startTime":1726669273869,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":2169,"timestamp":102696093784,"id":22445,"parentId":22436,"tags":{},"startTime":1726669273886,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":269,"timestamp":102696095953,"id":22446,"parentId":22436,"tags":{},"startTime":1726669273888,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":187,"timestamp":102696096212,"id":22447,"parentId":22436,"tags":{},"startTime":1726669273888,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":4789,"timestamp":102696096405,"id":22448,"parentId":22436,"tags":{},"startTime":1726669273888,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":93659,"timestamp":102696053954,"id":22436,"parentId":22390,"tags":{},"startTime":1726669273846,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":453290,"timestamp":102695726438,"id":22390,"parentId":22388,"tags":{"name":"server"},"startTime":1726669273518,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":46992,"timestamp":102696179942,"id":22449,"parentId":22388,"tags":{},"startTime":1726669273972,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":523399,"timestamp":102695705997,"id":22388,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669273498,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11467,"timestamp":102696278881,"id":22462,"parentId":22451,"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":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11506,"timestamp":102696278942,"id":22464,"parentId":22451,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11387,"timestamp":102696279063,"id":22468,"parentId":22451,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11349,"timestamp":102696279102,"id":22469,"parentId":22451,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11259,"timestamp":102696279194,"id":22472,"parentId":22451,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19740,"timestamp":102696278462,"id":22452,"parentId":22451,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669274070,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":19591,"timestamp":102696278627,"id":22454,"parentId":22451,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24660,"timestamp":102696278691,"id":22456,"parentId":22451,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":27486,"timestamp":102696278725,"id":22457,"parentId":22451,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31422,"timestamp":102696278759,"id":22458,"parentId":22451,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":30968,"timestamp":102696279222,"id":22473,"parentId":22451,"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":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":31647,"timestamp":102696279133,"id":22470,"parentId":22451,"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&server=false!"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":34021,"timestamp":102696278819,"id":22460,"parentId":22451,"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":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33873,"timestamp":102696278973,"id":22465,"parentId":22451,"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":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33815,"timestamp":102696279033,"id":22467,"parentId":22451,"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":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":33686,"timestamp":102696279163,"id":22471,"parentId":22451,"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":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":36042,"timestamp":102696278789,"id":22459,"parentId":22451,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":35933,"timestamp":102696278911,"id":22463,"parentId":22451,"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":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":37529,"timestamp":102696278661,"id":22455,"parentId":22451,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7951,"timestamp":102696308918,"id":22476,"parentId":22475,"tags":{},"startTime":1726669274101,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":164560,"timestamp":102696317236,"id":22478,"parentId":22477,"tags":{},"startTime":1726669274109,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":165348,"timestamp":102696316966,"id":22477,"parentId":22475,"tags":{},"startTime":1726669274109,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":28399,"timestamp":102696482439,"id":22479,"parentId":22475,"tags":{"astUsed":"true"},"startTime":1726669274274,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":204327,"timestamp":102696308710,"id":22475,"parentId":22474,"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":1726669274101,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":237275,"timestamp":102696279003,"id":22466,"parentId":22451,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":237698,"timestamp":102696278592,"id":22453,"parentId":22451,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":228584,"timestamp":102696291564,"id":22474,"parentId":22450,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669274083,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":42,"timestamp":102696520416,"id":22480,"parentId":22474,"tags":{},"startTime":1726669274312,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":241642,"timestamp":102696278850,"id":22461,"parentId":22451,"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":1726669274071,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":268799,"timestamp":102696251722,"id":22451,"parentId":22450,"tags":{},"startTime":1726669274044,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3173,"timestamp":102696532497,"id":22482,"parentId":22481,"tags":{},"startTime":1726669274324,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102696535701,"id":22484,"parentId":22481,"tags":{},"startTime":1726669274328,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":89,"timestamp":102696535774,"id":22485,"parentId":22481,"tags":{},"startTime":1726669274328,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":5,"timestamp":102696535889,"id":22486,"parentId":22481,"tags":{},"startTime":1726669274328,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102696535916,"id":22487,"parentId":22481,"tags":{},"startTime":1726669274328,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":3744,"timestamp":102696535688,"id":22483,"parentId":22481,"tags":{},"startTime":1726669274328,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":510,"timestamp":102696542003,"id":22488,"parentId":22481,"tags":{},"startTime":1726669274334,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9686,"timestamp":102696542523,"id":22489,"parentId":22481,"tags":{},"startTime":1726669274334,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":4642,"timestamp":102696554169,"id":22490,"parentId":22481,"tags":{},"startTime":1726669274346,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":382,"timestamp":102696558810,"id":22491,"parentId":22481,"tags":{},"startTime":1726669274351,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":175,"timestamp":102696559182,"id":22492,"parentId":22481,"tags":{},"startTime":1726669274351,"traceId":"4f5180dc9f76515a"}]
+[{"name":"create-chunk-assets","duration":3745,"timestamp":102696559801,"id":22493,"parentId":22481,"tags":{},"startTime":1726669274352,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":151,"timestamp":102696565162,"id":22495,"parentId":22450,"tags":{},"startTime":1726669274357,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":266,"timestamp":102696565055,"id":22494,"parentId":22450,"tags":{},"startTime":1726669274357,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":40465,"timestamp":102696528811,"id":22481,"parentId":22450,"tags":{},"startTime":1726669274321,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":318509,"timestamp":102696250802,"id":22450,"parentId":22389,"tags":{"name":"client"},"startTime":1726669274043,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":10599,"timestamp":102696569361,"id":22496,"parentId":22389,"tags":{},"startTime":1726669274361,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":874595,"timestamp":102695706867,"id":22389,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669273499,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":512,"timestamp":102696598902,"id":22497,"parentId":3,"tags":{},"startTime":1726669274391,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102696599596,"id":22498,"parentId":3,"tags":{},"startTime":1726669274392,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102696599657,"id":22499,"parentId":3,"tags":{},"startTime":1726669274392,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102696599707,"id":22500,"parentId":3,"tags":{},"startTime":1726669274392,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102696600522,"id":22501,"parentId":3,"tags":{},"startTime":1726669274392,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102696600641,"id":22502,"parentId":3,"tags":{},"startTime":1726669274393,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102696600694,"id":22503,"parentId":3,"tags":{},"startTime":1726669274393,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":386188,"timestamp":102696626661,"id":22506,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669274419,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102697012903,"id":22510,"parentId":22506,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"328482816","memory.heapUsed":"365414584","memory.heapTotal":"398819328"},"startTime":1726669274805,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":399494,"timestamp":102696615026,"id":22504,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669274407,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102697014577,"id":22511,"parentId":22504,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"328482816","memory.heapUsed":"366013896","memory.heapTotal":"398819328"},"startTime":1726669274806,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":396372,"timestamp":102696620372,"id":22505,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669274412,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":2,"timestamp":102697016783,"id":22512,"parentId":22505,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"328499200","memory.heapUsed":"366603840","memory.heapTotal":"398819328"},"startTime":1726669274809,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":397609,"timestamp":102696651403,"id":22509,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669274443,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102697049048,"id":22514,"parentId":22509,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"329596928","memory.heapUsed":"362659880","memory.heapTotal":"399605760"},"startTime":1726669274841,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":460155,"timestamp":102696629417,"id":22507,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669274421,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102697089642,"id":22515,"parentId":22507,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"329613312","memory.heapUsed":"366501224","memory.heapTotal":"399605760"},"startTime":1726669274882,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":451891,"timestamp":102696639265,"id":22508,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669274431,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102697091189,"id":22516,"parentId":22508,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"329613312","memory.heapUsed":"367091640","memory.heapTotal":"399605760"},"startTime":1726669274883,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1457000,"timestamp":102695707994,"id":22517,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669274983,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1498000,"timestamp":102695708834,"id":22518,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669275016,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1501000,"timestamp":102695710541,"id":22519,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669275017,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1501000,"timestamp":102695712409,"id":22520,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1726669275021,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1510000,"timestamp":102695707691,"id":22521,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669275022,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1516000,"timestamp":102695712285,"id":22522,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669275022,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1521000,"timestamp":102695711824,"id":22523,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669275028,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":219153,"timestamp":102697022965,"id":22513,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669274815,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102697242189,"id":22524,"parentId":22513,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"331071488","memory.heapUsed":"363445008","memory.heapTotal":"401178624"},"startTime":1726669275034,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":84237,"timestamp":102697810716,"id":22525,"tags":{"url":"/blogs/herogpt","isTurbopack":false},"startTime":1726669275603,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102697894989,"id":22526,"parentId":22525,"tags":{"url":"/blogs/herogpt","memory.rss":"336756736","memory.heapUsed":"371617720","memory.heapTotal":"405323776"},"startTime":1726669275687,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":98,"timestamp":102698215935,"id":22527,"parentId":3,"tags":{},"startTime":1726669276008,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102698216250,"id":22528,"parentId":3,"tags":{},"startTime":1726669276008,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102698216333,"id":22529,"parentId":3,"tags":{},"startTime":1726669276008,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102698216460,"id":22530,"parentId":3,"tags":{},"startTime":1726669276008,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102698216517,"id":22531,"parentId":3,"tags":{},"startTime":1726669276008,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102698216751,"id":22532,"parentId":3,"tags":{},"startTime":1726669276009,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102698216803,"id":22533,"parentId":3,"tags":{},"startTime":1726669276009,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":65257,"timestamp":102700522351,"id":22534,"tags":{"url":"/blogs/community","isTurbopack":false},"startTime":1726669278314,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102700587647,"id":22535,"parentId":22534,"tags":{"url":"/blogs/community","memory.rss":"229425152","memory.heapUsed":"369425728","memory.heapTotal":"408469504"},"startTime":1726669278379,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":5,"timestamp":102700913395,"id":22536,"parentId":3,"tags":{},"startTime":1726669278705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102700913518,"id":22537,"parentId":3,"tags":{},"startTime":1726669278705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102700913558,"id":22538,"parentId":3,"tags":{},"startTime":1726669278705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102700913600,"id":22539,"parentId":3,"tags":{},"startTime":1726669278705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102700913632,"id":22540,"parentId":3,"tags":{},"startTime":1726669278705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102700913665,"id":22541,"parentId":3,"tags":{},"startTime":1726669278705,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102700913697,"id":22542,"parentId":3,"tags":{},"startTime":1726669278705,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":211233,"timestamp":102704432488,"id":22543,"tags":{"url":"/","isTurbopack":false},"startTime":1726669282224,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102704643762,"id":22544,"parentId":22543,"tags":{"url":"/","memory.rss":"200212480","memory.heapUsed":"372364504","memory.heapTotal":"413712384"},"startTime":1726669282435,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":12,"timestamp":102705041429,"id":22545,"parentId":3,"tags":{},"startTime":1726669282833,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102705041649,"id":22546,"parentId":3,"tags":{},"startTime":1726669282833,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102705041697,"id":22547,"parentId":3,"tags":{},"startTime":1726669282833,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102705041740,"id":22548,"parentId":3,"tags":{},"startTime":1726669282833,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102705041772,"id":22549,"parentId":3,"tags":{},"startTime":1726669282833,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102705041804,"id":22550,"parentId":3,"tags":{},"startTime":1726669282833,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102705041836,"id":22551,"parentId":3,"tags":{},"startTime":1726669282834,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":132440,"timestamp":102705582861,"id":22552,"tags":{"url":"/community","isTurbopack":false},"startTime":1726669283375,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102705715340,"id":22553,"parentId":22552,"tags":{"url":"/community","memory.rss":"208830464","memory.heapUsed":"378107560","memory.heapTotal":"417644544"},"startTime":1726669283507,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":19,"timestamp":102706024483,"id":22554,"parentId":3,"tags":{},"startTime":1726669283816,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102706024739,"id":22555,"parentId":3,"tags":{},"startTime":1726669283816,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102706024833,"id":22556,"parentId":3,"tags":{},"startTime":1726669283816,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102706024885,"id":22557,"parentId":3,"tags":{},"startTime":1726669283817,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102706024923,"id":22558,"parentId":3,"tags":{},"startTime":1726669283817,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102706024956,"id":22559,"parentId":3,"tags":{},"startTime":1726669283817,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":0,"timestamp":102706025311,"id":22560,"parentId":3,"tags":{},"startTime":1726669283817,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":135065,"timestamp":102715272251,"id":22561,"tags":{"url":"/community/blogs/herogpt","isTurbopack":false},"startTime":1726669293064,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102715407355,"id":22562,"parentId":22561,"tags":{"url":"/community/blogs/herogpt","memory.rss":"200785920","memory.heapUsed":"378650992","memory.heapTotal":"422199296"},"startTime":1726669293199,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":153,"timestamp":102715711357,"id":22563,"parentId":3,"tags":{},"startTime":1726669293503,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102715711845,"id":22564,"parentId":3,"tags":{},"startTime":1726669293503,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102715711930,"id":22565,"parentId":3,"tags":{},"startTime":1726669293503,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102715712125,"id":22566,"parentId":3,"tags":{},"startTime":1726669293504,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102715712250,"id":22567,"parentId":3,"tags":{},"startTime":1726669293504,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102715712326,"id":22568,"parentId":3,"tags":{},"startTime":1726669293504,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102715712708,"id":22569,"parentId":3,"tags":{},"startTime":1726669293504,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14332,"timestamp":102725612164,"id":22576,"parentId":22573,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669303403,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15024,"timestamp":102725611909,"id":22574,"parentId":22573,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669303403,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66109,"timestamp":102725612131,"id":22575,"parentId":22573,"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":1726669303403,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":66062,"timestamp":102725612186,"id":22577,"parentId":22573,"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":1726669303403,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":75169,"timestamp":102725612239,"id":22579,"parentId":22573,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669303403,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":75129,"timestamp":102725612288,"id":22581,"parentId":22573,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669303403,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":75111,"timestamp":102725612309,"id":22582,"parentId":22573,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669303403,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":13793,"timestamp":102725674094,"id":22586,"parentId":22585,"tags":{},"startTime":1726669303465,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":14341,"timestamp":102725673549,"id":22585,"parentId":22584,"tags":{},"startTime":1726669303465,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":20998,"timestamp":102725671317,"id":22584,"parentId":22572,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669303462,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":82042,"timestamp":102725612339,"id":22583,"parentId":22573,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669303404,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":82374,"timestamp":102725612259,"id":22580,"parentId":22573,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669303403,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":87967,"timestamp":102725612209,"id":22578,"parentId":22573,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669303403,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":301243,"timestamp":102725582651,"id":22573,"parentId":22572,"tags":{},"startTime":1726669303374,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":3269,"timestamp":102725900046,"id":22619,"parentId":22618,"tags":{},"startTime":1726669303691,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":4,"timestamp":102725903356,"id":22621,"parentId":22618,"tags":{},"startTime":1726669303695,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":4355,"timestamp":102725903380,"id":22622,"parentId":22618,"tags":{},"startTime":1726669303695,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102725907770,"id":22623,"parentId":22618,"tags":{},"startTime":1726669303699,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":102725907799,"id":22624,"parentId":22618,"tags":{},"startTime":1726669303699,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":6596,"timestamp":102725903339,"id":22620,"parentId":22618,"tags":{},"startTime":1726669303694,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":849,"timestamp":102725912909,"id":22625,"parentId":22618,"tags":{},"startTime":1726669303704,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":8914,"timestamp":102725913770,"id":22626,"parentId":22618,"tags":{},"startTime":1726669303705,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1463,"timestamp":102725924170,"id":22627,"parentId":22618,"tags":{},"startTime":1726669303715,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":196,"timestamp":102725925633,"id":22628,"parentId":22618,"tags":{},"startTime":1726669303717,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":147,"timestamp":102725925822,"id":22629,"parentId":22618,"tags":{},"startTime":1726669303717,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3249,"timestamp":102725925974,"id":22630,"parentId":22618,"tags":{},"startTime":1726669303717,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":50261,"timestamp":102725897093,"id":22618,"parentId":22572,"tags":{},"startTime":1726669303688,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":376145,"timestamp":102725581190,"id":22572,"parentId":22570,"tags":{"name":"server"},"startTime":1726669303372,"traceId":"4f5180dc9f76515a"}]
+[{"name":"emit","duration":9571,"timestamp":102725958021,"id":22631,"parentId":22570,"tags":{},"startTime":1726669303749,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":432756,"timestamp":102725535398,"id":22570,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669303327,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6600,"timestamp":102725991199,"id":22644,"parentId":22633,"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":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6628,"timestamp":102725991236,"id":22646,"parentId":22633,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6550,"timestamp":102725991316,"id":22650,"parentId":22633,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6532,"timestamp":102725991335,"id":22651,"parentId":22633,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":6476,"timestamp":102725991391,"id":22654,"parentId":22633,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669303783,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11096,"timestamp":102725990926,"id":22634,"parentId":22633,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11025,"timestamp":102725991037,"id":22636,"parentId":22633,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":13395,"timestamp":102725991079,"id":22638,"parentId":22633,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15388,"timestamp":102725991099,"id":22639,"parentId":22633,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18279,"timestamp":102725991118,"id":22640,"parentId":22633,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17993,"timestamp":102725991409,"id":22655,"parentId":22633,"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":1726669303783,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":18542,"timestamp":102725991354,"id":22652,"parentId":22633,"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&server=false!"},"startTime":1726669303783,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21965,"timestamp":102725991157,"id":22642,"parentId":22633,"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":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21873,"timestamp":102725991255,"id":22647,"parentId":22633,"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":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21831,"timestamp":102725991298,"id":22649,"parentId":22633,"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":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":21757,"timestamp":102725991373,"id":22653,"parentId":22633,"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":1726669303783,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23647,"timestamp":102725991138,"id":22641,"parentId":22633,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":23574,"timestamp":102725991217,"id":22645,"parentId":22633,"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":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":24696,"timestamp":102725991059,"id":22637,"parentId":22633,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":7665,"timestamp":102726008379,"id":22658,"parentId":22657,"tags":{},"startTime":1726669303800,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":123384,"timestamp":102726016261,"id":22660,"parentId":22659,"tags":{},"startTime":1726669303807,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":123985,"timestamp":102726016099,"id":22659,"parentId":22657,"tags":{},"startTime":1726669303807,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":27699,"timestamp":102726140204,"id":22661,"parentId":22657,"tags":{"astUsed":"true"},"startTime":1726669303931,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":162601,"timestamp":102726008202,"id":22657,"parentId":22656,"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":1726669303799,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":184114,"timestamp":102725991280,"id":22648,"parentId":22633,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":184429,"timestamp":102725991015,"id":22635,"parentId":22633,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":185936,"timestamp":102725998430,"id":22656,"parentId":22632,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669303790,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":145,"timestamp":102726185683,"id":22662,"parentId":22656,"tags":{},"startTime":1726669303977,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":195010,"timestamp":102725991179,"id":22643,"parentId":22633,"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":1726669303782,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":213560,"timestamp":102725972763,"id":22633,"parentId":22632,"tags":{},"startTime":1726669303764,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":7272,"timestamp":102726227194,"id":22664,"parentId":22663,"tags":{},"startTime":1726669304018,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":5,"timestamp":102726234505,"id":22666,"parentId":22663,"tags":{},"startTime":1726669304026,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":135,"timestamp":102726234594,"id":22667,"parentId":22663,"tags":{},"startTime":1726669304026,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":6,"timestamp":102726234769,"id":22668,"parentId":22663,"tags":{},"startTime":1726669304026,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102726234803,"id":22669,"parentId":22663,"tags":{},"startTime":1726669304026,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":2702,"timestamp":102726234491,"id":22665,"parentId":22663,"tags":{},"startTime":1726669304026,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":880,"timestamp":102726239711,"id":22670,"parentId":22663,"tags":{},"startTime":1726669304031,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":20977,"timestamp":102726240611,"id":22671,"parentId":22663,"tags":{},"startTime":1726669304032,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":12967,"timestamp":102726264547,"id":22672,"parentId":22663,"tags":{},"startTime":1726669304056,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":501,"timestamp":102726277512,"id":22673,"parentId":22663,"tags":{},"startTime":1726669304069,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":233,"timestamp":102726277998,"id":22674,"parentId":22663,"tags":{},"startTime":1726669304069,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":3919,"timestamp":102726278239,"id":22675,"parentId":22663,"tags":{},"startTime":1726669304069,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":171,"timestamp":102726283997,"id":22677,"parentId":22632,"tags":{},"startTime":1726669304075,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-createassets","duration":324,"timestamp":102726283861,"id":22676,"parentId":22632,"tags":{},"startTime":1726669304075,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":67908,"timestamp":102726220253,"id":22663,"parentId":22632,"tags":{},"startTime":1726669304011,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":315869,"timestamp":102725972329,"id":22632,"parentId":22571,"tags":{"name":"client"},"startTime":1726669303763,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":12225,"timestamp":102726288249,"id":22678,"parentId":22571,"tags":{},"startTime":1726669304079,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":775835,"timestamp":102725537963,"id":22571,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669303329,"traceId":"4f5180dc9f76515a"}]
+[{"name":"client-success","duration":136,"timestamp":102726325178,"id":22679,"parentId":3,"tags":{},"startTime":1726669304116,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102726325739,"id":22680,"parentId":3,"tags":{},"startTime":1726669304117,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":4,"timestamp":102726326268,"id":22681,"parentId":3,"tags":{},"startTime":1726669304117,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":2,"timestamp":102726326526,"id":22682,"parentId":3,"tags":{},"startTime":1726669304118,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":1,"timestamp":102726326653,"id":22683,"parentId":3,"tags":{},"startTime":1726669304118,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":6,"timestamp":102726328258,"id":22684,"parentId":3,"tags":{},"startTime":1726669304119,"traceId":"4f5180dc9f76515a"},{"name":"client-success","duration":3,"timestamp":102726329012,"id":22685,"parentId":3,"tags":{},"startTime":1726669304120,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":260203,"timestamp":102726351812,"id":22689,"tags":{"url":"/community/blogs/herogpt?_rsc=18iy0","isTurbopack":false},"startTime":1726669304143,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102726612053,"id":22692,"parentId":22689,"tags":{"url":"/community/blogs/herogpt?_rsc=18iy0","memory.rss":"319078400","memory.heapUsed":"435052520","memory.heapTotal":"477544448"},"startTime":1726669304403,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":265473,"timestamp":102726348136,"id":22688,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669304139,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102726613626,"id":22693,"parentId":22688,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319078400","memory.heapUsed":"436831944","memory.heapTotal":"477544448"},"startTime":1726669304405,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":246396,"timestamp":102726367690,"id":22691,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669304159,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102726614097,"id":22694,"parentId":22691,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319078400","memory.heapUsed":"437421992","memory.heapTotal":"477544448"},"startTime":1726669304405,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":280000,"timestamp":102726334595,"id":22686,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669304126,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102726614604,"id":22695,"parentId":22686,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319078400","memory.heapUsed":"438095928","memory.heapTotal":"477544448"},"startTime":1726669304406,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":274272,"timestamp":102726340757,"id":22687,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669304132,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":0,"timestamp":102726615037,"id":22696,"parentId":22687,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"319094784","memory.heapUsed":"438685960","memory.heapTotal":"477544448"},"startTime":1726669304406,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":295332,"timestamp":102726359292,"id":22690,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1726669304150,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102726654666,"id":22698,"parentId":22690,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"317833216","memory.heapUsed":"440103720","memory.heapTotal":"478068736"},"startTime":1726669304446,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1255000,"timestamp":102725540738,"id":22699,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669304629,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1260000,"timestamp":102725541024,"id":22700,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669304644,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1262000,"timestamp":102725540045,"id":22701,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669304645,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1314000,"timestamp":102725542617,"id":22702,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669304650,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1316000,"timestamp":102725540683,"id":22703,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1726669304650,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1316000,"timestamp":102725543285,"id":22704,"parentId":3,"tags":{"updatedModules":[],"page":"/community","isPageHidden":true},"startTime":1726669304650,"traceId":"4f5180dc9f76515a"},{"name":"client-hmr-latency","duration":1319000,"timestamp":102725541774,"id":22705,"parentId":3,"tags":{"updatedModules":[],"page":"/community/blogs/herogpt","isPageHidden":false},"startTime":1726669304655,"traceId":"4f5180dc9f76515a"},{"name":"handle-request","duration":242947,"timestamp":102726625010,"id":22697,"tags":{"url":"/community?_rsc=1c2fn","isTurbopack":false},"startTime":1726669304416,"traceId":"4f5180dc9f76515a"},{"name":"memory-usage","duration":1,"timestamp":102726867994,"id":22706,"parentId":22697,"tags":{"url":"/community?_rsc=1c2fn","memory.rss":"300482560","memory.heapUsed":"434901856","memory.heapTotal":"479379456"},"startTime":1726669304659,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10229,"timestamp":102728698704,"id":22713,"parentId":22710,"tags":{"request":"next/dist/pages/_document"},"startTime":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":10648,"timestamp":102728698530,"id":22711,"parentId":22710,"tags":{"request":"next/dist/pages/_app"},"startTime":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":183322,"timestamp":102728698685,"id":22712,"parentId":22710,"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":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":183263,"timestamp":102728698763,"id":22714,"parentId":22710,"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":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-transform","duration":5179,"timestamp":102728879377,"id":22723,"parentId":22722,"tags":{},"startTime":1726669306670,"traceId":"4f5180dc9f76515a"},{"name":"next-swc-loader","duration":5468,"timestamp":102728879093,"id":22722,"parentId":22721,"tags":{},"startTime":1726669306670,"traceId":"4f5180dc9f76515a"},{"name":"build-module-jsx","duration":9562,"timestamp":102728878142,"id":22721,"parentId":22709,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1726669306669,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":190033,"timestamp":102728698810,"id":22716,"parentId":22710,"tags":{"request":"next-app-loader?name=app%2Ffeatures%2Fpage&page=%2Ffeatures%2Fpage&appPaths=%2Ffeatures%2Fpage&pagePath=private-next-app-dir%2Ffeatures%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":190002,"timestamp":102728698844,"id":22718,"parentId":22710,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&page=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&appPaths=%2Fcommunity%2Fblogs%2Fherogpt%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fblogs%2Fherogpt%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":189970,"timestamp":102728698878,"id":22720,"parentId":22710,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":190325,"timestamp":102728698828,"id":22717,"parentId":22710,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":190293,"timestamp":102728698861,"id":22719,"parentId":22710,"tags":{"request":"next-app-loader?name=app%2Fusecases%2Fpage&page=%2Fusecases%2Fpage&appPaths=%2Fusecases%2Fpage&pagePath=private-next-app-dir%2Fusecases%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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":195974,"timestamp":102728698784,"id":22715,"parentId":22710,"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=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1726669306490,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":380137,"timestamp":102728676345,"id":22710,"parentId":22709,"tags":{},"startTime":1726669306467,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2690,"timestamp":102729072092,"id":22756,"parentId":22755,"tags":{},"startTime":1726669306863,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102729074857,"id":22758,"parentId":22755,"tags":{},"startTime":1726669306866,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":3183,"timestamp":102729074882,"id":22759,"parentId":22755,"tags":{},"startTime":1726669306866,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":9,"timestamp":102729078167,"id":22760,"parentId":22755,"tags":{},"startTime":1726669306869,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":102729078206,"id":22761,"parentId":22755,"tags":{},"startTime":1726669306869,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":5027,"timestamp":102729074848,"id":22757,"parentId":22755,"tags":{},"startTime":1726669306866,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":702,"timestamp":102729083641,"id":22762,"parentId":22755,"tags":{},"startTime":1726669306875,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":5035,"timestamp":102729084353,"id":22763,"parentId":22755,"tags":{},"startTime":1726669306875,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":1272,"timestamp":102729090562,"id":22764,"parentId":22755,"tags":{},"startTime":1726669306882,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":189,"timestamp":102729091834,"id":22765,"parentId":22755,"tags":{},"startTime":1726669306883,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":150,"timestamp":102729092016,"id":22766,"parentId":22755,"tags":{},"startTime":1726669306883,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":424,"timestamp":102729092170,"id":22767,"parentId":22755,"tags":{},"startTime":1726669306883,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":37384,"timestamp":102729069351,"id":22755,"parentId":22709,"tags":{},"startTime":1726669306860,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":440061,"timestamp":102728675241,"id":22709,"parentId":22707,"tags":{"name":"server"},"startTime":1726669306466,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":4893,"timestamp":102729115399,"id":22768,"parentId":22707,"tags":{},"startTime":1726669306906,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-server","duration":464437,"timestamp":102728656363,"id":22707,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669306447,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5416,"timestamp":102729133850,"id":22781,"parentId":22770,"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":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5438,"timestamp":102729133891,"id":22783,"parentId":22770,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5371,"timestamp":102729133959,"id":22787,"parentId":22770,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5355,"timestamp":102729133976,"id":22788,"parentId":22770,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":5304,"timestamp":102729134028,"id":22791,"parentId":22770,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9540,"timestamp":102729133613,"id":22771,"parentId":22770,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":9454,"timestamp":102729133710,"id":22773,"parentId":22770,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":11147,"timestamp":102729133747,"id":22775,"parentId":22770,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":12574,"timestamp":102729133765,"id":22776,"parentId":22770,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14360,"timestamp":102729133782,"id":22777,"parentId":22770,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14100,"timestamp":102729134044,"id":22792,"parentId":22770,"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":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":14488,"timestamp":102729133993,"id":22789,"parentId":22770,"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&server=false!"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15669,"timestamp":102729133817,"id":22779,"parentId":22770,"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":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15580,"timestamp":102729133908,"id":22784,"parentId":22770,"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":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15547,"timestamp":102729133942,"id":22786,"parentId":22770,"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":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":15479,"timestamp":102729134010,"id":22790,"parentId":22770,"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":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16833,"timestamp":102729133799,"id":22778,"parentId":22770,"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%2FAllfeatures.jsx%22%2C%22ids%22%3A%5B%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%22Product%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&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":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":16762,"timestamp":102729133874,"id":22782,"parentId":22770,"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":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":17701,"timestamp":102729133730,"id":22774,"parentId":22770,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"read-resource","duration":4192,"timestamp":102729147478,"id":22795,"parentId":22794,"tags":{},"startTime":1726669306939,"traceId":"4f5180dc9f76515a"},{"name":"postcss-process","duration":95160,"timestamp":102729151844,"id":22797,"parentId":22796,"tags":{},"startTime":1726669306943,"traceId":"4f5180dc9f76515a"},{"name":"postcss-loader","duration":95628,"timestamp":102729151711,"id":22796,"parentId":22794,"tags":{},"startTime":1726669306943,"traceId":"4f5180dc9f76515a"},{"name":"css-loader","duration":18625,"timestamp":102729247423,"id":22798,"parentId":22794,"tags":{"astUsed":"true"},"startTime":1726669307038,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":120503,"timestamp":102729147369,"id":22794,"parentId":22793,"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":1726669306938,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":137704,"timestamp":102729133925,"id":22785,"parentId":22770,"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%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%22*%22%2C%22PopoverButton%22%2C%22PopoverPanel%22%5D%7D&server=false!"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":137948,"timestamp":102729133690,"id":22772,"parentId":22770,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"build-module-css","duration":135453,"timestamp":102729139828,"id":22793,"parentId":22769,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1726669306931,"traceId":"4f5180dc9f76515a"},{"name":"build-module","duration":40,"timestamp":102729275541,"id":22799,"parentId":22793,"tags":{},"startTime":1726669307067,"traceId":"4f5180dc9f76515a"},{"name":"add-entry","duration":141777,"timestamp":102729133833,"id":22780,"parentId":22770,"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":1726669306925,"traceId":"4f5180dc9f76515a"},{"name":"make","duration":152799,"timestamp":102729122845,"id":22770,"parentId":22769,"tags":{},"startTime":1726669306914,"traceId":"4f5180dc9f76515a"},{"name":"chunk-graph","duration":2037,"timestamp":102729284099,"id":22801,"parentId":22800,"tags":{},"startTime":1726669307075,"traceId":"4f5180dc9f76515a"},{"name":"optimize-modules","duration":3,"timestamp":102729286163,"id":22803,"parentId":22800,"tags":{},"startTime":1726669307077,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunks","duration":74,"timestamp":102729286206,"id":22804,"parentId":22800,"tags":{},"startTime":1726669307077,"traceId":"4f5180dc9f76515a"},{"name":"optimize-tree","duration":15,"timestamp":102729286350,"id":22805,"parentId":22800,"tags":{},"startTime":1726669307077,"traceId":"4f5180dc9f76515a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":102729286429,"id":22806,"parentId":22800,"tags":{},"startTime":1726669307077,"traceId":"4f5180dc9f76515a"},{"name":"optimize","duration":1537,"timestamp":102729286153,"id":22802,"parentId":22800,"tags":{},"startTime":1726669307077,"traceId":"4f5180dc9f76515a"},{"name":"module-hash","duration":533,"timestamp":102729288909,"id":22807,"parentId":22800,"tags":{},"startTime":1726669307080,"traceId":"4f5180dc9f76515a"},{"name":"code-generation","duration":9665,"timestamp":102729289456,"id":22808,"parentId":22800,"tags":{},"startTime":1726669307081,"traceId":"4f5180dc9f76515a"},{"name":"hash","duration":3726,"timestamp":102729300533,"id":22809,"parentId":22800,"tags":{},"startTime":1726669307092,"traceId":"4f5180dc9f76515a"},{"name":"code-generation-jobs","duration":316,"timestamp":102729304258,"id":22810,"parentId":22800,"tags":{},"startTime":1726669307095,"traceId":"4f5180dc9f76515a"},{"name":"module-assets","duration":150,"timestamp":102729304567,"id":22811,"parentId":22800,"tags":{},"startTime":1726669307096,"traceId":"4f5180dc9f76515a"},{"name":"create-chunk-assets","duration":2634,"timestamp":102729304721,"id":22812,"parentId":22800,"tags":{},"startTime":1726669307096,"traceId":"4f5180dc9f76515a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":93,"timestamp":102729308371,"id":22814,"parentId":22769,"tags":{},"startTime":1726669307099,"traceId":"4f5180dc9f76515a"}]
+[{"name":"NextJsBuildManifest-createassets","duration":664,"timestamp":102729308291,"id":22813,"parentId":22769,"tags":{},"startTime":1726669307099,"traceId":"4f5180dc9f76515a"},{"name":"seal","duration":30591,"timestamp":102729281351,"id":22800,"parentId":22769,"tags":{},"startTime":1726669307072,"traceId":"4f5180dc9f76515a"},{"name":"webpack-compilation","duration":189431,"timestamp":102729122545,"id":22769,"parentId":22708,"tags":{"name":"client"},"startTime":1726669306914,"traceId":"4f5180dc9f76515a"},{"name":"emit","duration":8652,"timestamp":102729312019,"id":22815,"parentId":22708,"tags":{},"startTime":1726669307103,"traceId":"4f5180dc9f76515a"},{"name":"webpack-invalidated-client","duration":667058,"timestamp":102728657220,"id":22708,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1726669306448,"traceId":"4f5180dc9f76515a"}]
diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx
index 50ba86a..5ad4aa0 100644
--- a/src/components/Footer.jsx
+++ b/src/components/Footer.jsx
@@ -9,7 +9,7 @@ export function Footer() {
- Copyright © {new Date().getFullYear()} OurVerse, LLC. All
+ Copyright © {new Date().getFullYear()} Ourworld Holdings, All
rights reserved.