diff --git a/.next/cache/webpack/client-development/0.pack.gz b/.next/cache/webpack/client-development/0.pack.gz index 4f86403..67d3748 100644 Binary files a/.next/cache/webpack/client-development/0.pack.gz and b/.next/cache/webpack/client-development/0.pack.gz differ diff --git a/.next/cache/webpack/client-development/3.pack.gz b/.next/cache/webpack/client-development/3.pack.gz index fbd56fd..b4570f4 100644 Binary files a/.next/cache/webpack/client-development/3.pack.gz and b/.next/cache/webpack/client-development/3.pack.gz differ diff --git a/.next/cache/webpack/client-development/8.pack.gz b/.next/cache/webpack/client-development/8.pack.gz index 77caeef..a521af3 100644 Binary files a/.next/cache/webpack/client-development/8.pack.gz and b/.next/cache/webpack/client-development/8.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 049fdce..df41c02 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/10.pack.gz b/.next/cache/webpack/server-development/10.pack.gz index 957bf09..8e59cff 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/12.pack.gz b/.next/cache/webpack/server-development/12.pack.gz index 1811afa..d2a3d2a 100644 Binary files a/.next/cache/webpack/server-development/12.pack.gz and b/.next/cache/webpack/server-development/12.pack.gz differ diff --git a/.next/cache/webpack/server-development/13.pack.gz b/.next/cache/webpack/server-development/13.pack.gz index f834dae..27f3fa7 100644 Binary files a/.next/cache/webpack/server-development/13.pack.gz and b/.next/cache/webpack/server-development/13.pack.gz differ diff --git a/.next/cache/webpack/server-development/2.pack.gz b/.next/cache/webpack/server-development/2.pack.gz index 187a821..d8f6581 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/7.pack.gz b/.next/cache/webpack/server-development/7.pack.gz index 00ddb9a..529bc01 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/9.pack.gz b/.next/cache/webpack/server-development/9.pack.gz index f14f3d2..a2024f0 100644 Binary files a/.next/cache/webpack/server-development/9.pack.gz and b/.next/cache/webpack/server-development/9.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 544500a..e99c4af 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 18e5065..0f2a6d3 100644 --- a/.next/server/app-paths-manifest.json +++ b/.next/server/app-paths-manifest.json @@ -2,6 +2,6 @@ "/(main)/page": "app/(main)/page.js", "/features/page": "app/features/page.js", "/about/page": "app/about/page.js", - "/usecases/page": "app/usecases/page.js", - "/heroverse/page": "app/heroverse/page.js" + "/heroverse/page": "app/heroverse/page.js", + "/usecases/page": "app/usecases/page.js" } \ No newline at end of file diff --git a/.next/server/app/(main)/page.js b/.next/server/app/(main)/page.js index 5e0e120..67f5954 100644 --- a/.next/server/app/(main)/page.js +++ b/.next/server/app/(main)/page.js @@ -384,7 +384,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"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: \"OurVerse Portal\",\n href: \"https://portal.ourverse.tf\"\n },\n {\n name: \"HeroVerse 3D\",\n href: \"/heroverse.html \"\n },\n {\n name: \"Features\",\n href: \"/features.html\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases.html\"\n }\n ],\n support: [\n {\n name: \"Support\",\n href: \"mailto:info@ourworld.tf\"\n },\n {\n name: \"Community\",\n href: \"/community.html\"\n },\n {\n name: \"Events\",\n href: \"/events.html\"\n }\n ],\n companys: [\n {\n name: \"About\",\n href: \"/about.html\"\n },\n {\n name: \"OurWorld\",\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 social: [\n {\n name: \"Facebook\",\n href: \"https://www.facebook.com/profile.php?id=61566233156241\",\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: 29,\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: 28,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"Instagram\",\n href: \"https://www.instagram.com/ourversetf/\",\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: 42,\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: 41,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"X\",\n href: \"https://x.com/OurVerseTF\",\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: 55,\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: 54,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"LinkedIn\",\n href: \"https://www.linkedin.com/company/ourversetf/\",\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 height: \"24\",\n width: \"24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M4.98 3.5C4.98 4.88 3.87 6 2.49 6S0 4.88 0 3.5 1.1 1 2.49 1c1.38 0 2.49 1.12 2.49 2.5zM.1 8.95h4.8v14.8H.1V8.95zm8.7 0h4.6v2.03h.07c.64-1.2 2.2-2.47 4.53-2.47 4.85 0 5.74 3.18 5.74 7.3v8.94h-4.8v-7.9c0-1.88-.03-4.3-2.6-4.3-2.6 0-3 2.02-3 4.13v8.07h-4.8V8.95z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 64,\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: 63,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"Telegram\",\n href: \"https://t.me/+wLcrJaC_DTw0NTVk\",\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: \"M12 0C5.372 0 0 5.373 0 12c0 6.628 5.372 12 12 12 6.628 0 12-5.372 12-12 0-6.628-5.372-12-12-12zm5.248 7.503l-1.893 8.964c-.141.623-.514.779-1.04.484l-2.866-2.13-1.384 1.328c-.153.151-.28.278-.572.278l.204-2.874 5.233-4.716c.23-.205-.05-.32-.356-.114l-6.467 4.086-2.794-.872c-.607-.187-.623-.608.126-.903l10.888-4.208c.51-.187.95.123.792.86z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 75,\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: 74,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"YouTube\",\n href: \"https://www.youtube.com/channel/UCavIIyki4cYFAUysi0aEDeA\",\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: 86,\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: 85,\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: 100,\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: 106,\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: 111,\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 target: \"_blank\",\n rel: \"noopener noreferrer\",\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: 117,\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: 118,\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: 116,\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: 114,\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: 105,\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: 126,\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: 130,\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: 129,\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: 127,\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: 125,\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: \"Community\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 138,\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: 142,\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: 141,\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: 139,\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: 137,\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: 124,\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: 152,\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.companys.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 target: \"_blank\",\n rel: \"noopener noreferrer\",\n children: item.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 156,\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: 155,\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: 153,\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: 151,\n columnNumber: 15\n }, this),\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: \"Partners\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 164,\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: 168,\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: 167,\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: 165,\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: 163,\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: 150,\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: 123,\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: 104,\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: [\n \"\\xa9 2024 \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"https://ourworld.tf\",\n target: \"_blank\",\n rel: \"noopener noreferrer\",\n className: \"text-purple-500 hover:underline\",\n children: \"Ourworld Holdings, Inc.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 180,\n columnNumber: 17\n }, this),\n \" All rights reserved.\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"mx-2\",\n children: \"|\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 181,\n columnNumber: 5\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"https://library.threefold.me/info/legal/#/legal__privacypolicy\",\n target: \"_blank\",\n rel: \"noopener noreferrer\",\n className: \"text-purple-500 hover:underline\",\n children: \"Privacy Policy\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 182,\n columnNumber: 5\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"mx-2\",\n children: \"|\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 183,\n columnNumber: 5\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"https://library.threefold.me/info/legal/#/legal__terms_conditions_websites\",\n target: \"_blank\",\n rel: \"noopener noreferrer\",\n className: \"text-purple-500 hover:underline\",\n children: \"Terms & Conditions\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 184,\n columnNumber: 5\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 179,\n columnNumber: 3\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 178,\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: 103,\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: 99,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFtQkMsTUFBTTtRQUE2QjtRQUM5RDtZQUFFRCxNQUFNO1lBQWdCQyxNQUFNO1FBQW9CO1FBQ2xEO1lBQUVELE1BQU07WUFBWUMsTUFBTTtRQUFpQjtRQUMzQztZQUFFRCxNQUFNO1lBQVlDLE1BQU07UUFBaUI7S0FDNUM7SUFDREMsU0FBUztRQUNQO1lBQUVGLE1BQU07WUFBV0MsTUFBTTtRQUEwQjtRQUNuRDtZQUFFRCxNQUFNO1lBQWFDLE1BQU07UUFBa0I7UUFDN0M7WUFBRUQsTUFBTTtZQUFVQyxNQUFNO1FBQWU7S0FDeEM7SUFDREUsVUFBVTtRQUNSO1lBQUVILE1BQU07WUFBU0MsTUFBTTtRQUFjO1FBQ3JDO1lBQUVELE1BQU07WUFBWUMsTUFBTTtRQUFzQjtLQUNqRDtJQUNERyxVQUFVO1FBQ1I7WUFBRUosTUFBTTtZQUFhQyxNQUFNO1FBQXVCO1FBQ2xEO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUFtQjtLQUMzQztJQUNESSxRQUFRO1FBQ047WUFDRUwsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7UUFDQTtZQUNFZCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQUtFLEdBQUU7Ozs7Ozs7Ozs7O1FBR2Q7UUFDQTtZQUNFYixNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQVlLLFFBQU87b0JBQUtDLE9BQU07b0JBQU0sR0FBR1QsS0FBSzs4QkFDM0UsNEVBQUNJO3dCQUNDRSxHQUFFOzs7Ozs7Ozs7OztRQUlWO1FBQ0E7WUFDRWIsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0UsR0FBRTs7Ozs7Ozs7Ozs7UUFJVjtRQUNBO1lBQ0ViLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO0tBQ0Q7QUFDSDtBQUVlLFNBQVNHO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFPQyxtQkFBZ0I7UUFBaUJDLFdBQVU7OzBCQUNqRCw4REFBQ0M7Z0JBQUdDLElBQUc7Z0JBQWlCRixXQUFVOzBCQUFVOzs7Ozs7MEJBRzVDLDhEQUFDRztnQkFBSUgsV0FBVTs7a0NBQ2IsOERBQUNHO3dCQUFJSCxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDSTt3Q0FDQ0MsS0FBSTt3Q0FDSkMsS0FBSTt3Q0FDSk4sV0FBVTs7Ozs7O2tEQUVaLDhEQUFDTzt3Q0FBRVAsV0FBVTtrREFBb0M7Ozs7OztrREFHakQsOERBQUNHO3dDQUFJSCxXQUFVO2tEQUNadEIsV0FBV08sTUFBTSxDQUFDdUIsR0FBRyxDQUFDLENBQUNDLHFCQUN0Qiw4REFBQ0M7Z0RBQWtCN0IsTUFBTTRCLEtBQUs1QixJQUFJO2dEQUFFbUIsV0FBVTtnREFBd0NXLFFBQU87Z0RBQVNDLEtBQUk7O2tFQUN4Ryw4REFBQ0M7d0RBQUtiLFdBQVU7a0VBQVdTLEtBQUs3QixJQUFJOzs7Ozs7a0VBQ3BDLDhEQUFDNkIsS0FBS3ZCLElBQUk7d0RBQUM0QixlQUFZO3dEQUFPZCxXQUFVOzs7Ozs7OytDQUZsQ1MsS0FBSzdCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MENBT3ZCLDhEQUFDdUI7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDRzt3Q0FBSUgsV0FBVTs7MERBQ2IsOERBQUNHOztrRUFDQyw4REFBQ1k7d0RBQUdmLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDZ0I7d0RBQUdDLE1BQUs7d0RBQU9qQixXQUFVO2tFQUN2QnRCLFdBQVdDLFNBQVMsQ0FBQzZCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDekIsOERBQUNTOzBFQUNDLDRFQUFDUjtvRUFBRTdCLE1BQU00QixLQUFLNUIsSUFBSTtvRUFBRW1CLFdBQVU7OEVBQzNCUyxLQUFLN0IsSUFBSTs7Ozs7OytEQUZMNkIsS0FBSzdCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MERBUXhCLDhEQUFDdUI7Z0RBQUlILFdBQVU7O2tFQUNiLDhEQUFDZTt3REFBR2YsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNnQjt3REFBR0MsTUFBSzt3REFBT2pCLFdBQVU7a0VBQ3ZCdEIsV0FBV0ksT0FBTyxDQUFDMEIsR0FBRyxDQUFDLENBQUNDLHFCQUN2Qiw4REFBQ1M7MEVBQ0MsNEVBQUNSO29FQUFFN0IsTUFBTTRCLEtBQUs1QixJQUFJO29FQUFFbUIsV0FBVTs4RUFDM0JTLEtBQUs3QixJQUFJOzs7Ozs7K0RBRkw2QixLQUFLN0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrREFTMUIsOERBQUN1Qjt3Q0FBSUgsV0FBVTs7MERBQ2IsOERBQUNHOztrRUFDQyw4REFBQ1k7d0RBQUdmLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDZ0I7d0RBQUdDLE1BQUs7d0RBQU9qQixXQUFVO2tFQUN2QnRCLFdBQVdLLFFBQVEsQ0FBQ3lCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDeEIsOERBQUNTOzBFQUNDLDRFQUFDUjtvRUFBRTdCLE1BQU00QixLQUFLNUIsSUFBSTtvRUFBRW1CLFdBQVU7b0VBQTBEVyxRQUFPO29FQUFTQyxLQUFJOzhFQUN6R0gsS0FBSzdCLElBQUk7Ozs7OzsrREFGTDZCLEtBQUs3QixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBEQVF4Qiw4REFBQ3VCOztrRUFDQyw4REFBQ1k7d0RBQUdmLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDZ0I7d0RBQUdDLE1BQUs7d0RBQU9qQixXQUFVO2tFQUN2QnRCLFdBQVdNLFFBQVEsQ0FBQ3dCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDeEIsOERBQUNTOzBFQUNDLDRFQUFDUjtvRUFBRTdCLE1BQU00QixLQUFLNUIsSUFBSTtvRUFBRW1CLFdBQVU7OEVBQzNCUyxLQUFLN0IsSUFBSTs7Ozs7OytEQUZMNkIsS0FBSzdCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7a0NBVzlCLDhEQUFDdUI7d0JBQUlILFdBQVU7a0NBQ3JCLDRFQUFDTzs0QkFBRVAsV0FBVTs7Z0NBQW9DOzhDQUNuQyw4REFBQ1U7b0NBQUU3QixNQUFLO29DQUFzQjhCLFFBQU87b0NBQVNDLEtBQUk7b0NBQXNCWixXQUFVOzhDQUFrQzs7Ozs7O2dDQUEyQjs4Q0FDM0osOERBQUNhO29DQUFLYixXQUFVOzhDQUFPOzs7Ozs7OENBQ3ZCLDhEQUFDVTtvQ0FBRTdCLE1BQUs7b0NBQWlFOEIsUUFBTztvQ0FBU0MsS0FBSTtvQ0FBc0JaLFdBQVU7OENBQWtDOzs7Ozs7OENBQy9KLDhEQUFDYTtvQ0FBS2IsV0FBVTs4Q0FBTzs7Ozs7OzhDQUN2Qiw4REFBQ1U7b0NBQUU3QixNQUFLO29DQUE2RThCLFFBQU87b0NBQVNDLEtBQUk7b0NBQXNCWixXQUFVOzhDQUFrQzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFPL0siLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly90YWlsd2luZHVpLWtleW5vdGUvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeD9mMzdmIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IExvZ28gfSBmcm9tICdAL2NvbXBvbmVudHMvTG9nbydcblxuY29uc3QgbmF2aWdhdGlvbiA9IHtcbiAgc29sdXRpb25zOiBbXG4gICAgeyBuYW1lOiAnT3VyVmVyc2UgUG9ydGFsJywgaHJlZjogJ2h0dHBzOi8vcG9ydGFsLm91cnZlcnNlLnRmJyB9LFxuICAgIHsgbmFtZTogJ0hlcm9WZXJzZSAzRCcsIGhyZWY6ICcvaGVyb3ZlcnNlLmh0bWwgICcgfSxcbiAgICB7IG5hbWU6ICdGZWF0dXJlcycsIGhyZWY6ICcvZmVhdHVyZXMuaHRtbCcgfSxcbiAgICB7IG5hbWU6ICdVc2VjYXNlcycsIGhyZWY6ICcvdXNlY2FzZXMuaHRtbCcgfSxcbiAgXSxcbiAgc3VwcG9ydDogW1xuICAgIHsgbmFtZTogJ1N1cHBvcnQnLCBocmVmOiAnbWFpbHRvOmluZm9Ab3Vyd29ybGQudGYnIH0sXG4gICAgeyBuYW1lOiAnQ29tbXVuaXR5JywgaHJlZjogJy9jb21tdW5pdHkuaHRtbCcgfSxcbiAgICB7IG5hbWU6ICdFdmVudHMnLCBocmVmOiAnL2V2ZW50cy5odG1sJyB9LFxuICBdLFxuICBjb21wYW55czogW1xuICAgIHsgbmFtZTogJ0Fib3V0JywgaHJlZjogJy9hYm91dC5odG1sJyB9LFxuICAgIHsgbmFtZTogJ091cldvcmxkJywgaHJlZjogJ2h0dHBzOi8vb3Vyd29ybGQudGYnIH0sXG4gIF0sXG4gIHBhcnRuZXJzOiBbXG4gICAgeyBuYW1lOiAnVGhyZWVGb2xkJywgaHJlZjogJ2h0dHBzOi8vdGhyZWVmb2xkLmlvJyB9LFxuICAgIHsgbmFtZTogJ1ZpbmRvJywgaHJlZjogJ2h0dHBzOi8vdmluZG8uYWknIH0sXG4gIF0sXG4gIHNvY2lhbDogW1xuICAgIHtcbiAgICAgIG5hbWU6ICdGYWNlYm9vaycsXG4gICAgICBocmVmOiAnaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3Byb2ZpbGUucGhwP2lkPTYxNTY2MjMzMTU2MjQxJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMjIgMTJjMC01LjUyMy00LjQ3Ny0xMC0xMC0xMFMyIDYuNDc3IDIgMTJjMCA0Ljk5MSAzLjY1NyA5LjEyOCA4LjQzOCA5Ljg3OHYtNi45ODdoLTIuNTRWMTJoMi41NFY5Ljc5N2MwLTIuNTA2IDEuNDkyLTMuODkgMy43NzctMy44OSAxLjA5NCAwIDIuMjM4LjE5NSAyLjIzOC4xOTV2Mi40NmgtMS4yNmMtMS4yNDMgMC0xLjYzLjc3MS0xLjYzIDEuNTYyVjEyaDIuNzczbC0uNDQzIDIuODloLTIuMzN2Ni45ODhDMTguMzQzIDIxLjEyOCAyMiAxNi45OTEgMjIgMTJ6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0luc3RhZ3JhbScsXG4gICAgICBocmVmOiAnaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9vdXJ2ZXJzZXRmLycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTEyLjMxNSAyYzIuNDMgMCAyLjc4NC4wMTMgMy44MDguMDYgMS4wNjQuMDQ5IDEuNzkxLjIxOCAyLjQyNy40NjVhNC45MDIgNC45MDIgMCAwMTEuNzcyIDEuMTUzIDQuOTAyIDQuOTAyIDAgMDExLjE1MyAxLjc3MmMuMjQ3LjYzNi40MTYgMS4zNjMuNDY1IDIuNDI3LjA0OCAxLjA2Ny4wNiAxLjQwNy4wNiA0LjEyM3YuMDhjMCAyLjY0My0uMDEyIDIuOTg3LS4wNiA0LjA0My0uMDQ5IDEuMDY0LS4yMTggMS43OTEtLjQ2NSAyLjQyN2E0LjkwMiA0LjkwMiAwIDAxLTEuMTUzIDEuNzcyIDQuOTAyIDQuOTAyIDAgMDEtMS43NzIgMS4xNTNjLS42MzYuMjQ3LTEuMzYzLjQxNi0yLjQyNy40NjUtMS4wNjcuMDQ4LTEuNDA3LjA2LTQuMTIzLjA2aC0uMDhjLTIuNjQzIDAtMi45ODctLjAxMi00LjA0My0uMDYtMS4wNjQtLjA0OS0xLjc5MS0uMjE4LTIuNDI3LS40NjVhNC45MDIgNC45MDIgMCAwMS0xLjc3Mi0xLjE1MyA0LjkwMiA0LjkwMiAwIDAxLTEuMTUzLTEuNzcyYy0uMjQ3LS42MzYtLjQxNi0xLjM2My0uNDY1LTIuNDI3LS4wNDctMS4wMjQtLjA2LTEuMzc5LS4wNi0zLjgwOHYtLjYzYzAtMi40My4wMTMtMi43ODQuMDYtMy44MDguMDQ5LTEuMDY0LjIxOC0xLjc5MS40NjUtMi40MjdhNC45MDIgNC45MDIgMCAwMTEuMTUzLTEuNzcyQTQuOTAyIDQuOTAyIDAgMDE1LjQ1IDIuNTI1Yy42MzYtLjI0NyAxLjM2My0uNDE2IDIuNDI3LS40NjVDOC45MDEgMi4wMTMgOS4yNTYgMiAxMS42ODUgMmguNjN6bS0uMDgxIDEuODAyaC0uNDY4Yy0yLjQ1NiAwLTIuNzg0LjAxMS0zLjgwNy4wNTgtLjk3NS4wNDUtMS41MDQuMjA3LTEuODU3LjM0NC0uNDY3LjE4Mi0uOC4zOTgtMS4xNS43NDgtLjM1LjM1LS41NjYuNjgzLS43NDggMS4xNS0uMTM3LjM1My0uMy44ODItLjM0NCAxLjg1Ny0uMDQ3IDEuMDIzLS4wNTggMS4zNTEtLjA1OCAzLjgwN3YuNDY4YzAgMi40NTYuMDExIDIuNzg0LjA1OCAzLjgwNy4wNDUuOTc1LjIwNyAxLjUwNC4zNDQgMS44NTcuMTgyLjQ2Ni4zOTkuOC43NDggMS4xNS4zNS4zNS42ODMuNTY2IDEuMTUuNzQ4LjM1My4xMzcuODgyLjMgMS44NTcuMzQ0IDEuMDU0LjA0OCAxLjM3LjA1OCA0LjA0MS4wNThoLjA4YzIuNTk3IDAgMi45MTctLjAxIDMuOTYtLjA1OC45NzYtLjA0NSAxLjUwNS0uMjA3IDEuODU4LS4zNDQuNDY2LS4xODIuOC0uMzk4IDEuMTUtLjc0OC4zNS0uMzUuNTY2LS42ODMuNzQ4LTEuMTUuMTM3LS4zNTMuMy0uODgyLjM0NC0xLjg1Ny4wNDgtMS4wNTUuMDU4LTEuMzcuMDU4LTQuMDQxdi0uMDhjMC0yLjU5Ny0uMDEtMi45MTctLjA1OC0zLjk2LS4wNDUtLjk3Ni0uMjA3LTEuNTA1LS4zNDQtMS44NThhMy4wOTcgMy4wOTcgMCAwMC0uNzQ4LTEuMTUgMy4wOTggMy4wOTggMCAwMC0xLjE1LS43NDhjLS4zNTMtLjEzNy0uODgyLS4zLTEuODU3LS4zNDQtMS4wMjMtLjA0Ny0xLjM1MS0uMDU4LTMuODA3LS4wNTh6TTEyIDYuODY1YTUuMTM1IDUuMTM1IDAgMTEwIDEwLjI3IDUuMTM1IDUuMTM1IDAgMDEwLTEwLjI3em0wIDEuODAyYTMuMzMzIDMuMzMzIDAgMTAwIDYuNjY2IDMuMzMzIDMuMzMzIDAgMDAwLTYuNjY2em01LjMzOC0zLjIwNWExLjIgMS4yIDAgMTEwIDIuNCAxLjIgMS4yIDAgMDEwLTIuNHpcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgICB7XG4gICAgICBuYW1lOiAnWCcsXG4gICAgICBocmVmOiAnaHR0cHM6Ly94LmNvbS9PdXJWZXJzZVRGJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aCBkPVwiTTEzLjY4MjMgMTAuNjIxOEwyMC4yMzkxIDNIMTguNjg1NEwxMi45OTIxIDkuNjE3ODhMOC40NDQ4NiAzSDMuMjAwMkwxMC4wNzY1IDEzLjAwNzRMMy4yMDAyIDIxSDQuNzU0MDRMMTAuNzY2MyAxNC4wMTEzTDE1LjU2ODUgMjFIMjAuODEzMUwxMy42ODE5IDEwLjYyMThIMTMuNjgyM1pNMTEuNTU0MSAxMy4wOTU2TDEwLjg1NzQgMTIuMDk5MUw1LjMxMzkxIDQuMTY5NzFINy43MDA1M0wxMi4xNzQyIDEwLjU2ODlMMTIuODcwOSAxMS41NjU1TDE4LjY4NjEgMTkuODgzNUgxNi4yOTk1TDExLjU1NDEgMTMuMDk2VjEzLjA5NTZaXCIgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ0xpbmtlZEluJyxcbiAgICAgIGhyZWY6ICdodHRwczovL3d3dy5saW5rZWRpbi5jb20vY29tcGFueS9vdXJ2ZXJzZXRmLycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIGhlaWdodD1cIjI0XCIgd2lkdGg9XCIyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGQ9XCJNNC45OCAzLjVDNC45OCA0Ljg4IDMuODcgNiAyLjQ5IDZTMCA0Ljg4IDAgMy41IDEuMSAxIDIuNDkgMWMxLjM4IDAgMi40OSAxLjEyIDIuNDkgMi41ek0uMSA4Ljk1aDQuOHYxNC44SC4xVjguOTV6bTguNyAwaDQuNnYyLjAzaC4wN2MuNjQtMS4yIDIuMi0yLjQ3IDQuNTMtMi40NyA0Ljg1IDAgNS43NCAzLjE4IDUuNzQgNy4zdjguOTRoLTQuOHYtNy45YzAtMS44OC0uMDMtNC4zLTIuNi00LjMtMi42IDAtMyAyLjAyLTMgNC4xM3Y4LjA3aC00LjhWOC45NXpcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LCAgICBcbiAgICB7XG4gICAgICBuYW1lOiAnVGVsZWdyYW0nLFxuICAgICAgaHJlZjogJ2h0dHBzOi8vdC5tZS8rd0xjckphQ19EVHcwTlRWaycsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGQ9XCJNMTIgMEM1LjM3MiAwIDAgNS4zNzMgMCAxMmMwIDYuNjI4IDUuMzcyIDEyIDEyIDEyIDYuNjI4IDAgMTItNS4zNzIgMTItMTIgMC02LjYyOC01LjM3Mi0xMi0xMi0xMnptNS4yNDggNy41MDNsLTEuODkzIDguOTY0Yy0uMTQxLjYyMy0uNTE0Ljc3OS0xLjA0LjQ4NGwtMi44NjYtMi4xMy0xLjM4NCAxLjMyOGMtLjE1My4xNTEtLjI4LjI3OC0uNTcyLjI3OGwuMjA0LTIuODc0IDUuMjMzLTQuNzE2Yy4yMy0uMjA1LS4wNS0uMzItLjM1Ni0uMTE0bC02LjQ2NyA0LjA4Ni0yLjc5NC0uODcyYy0uNjA3LS4xODctLjYyMy0uNjA4LjEyNi0uOTAzbDEwLjg4OC00LjIwOGMuNTEtLjE4Ny45NS4xMjMuNzkyLjg2elwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1lvdVR1YmUnLFxuICAgICAgaHJlZjogJ2h0dHBzOi8vd3d3LnlvdXR1YmUuY29tL2NoYW5uZWwvVUNhdklJeWtpNGNZRkFVeXNpMGFFRGVBJyxcbiAgICAgIGljb246IChwcm9wcykgPT4gKFxuICAgICAgICA8c3ZnIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB2aWV3Qm94PVwiMCAwIDI0IDI0XCIgey4uLnByb3BzfT5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZmlsbFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAgIGQ9XCJNMTkuODEyIDUuNDE4Yy44NjEuMjMgMS41MzguOTA3IDEuNzY4IDEuNzY4QzIxLjk5OCA4Ljc0NiAyMiAxMiAyMiAxMnMwIDMuMjU1LS40MTggNC44MTRhMi41MDQgMi41MDQgMCAwIDEtMS43NjggMS43NjhjLTEuNTYuNDE5LTcuODE0LjQxOS03LjgxNC40MTlzLTYuMjU1IDAtNy44MTQtLjQxOWEyLjUwNSAyLjUwNSAwIDAgMS0xLjc2OC0xLjc2OEMyIDE1LjI1NSAyIDEyIDIgMTJzMC0zLjI1NS40MTctNC44MTRhMi41MDcgMi41MDcgMCAwIDEgMS43NjgtMS43NjhDNS43NDQgNSAxMS45OTggNSAxMS45OTggNXM2LjI1NSAwIDcuODE0LjQxOFpNMTUuMTk0IDEyIDEwIDE1VjlsNS4xOTQgM1pcIlxuICAgICAgICAgICAgY2xpcFJ1bGU9XCJldmVub2RkXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSxcbiAgXSxcbn1cblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRm9vdGVyMigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyIGFyaWEtbGFiZWxsZWRieT1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwiYmctd2hpdGVcIj5cbiAgICAgIDxoMiBpZD1cImZvb3Rlci1oZWFkaW5nXCIgY2xhc3NOYW1lPVwic3Itb25seVwiPlxuICAgICAgICBGb290ZXJcbiAgICAgIDwvaDI+XG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctN3hsIHB4LTYgcGItOCBwdC0xNiBzbTpwdC0yNCBsZzpweC04IGxnOnB0LTMyXCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwieGw6Z3JpZCB4bDpncmlkLWNvbHMtMyB4bDpnYXAtOFwiPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwic3BhY2UteS04XCI+XG4gICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgIGFsdD1cIkNvbXBhbnkgbmFtZVwiXG4gICAgICAgICAgICAgIHNyYz1cIi9pbWFnZXMvbG9nb2Z1bGwuc3ZnXCJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwiaC0xMFwiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgICAgPHAgY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwXCI+XG4gICAgICAgICAgICBUaGUgRnV0dXJlIG9mIENvbGxhYm9yYXRpb24gaXMgTm93LlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IHNwYWNlLXgtNlwiPlxuICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2NpYWwubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgPGEga2V5PXtpdGVtLm5hbWV9IGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNDAwIGhvdmVyOnRleHQtcHVycGxlLTUwMFwiIHRhcmdldD1cIl9ibGFua1wiIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIj5cbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzTmFtZT1cInNyLW9ubHlcIj57aXRlbS5uYW1lfTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgIDxpdGVtLmljb24gYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3NOYW1lPVwiaC02IHctNlwiIC8+XG4gICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTYgZ3JpZCBncmlkLWNvbHMtMiBnYXAtOCB4bDpjb2wtc3Bhbi0yIHhsOm10LTBcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibWQ6Z3JpZCBtZDpncmlkLWNvbHMtMiBtZDpnYXAtOFwiPlxuICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMFwiPlNvbHV0aW9uczwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnNvbHV0aW9ucy5tYXAoKGl0ZW0pID0+IChcbiAgICAgICAgICAgICAgICAgICAgPGxpIGtleT17aXRlbS5uYW1lfT5cbiAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMCBob3Zlcjp0ZXh0LXB1cnBsZS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHtpdGVtLm5hbWV9XG4gICAgICAgICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTAgbWQ6bXQtMFwiPlxuICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMFwiPkNvbW11bml0eTwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnN1cHBvcnQubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Db21wYW55PC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24uY29tcGFueXMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCIgdGFyZ2V0PSdfYmxhbmsnIHJlbD0nbm9vcGVuZXIgbm9yZWZlcnJlcic+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgIDxoMyBjbGFzc05hbWU9XCJ0ZXh0LXNtIGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtcHVycGxlLTkwMFwiPlBhcnRuZXJzPC9oMz5cbiAgICAgICAgICAgICAgICA8dWwgcm9sZT1cImxpc3RcIiBjbGFzc05hbWU9XCJtdC02IHNwYWNlLXktNFwiPlxuICAgICAgICAgICAgICAgICAge25hdmlnYXRpb24ucGFydG5lcnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTE2IGJvcmRlci10IGJvcmRlci1wdXJwbGUtOTAwLzEwIHB0LTggc206bXQtMjAgbGc6bXQtMjRcIj5cbiAgPHAgY2xhc3NOYW1lPVwidGV4dC14cyBsZWFkaW5nLTUgdGV4dC1wdXJwbGUtNTAwXCI+XG4gICAgJmNvcHk7IDIwMjQgPGEgaHJlZj1cImh0dHBzOi8vb3Vyd29ybGQudGZcIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCIgY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNTAwIGhvdmVyOnVuZGVybGluZVwiPk91cndvcmxkIEhvbGRpbmdzLCBJbmMuPC9hPiBBbGwgcmlnaHRzIHJlc2VydmVkLiBcbiAgICA8c3BhbiBjbGFzc05hbWU9XCJteC0yXCI+fDwvc3Bhbj5cbiAgICA8YSBocmVmPVwiaHR0cHM6Ly9saWJyYXJ5LnRocmVlZm9sZC5tZS9pbmZvL2xlZ2FsLyMvbGVnYWxfX3ByaXZhY3lwb2xpY3lcIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCIgY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNTAwIGhvdmVyOnVuZGVybGluZVwiPlByaXZhY3kgUG9saWN5PC9hPlxuICAgIDxzcGFuIGNsYXNzTmFtZT1cIm14LTJcIj58PC9zcGFuPlxuICAgIDxhIGhyZWY9XCJodHRwczovL2xpYnJhcnkudGhyZWVmb2xkLm1lL2luZm8vbGVnYWwvIy9sZWdhbF9fdGVybXNfY29uZGl0aW9uc193ZWJzaXRlc1wiIHRhcmdldD1cIl9ibGFua1wiIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIiBjbGFzc05hbWU9XCJ0ZXh0LXB1cnBsZS01MDAgaG92ZXI6dW5kZXJsaW5lXCI+VGVybXMgJiBDb25kaXRpb25zPC9hPlxuICA8L3A+XG48L2Rpdj5cblxuICAgICAgPC9kaXY+XG4gICAgPC9mb290ZXI+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJMb2dvIiwibmF2aWdhdGlvbiIsInNvbHV0aW9ucyIsIm5hbWUiLCJocmVmIiwic3VwcG9ydCIsImNvbXBhbnlzIiwicGFydG5lcnMiLCJzb2NpYWwiLCJpY29uIiwicHJvcHMiLCJzdmciLCJmaWxsIiwidmlld0JveCIsInBhdGgiLCJmaWxsUnVsZSIsImQiLCJjbGlwUnVsZSIsImhlaWdodCIsIndpZHRoIiwiRm9vdGVyMiIsImZvb3RlciIsImFyaWEtbGFiZWxsZWRieSIsImNsYXNzTmFtZSIsImgyIiwiaWQiLCJkaXYiLCJpbWciLCJhbHQiLCJzcmMiLCJwIiwibWFwIiwiaXRlbSIsImEiLCJ0YXJnZXQiLCJyZWwiLCJzcGFuIiwiYXJpYS1oaWRkZW4iLCJoMyIsInVsIiwicm9sZSIsImxpIl0sInNvdXJjZVJvb3QiOiIifQ==\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: \"OurVerse Portal\",\n href: \"https://portal.ourverse.tf\"\n },\n {\n name: \"HeroVerse 3D\",\n href: \"/heroverse.html \"\n },\n {\n name: \"Features\",\n href: \"/features.html\"\n },\n {\n name: \"Usecases\",\n href: \"/usecases.html\"\n }\n ],\n support: [\n {\n name: \"Support\",\n href: \"mailto:info@ourworld.tf\"\n },\n {\n name: \"Community\",\n href: \"/community.html\"\n },\n {\n name: \"Events\",\n href: \"/events.html\"\n }\n ],\n companys: [\n {\n name: \"About\",\n href: \"/about.html\"\n },\n {\n name: \"OurWorld\",\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 social: [\n {\n name: \"Facebook\",\n href: \"https://www.facebook.com/profile.php?id=61566233156241\",\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: 29,\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: 28,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"Instagram\",\n href: \"https://www.instagram.com/ourversetf/\",\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: 42,\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: 41,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"X\",\n href: \"https://x.com/OurVerseTF\",\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: 55,\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: 54,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"LinkedIn\",\n href: \"https://www.linkedin.com/company/ourversetf/\",\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 height: \"24\",\n width: \"24\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M4.98 3.5C4.98 4.88 3.87 6 2.49 6S0 4.88 0 3.5 1.1 1 2.49 1c1.38 0 2.49 1.12 2.49 2.5zM.1 8.95h4.8v14.8H.1V8.95zm8.7 0h4.6v2.03h.07c.64-1.2 2.2-2.47 4.53-2.47 4.85 0 5.74 3.18 5.74 7.3v8.94h-4.8v-7.9c0-1.88-.03-4.3-2.6-4.3-2.6 0-3 2.02-3 4.13v8.07h-4.8V8.95z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 64,\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: 63,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"Telegram\",\n href: \"https://t.me/+wLcrJaC_DTw0NTVk\",\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: \"M12 0C5.372 0 0 5.373 0 12c0 6.628 5.372 12 12 12 6.628 0 12-5.372 12-12 0-6.628-5.372-12-12-12zm5.248 7.503l-1.893 8.964c-.141.623-.514.779-1.04.484l-2.866-2.13-1.384 1.328c-.153.151-.28.278-.572.278l.204-2.874 5.233-4.716c.23-.205-.05-.32-.356-.114l-6.467 4.086-2.794-.872c-.607-.187-.623-.608.126-.903l10.888-4.208c.51-.187.95.123.792.86z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 75,\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: 74,\n columnNumber: 9\n }, undefined)\n },\n {\n name: \"YouTube\",\n href: \"https://www.youtube.com/channel/UCavIIyki4cYFAUysi0aEDeA\",\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: 86,\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: 85,\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: 100,\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: 106,\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: 111,\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 target: \"_blank\",\n rel: \"noopener noreferrer\",\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: 117,\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: 118,\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: 116,\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: 114,\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: 105,\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: 126,\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: 130,\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: 129,\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: 127,\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: 125,\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: \"Community\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 138,\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: 142,\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: 141,\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: 139,\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: 137,\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: 124,\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: 152,\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.companys.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 target: \"_blank\",\n rel: \"noopener noreferrer\",\n children: item.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 156,\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: 155,\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: 153,\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: 151,\n columnNumber: 15\n }, this),\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: \"Partners\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 164,\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 target: \"_blank\",\n rel: \"noopener noreferrer\",\n children: item.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 168,\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: 167,\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: 165,\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: 163,\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: 150,\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: 123,\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: 104,\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: [\n \"\\xa9 2024 \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"https://ourworld.tf\",\n target: \"_blank\",\n rel: \"noopener noreferrer\",\n className: \"text-purple-500 hover:underline\",\n children: \"Ourworld Holdings, Inc.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 180,\n columnNumber: 17\n }, this),\n \" All rights reserved.\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"mx-2\",\n children: \"|\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 181,\n columnNumber: 5\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"https://library.threefold.me/info/legal/#/legal__privacypolicy\",\n target: \"_blank\",\n rel: \"noopener noreferrer\",\n className: \"text-purple-500 hover:underline\",\n children: \"Privacy Policy\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 182,\n columnNumber: 5\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n className: \"mx-2\",\n children: \"|\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 183,\n columnNumber: 5\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"https://library.threefold.me/info/legal/#/legal__terms_conditions_websites\",\n target: \"_blank\",\n rel: \"noopener noreferrer\",\n className: \"text-purple-500 hover:underline\",\n children: \"Terms & Conditions\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 184,\n columnNumber: 5\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 179,\n columnNumber: 3\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx\",\n lineNumber: 178,\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: 103,\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: 99,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9Gb290ZXIyLmpzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7OztBQUF3QztBQUV4QyxNQUFNQyxhQUFhO0lBQ2pCQyxXQUFXO1FBQ1Q7WUFBRUMsTUFBTTtZQUFtQkMsTUFBTTtRQUE2QjtRQUM5RDtZQUFFRCxNQUFNO1lBQWdCQyxNQUFNO1FBQW9CO1FBQ2xEO1lBQUVELE1BQU07WUFBWUMsTUFBTTtRQUFpQjtRQUMzQztZQUFFRCxNQUFNO1lBQVlDLE1BQU07UUFBaUI7S0FDNUM7SUFDREMsU0FBUztRQUNQO1lBQUVGLE1BQU07WUFBV0MsTUFBTTtRQUEwQjtRQUNuRDtZQUFFRCxNQUFNO1lBQWFDLE1BQU07UUFBa0I7UUFDN0M7WUFBRUQsTUFBTTtZQUFVQyxNQUFNO1FBQWU7S0FDeEM7SUFDREUsVUFBVTtRQUNSO1lBQUVILE1BQU07WUFBU0MsTUFBTTtRQUFjO1FBQ3JDO1lBQUVELE1BQU07WUFBWUMsTUFBTTtRQUFzQjtLQUNqRDtJQUNERyxVQUFVO1FBQ1I7WUFBRUosTUFBTTtZQUFhQyxNQUFNO1FBQXVCO1FBQ2xEO1lBQUVELE1BQU07WUFBU0MsTUFBTTtRQUFtQjtLQUMzQztJQUNESSxRQUFRO1FBQ047WUFDRUwsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0MsVUFBUzt3QkFDVEMsR0FBRTt3QkFDRkMsVUFBUzs7Ozs7Ozs7Ozs7UUFJakI7UUFDQTtZQUNFZCxNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQWEsR0FBR0gsS0FBSzs4QkFDcEQsNEVBQUNJO3dCQUNDQyxVQUFTO3dCQUNUQyxHQUFFO3dCQUNGQyxVQUFTOzs7Ozs7Ozs7OztRQUlqQjtRQUNBO1lBQ0VkLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQUtFLEdBQUU7Ozs7Ozs7Ozs7O1FBR2Q7UUFDQTtZQUNFYixNQUFNO1lBQ05DLE1BQU07WUFDTkssTUFBTSxDQUFDQyxzQkFDTCw4REFBQ0M7b0JBQUlDLE1BQUs7b0JBQWVDLFNBQVE7b0JBQVlLLFFBQU87b0JBQUtDLE9BQU07b0JBQU0sR0FBR1QsS0FBSzs4QkFDM0UsNEVBQUNJO3dCQUNDRSxHQUFFOzs7Ozs7Ozs7OztRQUlWO1FBQ0E7WUFDRWIsTUFBTTtZQUNOQyxNQUFNO1lBQ05LLE1BQU0sQ0FBQ0Msc0JBQ0wsOERBQUNDO29CQUFJQyxNQUFLO29CQUFlQyxTQUFRO29CQUFhLEdBQUdILEtBQUs7OEJBQ3BELDRFQUFDSTt3QkFDQ0UsR0FBRTs7Ozs7Ozs7Ozs7UUFJVjtRQUNBO1lBQ0ViLE1BQU07WUFDTkMsTUFBTTtZQUNOSyxNQUFNLENBQUNDLHNCQUNMLDhEQUFDQztvQkFBSUMsTUFBSztvQkFBZUMsU0FBUTtvQkFBYSxHQUFHSCxLQUFLOzhCQUNwRCw0RUFBQ0k7d0JBQ0NDLFVBQVM7d0JBQ1RDLEdBQUU7d0JBQ0ZDLFVBQVM7Ozs7Ozs7Ozs7O1FBSWpCO0tBQ0Q7QUFDSDtBQUVlLFNBQVNHO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFPQyxtQkFBZ0I7UUFBaUJDLFdBQVU7OzBCQUNqRCw4REFBQ0M7Z0JBQUdDLElBQUc7Z0JBQWlCRixXQUFVOzBCQUFVOzs7Ozs7MEJBRzVDLDhEQUFDRztnQkFBSUgsV0FBVTs7a0NBQ2IsOERBQUNHO3dCQUFJSCxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDSTt3Q0FDQ0MsS0FBSTt3Q0FDSkMsS0FBSTt3Q0FDSk4sV0FBVTs7Ozs7O2tEQUVaLDhEQUFDTzt3Q0FBRVAsV0FBVTtrREFBb0M7Ozs7OztrREFHakQsOERBQUNHO3dDQUFJSCxXQUFVO2tEQUNadEIsV0FBV08sTUFBTSxDQUFDdUIsR0FBRyxDQUFDLENBQUNDLHFCQUN0Qiw4REFBQ0M7Z0RBQWtCN0IsTUFBTTRCLEtBQUs1QixJQUFJO2dEQUFFbUIsV0FBVTtnREFBd0NXLFFBQU87Z0RBQVNDLEtBQUk7O2tFQUN4Ryw4REFBQ0M7d0RBQUtiLFdBQVU7a0VBQVdTLEtBQUs3QixJQUFJOzs7Ozs7a0VBQ3BDLDhEQUFDNkIsS0FBS3ZCLElBQUk7d0RBQUM0QixlQUFZO3dEQUFPZCxXQUFVOzs7Ozs7OytDQUZsQ1MsS0FBSzdCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MENBT3ZCLDhEQUFDdUI7Z0NBQUlILFdBQVU7O2tEQUNiLDhEQUFDRzt3Q0FBSUgsV0FBVTs7MERBQ2IsOERBQUNHOztrRUFDQyw4REFBQ1k7d0RBQUdmLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDZ0I7d0RBQUdDLE1BQUs7d0RBQU9qQixXQUFVO2tFQUN2QnRCLFdBQVdDLFNBQVMsQ0FBQzZCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDekIsOERBQUNTOzBFQUNDLDRFQUFDUjtvRUFBRTdCLE1BQU00QixLQUFLNUIsSUFBSTtvRUFBRW1CLFdBQVU7OEVBQzNCUyxLQUFLN0IsSUFBSTs7Ozs7OytEQUZMNkIsS0FBSzdCLElBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7MERBUXhCLDhEQUFDdUI7Z0RBQUlILFdBQVU7O2tFQUNiLDhEQUFDZTt3REFBR2YsV0FBVTtrRUFBa0Q7Ozs7OztrRUFDaEUsOERBQUNnQjt3REFBR0MsTUFBSzt3REFBT2pCLFdBQVU7a0VBQ3ZCdEIsV0FBV0ksT0FBTyxDQUFDMEIsR0FBRyxDQUFDLENBQUNDLHFCQUN2Qiw4REFBQ1M7MEVBQ0MsNEVBQUNSO29FQUFFN0IsTUFBTTRCLEtBQUs1QixJQUFJO29FQUFFbUIsV0FBVTs4RUFDM0JTLEtBQUs3QixJQUFJOzs7Ozs7K0RBRkw2QixLQUFLN0IsSUFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztrREFTMUIsOERBQUN1Qjt3Q0FBSUgsV0FBVTs7MERBQ2IsOERBQUNHOztrRUFDQyw4REFBQ1k7d0RBQUdmLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDZ0I7d0RBQUdDLE1BQUs7d0RBQU9qQixXQUFVO2tFQUN2QnRCLFdBQVdLLFFBQVEsQ0FBQ3lCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDeEIsOERBQUNTOzBFQUNDLDRFQUFDUjtvRUFBRTdCLE1BQU00QixLQUFLNUIsSUFBSTtvRUFBRW1CLFdBQVU7b0VBQTBEVyxRQUFPO29FQUFTQyxLQUFJOzhFQUN6R0gsS0FBSzdCLElBQUk7Ozs7OzsrREFGTDZCLEtBQUs3QixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7OzBEQVF4Qiw4REFBQ3VCOztrRUFDQyw4REFBQ1k7d0RBQUdmLFdBQVU7a0VBQWtEOzs7Ozs7a0VBQ2hFLDhEQUFDZ0I7d0RBQUdDLE1BQUs7d0RBQU9qQixXQUFVO2tFQUN2QnRCLFdBQVdNLFFBQVEsQ0FBQ3dCLEdBQUcsQ0FBQyxDQUFDQyxxQkFDeEIsOERBQUNTOzBFQUNDLDRFQUFDUjtvRUFBRTdCLE1BQU00QixLQUFLNUIsSUFBSTtvRUFBRW1CLFdBQVU7b0VBQTBEVyxRQUFPO29FQUFTQyxLQUFJOzhFQUN6R0gsS0FBSzdCLElBQUk7Ozs7OzsrREFGTDZCLEtBQUs3QixJQUFJOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O2tDQVc5Qiw4REFBQ3VCO3dCQUFJSCxXQUFVO2tDQUNyQiw0RUFBQ087NEJBQUVQLFdBQVU7O2dDQUFvQzs4Q0FDbkMsOERBQUNVO29DQUFFN0IsTUFBSztvQ0FBc0I4QixRQUFPO29DQUFTQyxLQUFJO29DQUFzQlosV0FBVTs4Q0FBa0M7Ozs7OztnQ0FBMkI7OENBQzNKLDhEQUFDYTtvQ0FBS2IsV0FBVTs4Q0FBTzs7Ozs7OzhDQUN2Qiw4REFBQ1U7b0NBQUU3QixNQUFLO29DQUFpRThCLFFBQU87b0NBQVNDLEtBQUk7b0NBQXNCWixXQUFVOzhDQUFrQzs7Ozs7OzhDQUMvSiw4REFBQ2E7b0NBQUtiLFdBQVU7OENBQU87Ozs7Ozs4Q0FDdkIsOERBQUNVO29DQUFFN0IsTUFBSztvQ0FBNkU4QixRQUFPO29DQUFTQyxLQUFJO29DQUFzQlosV0FBVTs4Q0FBa0M7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBTy9LIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdGFpbHdpbmR1aS1rZXlub3RlLy4vc3JjL2NvbXBvbmVudHMvRm9vdGVyMi5qc3g/ZjM3ZiJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBMb2dvIH0gZnJvbSAnQC9jb21wb25lbnRzL0xvZ28nXG5cbmNvbnN0IG5hdmlnYXRpb24gPSB7XG4gIHNvbHV0aW9uczogW1xuICAgIHsgbmFtZTogJ091clZlcnNlIFBvcnRhbCcsIGhyZWY6ICdodHRwczovL3BvcnRhbC5vdXJ2ZXJzZS50ZicgfSxcbiAgICB7IG5hbWU6ICdIZXJvVmVyc2UgM0QnLCBocmVmOiAnL2hlcm92ZXJzZS5odG1sICAnIH0sXG4gICAgeyBuYW1lOiAnRmVhdHVyZXMnLCBocmVmOiAnL2ZlYXR1cmVzLmh0bWwnIH0sXG4gICAgeyBuYW1lOiAnVXNlY2FzZXMnLCBocmVmOiAnL3VzZWNhc2VzLmh0bWwnIH0sXG4gIF0sXG4gIHN1cHBvcnQ6IFtcbiAgICB7IG5hbWU6ICdTdXBwb3J0JywgaHJlZjogJ21haWx0bzppbmZvQG91cndvcmxkLnRmJyB9LFxuICAgIHsgbmFtZTogJ0NvbW11bml0eScsIGhyZWY6ICcvY29tbXVuaXR5Lmh0bWwnIH0sXG4gICAgeyBuYW1lOiAnRXZlbnRzJywgaHJlZjogJy9ldmVudHMuaHRtbCcgfSxcbiAgXSxcbiAgY29tcGFueXM6IFtcbiAgICB7IG5hbWU6ICdBYm91dCcsIGhyZWY6ICcvYWJvdXQuaHRtbCcgfSxcbiAgICB7IG5hbWU6ICdPdXJXb3JsZCcsIGhyZWY6ICdodHRwczovL291cndvcmxkLnRmJyB9LFxuICBdLFxuICBwYXJ0bmVyczogW1xuICAgIHsgbmFtZTogJ1RocmVlRm9sZCcsIGhyZWY6ICdodHRwczovL3RocmVlZm9sZC5pbycgfSxcbiAgICB7IG5hbWU6ICdWaW5kbycsIGhyZWY6ICdodHRwczovL3ZpbmRvLmFpJyB9LFxuICBdLFxuICBzb2NpYWw6IFtcbiAgICB7XG4gICAgICBuYW1lOiAnRmFjZWJvb2snLFxuICAgICAgaHJlZjogJ2h0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9wcm9maWxlLnBocD9pZD02MTU2NjIzMzE1NjI0MScsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTIyIDEyYzAtNS41MjMtNC40NzctMTAtMTAtMTBTMiA2LjQ3NyAyIDEyYzAgNC45OTEgMy42NTcgOS4xMjggOC40MzggOS44Nzh2LTYuOTg3aC0yLjU0VjEyaDIuNTRWOS43OTdjMC0yLjUwNiAxLjQ5Mi0zLjg5IDMuNzc3LTMuODkgMS4wOTQgMCAyLjIzOC4xOTUgMi4yMzguMTk1djIuNDZoLTEuMjZjLTEuMjQzIDAtMS42My43NzEtMS42MyAxLjU2MlYxMmgyLjc3M2wtLjQ0MyAyLjg5aC0yLjMzdjYuOTg4QzE4LjM0MyAyMS4xMjggMjIgMTYuOTkxIDIyIDEyelwiXG4gICAgICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdJbnN0YWdyYW0nLFxuICAgICAgaHJlZjogJ2h0dHBzOi8vd3d3Lmluc3RhZ3JhbS5jb20vb3VydmVyc2V0Zi8nLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICAgICAgZD1cIk0xMi4zMTUgMmMyLjQzIDAgMi43ODQuMDEzIDMuODA4LjA2IDEuMDY0LjA0OSAxLjc5MS4yMTggMi40MjcuNDY1YTQuOTAyIDQuOTAyIDAgMDExLjc3MiAxLjE1MyA0LjkwMiA0LjkwMiAwIDAxMS4xNTMgMS43NzJjLjI0Ny42MzYuNDE2IDEuMzYzLjQ2NSAyLjQyNy4wNDggMS4wNjcuMDYgMS40MDcuMDYgNC4xMjN2LjA4YzAgMi42NDMtLjAxMiAyLjk4Ny0uMDYgNC4wNDMtLjA0OSAxLjA2NC0uMjE4IDEuNzkxLS40NjUgMi40MjdhNC45MDIgNC45MDIgMCAwMS0xLjE1MyAxLjc3MiA0LjkwMiA0LjkwMiAwIDAxLTEuNzcyIDEuMTUzYy0uNjM2LjI0Ny0xLjM2My40MTYtMi40MjcuNDY1LTEuMDY3LjA0OC0xLjQwNy4wNi00LjEyMy4wNmgtLjA4Yy0yLjY0MyAwLTIuOTg3LS4wMTItNC4wNDMtLjA2LTEuMDY0LS4wNDktMS43OTEtLjIxOC0yLjQyNy0uNDY1YTQuOTAyIDQuOTAyIDAgMDEtMS43NzItMS4xNTMgNC45MDIgNC45MDIgMCAwMS0xLjE1My0xLjc3MmMtLjI0Ny0uNjM2LS40MTYtMS4zNjMtLjQ2NS0yLjQyNy0uMDQ3LTEuMDI0LS4wNi0xLjM3OS0uMDYtMy44MDh2LS42M2MwLTIuNDMuMDEzLTIuNzg0LjA2LTMuODA4LjA0OS0xLjA2NC4yMTgtMS43OTEuNDY1LTIuNDI3YTQuOTAyIDQuOTAyIDAgMDExLjE1My0xLjc3MkE0LjkwMiA0LjkwMiAwIDAxNS40NSAyLjUyNWMuNjM2LS4yNDcgMS4zNjMtLjQxNiAyLjQyNy0uNDY1QzguOTAxIDIuMDEzIDkuMjU2IDIgMTEuNjg1IDJoLjYzem0tLjA4MSAxLjgwMmgtLjQ2OGMtMi40NTYgMC0yLjc4NC4wMTEtMy44MDcuMDU4LS45NzUuMDQ1LTEuNTA0LjIwNy0xLjg1Ny4zNDQtLjQ2Ny4xODItLjguMzk4LTEuMTUuNzQ4LS4zNS4zNS0uNTY2LjY4My0uNzQ4IDEuMTUtLjEzNy4zNTMtLjMuODgyLS4zNDQgMS44NTctLjA0NyAxLjAyMy0uMDU4IDEuMzUxLS4wNTggMy44MDd2LjQ2OGMwIDIuNDU2LjAxMSAyLjc4NC4wNTggMy44MDcuMDQ1Ljk3NS4yMDcgMS41MDQuMzQ0IDEuODU3LjE4Mi40NjYuMzk5LjguNzQ4IDEuMTUuMzUuMzUuNjgzLjU2NiAxLjE1Ljc0OC4zNTMuMTM3Ljg4Mi4zIDEuODU3LjM0NCAxLjA1NC4wNDggMS4zNy4wNTggNC4wNDEuMDU4aC4wOGMyLjU5NyAwIDIuOTE3LS4wMSAzLjk2LS4wNTguOTc2LS4wNDUgMS41MDUtLjIwNyAxLjg1OC0uMzQ0LjQ2Ni0uMTgyLjgtLjM5OCAxLjE1LS43NDguMzUtLjM1LjU2Ni0uNjgzLjc0OC0xLjE1LjEzNy0uMzUzLjMtLjg4Mi4zNDQtMS44NTcuMDQ4LTEuMDU1LjA1OC0xLjM3LjA1OC00LjA0MXYtLjA4YzAtMi41OTctLjAxLTIuOTE3LS4wNTgtMy45Ni0uMDQ1LS45NzYtLjIwNy0xLjUwNS0uMzQ0LTEuODU4YTMuMDk3IDMuMDk3IDAgMDAtLjc0OC0xLjE1IDMuMDk4IDMuMDk4IDAgMDAtMS4xNS0uNzQ4Yy0uMzUzLS4xMzctLjg4Mi0uMy0xLjg1Ny0uMzQ0LTEuMDIzLS4wNDctMS4zNTEtLjA1OC0zLjgwNy0uMDU4ek0xMiA2Ljg2NWE1LjEzNSA1LjEzNSAwIDExMCAxMC4yNyA1LjEzNSA1LjEzNSAwIDAxMC0xMC4yN3ptMCAxLjgwMmEzLjMzMyAzLjMzMyAwIDEwMCA2LjY2NiAzLjMzMyAzLjMzMyAwIDAwMC02LjY2NnptNS4zMzgtMy4yMDVhMS4yIDEuMiAwIDExMCAyLjQgMS4yIDEuMiAwIDAxMC0yLjR6XCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gICAge1xuICAgICAgbmFtZTogJ1gnLFxuICAgICAgaHJlZjogJ2h0dHBzOi8veC5jb20vT3VyVmVyc2VURicsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGggZD1cIk0xMy42ODIzIDEwLjYyMThMMjAuMjM5MSAzSDE4LjY4NTRMMTIuOTkyMSA5LjYxNzg4TDguNDQ0ODYgM0gzLjIwMDJMMTAuMDc2NSAxMy4wMDc0TDMuMjAwMiAyMUg0Ljc1NDA0TDEwLjc2NjMgMTQuMDExM0wxNS41Njg1IDIxSDIwLjgxMzFMMTMuNjgxOSAxMC42MjE4SDEzLjY4MjNaTTExLjU1NDEgMTMuMDk1NkwxMC44NTc0IDEyLjA5OTFMNS4zMTM5MSA0LjE2OTcxSDcuNzAwNTNMMTIuMTc0MiAxMC41Njg5TDEyLjg3MDkgMTEuNTY1NUwxOC42ODYxIDE5Ljg4MzVIMTYuMjk5NUwxMS41NTQxIDEzLjA5NlYxMy4wOTU2WlwiIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdMaW5rZWRJbicsXG4gICAgICBocmVmOiAnaHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvb3VydmVyc2V0Zi8nLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiBoZWlnaHQ9XCIyNFwiIHdpZHRoPVwiMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBkPVwiTTQuOTggMy41QzQuOTggNC44OCAzLjg3IDYgMi40OSA2UzAgNC44OCAwIDMuNSAxLjEgMSAyLjQ5IDFjMS4zOCAwIDIuNDkgMS4xMiAyLjQ5IDIuNXpNLjEgOC45NWg0Ljh2MTQuOEguMVY4Ljk1em04LjcgMGg0LjZ2Mi4wM2guMDdjLjY0LTEuMiAyLjItMi40NyA0LjUzLTIuNDcgNC44NSAwIDUuNzQgMy4xOCA1Ljc0IDcuM3Y4Ljk0aC00Ljh2LTcuOWMwLTEuODgtLjAzLTQuMy0yLjYtNC4zLTIuNiAwLTMgMi4wMi0zIDQuMTN2OC4wN2gtNC44VjguOTV6XCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgICksXG4gICAgfSwgICAgXG4gICAge1xuICAgICAgbmFtZTogJ1RlbGVncmFtJyxcbiAgICAgIGhyZWY6ICdodHRwczovL3QubWUvK3dMY3JKYUNfRFR3ME5UVmsnLFxuICAgICAgaWNvbjogKHByb3BzKSA9PiAoXG4gICAgICAgIDxzdmcgZmlsbD1cImN1cnJlbnRDb2xvclwiIHZpZXdCb3g9XCIwIDAgMjQgMjRcIiB7Li4ucHJvcHN9PlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBkPVwiTTEyIDBDNS4zNzIgMCAwIDUuMzczIDAgMTJjMCA2LjYyOCA1LjM3MiAxMiAxMiAxMiA2LjYyOCAwIDEyLTUuMzcyIDEyLTEyIDAtNi42MjgtNS4zNzItMTItMTItMTJ6bTUuMjQ4IDcuNTAzbC0xLjg5MyA4Ljk2NGMtLjE0MS42MjMtLjUxNC43NzktMS4wNC40ODRsLTIuODY2LTIuMTMtMS4zODQgMS4zMjhjLS4xNTMuMTUxLS4yOC4yNzgtLjU3Mi4yNzhsLjIwNC0yLjg3NCA1LjIzMy00LjcxNmMuMjMtLjIwNS0uMDUtLjMyLS4zNTYtLjExNGwtNi40NjcgNC4wODYtMi43OTQtLjg3MmMtLjYwNy0uMTg3LS42MjMtLjYwOC4xMjYtLjkwM2wxMC44ODgtNC4yMDhjLjUxLS4xODcuOTUuMTIzLjc5Mi44NnpcIlxuICAgICAgICAgIC8+XG4gICAgICAgIDwvc3ZnPlxuICAgICAgKSxcbiAgICB9LFxuICAgIHtcbiAgICAgIG5hbWU6ICdZb3VUdWJlJyxcbiAgICAgIGhyZWY6ICdodHRwczovL3d3dy55b3V0dWJlLmNvbS9jaGFubmVsL1VDYXZJSXlraTRjWUZBVXlzaTBhRURlQScsXG4gICAgICBpY29uOiAocHJvcHMpID0+IChcbiAgICAgICAgPHN2ZyBmaWxsPVwiY3VycmVudENvbG9yXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIHsuLi5wcm9wc30+XG4gICAgICAgICAgPHBhdGhcbiAgICAgICAgICAgIGZpbGxSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgICBkPVwiTTE5LjgxMiA1LjQxOGMuODYxLjIzIDEuNTM4LjkwNyAxLjc2OCAxLjc2OEMyMS45OTggOC43NDYgMjIgMTIgMjIgMTJzMCAzLjI1NS0uNDE4IDQuODE0YTIuNTA0IDIuNTA0IDAgMCAxLTEuNzY4IDEuNzY4Yy0xLjU2LjQxOS03LjgxNC40MTktNy44MTQuNDE5cy02LjI1NSAwLTcuODE0LS40MTlhMi41MDUgMi41MDUgMCAwIDEtMS43NjgtMS43NjhDMiAxNS4yNTUgMiAxMiAyIDEyczAtMy4yNTUuNDE3LTQuODE0YTIuNTA3IDIuNTA3IDAgMCAxIDEuNzY4LTEuNzY4QzUuNzQ0IDUgMTEuOTk4IDUgMTEuOTk4IDVzNi4yNTUgMCA3LjgxNC40MThaTTE1LjE5NCAxMiAxMCAxNVY5bDUuMTk0IDNaXCJcbiAgICAgICAgICAgIGNsaXBSdWxlPVwiZXZlbm9kZFwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICApLFxuICAgIH0sXG4gIF0sXG59XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEZvb3RlcjIoKSB7XG4gIHJldHVybiAoXG4gICAgPGZvb3RlciBhcmlhLWxhYmVsbGVkYnk9XCJmb290ZXItaGVhZGluZ1wiIGNsYXNzTmFtZT1cImJnLXdoaXRlXCI+XG4gICAgICA8aDIgaWQ9XCJmb290ZXItaGVhZGluZ1wiIGNsYXNzTmFtZT1cInNyLW9ubHlcIj5cbiAgICAgICAgRm9vdGVyXG4gICAgICA8L2gyPlxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTd4bCBweC02IHBiLTggcHQtMTYgc206cHQtMjQgbGc6cHgtOCBsZzpwdC0zMlwiPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInhsOmdyaWQgeGw6Z3JpZC1jb2xzLTMgeGw6Z2FwLThcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInNwYWNlLXktOFwiPlxuICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICBhbHQ9XCJDb21wYW55IG5hbWVcIlxuICAgICAgICAgICAgICBzcmM9XCIvaW1hZ2VzL2xvZ29mdWxsLnN2Z1wiXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtMTBcIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICAgIDxwIGNsYXNzTmFtZT1cInRleHQtc20gbGVhZGluZy02IHRleHQtcHVycGxlLTYwMFwiPlxuICAgICAgICAgICAgVGhlIEZ1dHVyZSBvZiBDb2xsYWJvcmF0aW9uIGlzIE5vdy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleCBzcGFjZS14LTZcIj5cbiAgICAgICAgICAgICAge25hdmlnYXRpb24uc29jaWFsLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgIDxhIGtleT17aXRlbS5uYW1lfSBocmVmPXtpdGVtLmhyZWZ9IGNsYXNzTmFtZT1cInRleHQtcHVycGxlLTQwMCBob3Zlcjp0ZXh0LXB1cnBsZS01MDBcIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCI+XG4gICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzc05hbWU9XCJzci1vbmx5XCI+e2l0ZW0ubmFtZX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICA8aXRlbS5pY29uIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzTmFtZT1cImgtNiB3LTZcIiAvPlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTE2IGdyaWQgZ3JpZC1jb2xzLTIgZ2FwLTggeGw6Y29sLXNwYW4tMiB4bDptdC0wXCI+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm1kOmdyaWQgbWQ6Z3JpZC1jb2xzLTIgbWQ6Z2FwLThcIj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Tb2x1dGlvbnM8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zb2x1dGlvbnMubWFwKChpdGVtKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxsaSBrZXk9e2l0ZW0ubmFtZX0+XG4gICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj17aXRlbS5ocmVmfSBjbGFzc05hbWU9XCJ0ZXh0LXNtIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS02MDAgaG92ZXI6dGV4dC1wdXJwbGUtOTAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7aXRlbS5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIG1kOm10LTBcIj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5Db21tdW5pdHk8L2gzPlxuICAgICAgICAgICAgICAgIDx1bCByb2xlPVwibGlzdFwiIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00XCI+XG4gICAgICAgICAgICAgICAgICB7bmF2aWdhdGlvbi5zdXBwb3J0Lm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtZDpncmlkIG1kOmdyaWQtY29scy0yIG1kOmdhcC04XCI+XG4gICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPGgzIGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1zZW1pYm9sZCBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtOTAwXCI+Q29tcGFueTwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLmNvbXBhbnlzLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiIHRhcmdldD0nX2JsYW5rJyByZWw9J25vb3BlbmVyIG5vcmVmZXJyZXInPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICA8aDMgY2xhc3NOYW1lPVwidGV4dC1zbSBmb250LXNlbWlib2xkIGxlYWRpbmctNiB0ZXh0LXB1cnBsZS05MDBcIj5QYXJ0bmVyczwvaDM+XG4gICAgICAgICAgICAgICAgPHVsIHJvbGU9XCJsaXN0XCIgY2xhc3NOYW1lPVwibXQtNiBzcGFjZS15LTRcIj5cbiAgICAgICAgICAgICAgICAgIHtuYXZpZ2F0aW9uLnBhcnRuZXJzLm1hcCgoaXRlbSkgPT4gKFxuICAgICAgICAgICAgICAgICAgICA8bGkga2V5PXtpdGVtLm5hbWV9PlxuICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9e2l0ZW0uaHJlZn0gY2xhc3NOYW1lPVwidGV4dC1zbSBsZWFkaW5nLTYgdGV4dC1wdXJwbGUtNjAwIGhvdmVyOnRleHQtcHVycGxlLTkwMFwiIHRhcmdldD0nX2JsYW5rJyByZWw9J25vb3BlbmVyIG5vcmVmZXJyZXInPlxuICAgICAgICAgICAgICAgICAgICAgICAge2l0ZW0ubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xNiBib3JkZXItdCBib3JkZXItcHVycGxlLTkwMC8xMCBwdC04IHNtOm10LTIwIGxnOm10LTI0XCI+XG4gIDxwIGNsYXNzTmFtZT1cInRleHQteHMgbGVhZGluZy01IHRleHQtcHVycGxlLTUwMFwiPlxuICAgICZjb3B5OyAyMDI0IDxhIGhyZWY9XCJodHRwczovL291cndvcmxkLnRmXCIgdGFyZ2V0PVwiX2JsYW5rXCIgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiIGNsYXNzTmFtZT1cInRleHQtcHVycGxlLTUwMCBob3Zlcjp1bmRlcmxpbmVcIj5PdXJ3b3JsZCBIb2xkaW5ncywgSW5jLjwvYT4gQWxsIHJpZ2h0cyByZXNlcnZlZC4gXG4gICAgPHNwYW4gY2xhc3NOYW1lPVwibXgtMlwiPnw8L3NwYW4+XG4gICAgPGEgaHJlZj1cImh0dHBzOi8vbGlicmFyeS50aHJlZWZvbGQubWUvaW5mby9sZWdhbC8jL2xlZ2FsX19wcml2YWN5cG9saWN5XCIgdGFyZ2V0PVwiX2JsYW5rXCIgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiIGNsYXNzTmFtZT1cInRleHQtcHVycGxlLTUwMCBob3Zlcjp1bmRlcmxpbmVcIj5Qcml2YWN5IFBvbGljeTwvYT5cbiAgICA8c3BhbiBjbGFzc05hbWU9XCJteC0yXCI+fDwvc3Bhbj5cbiAgICA8YSBocmVmPVwiaHR0cHM6Ly9saWJyYXJ5LnRocmVlZm9sZC5tZS9pbmZvL2xlZ2FsLyMvbGVnYWxfX3Rlcm1zX2NvbmRpdGlvbnNfd2Vic2l0ZXNcIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCIgY2xhc3NOYW1lPVwidGV4dC1wdXJwbGUtNTAwIGhvdmVyOnVuZGVybGluZVwiPlRlcm1zICYgQ29uZGl0aW9uczwvYT5cbiAgPC9wPlxuPC9kaXY+XG5cbiAgICAgIDwvZGl2PlxuICAgIDwvZm9vdGVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiTG9nbyIsIm5hdmlnYXRpb24iLCJzb2x1dGlvbnMiLCJuYW1lIiwiaHJlZiIsInN1cHBvcnQiLCJjb21wYW55cyIsInBhcnRuZXJzIiwic29jaWFsIiwiaWNvbiIsInByb3BzIiwic3ZnIiwiZmlsbCIsInZpZXdCb3giLCJwYXRoIiwiZmlsbFJ1bGUiLCJkIiwiY2xpcFJ1bGUiLCJoZWlnaHQiLCJ3aWR0aCIsIkZvb3RlcjIiLCJmb290ZXIiLCJhcmlhLWxhYmVsbGVkYnkiLCJjbGFzc05hbWUiLCJoMiIsImlkIiwiZGl2IiwiaW1nIiwiYWx0Iiwic3JjIiwicCIsIm1hcCIsIml0ZW0iLCJhIiwidGFyZ2V0IiwicmVsIiwic3BhbiIsImFyaWEtaGlkZGVuIiwiaDMiLCJ1bCIsInJvbGUiLCJsaSJdLCJzb3VyY2VSb290IjoiIn0=\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 6db0693..94638fe 100644 --- a/.next/server/webpack-runtime.js +++ b/.next/server/webpack-runtime.js @@ -125,7 +125,7 @@ /******/ /******/ /* webpack/runtime/getFullHash */ /******/ (() => { -/******/ __webpack_require__.h = () => ("65841346ad6c56f4") +/******/ __webpack_require__.h = () => ("0b457c4b0e835dad") /******/ })(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ diff --git a/.next/trace b/.next/trace index 14cb07b..70f3af9 100644 --- a/.next/trace +++ b/.next/trace @@ -641,3 +641,9 @@ [{"name":"code-generation-jobs","duration":3392,"timestamp":2005024385756,"id":64517,"parentId":64507,"tags":{},"startTime":1728571557203,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":269,"timestamp":2005024389130,"id":64518,"parentId":64507,"tags":{},"startTime":1728571557206,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":5160,"timestamp":2005024389404,"id":64519,"parentId":64507,"tags":{},"startTime":1728571557206,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-generateClientManifest","duration":106,"timestamp":2005024396379,"id":64521,"parentId":64470,"tags":{},"startTime":1728571557213,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-createassets","duration":186,"timestamp":2005024396303,"id":64520,"parentId":64470,"tags":{},"startTime":1728571557213,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":61333,"timestamp":2005024339545,"id":64507,"parentId":64470,"tags":{},"startTime":1728571557157,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":306370,"timestamp":2005024094535,"id":64470,"parentId":64409,"tags":{"name":"client"},"startTime":1728571556912,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":16754,"timestamp":2005024400977,"id":64522,"parentId":64409,"tags":{},"startTime":1728571557218,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-client","duration":1627530,"timestamp":2005022791867,"id":64409,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1728571555609,"traceId":"118cd7ab9a561d71"}] [{"name":"client-success","duration":17,"timestamp":2005024444070,"id":64523,"parentId":3,"tags":{},"startTime":1728571557261,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":5,"timestamp":2005024444516,"id":64524,"parentId":3,"tags":{},"startTime":1728571557262,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":2,"timestamp":2005024444832,"id":64525,"parentId":3,"tags":{},"startTime":1728571557262,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":1,"timestamp":2005024444953,"id":64526,"parentId":3,"tags":{},"startTime":1728571557262,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1729000,"timestamp":2005022793440,"id":64530,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728571557349,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1762000,"timestamp":2005022795629,"id":64531,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728571557381,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1806000,"timestamp":2005022796371,"id":64532,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728571557427,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1827000,"timestamp":2005022796383,"id":64533,"parentId":3,"tags":{"updatedModules":[],"page":"/usecases","isPageHidden":true},"startTime":1728571557504,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":362239,"timestamp":2005024484936,"id":64529,"tags":{"url":"/usecases?_rsc=1s1qm","isTurbopack":false},"startTime":1728571557302,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005024847221,"id":64535,"parentId":64529,"tags":{"url":"/usecases?_rsc=1s1qm","memory.rss":"409681920","memory.heapUsed":"546384648","memory.heapTotal":"589463552"},"startTime":1728571557664,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":408934,"timestamp":2005024455471,"id":64527,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728571557273,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":3,"timestamp":2005024864464,"id":64536,"parentId":64527,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"410746880","memory.heapUsed":"545919232","memory.heapTotal":"590512128"},"startTime":1728571557682,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":394099,"timestamp":2005024477092,"id":64528,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728571557294,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005024871224,"id":64537,"parentId":64528,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"410746880","memory.heapUsed":"548397760","memory.heapTotal":"590512128"},"startTime":1728571557688,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":192003,"timestamp":2005024783264,"id":64534,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728571557600,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":3,"timestamp":2005024975405,"id":64538,"parentId":64534,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"390889472","memory.heapUsed":"543805264","memory.heapTotal":"592084992"},"startTime":1728571557792,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":427962,"timestamp":2005026404740,"id":64539,"tags":{"url":"/","isTurbopack":false},"startTime":1728571559222,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005026832744,"id":64540,"parentId":64539,"tags":{"url":"/","memory.rss":"382844928","memory.heapUsed":"565300696","memory.heapTotal":"604667904"},"startTime":1728571559650,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":6,"timestamp":2005027287784,"id":64541,"parentId":3,"tags":{},"startTime":1728571560105,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":1,"timestamp":2005027288008,"id":64542,"parentId":3,"tags":{},"startTime":1728571560105,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":1,"timestamp":2005027288163,"id":64543,"parentId":3,"tags":{},"startTime":1728571560105,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":1,"timestamp":2005027288308,"id":64544,"parentId":3,"tags":{},"startTime":1728571560105,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":60711,"timestamp":2005524540062,"id":64551,"parentId":64548,"tags":{"request":"next/dist/pages/_document"},"startTime":1728572057394,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":62229,"timestamp":2005524539461,"id":64549,"parentId":64548,"tags":{"request":"next/dist/pages/_app"},"startTime":1728572057394,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":139227,"timestamp":2005524540277,"id":64555,"parentId":64548,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572057395,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":142791,"timestamp":2005524540009,"id":64550,"parentId":64548,"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":1728572057394,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":142693,"timestamp":2005524540114,"id":64552,"parentId":64548,"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":1728572057394,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":145437,"timestamp":2005524540225,"id":64554,"parentId":64548,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572057394,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":145289,"timestamp":2005524540379,"id":64557,"parentId":64548,"tags":{"request":"next-app-loader?name=app%2Fheroverse%2Fpage&page=%2Fheroverse%2Fpage&appPaths=%2Fheroverse%2Fpage&pagePath=private-next-app-dir%2Fheroverse%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572057395,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":145567,"timestamp":2005524540328,"id":64556,"parentId":64548,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572057395,"traceId":"118cd7ab9a561d71"},{"name":"next-swc-transform","duration":62881,"timestamp":2005524675653,"id":64560,"parentId":64559,"tags":{},"startTime":1728572057530,"traceId":"118cd7ab9a561d71"},{"name":"next-swc-loader","duration":63197,"timestamp":2005524675345,"id":64559,"parentId":64558,"tags":{},"startTime":1728572057530,"traceId":"118cd7ab9a561d71"},{"name":"build-module-jsx","duration":69090,"timestamp":2005524673477,"id":64558,"parentId":64547,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout.jsx","layer":"rsc"},"startTime":1728572057528,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":500057,"timestamp":2005524540173,"id":64553,"parentId":64548,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572057394,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":882874,"timestamp":2005524424289,"id":64548,"parentId":64547,"tags":{},"startTime":1728572057279,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":8250,"timestamp":2005525330126,"id":64587,"parentId":64586,"tags":{},"startTime":1728572058184,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":6,"timestamp":2005525338400,"id":64589,"parentId":64586,"tags":{},"startTime":1728572058193,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":6013,"timestamp":2005525338517,"id":64590,"parentId":64586,"tags":{},"startTime":1728572058193,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":6,"timestamp":2005525344563,"id":64591,"parentId":64586,"tags":{},"startTime":1728572058199,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":4,"timestamp":2005525344591,"id":64592,"parentId":64586,"tags":{},"startTime":1728572058199,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":9577,"timestamp":2005525338391,"id":64588,"parentId":64586,"tags":{},"startTime":1728572058193,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":2501,"timestamp":2005525350440,"id":64593,"parentId":64586,"tags":{},"startTime":1728572058205,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":20840,"timestamp":2005525352958,"id":64594,"parentId":64586,"tags":{},"startTime":1728572058207,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":2550,"timestamp":2005525375858,"id":64595,"parentId":64586,"tags":{},"startTime":1728572058230,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":404,"timestamp":2005525378407,"id":64596,"parentId":64586,"tags":{},"startTime":1728572058233,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":186,"timestamp":2005525378805,"id":64597,"parentId":64586,"tags":{},"startTime":1728572058233,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":3708,"timestamp":2005525379000,"id":64598,"parentId":64586,"tags":{},"startTime":1728572058233,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":97210,"timestamp":2005525324442,"id":64586,"parentId":64547,"tags":{},"startTime":1728572058179,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":1011387,"timestamp":2005524419150,"id":64547,"parentId":64545,"tags":{"name":"server"},"startTime":1728572057273,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":15824,"timestamp":2005525430749,"id":64599,"parentId":64545,"tags":{},"startTime":1728572058285,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-server","duration":1096079,"timestamp":2005524350986,"id":64545,"parentId":3,"tags":{"trigger":"src/app/layout.jsx"},"startTime":1728572057205,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":6803,"timestamp":2005525466211,"id":64612,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":6761,"timestamp":2005525466312,"id":64614,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":6711,"timestamp":2005525466363,"id":64615,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":6405,"timestamp":2005525466670,"id":64621,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":5978,"timestamp":2005525467097,"id":64628,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":6613,"timestamp":2005525466465,"id":64617,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":11505,"timestamp":2005525465565,"id":64602,"parentId":64601,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":11287,"timestamp":2005525465791,"id":64604,"parentId":64601,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":13769,"timestamp":2005525465893,"id":64606,"parentId":64601,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":17004,"timestamp":2005525467043,"id":64627,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":19479,"timestamp":2005525465945,"id":64607,"parentId":64601,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":21850,"timestamp":2005525466010,"id":64608,"parentId":64601,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":20713,"timestamp":2005525467150,"id":64629,"parentId":64601,"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":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":22051,"timestamp":2005525466773,"id":64623,"parentId":64601,"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":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":25419,"timestamp":2005525466110,"id":64610,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":25121,"timestamp":2005525466413,"id":64616,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":25020,"timestamp":2005525466516,"id":64618,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":24916,"timestamp":2005525466620,"id":64620,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":24813,"timestamp":2005525466724,"id":64622,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":24714,"timestamp":2005525466824,"id":64624,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":24556,"timestamp":2005525466986,"id":64626,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":27110,"timestamp":2005525466262,"id":64613,"parentId":64601,"tags":{"request":"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":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":26464,"timestamp":2005525466912,"id":64625,"parentId":64601,"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&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FEventhero.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"read-resource","duration":6517,"timestamp":2005525486946,"id":64632,"parentId":64631,"tags":{},"startTime":1728572058341,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":43178,"timestamp":2005525465842,"id":64605,"parentId":64601,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":42970,"timestamp":2005525466060,"id":64609,"parentId":64601,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"postcss-process","duration":178381,"timestamp":2005525493936,"id":64634,"parentId":64633,"tags":{},"startTime":1728572058348,"traceId":"118cd7ab9a561d71"},{"name":"postcss-loader","duration":180712,"timestamp":2005525493554,"id":64633,"parentId":64631,"tags":{},"startTime":1728572058348,"traceId":"118cd7ab9a561d71"},{"name":"css-loader","duration":41817,"timestamp":2005525674516,"id":64635,"parentId":64631,"tags":{"astUsed":"true"},"startTime":1728572058529,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":237930,"timestamp":2005525486820,"id":64631,"parentId":64630,"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":1728572058341,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":260912,"timestamp":2005525465737,"id":64603,"parentId":64601,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":259548,"timestamp":2005525473571,"id":64630,"parentId":64600,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728572058328,"traceId":"118cd7ab9a561d71"},{"name":"build-module","duration":67,"timestamp":2005525734498,"id":64636,"parentId":64630,"tags":{},"startTime":1728572058589,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":271733,"timestamp":2005525466160,"id":64611,"parentId":64601,"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":1728572058320,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":274696,"timestamp":2005525466570,"id":64619,"parentId":64601,"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":1728572058321,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":292658,"timestamp":2005525448657,"id":64601,"parentId":64600,"tags":{},"startTime":1728572058303,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":9296,"timestamp":2005525849535,"id":64638,"parentId":64637,"tags":{},"startTime":1728572058704,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":4,"timestamp":2005525858860,"id":64640,"parentId":64637,"tags":{},"startTime":1728572058713,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":112,"timestamp":2005525858889,"id":64641,"parentId":64637,"tags":{},"startTime":1728572058713,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":4,"timestamp":2005525859030,"id":64642,"parentId":64637,"tags":{},"startTime":1728572058713,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":4,"timestamp":2005525859057,"id":64643,"parentId":64637,"tags":{},"startTime":1728572058713,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":4217,"timestamp":2005525858849,"id":64639,"parentId":64637,"tags":{},"startTime":1728572058713,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":885,"timestamp":2005525865719,"id":64644,"parentId":64637,"tags":{},"startTime":1728572058720,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":46328,"timestamp":2005525866617,"id":64645,"parentId":64637,"tags":{},"startTime":1728572058721,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":15739,"timestamp":2005525915840,"id":64646,"parentId":64637,"tags":{},"startTime":1728572058770,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":1090,"timestamp":2005525931577,"id":64647,"parentId":64637,"tags":{},"startTime":1728572058786,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":333,"timestamp":2005525932645,"id":64648,"parentId":64637,"tags":{},"startTime":1728572058787,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":9524,"timestamp":2005525932985,"id":64649,"parentId":64637,"tags":{},"startTime":1728572058787,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-generateClientManifest","duration":103,"timestamp":2005525944724,"id":64651,"parentId":64600,"tags":{},"startTime":1728572058799,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-createassets","duration":219,"timestamp":2005525944615,"id":64650,"parentId":64600,"tags":{},"startTime":1728572058799,"traceId":"118cd7ab9a561d71"}] [{"name":"seal","duration":113193,"timestamp":2005525843097,"id":64637,"parentId":64600,"tags":{},"startTime":1728572058697,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":507914,"timestamp":2005525448426,"id":64600,"parentId":64546,"tags":{"name":"client"},"startTime":1728572058303,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":29547,"timestamp":2005525956458,"id":64652,"parentId":64546,"tags":{},"startTime":1728572058811,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-client","duration":1634223,"timestamp":2005524355009,"id":64546,"parentId":3,"tags":{"trigger":"src/app/layout.jsx"},"startTime":1728572057209,"traceId":"118cd7ab9a561d71"}] +[{"name":"client-success","duration":7,"timestamp":2005525997799,"id":64653,"parentId":3,"tags":{},"startTime":1728572058852,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":2,"timestamp":2005525998514,"id":64654,"parentId":3,"tags":{},"startTime":1728572058853,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":2,"timestamp":2005525998825,"id":64655,"parentId":3,"tags":{},"startTime":1728572058853,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1743000,"timestamp":2005524358617,"id":64658,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728572058960,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1780000,"timestamp":2005524361073,"id":64659,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728572059010,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1819000,"timestamp":2005524367224,"id":64660,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728572059045,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":414925,"timestamp":2005526014633,"id":64656,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728572058869,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005526429589,"id":64662,"parentId":64656,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"496582656","memory.heapUsed":"456652272","memory.heapTotal":"513769472"},"startTime":1728572059284,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":422337,"timestamp":2005526047949,"id":64657,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728572058902,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005526470317,"id":64663,"parentId":64657,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"497434624","memory.heapUsed":"453898264","memory.heapTotal":"513769472"},"startTime":1728572059325,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":261485,"timestamp":2005526324390,"id":64661,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728572059179,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":3,"timestamp":2005526585972,"id":64664,"parentId":64661,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"496828416","memory.heapUsed":"451698032","memory.heapTotal":"513769472"},"startTime":1728572059440,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":454213,"timestamp":2005538723595,"id":64665,"tags":{"url":"/about","isTurbopack":false},"startTime":1728572071578,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":5,"timestamp":2005539177891,"id":64666,"parentId":64665,"tags":{"url":"/about","memory.rss":"225034240","memory.heapUsed":"461647536","memory.heapTotal":"516128768"},"startTime":1728572072032,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":9,"timestamp":2005539534168,"id":64667,"parentId":3,"tags":{},"startTime":1728572072388,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":3,"timestamp":2005539534699,"id":64668,"parentId":3,"tags":{},"startTime":1728572072389,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":3,"timestamp":2005539535535,"id":64669,"parentId":3,"tags":{},"startTime":1728572072390,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":16355,"timestamp":2005571772337,"id":64677,"parentId":64674,"tags":{"request":"next/dist/pages/_document"},"startTime":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":17110,"timestamp":2005571772072,"id":64675,"parentId":64674,"tags":{"request":"next/dist/pages/_app"},"startTime":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":97607,"timestamp":2005571772631,"id":64682,"parentId":64674,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":97932,"timestamp":2005571772460,"id":64679,"parentId":64674,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=private-next-app-dir%2Fnot-found.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":101268,"timestamp":2005571772275,"id":64676,"parentId":64674,"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":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":101157,"timestamp":2005571772395,"id":64678,"parentId":64674,"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":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":103600,"timestamp":2005571772519,"id":64680,"parentId":64674,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":103548,"timestamp":2005571772574,"id":64681,"parentId":64674,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":103391,"timestamp":2005571772733,"id":64683,"parentId":64674,"tags":{"request":"next-app-loader?name=app%2Fheroverse%2Fpage&page=%2Fheroverse%2Fpage&appPaths=%2Fheroverse%2Fpage&pagePath=private-next-app-dir%2Fheroverse%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":103498,"timestamp":2005571772796,"id":64684,"parentId":64674,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572104626,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":478098,"timestamp":2005571720307,"id":64674,"parentId":64673,"tags":{},"startTime":1728572104574,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":4555,"timestamp":2005572221435,"id":64717,"parentId":64716,"tags":{},"startTime":1728572105075,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":5,"timestamp":2005572226013,"id":64719,"parentId":64716,"tags":{},"startTime":1728572105079,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":4810,"timestamp":2005572226034,"id":64720,"parentId":64716,"tags":{},"startTime":1728572105079,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":5,"timestamp":2005572230873,"id":64721,"parentId":64716,"tags":{},"startTime":1728572105084,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":3,"timestamp":2005572230894,"id":64722,"parentId":64716,"tags":{},"startTime":1728572105084,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":8418,"timestamp":2005572226004,"id":64718,"parentId":64716,"tags":{},"startTime":1728572105079,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":816,"timestamp":2005572237102,"id":64723,"parentId":64716,"tags":{},"startTime":1728572105091,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":20145,"timestamp":2005572237928,"id":64724,"parentId":64716,"tags":{},"startTime":1728572105091,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":2789,"timestamp":2005572259671,"id":64725,"parentId":64716,"tags":{},"startTime":1728572105113,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":405,"timestamp":2005572262460,"id":64726,"parentId":64716,"tags":{},"startTime":1728572105116,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":153,"timestamp":2005572262858,"id":64727,"parentId":64716,"tags":{},"startTime":1728572105116,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":2985,"timestamp":2005572263016,"id":64728,"parentId":64716,"tags":{},"startTime":1728572105116,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":91991,"timestamp":2005572214828,"id":64716,"parentId":64673,"tags":{},"startTime":1728572105068,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":597457,"timestamp":2005571720010,"id":64673,"parentId":64671,"tags":{"name":"server"},"startTime":1728572104573,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":18527,"timestamp":2005572317659,"id":64729,"parentId":64671,"tags":{},"startTime":1728572105171,"traceId":"118cd7ab9a561d71"},{"name":"compile-path","duration":619137,"timestamp":2005571718162,"id":64672,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728572104572,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-server","duration":620349,"timestamp":2005571718134,"id":64671,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728572104572,"traceId":"118cd7ab9a561d71"}] +[{"name":"handle-request","duration":418302,"timestamp":2005572377778,"id":64730,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728572105231,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005572796113,"id":64733,"parentId":64730,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"422346752","memory.heapUsed":"447806560","memory.heapTotal":"498024448"},"startTime":1728572105650,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":1111492,"timestamp":2005571701819,"id":64670,"tags":{"url":"/about.html","isTurbopack":false},"startTime":1728572104555,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005572813343,"id":64734,"parentId":64670,"tags":{"url":"/about.html","memory.rss":"422346752","memory.heapUsed":"444438336","memory.heapTotal":"498024448"},"startTime":1728572105667,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":539870,"timestamp":2005572396948,"id":64731,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728572105250,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":2,"timestamp":2005572936849,"id":64735,"parentId":64731,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"424263680","memory.heapUsed":"446856608","memory.heapTotal":"499499008"},"startTime":1728572105790,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":262704,"timestamp":2005572678512,"id":64732,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728572105532,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":2,"timestamp":2005572941248,"id":64736,"parentId":64732,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"424263680","memory.heapUsed":"449384552","memory.heapTotal":"499499008"},"startTime":1728572105795,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":17,"timestamp":2005573236935,"id":64737,"parentId":3,"tags":{},"startTime":1728572106090,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":3,"timestamp":2005573237173,"id":64738,"parentId":3,"tags":{},"startTime":1728572106091,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":0,"timestamp":2005573237256,"id":64739,"parentId":3,"tags":{},"startTime":1728572106091,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":322881,"timestamp":2005576395460,"id":64740,"tags":{"url":"/about","isTurbopack":false},"startTime":1728572109249,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":8,"timestamp":2005576718432,"id":64741,"parentId":64740,"tags":{"url":"/about","memory.rss":"311083008","memory.heapUsed":"458658944","memory.heapTotal":"505528320"},"startTime":1728572109572,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":3,"timestamp":2005577025543,"id":64742,"parentId":3,"tags":{},"startTime":1728572109879,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":0,"timestamp":2005577025652,"id":64743,"parentId":3,"tags":{},"startTime":1728572109879,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":0,"timestamp":2005577025793,"id":64744,"parentId":3,"tags":{},"startTime":1728572109879,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":475886,"timestamp":2005614647385,"id":64745,"tags":{"url":"/","isTurbopack":false},"startTime":1728572147500,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":5,"timestamp":2005615123337,"id":64746,"parentId":64745,"tags":{"url":"/","memory.rss":"208420864","memory.heapUsed":"424081560","memory.heapTotal":"466599936"},"startTime":1728572147976,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":5,"timestamp":2005615511470,"id":64747,"parentId":3,"tags":{},"startTime":1728572148364,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":2,"timestamp":2005615511967,"id":64748,"parentId":3,"tags":{},"startTime":1728572148365,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":2,"timestamp":2005615512190,"id":64749,"parentId":3,"tags":{},"startTime":1728572148365,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":98679,"timestamp":2005743252367,"id":64763,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":98894,"timestamp":2005743252547,"id":64765,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":98796,"timestamp":2005743252650,"id":64766,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":98238,"timestamp":2005743253210,"id":64772,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572276104,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":97374,"timestamp":2005743254078,"id":64779,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572276104,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":98627,"timestamp":2005743252851,"id":64768,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":129249,"timestamp":2005743249574,"id":64753,"parentId":64752,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572276100,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":128239,"timestamp":2005743250704,"id":64755,"parentId":64752,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572276101,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":136992,"timestamp":2005743250835,"id":64757,"parentId":64752,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728572276101,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":139627,"timestamp":2005743253875,"id":64778,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572276104,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":148584,"timestamp":2005743251875,"id":64759,"parentId":64752,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728572276102,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":146000,"timestamp":2005743254471,"id":64780,"parentId":64752,"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":1728572276105,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":155811,"timestamp":2005743251700,"id":64758,"parentId":64752,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728572276102,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":160603,"timestamp":2005743252430,"id":64764,"parentId":64752,"tags":{"request":"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":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"read-resource","duration":17435,"timestamp":2005743395824,"id":64783,"parentId":64782,"tags":{},"startTime":1728572276246,"traceId":"118cd7ab9a561d71"},{"name":"postcss-process","duration":193112,"timestamp":2005743413882,"id":64785,"parentId":64784,"tags":{},"startTime":1728572276264,"traceId":"118cd7ab9a561d71"},{"name":"postcss-loader","duration":195068,"timestamp":2005743413417,"id":64784,"parentId":64782,"tags":{},"startTime":1728572276264,"traceId":"118cd7ab9a561d71"},{"name":"css-loader","duration":52433,"timestamp":2005743608719,"id":64786,"parentId":64782,"tags":{"astUsed":"true"},"startTime":1728572276459,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":276598,"timestamp":2005743395523,"id":64782,"parentId":64781,"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":1728572276246,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":432587,"timestamp":2005743250766,"id":64756,"parentId":64752,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728572276101,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":431456,"timestamp":2005743253395,"id":64774,"parentId":64752,"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":1728572276104,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":343544,"timestamp":2005743353310,"id":64781,"parentId":64751,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728572276204,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":446038,"timestamp":2005743252142,"id":64761,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":445409,"timestamp":2005743252778,"id":64767,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":445280,"timestamp":2005743252910,"id":64769,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":445074,"timestamp":2005743253118,"id":64771,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572276104,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":444869,"timestamp":2005743253325,"id":64773,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572276104,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":444702,"timestamp":2005743253495,"id":64775,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572276104,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":444565,"timestamp":2005743253634,"id":64777,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572276104,"traceId":"118cd7ab9a561d71"},{"name":"build-module","duration":51,"timestamp":2005743699121,"id":64787,"parentId":64781,"tags":{},"startTime":1728572276550,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":447252,"timestamp":2005743251946,"id":64760,"parentId":64752,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572276102,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":445641,"timestamp":2005743253563,"id":64776,"parentId":64752,"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&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FEventhero.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1728572276104,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":447314,"timestamp":2005743252281,"id":64762,"parentId":64752,"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":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":449339,"timestamp":2005743250634,"id":64754,"parentId":64752,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728572276101,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":460618,"timestamp":2005743253047,"id":64770,"parentId":64752,"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":1728572276103,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":483100,"timestamp":2005743230614,"id":64752,"parentId":64751,"tags":{},"startTime":1728572276081,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":7256,"timestamp":2005743867229,"id":64789,"parentId":64788,"tags":{},"startTime":1728572276718,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":6,"timestamp":2005743874518,"id":64791,"parentId":64788,"tags":{},"startTime":1728572276725,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":134,"timestamp":2005743874540,"id":64792,"parentId":64788,"tags":{},"startTime":1728572276725,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":6,"timestamp":2005743874700,"id":64793,"parentId":64788,"tags":{},"startTime":1728572276725,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":4,"timestamp":2005743874727,"id":64794,"parentId":64788,"tags":{},"startTime":1728572276725,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":4386,"timestamp":2005743874505,"id":64790,"parentId":64788,"tags":{},"startTime":1728572276725,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":1523,"timestamp":2005743882107,"id":64795,"parentId":64788,"tags":{},"startTime":1728572276732,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":46585,"timestamp":2005743883644,"id":64796,"parentId":64788,"tags":{},"startTime":1728572276734,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":11382,"timestamp":2005743933592,"id":64797,"parentId":64788,"tags":{},"startTime":1728572276784,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":763,"timestamp":2005743944972,"id":64798,"parentId":64788,"tags":{},"startTime":1728572276795,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":267,"timestamp":2005743945721,"id":64799,"parentId":64788,"tags":{},"startTime":1728572276796,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":6534,"timestamp":2005743945993,"id":64800,"parentId":64788,"tags":{},"startTime":1728572276796,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-generateClientManifest","duration":167,"timestamp":2005743954093,"id":64802,"parentId":64751,"tags":{},"startTime":1728572276804,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-createassets","duration":259,"timestamp":2005743954008,"id":64801,"parentId":64751,"tags":{},"startTime":1728572276804,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":109379,"timestamp":2005743850766,"id":64788,"parentId":64751,"tags":{},"startTime":1728572276701,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":731642,"timestamp":2005743228538,"id":64751,"parentId":64750,"tags":{"name":"client"},"startTime":1728572276079,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":19604,"timestamp":2005743960269,"id":64803,"parentId":64750,"tags":{},"startTime":1728572276811,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-client","duration":806345,"timestamp":2005743175546,"id":64750,"parentId":3,"tags":{"trigger":"src/favicon copy.ico"},"startTime":1728572276026,"traceId":"118cd7ab9a561d71"}] +[{"name":"client-success","duration":6,"timestamp":2005743999081,"id":64804,"parentId":3,"tags":{},"startTime":1728572276849,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":2,"timestamp":2005743999514,"id":64805,"parentId":3,"tags":{},"startTime":1728572276850,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":937000,"timestamp":2005743188926,"id":64808,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728572276980,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":963000,"timestamp":2005743189083,"id":64809,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728572277014,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":275489,"timestamp":2005744030983,"id":64806,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728572276881,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":2,"timestamp":2005744306510,"id":64810,"parentId":64806,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"413908992","memory.heapUsed":"409810560","memory.heapTotal":"477708288"},"startTime":1728572277157,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":272349,"timestamp":2005744044834,"id":64807,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728572276895,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":2,"timestamp":2005744317212,"id":64811,"parentId":64807,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"413908992","memory.heapUsed":"414870664","memory.heapTotal":"477708288"},"startTime":1728572277168,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":33696,"timestamp":2005749334939,"id":64825,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":33800,"timestamp":2005749335132,"id":64827,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":33730,"timestamp":2005749335206,"id":64828,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":32938,"timestamp":2005749336003,"id":64834,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572282186,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":32165,"timestamp":2005749336778,"id":64841,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572282187,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":33500,"timestamp":2005749335460,"id":64830,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572282186,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":105881,"timestamp":2005749333232,"id":64815,"parentId":64814,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572282184,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":105084,"timestamp":2005749334079,"id":64817,"parentId":64814,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572282184,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":112363,"timestamp":2005749334243,"id":64819,"parentId":64814,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":114152,"timestamp":2005749336681,"id":64840,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572282187,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":141759,"timestamp":2005749334444,"id":64821,"parentId":64814,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":139367,"timestamp":2005749336844,"id":64842,"parentId":64814,"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":1728572282187,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":155142,"timestamp":2005749334362,"id":64820,"parentId":64814,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":157752,"timestamp":2005749335035,"id":64826,"parentId":64814,"tags":{"request":"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":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"read-resource","duration":31538,"timestamp":2005749461593,"id":64845,"parentId":64844,"tags":{},"startTime":1728572282312,"traceId":"118cd7ab9a561d71"},{"name":"postcss-process","duration":485589,"timestamp":2005749493938,"id":64847,"parentId":64846,"tags":{},"startTime":1728572282344,"traceId":"118cd7ab9a561d71"},{"name":"postcss-loader","duration":487267,"timestamp":2005749493276,"id":64846,"parentId":64844,"tags":{},"startTime":1728572282344,"traceId":"118cd7ab9a561d71"},{"name":"css-loader","duration":42764,"timestamp":2005749980864,"id":64848,"parentId":64844,"tags":{"astUsed":"true"},"startTime":1728572282831,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":572104,"timestamp":2005749460404,"id":64844,"parentId":64843,"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":1728572282311,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":705895,"timestamp":2005749334176,"id":64818,"parentId":64814,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728572282184,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":705530,"timestamp":2005749336262,"id":64836,"parentId":64814,"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":1728572282187,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":671813,"timestamp":2005749376685,"id":64843,"parentId":64813,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728572282227,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":715260,"timestamp":2005749334664,"id":64823,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":714639,"timestamp":2005749335291,"id":64829,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572282186,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":714394,"timestamp":2005749335538,"id":64831,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572282186,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":714029,"timestamp":2005749335905,"id":64833,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572282186,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":713755,"timestamp":2005749336180,"id":64835,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572282186,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":713503,"timestamp":2005749336433,"id":64837,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572282187,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":713352,"timestamp":2005749336585,"id":64839,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572282187,"traceId":"118cd7ab9a561d71"},{"name":"build-module","duration":58,"timestamp":2005750051230,"id":64849,"parentId":64843,"tags":{},"startTime":1728572282902,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":716786,"timestamp":2005749334517,"id":64822,"parentId":64814,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":714794,"timestamp":2005749336515,"id":64838,"parentId":64814,"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&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FEventhero.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1728572282187,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":716894,"timestamp":2005749334800,"id":64824,"parentId":64814,"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":1728572282185,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":718178,"timestamp":2005749333912,"id":64816,"parentId":64814,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728572282184,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":725874,"timestamp":2005749335751,"id":64832,"parentId":64814,"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":1728572282186,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":747679,"timestamp":2005749313997,"id":64814,"parentId":64813,"tags":{},"startTime":1728572282164,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":5570,"timestamp":2005750080708,"id":64851,"parentId":64850,"tags":{},"startTime":1728572282931,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":10,"timestamp":2005750086304,"id":64853,"parentId":64850,"tags":{},"startTime":1728572282937,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":124,"timestamp":2005750086327,"id":64854,"parentId":64850,"tags":{},"startTime":1728572282937,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":4,"timestamp":2005750086477,"id":64855,"parentId":64850,"tags":{},"startTime":1728572282937,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":3,"timestamp":2005750086505,"id":64856,"parentId":64850,"tags":{},"startTime":1728572282937,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":2481,"timestamp":2005750086294,"id":64852,"parentId":64850,"tags":{},"startTime":1728572282937,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":696,"timestamp":2005750091571,"id":64857,"parentId":64850,"tags":{},"startTime":1728572282942,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":27475,"timestamp":2005750092274,"id":64858,"parentId":64850,"tags":{},"startTime":1728572282943,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":9207,"timestamp":2005750122465,"id":64859,"parentId":64850,"tags":{},"startTime":1728572282973,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":9242,"timestamp":2005750131670,"id":64860,"parentId":64850,"tags":{},"startTime":1728572282982,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":1395,"timestamp":2005750140868,"id":64861,"parentId":64850,"tags":{},"startTime":1728572282991,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":60066,"timestamp":2005750142276,"id":64862,"parentId":64850,"tags":{},"startTime":1728572282993,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-generateClientManifest","duration":175,"timestamp":2005750207619,"id":64864,"parentId":64813,"tags":{},"startTime":1728572283058,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-createassets","duration":386,"timestamp":2005750207439,"id":64863,"parentId":64813,"tags":{},"startTime":1728572283058,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":140449,"timestamp":2005750074704,"id":64850,"parentId":64813,"tags":{},"startTime":1728572282925,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":903584,"timestamp":2005749311626,"id":64813,"parentId":64812,"tags":{"name":"client"},"startTime":1728572282162,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":22914,"timestamp":2005750215347,"id":64865,"parentId":64812,"tags":{},"startTime":1728572283066,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-client","duration":957949,"timestamp":2005749282654,"id":64812,"parentId":3,"tags":{"trigger":"src/favicon copy.ico"},"startTime":1728572282133,"traceId":"118cd7ab9a561d71"}] +[{"name":"client-success","duration":14,"timestamp":2005750246343,"id":64866,"parentId":3,"tags":{},"startTime":1728572283097,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":1,"timestamp":2005750246494,"id":64867,"parentId":3,"tags":{},"startTime":1728572283097,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1038000,"timestamp":2005749284560,"id":64870,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728572283177,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1064000,"timestamp":2005749284758,"id":64871,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728572283214,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":250659,"timestamp":2005750259784,"id":64868,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728572283110,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":2,"timestamp":2005750510494,"id":64872,"parentId":64868,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"298532864","memory.heapUsed":"441886008","memory.heapTotal":"485310464"},"startTime":1728572283361,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":234492,"timestamp":2005750277882,"id":64869,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728572283128,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005750512398,"id":64873,"parentId":64869,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"298549248","memory.heapUsed":"443125400","memory.heapTotal":"485310464"},"startTime":1728572283363,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":22681,"timestamp":2005821372303,"id":64880,"parentId":64877,"tags":{"request":"next/dist/pages/_document"},"startTime":1728572354221,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":24496,"timestamp":2005821371844,"id":64878,"parentId":64877,"tags":{"request":"next/dist/pages/_app"},"startTime":1728572354221,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":127273,"timestamp":2005821372514,"id":64884,"parentId":64877,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572354222,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":135271,"timestamp":2005821372248,"id":64879,"parentId":64877,"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":1728572354221,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":135172,"timestamp":2005821372356,"id":64881,"parentId":64877,"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":1728572354221,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":137389,"timestamp":2005821372462,"id":64883,"parentId":64877,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572354221,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":137294,"timestamp":2005821372566,"id":64885,"parentId":64877,"tags":{"request":"next-app-loader?name=app%2Fheroverse%2Fpage&page=%2Fheroverse%2Fpage&appPaths=%2Fheroverse%2Fpage&pagePath=private-next-app-dir%2Fheroverse%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572354222,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":137459,"timestamp":2005821372617,"id":64886,"parentId":64877,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572354222,"traceId":"118cd7ab9a561d71"},{"name":"next-swc-transform","duration":76045,"timestamp":2005821476960,"id":64889,"parentId":64888,"tags":{},"startTime":1728572354326,"traceId":"118cd7ab9a561d71"},{"name":"next-swc-loader","duration":76782,"timestamp":2005821476230,"id":64888,"parentId":64887,"tags":{},"startTime":1728572354325,"traceId":"118cd7ab9a561d71"},{"name":"build-module-jsx","duration":87413,"timestamp":2005821468853,"id":64887,"parentId":64876,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/layout.jsx","layer":"rsc"},"startTime":1728572354318,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":190219,"timestamp":2005821372409,"id":64882,"parentId":64877,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572354221,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":536208,"timestamp":2005821305170,"id":64877,"parentId":64876,"tags":{},"startTime":1728572354154,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":20920,"timestamp":2005821951541,"id":64916,"parentId":64915,"tags":{},"startTime":1728572354801,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":12,"timestamp":2005821972512,"id":64918,"parentId":64915,"tags":{},"startTime":1728572354822,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":8792,"timestamp":2005821972553,"id":64919,"parentId":64915,"tags":{},"startTime":1728572354822,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":8,"timestamp":2005821981385,"id":64920,"parentId":64915,"tags":{},"startTime":1728572354830,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":5,"timestamp":2005821981419,"id":64921,"parentId":64915,"tags":{},"startTime":1728572354830,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":12786,"timestamp":2005821972493,"id":64917,"parentId":64915,"tags":{},"startTime":1728572354821,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":1133,"timestamp":2005821988007,"id":64922,"parentId":64915,"tags":{},"startTime":1728572354837,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":34144,"timestamp":2005821989152,"id":64923,"parentId":64915,"tags":{},"startTime":1728572354838,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":3605,"timestamp":2005822025283,"id":64924,"parentId":64915,"tags":{},"startTime":1728572354874,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":577,"timestamp":2005822028886,"id":64925,"parentId":64915,"tags":{},"startTime":1728572354878,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":216,"timestamp":2005822029451,"id":64926,"parentId":64915,"tags":{},"startTime":1728572354878,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":1029,"timestamp":2005822029672,"id":64927,"parentId":64915,"tags":{},"startTime":1728572354879,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":144525,"timestamp":2005821935051,"id":64915,"parentId":64876,"tags":{},"startTime":1728572354784,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":786255,"timestamp":2005821303734,"id":64876,"parentId":64874,"tags":{"name":"server"},"startTime":1728572354153,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":10957,"timestamp":2005822090143,"id":64928,"parentId":64874,"tags":{},"startTime":1728572354939,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-server","duration":833756,"timestamp":2005821267908,"id":64874,"parentId":3,"tags":{"trigger":"src/app/layout.jsx"},"startTime":1728572354117,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":10585,"timestamp":2005822124267,"id":64941,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":10524,"timestamp":2005822124399,"id":64943,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":10459,"timestamp":2005822124466,"id":64944,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":10059,"timestamp":2005822124867,"id":64950,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":9540,"timestamp":2005822125386,"id":64957,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":10328,"timestamp":2005822124600,"id":64946,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":15836,"timestamp":2005822123399,"id":64931,"parentId":64930,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572354972,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":15539,"timestamp":2005822123704,"id":64933,"parentId":64930,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":18436,"timestamp":2005822123856,"id":64935,"parentId":64930,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":19065,"timestamp":2005822125312,"id":64956,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":22340,"timestamp":2005822123925,"id":64936,"parentId":64930,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":24976,"timestamp":2005822123995,"id":64937,"parentId":64930,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":23497,"timestamp":2005822125477,"id":64958,"parentId":64930,"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":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":24992,"timestamp":2005822125013,"id":64952,"parentId":64930,"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":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":28497,"timestamp":2005822124129,"id":64939,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":28097,"timestamp":2005822124531,"id":64945,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":27963,"timestamp":2005822124666,"id":64947,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":27831,"timestamp":2005822124799,"id":64949,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":27691,"timestamp":2005822124940,"id":64951,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":27528,"timestamp":2005822125104,"id":64953,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":27394,"timestamp":2005822125243,"id":64955,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":34413,"timestamp":2005822124333,"id":64942,"parentId":64930,"tags":{"request":"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":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":33583,"timestamp":2005822125170,"id":64954,"parentId":64930,"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&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FEventhero.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"read-resource","duration":10968,"timestamp":2005822147940,"id":64961,"parentId":64960,"tags":{},"startTime":1728572354997,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":48353,"timestamp":2005822123789,"id":64934,"parentId":64930,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":48091,"timestamp":2005822124061,"id":64938,"parentId":64930,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"postcss-process","duration":149606,"timestamp":2005822159464,"id":64963,"parentId":64962,"tags":{},"startTime":1728572355008,"traceId":"118cd7ab9a561d71"},{"name":"postcss-loader","duration":151561,"timestamp":2005822159007,"id":64962,"parentId":64960,"tags":{},"startTime":1728572355008,"traceId":"118cd7ab9a561d71"},{"name":"css-loader","duration":35339,"timestamp":2005822310809,"id":64964,"parentId":64960,"tags":{"astUsed":"true"},"startTime":1728572355160,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":204800,"timestamp":2005822147821,"id":64960,"parentId":64959,"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":1728572354997,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":233260,"timestamp":2005822123633,"id":64932,"parentId":64930,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":225470,"timestamp":2005822135633,"id":64959,"parentId":64929,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728572354985,"traceId":"118cd7ab9a561d71"},{"name":"build-module","duration":40,"timestamp":2005822362071,"id":64965,"parentId":64959,"tags":{},"startTime":1728572355211,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":238003,"timestamp":2005822124198,"id":64940,"parentId":64930,"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":1728572354973,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":240731,"timestamp":2005822124732,"id":64948,"parentId":64930,"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":1728572354974,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":261887,"timestamp":2005822103599,"id":64930,"parentId":64929,"tags":{},"startTime":1728572354953,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":8817,"timestamp":2005822456463,"id":64967,"parentId":64966,"tags":{},"startTime":1728572355305,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":5,"timestamp":2005822465312,"id":64969,"parentId":64966,"tags":{},"startTime":1728572355314,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":131,"timestamp":2005822465343,"id":64970,"parentId":64966,"tags":{},"startTime":1728572355314,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":5,"timestamp":2005822465505,"id":64971,"parentId":64966,"tags":{},"startTime":1728572355314,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":4,"timestamp":2005822465531,"id":64972,"parentId":64966,"tags":{},"startTime":1728572355315,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":4037,"timestamp":2005822465300,"id":64968,"parentId":64966,"tags":{},"startTime":1728572355314,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":639,"timestamp":2005822479552,"id":64973,"parentId":64966,"tags":{},"startTime":1728572355329,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":32349,"timestamp":2005822480204,"id":64974,"parentId":64966,"tags":{},"startTime":1728572355329,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":9456,"timestamp":2005822514987,"id":64975,"parentId":64966,"tags":{},"startTime":1728572355364,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":1127,"timestamp":2005822524442,"id":64976,"parentId":64966,"tags":{},"startTime":1728572355373,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":334,"timestamp":2005822525552,"id":64977,"parentId":64966,"tags":{},"startTime":1728572355375,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":10627,"timestamp":2005822525893,"id":64978,"parentId":64966,"tags":{},"startTime":1728572355375,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-generateClientManifest","duration":90,"timestamp":2005822538717,"id":64980,"parentId":64929,"tags":{},"startTime":1728572355388,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-createassets","duration":187,"timestamp":2005822538626,"id":64979,"parentId":64929,"tags":{},"startTime":1728572355388,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":94919,"timestamp":2005822449921,"id":64966,"parentId":64929,"tags":{},"startTime":1728572355299,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":441567,"timestamp":2005822103308,"id":64929,"parentId":64875,"tags":{"name":"client"},"startTime":1728572354952,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":21655,"timestamp":2005822544975,"id":64981,"parentId":64875,"tags":{},"startTime":1728572355394,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-client","duration":1299688,"timestamp":2005821268982,"id":64875,"parentId":3,"tags":{"trigger":"src/app/layout.jsx"},"startTime":1728572354118,"traceId":"118cd7ab9a561d71"}] +[{"name":"client-success","duration":5,"timestamp":2005822572992,"id":64982,"parentId":3,"tags":{},"startTime":1728572355422,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":1,"timestamp":2005822574226,"id":64983,"parentId":3,"tags":{},"startTime":1728572355423,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1370000,"timestamp":2005821272922,"id":64986,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728572355496,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":1398000,"timestamp":2005821273004,"id":64987,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728572355535,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":429946,"timestamp":2005822587493,"id":64984,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728572355436,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":3,"timestamp":2005823017523,"id":64988,"parentId":64984,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"430702592","memory.heapUsed":"434261576","memory.heapTotal":"493453312"},"startTime":1728572355867,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":467886,"timestamp":2005822600250,"id":64985,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728572355449,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":4,"timestamp":2005823068221,"id":64989,"parentId":64985,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"430866432","memory.heapUsed":"424403072","memory.heapTotal":"493453312"},"startTime":1728572355917,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":27043,"timestamp":2005917461067,"id":64996,"parentId":64993,"tags":{"request":"next/dist/pages/_document"},"startTime":1728572450308,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":30355,"timestamp":2005917460640,"id":64994,"parentId":64993,"tags":{"request":"next/dist/pages/_app"},"startTime":1728572450308,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":108232,"timestamp":2005917461303,"id":65000,"parentId":64993,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572450309,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":121777,"timestamp":2005917461006,"id":64995,"parentId":64993,"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":1728572450308,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":121666,"timestamp":2005917461125,"id":64997,"parentId":64993,"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":1728572450308,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":123792,"timestamp":2005917461245,"id":64999,"parentId":64993,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572450309,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":123682,"timestamp":2005917461360,"id":65001,"parentId":64993,"tags":{"request":"next-app-loader?name=app%2Fheroverse%2Fpage&page=%2Fheroverse%2Fpage&appPaths=%2Fheroverse%2Fpage&pagePath=private-next-app-dir%2Fheroverse%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572450309,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":123839,"timestamp":2005917461420,"id":65002,"parentId":64993,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572450309,"traceId":"118cd7ab9a561d71"},{"name":"next-swc-transform","duration":93970,"timestamp":2005917572079,"id":65005,"parentId":65004,"tags":{},"startTime":1728572450419,"traceId":"118cd7ab9a561d71"},{"name":"next-swc-loader","duration":94316,"timestamp":2005917571742,"id":65004,"parentId":65003,"tags":{},"startTime":1728572450419,"traceId":"118cd7ab9a561d71"},{"name":"build-module-jsx","duration":106156,"timestamp":2005917570554,"id":65003,"parentId":64992,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1728572450418,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":228597,"timestamp":2005917461187,"id":64998,"parentId":64993,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572450308,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":673387,"timestamp":2005917376888,"id":64993,"parentId":64992,"tags":{},"startTime":1728572450224,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":9970,"timestamp":2005918167019,"id":65032,"parentId":65031,"tags":{},"startTime":1728572451014,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":14,"timestamp":2005918177018,"id":65034,"parentId":65031,"tags":{},"startTime":1728572451024,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":4679,"timestamp":2005918177156,"id":65035,"parentId":65031,"tags":{},"startTime":1728572451024,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":12,"timestamp":2005918181868,"id":65036,"parentId":65031,"tags":{},"startTime":1728572451029,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":7,"timestamp":2005918181901,"id":65037,"parentId":65031,"tags":{},"startTime":1728572451029,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":8118,"timestamp":2005918177007,"id":65033,"parentId":65031,"tags":{},"startTime":1728572451024,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":938,"timestamp":2005918187881,"id":65038,"parentId":65031,"tags":{},"startTime":1728572451035,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":147560,"timestamp":2005918188829,"id":65039,"parentId":65031,"tags":{},"startTime":1728572451036,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":7766,"timestamp":2005918362244,"id":65040,"parentId":65031,"tags":{},"startTime":1728572451210,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":884,"timestamp":2005918370007,"id":65041,"parentId":65031,"tags":{},"startTime":1728572451217,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":463,"timestamp":2005918370871,"id":65042,"parentId":65031,"tags":{},"startTime":1728572451218,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":9549,"timestamp":2005918371342,"id":65043,"parentId":65031,"tags":{},"startTime":1728572451219,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":376605,"timestamp":2005918160500,"id":65031,"parentId":64992,"tags":{},"startTime":1728572451008,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":1265939,"timestamp":2005917372796,"id":64992,"parentId":64990,"tags":{"name":"server"},"startTime":1728572450220,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":25636,"timestamp":2005918639152,"id":65044,"parentId":64990,"tags":{},"startTime":1728572451486,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-server","duration":1319353,"timestamp":2005917346411,"id":64990,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1728572450194,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":13422,"timestamp":2005918700524,"id":65057,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":13456,"timestamp":2005918700667,"id":65059,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":13395,"timestamp":2005918700733,"id":65060,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":12988,"timestamp":2005918701141,"id":65066,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":12509,"timestamp":2005918701623,"id":65073,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572451549,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":13264,"timestamp":2005918700872,"id":65062,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":29983,"timestamp":2005918699596,"id":65047,"parentId":65046,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572451547,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":29640,"timestamp":2005918699961,"id":65049,"parentId":65046,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572451547,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":33398,"timestamp":2005918700121,"id":65051,"parentId":65046,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728572451547,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":34730,"timestamp":2005918701549,"id":65072,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572451549,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":37705,"timestamp":2005918700189,"id":65052,"parentId":65046,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728572451547,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":41465,"timestamp":2005918700255,"id":65053,"parentId":65046,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":40038,"timestamp":2005918701689,"id":65074,"parentId":65046,"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":1728572451549,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":41937,"timestamp":2005918701278,"id":65068,"parentId":65046,"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":1728572451549,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":46755,"timestamp":2005918700388,"id":65055,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":46350,"timestamp":2005918700801,"id":65061,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":46211,"timestamp":2005918700940,"id":65063,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":46077,"timestamp":2005918701075,"id":65065,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":45946,"timestamp":2005918701208,"id":65067,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":45810,"timestamp":2005918701348,"id":65069,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572451549,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":45675,"timestamp":2005918701484,"id":65071,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572451549,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":49763,"timestamp":2005918700592,"id":65058,"parentId":65046,"tags":{"request":"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":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":48950,"timestamp":2005918701414,"id":65070,"parentId":65046,"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&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FEventhero.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1728572451549,"traceId":"118cd7ab9a561d71"},{"name":"read-resource","duration":10476,"timestamp":2005918740020,"id":65077,"parentId":65076,"tags":{},"startTime":1728572451587,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":74319,"timestamp":2005918700042,"id":65050,"parentId":65046,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728572451547,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":74048,"timestamp":2005918700323,"id":65054,"parentId":65046,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"postcss-process","duration":171723,"timestamp":2005918751154,"id":65079,"parentId":65078,"tags":{},"startTime":1728572451598,"traceId":"118cd7ab9a561d71"},{"name":"postcss-loader","duration":175849,"timestamp":2005918750636,"id":65078,"parentId":65076,"tags":{},"startTime":1728572451598,"traceId":"118cd7ab9a561d71"},{"name":"css-loader","duration":157010,"timestamp":2005918926839,"id":65080,"parentId":65076,"tags":{"astUsed":"true"},"startTime":1728572451774,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":366305,"timestamp":2005918739858,"id":65076,"parentId":65075,"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":1728572451587,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":431485,"timestamp":2005918699888,"id":65048,"parentId":65046,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728572451547,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":429149,"timestamp":2005918716090,"id":65075,"parentId":65045,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728572451563,"traceId":"118cd7ab9a561d71"},{"name":"build-module","duration":72,"timestamp":2005919147453,"id":65081,"parentId":65075,"tags":{},"startTime":1728572451995,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":447425,"timestamp":2005918700456,"id":65056,"parentId":65046,"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":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":450064,"timestamp":2005918701009,"id":65064,"parentId":65046,"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":1728572451548,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":481086,"timestamp":2005918670046,"id":65046,"parentId":65045,"tags":{},"startTime":1728572451517,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":19737,"timestamp":2005919427129,"id":65083,"parentId":65082,"tags":{},"startTime":1728572452274,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":9,"timestamp":2005919446922,"id":65085,"parentId":65082,"tags":{},"startTime":1728572452294,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":220,"timestamp":2005919446978,"id":65086,"parentId":65082,"tags":{},"startTime":1728572452294,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":16,"timestamp":2005919447419,"id":65087,"parentId":65082,"tags":{},"startTime":1728572452295,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":8,"timestamp":2005919447480,"id":65088,"parentId":65082,"tags":{},"startTime":1728572452295,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":19162,"timestamp":2005919446902,"id":65084,"parentId":65082,"tags":{},"startTime":1728572452294,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":2276,"timestamp":2005919480162,"id":65089,"parentId":65082,"tags":{},"startTime":1728572452327,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":75495,"timestamp":2005919482470,"id":65090,"parentId":65082,"tags":{},"startTime":1728572452330,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":23022,"timestamp":2005919562406,"id":65091,"parentId":65082,"tags":{},"startTime":1728572452410,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":1961,"timestamp":2005919585425,"id":65092,"parentId":65082,"tags":{},"startTime":1728572452433,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":492,"timestamp":2005919587350,"id":65093,"parentId":65082,"tags":{},"startTime":1728572452435,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":16651,"timestamp":2005919587851,"id":65094,"parentId":65082,"tags":{},"startTime":1728572452435,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-generateClientManifest","duration":183,"timestamp":2005919607807,"id":65096,"parentId":65045,"tags":{},"startTime":1728572452455,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-createassets","duration":355,"timestamp":2005919607647,"id":65095,"parentId":65045,"tags":{},"startTime":1728572452455,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":208207,"timestamp":2005919408986,"id":65082,"parentId":65045,"tags":{},"startTime":1728572452256,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":947693,"timestamp":2005918669618,"id":65045,"parentId":64991,"tags":{"name":"client"},"startTime":1728572451517,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":38007,"timestamp":2005919617749,"id":65097,"parentId":64991,"tags":{},"startTime":1728572452465,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-client","duration":2311103,"timestamp":2005917347533,"id":64991,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1728572450195,"traceId":"118cd7ab9a561d71"}] +[{"name":"client-success","duration":165,"timestamp":2005919669735,"id":65098,"parentId":3,"tags":{},"startTime":1728572452517,"traceId":"118cd7ab9a561d71"},{"name":"client-success","duration":9,"timestamp":2005919695823,"id":65099,"parentId":3,"tags":{},"startTime":1728572452543,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":2445000,"timestamp":2005917350977,"id":65102,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728572452661,"traceId":"118cd7ab9a561d71"},{"name":"client-hmr-latency","duration":2491000,"timestamp":2005917349921,"id":65103,"parentId":3,"tags":{"updatedModules":[],"page":"/about","isPageHidden":true},"startTime":1728572452695,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":334027,"timestamp":2005919712164,"id":65100,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728572452559,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005920046216,"id":65106,"parentId":65100,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"427900928","memory.heapUsed":"431613064","memory.heapTotal":"500105216"},"startTime":1728572452893,"traceId":"118cd7ab9a561d71"},{"name":"handle-request","duration":336952,"timestamp":2005919734600,"id":65101,"tags":{"url":"/about?_rsc=quoyu","isTurbopack":false},"startTime":1728572452582,"traceId":"118cd7ab9a561d71"},{"name":"memory-usage","duration":1,"timestamp":2005920071582,"id":65109,"parentId":65101,"tags":{"url":"/about?_rsc=quoyu","memory.rss":"428179456","memory.heapUsed":"440514648","memory.heapTotal":"500105216"},"startTime":1728572452919,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":19505,"timestamp":2005920105136,"id":65112,"parentId":65108,"tags":{"request":"next/dist/pages/_document"},"startTime":1728572452952,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":20037,"timestamp":2005920104877,"id":65110,"parentId":65108,"tags":{"request":"next/dist/pages/_app"},"startTime":1728572452952,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":94500,"timestamp":2005920105597,"id":65116,"parentId":65108,"tags":{"request":"next-app-loader?name=app%2Fabout%2Fpage&page=%2Fabout%2Fpage&appPaths=%2Fabout%2Fpage&pagePath=private-next-app-dir%2Fabout%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572452953,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":99412,"timestamp":2005920105078,"id":65111,"parentId":65108,"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":1728572452952,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":99197,"timestamp":2005920105305,"id":65113,"parentId":65108,"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":1728572452953,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":100642,"timestamp":2005920105516,"id":65115,"parentId":65108,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572452953,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":100506,"timestamp":2005920105655,"id":65117,"parentId":65108,"tags":{"request":"next-app-loader?name=app%2Fheroverse%2Fpage&page=%2Fheroverse%2Fpage&appPaths=%2Fheroverse%2Fpage&pagePath=private-next-app-dir%2Fheroverse%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572452953,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":100558,"timestamp":2005920105766,"id":65118,"parentId":65108,"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=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572452953,"traceId":"118cd7ab9a561d71"},{"name":"next-swc-transform","duration":8982,"timestamp":2005920201368,"id":65121,"parentId":65120,"tags":{},"startTime":1728572453049,"traceId":"118cd7ab9a561d71"},{"name":"next-swc-loader","duration":9236,"timestamp":2005920201119,"id":65120,"parentId":65119,"tags":{},"startTime":1728572453048,"traceId":"118cd7ab9a561d71"},{"name":"build-module-jsx","duration":16359,"timestamp":2005920200405,"id":65119,"parentId":65107,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Footer2.jsx","layer":"rsc"},"startTime":1728572453048,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":126099,"timestamp":2005920105379,"id":65114,"parentId":65108,"tags":{"request":"next-app-loader?name=app%2F(main)%2Fpage&page=%2F(main)%2Fpage&appPaths=%2F(main)%2Fpage&pagePath=private-next-app-dir%2F(main)%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728572452953,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":486663,"timestamp":2005920049573,"id":65108,"parentId":65107,"tags":{},"startTime":1728572452897,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":2918,"timestamp":2005920560184,"id":65148,"parentId":65147,"tags":{},"startTime":1728572453407,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":5,"timestamp":2005920563124,"id":65150,"parentId":65147,"tags":{},"startTime":1728572453410,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":5391,"timestamp":2005920563148,"id":65151,"parentId":65147,"tags":{},"startTime":1728572453410,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":7,"timestamp":2005920568571,"id":65152,"parentId":65147,"tags":{},"startTime":1728572453416,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":4,"timestamp":2005920568597,"id":65153,"parentId":65147,"tags":{},"startTime":1728572453416,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":8857,"timestamp":2005920563114,"id":65149,"parentId":65147,"tags":{},"startTime":1728572453410,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":776,"timestamp":2005920573933,"id":65154,"parentId":65147,"tags":{},"startTime":1728572453421,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":20497,"timestamp":2005920574718,"id":65155,"parentId":65147,"tags":{},"startTime":1728572453422,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":1235,"timestamp":2005920596750,"id":65156,"parentId":65147,"tags":{},"startTime":1728572453444,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":327,"timestamp":2005920597985,"id":65157,"parentId":65147,"tags":{},"startTime":1728572453445,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":170,"timestamp":2005920598305,"id":65158,"parentId":65147,"tags":{},"startTime":1728572453446,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":583,"timestamp":2005920598480,"id":65159,"parentId":65147,"tags":{},"startTime":1728572453446,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":79310,"timestamp":2005920555580,"id":65147,"parentId":65107,"tags":{},"startTime":1728572453403,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":597679,"timestamp":2005920048999,"id":65107,"parentId":65104,"tags":{"name":"server"},"startTime":1728572452896,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":7796,"timestamp":2005920646886,"id":65160,"parentId":65104,"tags":{},"startTime":1728572453494,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-server","duration":614638,"timestamp":2005920040420,"id":65104,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1728572452888,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":7204,"timestamp":2005920672770,"id":65173,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":7163,"timestamp":2005920672872,"id":65175,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":7114,"timestamp":2005920672923,"id":65176,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":6801,"timestamp":2005920673236,"id":65182,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":6441,"timestamp":2005920673597,"id":65189,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728572453521,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":7015,"timestamp":2005920673026,"id":65178,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":15459,"timestamp":2005920672115,"id":65163,"parentId":65162,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572453519,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":15231,"timestamp":2005920672358,"id":65165,"parentId":65162,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":18534,"timestamp":2005920672463,"id":65167,"parentId":65162,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":20874,"timestamp":2005920673546,"id":65188,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%22*%22%2C%22DisclosureButton%22%2C%22DisclosurePanel%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSchedule.jsx%22%2C%22ids%22%3A%5B%22Schedule%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FSpeakers.jsx%22%2C%22ids%22%3A%5B%22Speakers%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground-newsletter.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572453521,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":23127,"timestamp":2005920672515,"id":65168,"parentId":65162,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":25504,"timestamp":2005920672566,"id":65169,"parentId":65162,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":24424,"timestamp":2005920673650,"id":65190,"parentId":65162,"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":1728572453521,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":25853,"timestamp":2005920673341,"id":65184,"parentId":65162,"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":1728572453521,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":29430,"timestamp":2005920672666,"id":65171,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":29130,"timestamp":2005920672974,"id":65177,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":29029,"timestamp":2005920673077,"id":65179,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":28923,"timestamp":2005920673183,"id":65181,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":28816,"timestamp":2005920673291,"id":65183,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572453521,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":28716,"timestamp":2005920673391,"id":65185,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572453521,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":28620,"timestamp":2005920673494,"id":65187,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%22ids%22%3A%5B%22Header%22%5D%7D&server=false!"},"startTime":1728572453521,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":31360,"timestamp":2005920672822,"id":65174,"parentId":65162,"tags":{"request":"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":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":30746,"timestamp":2005920673442,"id":65186,"parentId":65162,"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&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FEventhero.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1728572453521,"traceId":"118cd7ab9a561d71"},{"name":"read-resource","duration":7124,"timestamp":2005920697171,"id":65193,"parentId":65192,"tags":{},"startTime":1728572453544,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":48509,"timestamp":2005920672411,"id":65166,"parentId":65162,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":48311,"timestamp":2005920672616,"id":65170,"parentId":65162,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FBentosection.jsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FProduct.jsx%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Fbackground3.jpg%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fmirage.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Fstatickit.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftransistor.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fimages%2Flogos%2Ftuple.svg%22%2C%22ids%22%3A%5B%22*%22%5D%7D&server=false!"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"postcss-process","duration":277294,"timestamp":2005920704765,"id":65195,"parentId":65194,"tags":{},"startTime":1728572453552,"traceId":"118cd7ab9a561d71"},{"name":"postcss-loader","duration":278477,"timestamp":2005920704384,"id":65194,"parentId":65192,"tags":{},"startTime":1728572453552,"traceId":"118cd7ab9a561d71"},{"name":"css-loader","duration":29822,"timestamp":2005920983126,"id":65196,"parentId":65192,"tags":{"astUsed":"true"},"startTime":1728572453830,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":319295,"timestamp":2005920697047,"id":65192,"parentId":65191,"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":1728572453544,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":357739,"timestamp":2005920672303,"id":65164,"parentId":65162,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"build-module-css","duration":360176,"timestamp":2005920680583,"id":65191,"parentId":65161,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728572453528,"traceId":"118cd7ab9a561d71"},{"name":"build-module","duration":61,"timestamp":2005921042410,"id":65197,"parentId":65191,"tags":{},"startTime":1728572453890,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":369977,"timestamp":2005920672718,"id":65172,"parentId":65162,"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":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"add-entry","duration":371519,"timestamp":2005920673128,"id":65180,"parentId":65162,"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":1728572453520,"traceId":"118cd7ab9a561d71"},{"name":"make","duration":387914,"timestamp":2005920656806,"id":65162,"parentId":65161,"tags":{},"startTime":1728572453504,"traceId":"118cd7ab9a561d71"},{"name":"chunk-graph","duration":5330,"timestamp":2005921073035,"id":65199,"parentId":65198,"tags":{},"startTime":1728572453920,"traceId":"118cd7ab9a561d71"},{"name":"optimize-modules","duration":11,"timestamp":2005921078389,"id":65201,"parentId":65198,"tags":{},"startTime":1728572453926,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunks","duration":133,"timestamp":2005921078420,"id":65202,"parentId":65198,"tags":{},"startTime":1728572453926,"traceId":"118cd7ab9a561d71"},{"name":"optimize-tree","duration":5,"timestamp":2005921078584,"id":65203,"parentId":65198,"tags":{},"startTime":1728572453926,"traceId":"118cd7ab9a561d71"},{"name":"optimize-chunk-modules","duration":3,"timestamp":2005921078607,"id":65204,"parentId":65198,"tags":{},"startTime":1728572453926,"traceId":"118cd7ab9a561d71"},{"name":"optimize","duration":2455,"timestamp":2005921078381,"id":65200,"parentId":65198,"tags":{},"startTime":1728572453926,"traceId":"118cd7ab9a561d71"},{"name":"module-hash","duration":635,"timestamp":2005921083252,"id":65205,"parentId":65198,"tags":{},"startTime":1728572453930,"traceId":"118cd7ab9a561d71"},{"name":"code-generation","duration":24559,"timestamp":2005921083896,"id":65206,"parentId":65198,"tags":{},"startTime":1728572453931,"traceId":"118cd7ab9a561d71"},{"name":"hash","duration":5476,"timestamp":2005921110555,"id":65207,"parentId":65198,"tags":{},"startTime":1728572453958,"traceId":"118cd7ab9a561d71"},{"name":"code-generation-jobs","duration":772,"timestamp":2005921116030,"id":65208,"parentId":65198,"tags":{},"startTime":1728572453963,"traceId":"118cd7ab9a561d71"},{"name":"module-assets","duration":263,"timestamp":2005921116788,"id":65209,"parentId":65198,"tags":{},"startTime":1728572453964,"traceId":"118cd7ab9a561d71"},{"name":"create-chunk-assets","duration":7514,"timestamp":2005921117056,"id":65210,"parentId":65198,"tags":{},"startTime":1728572453964,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-generateClientManifest","duration":111,"timestamp":2005921126387,"id":65212,"parentId":65161,"tags":{},"startTime":1728572453974,"traceId":"118cd7ab9a561d71"},{"name":"NextJsBuildManifest-createassets","duration":229,"timestamp":2005921126275,"id":65211,"parentId":65161,"tags":{},"startTime":1728572453974,"traceId":"118cd7ab9a561d71"},{"name":"seal","duration":69790,"timestamp":2005921061078,"id":65198,"parentId":65161,"tags":{},"startTime":1728572453908,"traceId":"118cd7ab9a561d71"},{"name":"webpack-compilation","duration":474354,"timestamp":2005920656559,"id":65161,"parentId":65105,"tags":{"name":"client"},"startTime":1728572453504,"traceId":"118cd7ab9a561d71"},{"name":"emit","duration":24543,"timestamp":2005921131003,"id":65213,"parentId":65105,"tags":{},"startTime":1728572453978,"traceId":"118cd7ab9a561d71"},{"name":"webpack-invalidated-client","duration":1123984,"timestamp":2005920040572,"id":65105,"parentId":3,"tags":{"trigger":"src/components/Footer2.jsx"},"startTime":1728572452888,"traceId":"118cd7ab9a561d71"}] diff --git a/src/components/Footer2.jsx b/src/components/Footer2.jsx index 9bc9f1d..a3c4240 100644 --- a/src/components/Footer2.jsx +++ b/src/components/Footer2.jsx @@ -165,7 +165,7 @@ export default function Footer2() {