diff --git a/.next/app-build-manifest.json b/.next/app-build-manifest.json
index ff928b1..b1b78d0 100644
--- a/.next/app-build-manifest.json
+++ b/.next/app-build-manifest.json
@@ -45,6 +45,16 @@
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/community/layout.js"
+ ],
+ "/about/page": [
+ "static/chunks/webpack.js",
+ "static/chunks/main-app.js",
+ "static/chunks/app/about/page.js"
+ ],
+ "/about/layout": [
+ "static/chunks/webpack.js",
+ "static/chunks/main-app.js",
+ "static/chunks/app/about/layout.js"
]
}
}
\ No newline at end of file
diff --git a/.next/cache/webpack/client-development/1.pack.gz b/.next/cache/webpack/client-development/1.pack.gz
index ba5349e..f229446 100644
Binary files a/.next/cache/webpack/client-development/1.pack.gz and b/.next/cache/webpack/client-development/1.pack.gz differ
diff --git a/.next/cache/webpack/client-development/2.pack.gz b/.next/cache/webpack/client-development/2.pack.gz
index ad0418e..9d07c84 100644
Binary files a/.next/cache/webpack/client-development/2.pack.gz and b/.next/cache/webpack/client-development/2.pack.gz differ
diff --git a/.next/cache/webpack/client-development/3.pack.gz b/.next/cache/webpack/client-development/3.pack.gz
index 23c6b70..6d4f9fe 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/index.pack.gz.old b/.next/cache/webpack/client-development/index.pack.gz.old
index b65172b..6f1b3e9 100644
Binary files a/.next/cache/webpack/client-development/index.pack.gz.old and b/.next/cache/webpack/client-development/index.pack.gz.old differ
diff --git a/.next/cache/webpack/server-development/0.pack.gz b/.next/cache/webpack/server-development/0.pack.gz
index 7defea6..6984d90 100644
Binary files a/.next/cache/webpack/server-development/0.pack.gz and b/.next/cache/webpack/server-development/0.pack.gz differ
diff --git a/.next/cache/webpack/server-development/1.pack.gz b/.next/cache/webpack/server-development/1.pack.gz
index ba57ac3..588856a 100644
Binary files a/.next/cache/webpack/server-development/1.pack.gz and b/.next/cache/webpack/server-development/1.pack.gz differ
diff --git a/.next/cache/webpack/server-development/3.pack.gz b/.next/cache/webpack/server-development/3.pack.gz
index 9df4b31..67f60d9 100644
Binary files a/.next/cache/webpack/server-development/3.pack.gz and b/.next/cache/webpack/server-development/3.pack.gz differ
diff --git a/.next/cache/webpack/server-development/4.pack.gz b/.next/cache/webpack/server-development/4.pack.gz
index 5fd1db1..2cf73b7 100644
Binary files a/.next/cache/webpack/server-development/4.pack.gz and b/.next/cache/webpack/server-development/4.pack.gz differ
diff --git a/.next/cache/webpack/server-development/5.pack.gz b/.next/cache/webpack/server-development/5.pack.gz
index 4237c4e..ebbad8d 100644
Binary files a/.next/cache/webpack/server-development/5.pack.gz and b/.next/cache/webpack/server-development/5.pack.gz differ
diff --git a/.next/cache/webpack/server-development/6.pack.gz b/.next/cache/webpack/server-development/6.pack.gz
index 8383bb3..cebf4e8 100644
Binary files a/.next/cache/webpack/server-development/6.pack.gz and b/.next/cache/webpack/server-development/6.pack.gz differ
diff --git a/.next/cache/webpack/server-development/index.pack.gz.old b/.next/cache/webpack/server-development/index.pack.gz.old
index 0d35b15..bac9a9e 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 33def58..f1a9301 100644
--- a/.next/server/app-paths-manifest.json
+++ b/.next/server/app-paths-manifest.json
@@ -1,5 +1,6 @@
{
"/(main)/page": "app/(main)/page.js",
+ "/features/page": "app/features/page.js",
"/community/page": "app/community/page.js",
- "/features/page": "app/features/page.js"
+ "/about/page": "app/about/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 38d836c..65c1a41 100644
--- a/.next/server/app/(main)/page.js
+++ b/.next/server/app/(main)/page.js
@@ -135,7 +135,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ BentoSection)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! framer-motion */ \"(ssr)/./node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs\");\n/* harmony import */ var _text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./text */ \"(ssr)/./src/components/text.jsx\");\n/* harmony import */ var _Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Container */ \"(ssr)/./src/components/Container.jsx\");\n/* __next_internal_client_entry_do_not_use__ default auto */ \n\n\n\n\nfunction BentoSection() {\n function BentoCard({ dark = false, className = \"\", eyebrow, title, description, graphic, fade = [], link = \"/\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(framer_motion__WEBPACK_IMPORTED_MODULE_4__.motion.div, {\n initial: \"idle\",\n whileHover: \"active\",\n variants: {\n idle: {},\n active: {}\n },\n \"data-dark\": dark ? \"true\" : undefined,\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"group relative flex flex-col overflow-hidden rounded-lg\", \"bg-white shadow-sm ring-1 ring-black/5\", \"data-[dark]:bg-gray-800 data-[dark]:ring-white/15\"),\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative h-80 pb-20 shrink-0\",\n children: [\n graphic,\n fade.includes(\"top\") && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-gradient-to-b from-white to-50% group-data-[dark]:from-gray-800 group-data-[dark]:from-[-25%]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 36,\n columnNumber: 13\n }, this),\n fade.includes(\"bottom\") && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-gradient-to-t from-white to-50% group-data-[dark]:from-gray-800 group-data-[dark]:from-[-25%]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 39,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 33,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative p-10\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_text__WEBPACK_IMPORTED_MODULE_2__.Subheading, {\n as: \"h3\",\n dark: dark,\n children: eyebrow\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 43,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-1 text-2xl/8 font-medium tracking-tight text-gradient-dark group-data-[dark]:text-white\",\n children: title\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 46,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-2 max-w-[600px] text-sm/6 text-gray-600 group-data-[dark]:text-gray-400\",\n children: description\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 49,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 42,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 21,\n columnNumber: 7\n }, this);\n }\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \" pt-12 pb-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mx-auto max-w-2xl lg:mx-0 lg:max-w-5xl lg:pr-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-intro\",\n children: \"Features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 61,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 h3-title\",\n children: \"Collaboration & Creation Tools\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 62,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 section-text\",\n children: \"Transform how you and your team work together with our innovative creative tools and explore diverse scenarios where they empower users to collaborate in immersive virtual environments.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 65,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 flex gap-x-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"rounded-2xl btn-gradient-dark px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500\",\n children: \"See Features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 69,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"text-sm py-2.5 font-semibold leading-6 text-cyan-600 hover:text-purple-500\",\n children: [\n \"Read Use Cases \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 76,\n columnNumber: 26\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 75,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 68,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 60,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-6 lg:grid-rows-2\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Creativity\",\n title: \"3D Collaboration Tools\",\n description: \"Transform how you and your team work together with our innovative, real-time creative tools.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/collaborate.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 86,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"max-lg:rounded-t-4xl lg:col-span-3 lg:rounded-tl-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 81,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Connected Experiences\",\n title: \"OurVerse Studio\",\n description: \"Elevate your virtual conferences with cutting-edge communication features designed to keep your audience connected and engaged.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/studio.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 97,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-3 lg:rounded-tr-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 92,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"3D Modeling\",\n title: \"Verse Builder Pro\",\n description: \"Create and customize your virtual world with powerful tools that make building and managing your digital space easy and intuitive.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/builder.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 108,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-2 lg:rounded-bl-4xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 103,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Next-Gen Interactions\",\n title: \"Virtual Meeting Tools\",\n description: \"Elevate your virtual interactions with cutting-edge communication features designed to keep you connected and engaged..\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/communicate.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 118,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-2\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 113,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Social Media\",\n title: \"MyVerse Social\",\n description: \"Manage social interactions, verses, and meetings seamlessly in an all-in-one integrated social mediaplatform.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/socmed.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 129,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"max-lg:rounded-b-4xl lg:col-span-2 lg:rounded-br-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 124,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 80,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 59,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 58,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9CZW50b3NlY3Rpb24uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0FBRTJCO0FBQ1c7QUFDSDtBQUNJO0FBR3hCLFNBQVNJO0lBQ3RCLFNBQVNDLFVBQVUsRUFDakJDLE9BQU8sS0FBSyxFQUNaQyxZQUFZLEVBQUUsRUFDZEMsT0FBTyxFQUNQQyxLQUFLLEVBQ0xDLFdBQVcsRUFDWEMsT0FBTyxFQUNQQyxPQUFPLEVBQUUsRUFDVEMsT0FBTyxHQUFHLEVBQ1g7UUFDQyxxQkFDRSw4REFBQ1osaURBQU1BLENBQUNhLEdBQUc7WUFDVEMsU0FBUTtZQUNSQyxZQUFXO1lBQ1hDLFVBQVU7Z0JBQUVDLE1BQU0sQ0FBQztnQkFBR0MsUUFBUSxDQUFDO1lBQUU7WUFDakNDLGFBQVdkLE9BQU8sU0FBU2U7WUFDM0JkLFdBQVdQLDBDQUFJQSxDQUNiTyxXQUNBLDJEQUNBLDBDQUNBOzs4QkFHRiw4REFBQ087b0JBQUlQLFdBQVU7O3dCQUNaSTt3QkFDQUMsS0FBS1UsUUFBUSxDQUFDLHdCQUNiLDhEQUFDUjs0QkFBSVAsV0FBVTs7Ozs7O3dCQUVoQkssS0FBS1UsUUFBUSxDQUFDLDJCQUNiLDhEQUFDUjs0QkFBSVAsV0FBVTs7Ozs7Ozs7Ozs7OzhCQUduQiw4REFBQ087b0JBQUlQLFdBQVU7O3NDQUNiLDhEQUFDTCw2Q0FBVUE7NEJBQUNxQixJQUFHOzRCQUFLakIsTUFBTUE7c0NBQ3ZCRTs7Ozs7O3NDQUVILDhEQUFDZ0I7NEJBQUVqQixXQUFVO3NDQUNWRTs7Ozs7O3NDQUVILDhEQUFDZTs0QkFBRWpCLFdBQVU7c0NBQ1ZHOzs7Ozs7Ozs7Ozs7Ozs7Ozs7SUFLWDtJQUVBLHFCQUNFLDhEQUFDUCxpREFBU0E7a0JBQ1IsNEVBQUNXO1lBQUlQLFdBQVU7OzhCQUNiLDhEQUFDTztvQkFBSVAsV0FBVTs7c0NBQ2IsOERBQUNrQjs0QkFBR2xCLFdBQVU7c0NBQWE7Ozs7OztzQ0FDM0IsOERBQUNrQjs0QkFBR2xCLFdBQVU7c0NBQWlCOzs7Ozs7c0NBRy9CLDhEQUFDaUI7NEJBQUVqQixXQUFVO3NDQUFvQjs7Ozs7O3NDQUdqQyw4REFBQ087NEJBQUlQLFdBQVU7OzhDQUNmLDhEQUFDbUI7b0NBQ0dDLE1BQUs7b0NBQ0xwQixXQUFVOzhDQUNYOzs7Ozs7OENBR0gsOERBQUNtQjtvQ0FBRUMsTUFBSztvQ0FBSXBCLFdBQVU7O3dDQUE2RTtzREFDcEYsOERBQUNxQjs0Q0FBS0MsZUFBWTtzREFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzhCQUkxQyw4REFBQ2Y7b0JBQUlQLFdBQVU7O3NDQUNmLDhEQUFDRjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs7Ozs7O3NDQUVaLDhEQUFDRjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFNZiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0JlbnRvc2VjdGlvbi5qc3g/NjJjMiJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcblxuaW1wb3J0IHsgY2xzeCB9IGZyb20gJ2Nsc3gnXG5pbXBvcnQgeyBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJ1xuaW1wb3J0IHsgU3ViaGVhZGluZyB9IGZyb20gJy4vdGV4dCdcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJy4vQ29udGFpbmVyJ1xuXG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEJlbnRvU2VjdGlvbigpIHtcbiAgZnVuY3Rpb24gQmVudG9DYXJkKHtcbiAgICBkYXJrID0gZmFsc2UsXG4gICAgY2xhc3NOYW1lID0gJycsXG4gICAgZXllYnJvdyxcbiAgICB0aXRsZSxcbiAgICBkZXNjcmlwdGlvbixcbiAgICBncmFwaGljLFxuICAgIGZhZGUgPSBbXSxcbiAgICBsaW5rID0gJy8nLFxuICB9KSB7XG4gICAgcmV0dXJuIChcbiAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgIGluaXRpYWw9XCJpZGxlXCJcbiAgICAgICAgd2hpbGVIb3Zlcj1cImFjdGl2ZVwiXG4gICAgICAgIHZhcmlhbnRzPXt7IGlkbGU6IHt9LCBhY3RpdmU6IHt9IH19XG4gICAgICAgIGRhdGEtZGFyaz17ZGFyayA/ICd0cnVlJyA6IHVuZGVmaW5lZH1cbiAgICAgICAgY2xhc3NOYW1lPXtjbHN4KFxuICAgICAgICAgIGNsYXNzTmFtZSxcbiAgICAgICAgICAnZ3JvdXAgcmVsYXRpdmUgZmxleCBmbGV4LWNvbCBvdmVyZmxvdy1oaWRkZW4gcm91bmRlZC1sZycsXG4gICAgICAgICAgJ2JnLXdoaXRlIHNoYWRvdy1zbSByaW5nLTEgcmluZy1ibGFjay81JyxcbiAgICAgICAgICAnZGF0YS1bZGFya106YmctZ3JheS04MDAgZGF0YS1bZGFya106cmluZy13aGl0ZS8xNScsXG4gICAgICAgICl9XG4gICAgICA+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaC04MCBwYi0yMCBzaHJpbmstMFwiPlxuICAgICAgICAgIHtncmFwaGljfVxuICAgICAgICAgIHtmYWRlLmluY2x1ZGVzKCd0b3AnKSAmJiAoXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgYmctZ3JhZGllbnQtdG8tYiBmcm9tLXdoaXRlIHRvLTUwJSBncm91cC1kYXRhLVtkYXJrXTpmcm9tLWdyYXktODAwIGdyb3VwLWRhdGEtW2RhcmtdOmZyb20tWy0yNSVdXCIgLz5cbiAgICAgICAgICApfVxuICAgICAgICAgIHtmYWRlLmluY2x1ZGVzKCdib3R0b20nKSAmJiAoXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgYmctZ3JhZGllbnQtdG8tdCBmcm9tLXdoaXRlIHRvLTUwJSBncm91cC1kYXRhLVtkYXJrXTpmcm9tLWdyYXktODAwIGdyb3VwLWRhdGEtW2RhcmtdOmZyb20tWy0yNSVdXCIgLz5cbiAgICAgICAgICApfVxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBwLTEwXCI+XG4gICAgICAgICAgPFN1YmhlYWRpbmcgYXM9XCJoM1wiIGRhcms9e2Rhcmt9PlxuICAgICAgICAgICAge2V5ZWJyb3d9XG4gICAgICAgICAgPC9TdWJoZWFkaW5nPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTEgdGV4dC0yeGwvOCBmb250LW1lZGl1bSB0cmFja2luZy10aWdodCB0ZXh0LWdyYWRpZW50LWRhcmsgZ3JvdXAtZGF0YS1bZGFya106dGV4dC13aGl0ZVwiPlxuICAgICAgICAgICAge3RpdGxlfVxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC0yIG1heC13LVs2MDBweF0gdGV4dC1zbS82IHRleHQtZ3JheS02MDAgZ3JvdXAtZGF0YS1bZGFya106dGV4dC1ncmF5LTQwMFwiPlxuICAgICAgICAgICAge2Rlc2NyaXB0aW9ufVxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L21vdGlvbi5kaXY+XG4gICAgKVxuICB9XG5cbiAgcmV0dXJuIChcbiAgICA8Q29udGFpbmVyPlxuICAgICAgPGRpdiBjbGFzc05hbWU9JyBwdC0xMiBwYi0yNCc+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgei0xMCBteC1hdXRvIG1heC13LTJ4bCBsZzpteC0wIGxnOm1heC13LTV4bCBsZzpwci0yNFwiPlxuICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJ0ZXh0LWludHJvXCI+RmVhdHVyZXM8L2gyPlxuICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJtdC0yICBoMy10aXRsZVwiPlxuICAgICAgICAgICAgQ29sbGFib3JhdGlvbiAmIENyZWF0aW9uIFRvb2xzXG4gICAgICAgICAgPC9oMj5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IHNlY3Rpb24tdGV4dFwiPlxuICAgICAgICAgIFRyYW5zZm9ybSBob3cgeW91IGFuZCB5b3VyIHRlYW0gd29yayB0b2dldGhlciB3aXRoIG91ciBpbm5vdmF0aXZlIGNyZWF0aXZlIHRvb2xzIGFuZCBleHBsb3JlIGRpdmVyc2Ugc2NlbmFyaW9zIHdoZXJlIHRoZXkgZW1wb3dlciB1c2VycyB0byBjb2xsYWJvcmF0ZSBpbiBpbW1lcnNpdmUgdmlydHVhbCBlbnZpcm9ubWVudHMuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTAgZmxleCBnYXAteC04XCI+XG4gICAgICAgICAgPGFcbiAgICAgICAgICAgICAgaHJlZj1cIiNcIlxuICAgICAgICAgICAgICBjbGFzc05hbWU9XCJyb3VuZGVkLTJ4bCBidG4tZ3JhZGllbnQtZGFyayBweC0zLjUgcHktMi41IHRleHQtc20gZm9udC1zZW1pYm9sZCB0ZXh0LXdoaXRlIHNoYWRvdy1zbSBob3ZlcjpiZy1wdXJwbGUtNTAwIGZvY3VzLXZpc2libGU6b3V0bGluZSBmb2N1cy12aXNpYmxlOm91dGxpbmUtMiBmb2N1cy12aXNpYmxlOm91dGxpbmUtb2Zmc2V0LTIgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLXB1cnBsZS01MDBcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICBTZWUgRmVhdHVyZXNcbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzTmFtZT1cInRleHQtc20gcHktMi41IGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtY3lhbi02MDAgaG92ZXI6dGV4dC1wdXJwbGUtNTAwXCI+XG4gICAgICAgICAgUmVhZCBVc2UgQ2FzZXMgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+4oaSPC9zcGFuPlxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIGdyaWQgZ3JpZC1jb2xzLTEgZ2FwLTQgc206bXQtMTYgbGc6Z3JpZC1jb2xzLTYgbGc6Z3JpZC1yb3dzLTJcIj5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJDcmVhdGl2aXR5XCJcbiAgICAgICAgICB0aXRsZT1cIjNEIENvbGxhYm9yYXRpb24gVG9vbHNcIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiVHJhbnNmb3JtIGhvdyB5b3UgYW5kIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIHdpdGggb3VyIGlubm92YXRpdmUsIHJlYWwtdGltZSBjcmVhdGl2ZSB0b29scy5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL2ltYWdlcy9jb2xsYWJvcmF0ZS5qcGcpXSBiZy1jb3ZlciBiZy1jZW50ZXIgYmctbm8tcmVwZWF0XCIgLz5cbiAgICAgICAgICB9XG4gICAgICAgICAgZmFkZT17Wydib3R0b20nXX1cbiAgICAgICAgICBjbGFzc05hbWU9XCJtYXgtbGc6cm91bmRlZC10LTR4bCBsZzpjb2wtc3Bhbi0zIGxnOnJvdW5kZWQtdGwtNHhsXCJcbiAgICAgICAgICBsaW5rPVwiL2ZlYXR1cmVzXCJcbiAgICAgICAgLz5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJDb25uZWN0ZWQgRXhwZXJpZW5jZXNcIlxuICAgICAgICAgIHRpdGxlPVwiT3VyVmVyc2UgU3R1ZGlvXCJcbiAgICAgICAgICBkZXNjcmlwdGlvbj1cIkVsZXZhdGUgeW91ciB2aXJ0dWFsIGNvbmZlcmVuY2VzIHdpdGggY3V0dGluZy1lZGdlIGNvbW11bmljYXRpb24gZmVhdHVyZXMgZGVzaWduZWQgdG8ga2VlcCB5b3VyIGF1ZGllbmNlIGNvbm5lY3RlZCBhbmQgZW5nYWdlZC5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL2ltYWdlcy9zdHVkaW8uanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMyBsZzpyb3VuZGVkLXRyLTR4bFwiXG4gICAgICAgICAgbGluaz1cIi9mZWF0dXJlc1wiXG4gICAgICAgIC8+XG4gICAgICAgIDxCZW50b0NhcmRcbiAgICAgICAgICBleWVicm93PVwiM0QgTW9kZWxpbmdcIlxuICAgICAgICAgIHRpdGxlPVwiVmVyc2UgQnVpbGRlciBQcm9cIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiQ3JlYXRlIGFuZCBjdXN0b21pemUgeW91ciB2aXJ0dWFsIHdvcmxkIHdpdGggcG93ZXJmdWwgdG9vbHMgdGhhdCBtYWtlIGJ1aWxkaW5nIGFuZCBtYW5hZ2luZyB5b3VyIGRpZ2l0YWwgc3BhY2UgZWFzeSBhbmQgaW50dWl0aXZlLlwiXG4gICAgICAgICAgZ3JhcGhpYz17XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImgtODAgYmctW3VybCgvaW1hZ2VzL2J1aWxkZXIuanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMiBsZzpyb3VuZGVkLWJsLTR4bFwiXG4gICAgICAgIC8+XG4gICAgICAgIDxCZW50b0NhcmRcbiAgICAgICAgICBleWVicm93PVwiTmV4dC1HZW4gSW50ZXJhY3Rpb25zXCJcbiAgICAgICAgICB0aXRsZT1cIlZpcnR1YWwgTWVldGluZyBUb29sc1wiXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJFbGV2YXRlIHlvdXIgdmlydHVhbCBpbnRlcmFjdGlvbnMgd2l0aCBjdXR0aW5nLWVkZ2UgY29tbXVuaWNhdGlvbiBmZWF0dXJlcyBkZXNpZ25lZCB0byBrZWVwIHlvdSBjb25uZWN0ZWQgYW5kIGVuZ2FnZWQuLlwiXG4gICAgICAgICAgZ3JhcGhpYz17XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImgtODAgYmctW3VybCgvaW1hZ2VzL2NvbW11bmljYXRlLmpwZyldIGJnLWNvdmVyIGJnLWNlbnRlciBiZy1uby1yZXBlYXRcIiAvPlxuICAgICAgICAgIH1cbiAgICAgICAgICBmYWRlPXtbJ2JvdHRvbSddfVxuICAgICAgICAgIGNsYXNzTmFtZT1cImxnOmNvbC1zcGFuLTJcIlxuICAgICAgICAgIGxpbms9XCIvZmVhdHVyZXNcIlxuICAgICAgICAvPlxuICAgICAgICA8QmVudG9DYXJkXG4gICAgICAgICAgZXllYnJvdz1cIlNvY2lhbCBNZWRpYVwiXG4gICAgICAgICAgdGl0bGU9XCJNeVZlcnNlIFNvY2lhbFwiXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJNYW5hZ2Ugc29jaWFsIGludGVyYWN0aW9ucywgdmVyc2VzLCBhbmQgbWVldGluZ3Mgc2VhbWxlc3NseSBpbiBhbiBhbGwtaW4tb25lIGludGVncmF0ZWQgc29jaWFsIG1lZGlhcGxhdGZvcm0uXCJcbiAgICAgICAgICBncmFwaGljPXtcbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiaC04MCBiZy1bdXJsKC9pbWFnZXMvc29jbWVkLmpwZyldIGJnLWNvdmVyIGJnLWNlbnRlciBiZy1uby1yZXBlYXRcIiAvPlxuICAgICAgICAgIH1cbiAgICAgICAgICBmYWRlPXtbJ2JvdHRvbSddfVxuICAgICAgICAgIGNsYXNzTmFtZT1cIm1heC1sZzpyb3VuZGVkLWItNHhsIGxnOmNvbC1zcGFuLTIgbGc6cm91bmRlZC1ici00eGxcIlxuICAgICAgICAgIGxpbms9XCIvZmVhdHVyZXNcIlxuICAgICAgICAvPlxuICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L0NvbnRhaW5lcj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbImNsc3giLCJtb3Rpb24iLCJTdWJoZWFkaW5nIiwiQ29udGFpbmVyIiwiQmVudG9TZWN0aW9uIiwiQmVudG9DYXJkIiwiZGFyayIsImNsYXNzTmFtZSIsImV5ZWJyb3ciLCJ0aXRsZSIsImRlc2NyaXB0aW9uIiwiZ3JhcGhpYyIsImZhZGUiLCJsaW5rIiwiZGl2IiwiaW5pdGlhbCIsIndoaWxlSG92ZXIiLCJ2YXJpYW50cyIsImlkbGUiLCJhY3RpdmUiLCJkYXRhLWRhcmsiLCJ1bmRlZmluZWQiLCJpbmNsdWRlcyIsImFzIiwicCIsImgyIiwiYSIsImhyZWYiLCJzcGFuIiwiYXJpYS1oaWRkZW4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Bentosection.jsx\n");
+eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ BentoSection)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(ssr)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var clsx__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! clsx */ \"(ssr)/./node_modules/clsx/dist/clsx.mjs\");\n/* harmony import */ var framer_motion__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! framer-motion */ \"(ssr)/./node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs\");\n/* harmony import */ var _text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./text */ \"(ssr)/./src/components/text.jsx\");\n/* harmony import */ var _Container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Container */ \"(ssr)/./src/components/Container.jsx\");\n/* __next_internal_client_entry_do_not_use__ default auto */ \n\n\n\n\nfunction BentoSection() {\n function BentoCard({ dark = false, className = \"\", eyebrow, title, description, graphic, fade = [], link = \"/\" }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(framer_motion__WEBPACK_IMPORTED_MODULE_4__.motion.div, {\n initial: \"idle\",\n whileHover: \"active\",\n variants: {\n idle: {},\n active: {}\n },\n \"data-dark\": dark ? \"true\" : undefined,\n className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__.clsx)(className, \"group relative flex flex-col overflow-hidden rounded-lg\", \"bg-white shadow-sm ring-1 ring-black/5\", \"data-[dark]:bg-gray-800 data-[dark]:ring-white/15\"),\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative h-80 pb-20 shrink-0\",\n children: [\n graphic,\n fade.includes(\"top\") && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-gradient-to-b from-white to-50% group-data-[dark]:from-gray-800 group-data-[dark]:from-[-25%]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 36,\n columnNumber: 13\n }, this),\n fade.includes(\"bottom\") && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-gradient-to-t from-white to-50% group-data-[dark]:from-gray-800 group-data-[dark]:from-[-25%]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 39,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 33,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative p-10\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_text__WEBPACK_IMPORTED_MODULE_2__.Subheading, {\n as: \"h3\",\n dark: dark,\n children: eyebrow\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 43,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-1 text-2xl/8 font-medium tracking-tight text-gradient-dark group-data-[dark]:text-white\",\n children: title\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 46,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-2 max-w-[600px] text-sm/6 text-gray-600 group-data-[dark]:text-gray-400\",\n children: description\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 49,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 42,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 21,\n columnNumber: 7\n }, this);\n }\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_Container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \" pt-12 pb-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mx-auto max-w-2xl lg:mx-0 lg:max-w-5xl lg:pr-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-intro\",\n children: \"Features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 61,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"mt-2 h3-title\",\n children: \"Collaboration & Creation Tools\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 62,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 section-text\",\n children: \"Transform how you and your team work together with our innovative creative tools and explore diverse scenarios where they empower users to collaborate in immersive virtual environments.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 65,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 flex gap-x-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"rounded-2xl btn-gradient-dark px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-purple-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-purple-500\",\n children: \"See Features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 69,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"a\", {\n href: \"#\",\n className: \"text-sm py-2.5 font-semibold leading-6 text-cyan-600 hover:text-purple-500\",\n children: [\n \"Read Use Cases \",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"span\", {\n \"aria-hidden\": \"true\",\n children: \"→\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 76,\n columnNumber: 26\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 75,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 68,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 60,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-6 lg:grid-rows-2\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Creativity\",\n title: \"3D Collaboration Tools\",\n description: \"Transform how you and your team work together with our innovative, real-time creative tools.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/collaborate.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 86,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"max-lg:rounded-t-4xl lg:col-span-3 lg:rounded-tl-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 81,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Connected Experiences\",\n title: \"OurVerse Studio\",\n description: \"Elevate your virtual conferences with cutting-edge communication features designed to keep your audience connected and engaged.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/studio.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 97,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-3 lg:rounded-tr-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 92,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"3D Modeling\",\n title: \"Verse Builder Pro\",\n description: \"Create and customize your virtual world with powerful tools that make building and managing your digital space easy and intuitive.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/builder.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 108,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-2 lg:rounded-bl-4xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 103,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Next-Gen Interactions\",\n title: \"Virtual Meeting Tools\",\n description: \"Elevate your virtual interactions with cutting-edge communication features designed to keep you connected and engaged..\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/communicate.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 118,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-2\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 113,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(BentoCard, {\n eyebrow: \"Social Media\",\n title: \"MyVerse Social\",\n description: \"Stay connected, manage social interactions and event calendars seamlessly in an all-in-one integrated social mediaplatform.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/images/socmed.jpg)] bg-cover bg-center bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 129,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"max-lg:rounded-b-4xl lg:col-span-2 lg:rounded-br-4xl\",\n link: \"/features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 124,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 80,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 59,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx\",\n lineNumber: 58,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9CZW50b3NlY3Rpb24uanN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7O0FBRTJCO0FBQ1c7QUFDSDtBQUNJO0FBR3hCLFNBQVNJO0lBQ3RCLFNBQVNDLFVBQVUsRUFDakJDLE9BQU8sS0FBSyxFQUNaQyxZQUFZLEVBQUUsRUFDZEMsT0FBTyxFQUNQQyxLQUFLLEVBQ0xDLFdBQVcsRUFDWEMsT0FBTyxFQUNQQyxPQUFPLEVBQUUsRUFDVEMsT0FBTyxHQUFHLEVBQ1g7UUFDQyxxQkFDRSw4REFBQ1osaURBQU1BLENBQUNhLEdBQUc7WUFDVEMsU0FBUTtZQUNSQyxZQUFXO1lBQ1hDLFVBQVU7Z0JBQUVDLE1BQU0sQ0FBQztnQkFBR0MsUUFBUSxDQUFDO1lBQUU7WUFDakNDLGFBQVdkLE9BQU8sU0FBU2U7WUFDM0JkLFdBQVdQLDBDQUFJQSxDQUNiTyxXQUNBLDJEQUNBLDBDQUNBOzs4QkFHRiw4REFBQ087b0JBQUlQLFdBQVU7O3dCQUNaSTt3QkFDQUMsS0FBS1UsUUFBUSxDQUFDLHdCQUNiLDhEQUFDUjs0QkFBSVAsV0FBVTs7Ozs7O3dCQUVoQkssS0FBS1UsUUFBUSxDQUFDLDJCQUNiLDhEQUFDUjs0QkFBSVAsV0FBVTs7Ozs7Ozs7Ozs7OzhCQUduQiw4REFBQ087b0JBQUlQLFdBQVU7O3NDQUNiLDhEQUFDTCw2Q0FBVUE7NEJBQUNxQixJQUFHOzRCQUFLakIsTUFBTUE7c0NBQ3ZCRTs7Ozs7O3NDQUVILDhEQUFDZ0I7NEJBQUVqQixXQUFVO3NDQUNWRTs7Ozs7O3NDQUVILDhEQUFDZTs0QkFBRWpCLFdBQVU7c0NBQ1ZHOzs7Ozs7Ozs7Ozs7Ozs7Ozs7SUFLWDtJQUVBLHFCQUNFLDhEQUFDUCxpREFBU0E7a0JBQ1IsNEVBQUNXO1lBQUlQLFdBQVU7OzhCQUNiLDhEQUFDTztvQkFBSVAsV0FBVTs7c0NBQ2IsOERBQUNrQjs0QkFBR2xCLFdBQVU7c0NBQWE7Ozs7OztzQ0FDM0IsOERBQUNrQjs0QkFBR2xCLFdBQVU7c0NBQWlCOzs7Ozs7c0NBRy9CLDhEQUFDaUI7NEJBQUVqQixXQUFVO3NDQUFvQjs7Ozs7O3NDQUdqQyw4REFBQ087NEJBQUlQLFdBQVU7OzhDQUNmLDhEQUFDbUI7b0NBQ0dDLE1BQUs7b0NBQ0xwQixXQUFVOzhDQUNYOzs7Ozs7OENBR0gsOERBQUNtQjtvQ0FBRUMsTUFBSztvQ0FBSXBCLFdBQVU7O3dDQUE2RTtzREFDcEYsOERBQUNxQjs0Q0FBS0MsZUFBWTtzREFBTzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzhCQUkxQyw4REFBQ2Y7b0JBQUlQLFdBQVU7O3NDQUNmLDhEQUFDRjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs7Ozs7O3NDQUVaLDhEQUFDRjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7O3NDQUVQLDhEQUFDUjs0QkFDQ0csU0FBUTs0QkFDUkMsT0FBTTs0QkFDTkMsYUFBWTs0QkFDWkMsdUJBQ0UsOERBQUNHO2dDQUFJUCxXQUFVOzs7Ozs7NEJBRWpCSyxNQUFNO2dDQUFDOzZCQUFTOzRCQUNoQkwsV0FBVTs0QkFDVk0sTUFBSzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFNZiIsInNvdXJjZXMiOlsid2VicGFjazovL3RhaWx3aW5kdWkta2V5bm90ZS8uL3NyYy9jb21wb25lbnRzL0JlbnRvc2VjdGlvbi5qc3g/NjJjMiJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcblxuaW1wb3J0IHsgY2xzeCB9IGZyb20gJ2Nsc3gnXG5pbXBvcnQgeyBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJ1xuaW1wb3J0IHsgU3ViaGVhZGluZyB9IGZyb20gJy4vdGV4dCdcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJy4vQ29udGFpbmVyJ1xuXG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEJlbnRvU2VjdGlvbigpIHtcbiAgZnVuY3Rpb24gQmVudG9DYXJkKHtcbiAgICBkYXJrID0gZmFsc2UsXG4gICAgY2xhc3NOYW1lID0gJycsXG4gICAgZXllYnJvdyxcbiAgICB0aXRsZSxcbiAgICBkZXNjcmlwdGlvbixcbiAgICBncmFwaGljLFxuICAgIGZhZGUgPSBbXSxcbiAgICBsaW5rID0gJy8nLFxuICB9KSB7XG4gICAgcmV0dXJuIChcbiAgICAgIDxtb3Rpb24uZGl2XG4gICAgICAgIGluaXRpYWw9XCJpZGxlXCJcbiAgICAgICAgd2hpbGVIb3Zlcj1cImFjdGl2ZVwiXG4gICAgICAgIHZhcmlhbnRzPXt7IGlkbGU6IHt9LCBhY3RpdmU6IHt9IH19XG4gICAgICAgIGRhdGEtZGFyaz17ZGFyayA/ICd0cnVlJyA6IHVuZGVmaW5lZH1cbiAgICAgICAgY2xhc3NOYW1lPXtjbHN4KFxuICAgICAgICAgIGNsYXNzTmFtZSxcbiAgICAgICAgICAnZ3JvdXAgcmVsYXRpdmUgZmxleCBmbGV4LWNvbCBvdmVyZmxvdy1oaWRkZW4gcm91bmRlZC1sZycsXG4gICAgICAgICAgJ2JnLXdoaXRlIHNoYWRvdy1zbSByaW5nLTEgcmluZy1ibGFjay81JyxcbiAgICAgICAgICAnZGF0YS1bZGFya106YmctZ3JheS04MDAgZGF0YS1bZGFya106cmluZy13aGl0ZS8xNScsXG4gICAgICAgICl9XG4gICAgICA+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaC04MCBwYi0yMCBzaHJpbmstMFwiPlxuICAgICAgICAgIHtncmFwaGljfVxuICAgICAgICAgIHtmYWRlLmluY2x1ZGVzKCd0b3AnKSAmJiAoXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgYmctZ3JhZGllbnQtdG8tYiBmcm9tLXdoaXRlIHRvLTUwJSBncm91cC1kYXRhLVtkYXJrXTpmcm9tLWdyYXktODAwIGdyb3VwLWRhdGEtW2RhcmtdOmZyb20tWy0yNSVdXCIgLz5cbiAgICAgICAgICApfVxuICAgICAgICAgIHtmYWRlLmluY2x1ZGVzKCdib3R0b20nKSAmJiAoXG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgYmctZ3JhZGllbnQtdG8tdCBmcm9tLXdoaXRlIHRvLTUwJSBncm91cC1kYXRhLVtkYXJrXTpmcm9tLWdyYXktODAwIGdyb3VwLWRhdGEtW2RhcmtdOmZyb20tWy0yNSVdXCIgLz5cbiAgICAgICAgICApfVxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBwLTEwXCI+XG4gICAgICAgICAgPFN1YmhlYWRpbmcgYXM9XCJoM1wiIGRhcms9e2Rhcmt9PlxuICAgICAgICAgICAge2V5ZWJyb3d9XG4gICAgICAgICAgPC9TdWJoZWFkaW5nPlxuICAgICAgICAgIDxwIGNsYXNzTmFtZT1cIm10LTEgdGV4dC0yeGwvOCBmb250LW1lZGl1bSB0cmFja2luZy10aWdodCB0ZXh0LWdyYWRpZW50LWRhcmsgZ3JvdXAtZGF0YS1bZGFya106dGV4dC13aGl0ZVwiPlxuICAgICAgICAgICAge3RpdGxlfVxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC0yIG1heC13LVs2MDBweF0gdGV4dC1zbS82IHRleHQtZ3JheS02MDAgZ3JvdXAtZGF0YS1bZGFya106dGV4dC1ncmF5LTQwMFwiPlxuICAgICAgICAgICAge2Rlc2NyaXB0aW9ufVxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L21vdGlvbi5kaXY+XG4gICAgKVxuICB9XG5cbiAgcmV0dXJuIChcbiAgICA8Q29udGFpbmVyPlxuICAgICAgPGRpdiBjbGFzc05hbWU9JyBwdC0xMiBwYi0yNCc+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgei0xMCBteC1hdXRvIG1heC13LTJ4bCBsZzpteC0wIGxnOm1heC13LTV4bCBsZzpwci0yNFwiPlxuICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJ0ZXh0LWludHJvXCI+RmVhdHVyZXM8L2gyPlxuICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJtdC0yICBoMy10aXRsZVwiPlxuICAgICAgICAgICAgQ29sbGFib3JhdGlvbiAmIENyZWF0aW9uIFRvb2xzXG4gICAgICAgICAgPC9oMj5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IHNlY3Rpb24tdGV4dFwiPlxuICAgICAgICAgIFRyYW5zZm9ybSBob3cgeW91IGFuZCB5b3VyIHRlYW0gd29yayB0b2dldGhlciB3aXRoIG91ciBpbm5vdmF0aXZlIGNyZWF0aXZlIHRvb2xzIGFuZCBleHBsb3JlIGRpdmVyc2Ugc2NlbmFyaW9zIHdoZXJlIHRoZXkgZW1wb3dlciB1c2VycyB0byBjb2xsYWJvcmF0ZSBpbiBpbW1lcnNpdmUgdmlydHVhbCBlbnZpcm9ubWVudHMuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTAgZmxleCBnYXAteC04XCI+XG4gICAgICAgICAgPGFcbiAgICAgICAgICAgICAgaHJlZj1cIiNcIlxuICAgICAgICAgICAgICBjbGFzc05hbWU9XCJyb3VuZGVkLTJ4bCBidG4tZ3JhZGllbnQtZGFyayBweC0zLjUgcHktMi41IHRleHQtc20gZm9udC1zZW1pYm9sZCB0ZXh0LXdoaXRlIHNoYWRvdy1zbSBob3ZlcjpiZy1wdXJwbGUtNTAwIGZvY3VzLXZpc2libGU6b3V0bGluZSBmb2N1cy12aXNpYmxlOm91dGxpbmUtMiBmb2N1cy12aXNpYmxlOm91dGxpbmUtb2Zmc2V0LTIgZm9jdXMtdmlzaWJsZTpvdXRsaW5lLXB1cnBsZS01MDBcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICBTZWUgRmVhdHVyZXNcbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzTmFtZT1cInRleHQtc20gcHktMi41IGZvbnQtc2VtaWJvbGQgbGVhZGluZy02IHRleHQtY3lhbi02MDAgaG92ZXI6dGV4dC1wdXJwbGUtNTAwXCI+XG4gICAgICAgICAgUmVhZCBVc2UgQ2FzZXMgPHNwYW4gYXJpYS1oaWRkZW49XCJ0cnVlXCI+4oaSPC9zcGFuPlxuICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIGdyaWQgZ3JpZC1jb2xzLTEgZ2FwLTQgc206bXQtMTYgbGc6Z3JpZC1jb2xzLTYgbGc6Z3JpZC1yb3dzLTJcIj5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJDcmVhdGl2aXR5XCJcbiAgICAgICAgICB0aXRsZT1cIjNEIENvbGxhYm9yYXRpb24gVG9vbHNcIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiVHJhbnNmb3JtIGhvdyB5b3UgYW5kIHlvdXIgdGVhbSB3b3JrIHRvZ2V0aGVyIHdpdGggb3VyIGlubm92YXRpdmUsIHJlYWwtdGltZSBjcmVhdGl2ZSB0b29scy5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL2ltYWdlcy9jb2xsYWJvcmF0ZS5qcGcpXSBiZy1jb3ZlciBiZy1jZW50ZXIgYmctbm8tcmVwZWF0XCIgLz5cbiAgICAgICAgICB9XG4gICAgICAgICAgZmFkZT17Wydib3R0b20nXX1cbiAgICAgICAgICBjbGFzc05hbWU9XCJtYXgtbGc6cm91bmRlZC10LTR4bCBsZzpjb2wtc3Bhbi0zIGxnOnJvdW5kZWQtdGwtNHhsXCJcbiAgICAgICAgICBsaW5rPVwiL2ZlYXR1cmVzXCJcbiAgICAgICAgLz5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJDb25uZWN0ZWQgRXhwZXJpZW5jZXNcIlxuICAgICAgICAgIHRpdGxlPVwiT3VyVmVyc2UgU3R1ZGlvXCJcbiAgICAgICAgICBkZXNjcmlwdGlvbj1cIkVsZXZhdGUgeW91ciB2aXJ0dWFsIGNvbmZlcmVuY2VzIHdpdGggY3V0dGluZy1lZGdlIGNvbW11bmljYXRpb24gZmVhdHVyZXMgZGVzaWduZWQgdG8ga2VlcCB5b3VyIGF1ZGllbmNlIGNvbm5lY3RlZCBhbmQgZW5nYWdlZC5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL2ltYWdlcy9zdHVkaW8uanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMyBsZzpyb3VuZGVkLXRyLTR4bFwiXG4gICAgICAgICAgbGluaz1cIi9mZWF0dXJlc1wiXG4gICAgICAgIC8+XG4gICAgICAgIDxCZW50b0NhcmRcbiAgICAgICAgICBleWVicm93PVwiM0QgTW9kZWxpbmdcIlxuICAgICAgICAgIHRpdGxlPVwiVmVyc2UgQnVpbGRlciBQcm9cIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiQ3JlYXRlIGFuZCBjdXN0b21pemUgeW91ciB2aXJ0dWFsIHdvcmxkIHdpdGggcG93ZXJmdWwgdG9vbHMgdGhhdCBtYWtlIGJ1aWxkaW5nIGFuZCBtYW5hZ2luZyB5b3VyIGRpZ2l0YWwgc3BhY2UgZWFzeSBhbmQgaW50dWl0aXZlLlwiXG4gICAgICAgICAgZ3JhcGhpYz17XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImgtODAgYmctW3VybCgvaW1hZ2VzL2J1aWxkZXIuanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMiBsZzpyb3VuZGVkLWJsLTR4bFwiXG4gICAgICAgIC8+XG4gICAgICAgIDxCZW50b0NhcmRcbiAgICAgICAgICBleWVicm93PVwiTmV4dC1HZW4gSW50ZXJhY3Rpb25zXCJcbiAgICAgICAgICB0aXRsZT1cIlZpcnR1YWwgTWVldGluZyBUb29sc1wiXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJFbGV2YXRlIHlvdXIgdmlydHVhbCBpbnRlcmFjdGlvbnMgd2l0aCBjdXR0aW5nLWVkZ2UgY29tbXVuaWNhdGlvbiBmZWF0dXJlcyBkZXNpZ25lZCB0byBrZWVwIHlvdSBjb25uZWN0ZWQgYW5kIGVuZ2FnZWQuLlwiXG4gICAgICAgICAgZ3JhcGhpYz17XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImgtODAgYmctW3VybCgvaW1hZ2VzL2NvbW11bmljYXRlLmpwZyldIGJnLWNvdmVyIGJnLWNlbnRlciBiZy1uby1yZXBlYXRcIiAvPlxuICAgICAgICAgIH1cbiAgICAgICAgICBmYWRlPXtbJ2JvdHRvbSddfVxuICAgICAgICAgIGNsYXNzTmFtZT1cImxnOmNvbC1zcGFuLTJcIlxuICAgICAgICAgIGxpbms9XCIvZmVhdHVyZXNcIlxuICAgICAgICAvPlxuICAgICAgICA8QmVudG9DYXJkXG4gICAgICAgICAgZXllYnJvdz1cIlNvY2lhbCBNZWRpYVwiXG4gICAgICAgICAgdGl0bGU9XCJNeVZlcnNlIFNvY2lhbFwiXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJTdGF5IGNvbm5lY3RlZCwgbWFuYWdlIHNvY2lhbCBpbnRlcmFjdGlvbnMgYW5kIGV2ZW50IGNhbGVuZGFycyBzZWFtbGVzc2x5IGluIGFuIGFsbC1pbi1vbmUgaW50ZWdyYXRlZCBzb2NpYWwgbWVkaWFwbGF0Zm9ybS5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL2ltYWdlcy9zb2NtZWQuanBnKV0gYmctY292ZXIgYmctY2VudGVyIGJnLW5vLXJlcGVhdFwiIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XG4gICAgICAgICAgY2xhc3NOYW1lPVwibWF4LWxnOnJvdW5kZWQtYi00eGwgbGc6Y29sLXNwYW4tMiBsZzpyb3VuZGVkLWJyLTR4bFwiXG4gICAgICAgICAgbGluaz1cIi9mZWF0dXJlc1wiXG4gICAgICAgIC8+XG4gICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvQ29udGFpbmVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiY2xzeCIsIm1vdGlvbiIsIlN1YmhlYWRpbmciLCJDb250YWluZXIiLCJCZW50b1NlY3Rpb24iLCJCZW50b0NhcmQiLCJkYXJrIiwiY2xhc3NOYW1lIiwiZXllYnJvdyIsInRpdGxlIiwiZGVzY3JpcHRpb24iLCJncmFwaGljIiwiZmFkZSIsImxpbmsiLCJkaXYiLCJpbml0aWFsIiwid2hpbGVIb3ZlciIsInZhcmlhbnRzIiwiaWRsZSIsImFjdGl2ZSIsImRhdGEtZGFyayIsInVuZGVmaW5lZCIsImluY2x1ZGVzIiwiYXMiLCJwIiwiaDIiLCJhIiwiaHJlZiIsInNwYW4iLCJhcmlhLWhpZGRlbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(ssr)/./src/components/Bentosection.jsx\n");
/***/ }),
diff --git a/.next/server/webpack-runtime.js b/.next/server/webpack-runtime.js
index bb41c89..370790b 100644
--- a/.next/server/webpack-runtime.js
+++ b/.next/server/webpack-runtime.js
@@ -125,7 +125,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
-/******/ __webpack_require__.h = () => ("1e463b2be435e2e6")
+/******/ __webpack_require__.h = () => ("44c4b230cb2067da")
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
diff --git a/.next/trace b/.next/trace
index aee3be5..d1b5b9e 100644
--- a/.next/trace
+++ b/.next/trace
@@ -121,3 +121,14 @@
[{"name":"client-success","duration":30,"timestamp":1746190159444,"id":11155,"parentId":3,"tags":{},"startTime":1728312729261,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":901000,"timestamp":1746189280538,"id":11157,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1728312729288,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":104451,"timestamp":1746190165338,"id":11156,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728312729267,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1746190269827,"id":11158,"parentId":11156,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"394461184","memory.heapUsed":"376542488","memory.heapTotal":"481755136"},"startTime":1728312729372,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28394,"timestamp":1746190914276,"id":11165,"parentId":11162,"tags":{"request":"next/dist/pages/_document"},"startTime":1728312730016,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30502,"timestamp":1746190913243,"id":11163,"parentId":11162,"tags":{"request":"next/dist/pages/_app"},"startTime":1728312730015,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16880,"timestamp":1746190965752,"id":11172,"parentId":11171,"tags":{},"startTime":1728312730068,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":17159,"timestamp":1746190965484,"id":11171,"parentId":11170,"tags":{},"startTime":1728312730067,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":27655,"timestamp":1746190964088,"id":11170,"parentId":11161,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx","layer":"rsc"},"startTime":1728312730066,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":81798,"timestamp":1746190914137,"id":11164,"parentId":11162,"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":1728312730016,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":81584,"timestamp":1746190914360,"id":11166,"parentId":11162,"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":1728312730016,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":89518,"timestamp":1746190914401,"id":11168,"parentId":11162,"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":1728312730016,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":89483,"timestamp":1746190914447,"id":11169,"parentId":11162,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728312730016,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":89540,"timestamp":1746190914392,"id":11167,"parentId":11162,"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":1728312730016,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":365473,"timestamp":1746190894068,"id":11162,"parentId":11161,"tags":{},"startTime":1728312729996,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":8428,"timestamp":1746191304330,"id":11189,"parentId":11188,"tags":{},"startTime":1728312730406,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":6,"timestamp":1746191312809,"id":11191,"parentId":11188,"tags":{},"startTime":1728312730415,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":10747,"timestamp":1746191312863,"id":11192,"parentId":11188,"tags":{},"startTime":1728312730415,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":10,"timestamp":1746191323674,"id":11193,"parentId":11188,"tags":{},"startTime":1728312730425,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":24,"timestamp":1746191323710,"id":11194,"parentId":11188,"tags":{},"startTime":1728312730425,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":18665,"timestamp":1746191312793,"id":11190,"parentId":11188,"tags":{},"startTime":1728312730415,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":18337,"timestamp":1746191400571,"id":11195,"parentId":11188,"tags":{},"startTime":1728312730502,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":60204,"timestamp":1746191418956,"id":11196,"parentId":11188,"tags":{},"startTime":1728312730521,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":21635,"timestamp":1746191483903,"id":11197,"parentId":11188,"tags":{},"startTime":1728312730586,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":1919,"timestamp":1746191505532,"id":11198,"parentId":11188,"tags":{},"startTime":1728312730607,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":1744,"timestamp":1746191507407,"id":11199,"parentId":11188,"tags":{},"startTime":1728312730609,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":10336,"timestamp":1746191509354,"id":11200,"parentId":11188,"tags":{},"startTime":1728312730611,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":247042,"timestamp":1746191292898,"id":11188,"parentId":11161,"tags":{},"startTime":1728312730395,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":689846,"timestamp":1746190892437,"id":11161,"parentId":11159,"tags":{"name":"server"},"startTime":1728312729994,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":6859,"timestamp":1746191582452,"id":11201,"parentId":11159,"tags":{},"startTime":1728312730684,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":726806,"timestamp":1746190863243,"id":11159,"parentId":3,"tags":{"trigger":"src/components/HeroFeature.jsx"},"startTime":1728312729965,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6836,"timestamp":1746191608165,"id":11214,"parentId":11203,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6907,"timestamp":1746191608191,"id":11216,"parentId":11203,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6895,"timestamp":1746191608204,"id":11217,"parentId":11203,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16186,"timestamp":1746191607924,"id":11204,"parentId":11203,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16106,"timestamp":1746191608053,"id":11206,"parentId":11203,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":33476,"timestamp":1746191608085,"id":11208,"parentId":11203,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":42013,"timestamp":1746191608098,"id":11209,"parentId":11203,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":66142,"timestamp":1746191608113,"id":11210,"parentId":11203,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":66008,"timestamp":1746191608259,"id":11221,"parentId":11203,"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":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":73028,"timestamp":1746191608139,"id":11212,"parentId":11203,"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":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":72960,"timestamp":1746191608216,"id":11218,"parentId":11203,"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":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":72933,"timestamp":1746191608245,"id":11220,"parentId":11203,"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":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":76173,"timestamp":1746191608179,"id":11215,"parentId":11203,"tags":{"request":"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":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":77548,"timestamp":1746191608070,"id":11207,"parentId":11203,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":77500,"timestamp":1746191608125,"id":11211,"parentId":11203,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":27356,"timestamp":1746191658601,"id":11224,"parentId":11223,"tags":{},"startTime":1728312730760,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":2016340,"timestamp":1746191686132,"id":11226,"parentId":11225,"tags":{},"startTime":1728312730788,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":2034982,"timestamp":1746191686019,"id":11225,"parentId":11223,"tags":{},"startTime":1728312730788,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":95849,"timestamp":1746193725622,"id":11227,"parentId":11223,"tags":{"astUsed":"true"},"startTime":1728312732827,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":2175366,"timestamp":1746191658065,"id":11223,"parentId":11222,"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":1728312730760,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":2228222,"timestamp":1746191608233,"id":11219,"parentId":11203,"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":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":2228460,"timestamp":1746191608033,"id":11205,"parentId":11203,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":2312990,"timestamp":1746191615850,"id":11222,"parentId":11202,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728312730718,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":78,"timestamp":1746193952573,"id":11228,"parentId":11222,"tags":{},"startTime":1728312733054,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":2344592,"timestamp":1746191608152,"id":11213,"parentId":11203,"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":1728312730710,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":2358339,"timestamp":1746191594476,"id":11203,"parentId":11202,"tags":{},"startTime":1728312730696,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":8263,"timestamp":1746193981836,"id":11230,"parentId":11229,"tags":{},"startTime":1728312733084,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":8,"timestamp":1746193990191,"id":11232,"parentId":11229,"tags":{},"startTime":1728312733092,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":269,"timestamp":1746193990230,"id":11233,"parentId":11229,"tags":{},"startTime":1728312733092,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":10,"timestamp":1746193990552,"id":11234,"parentId":11229,"tags":{},"startTime":1728312733092,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":24,"timestamp":1746193990665,"id":11235,"parentId":11229,"tags":{},"startTime":1728312733092,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":3598,"timestamp":1746193990171,"id":11231,"parentId":11229,"tags":{},"startTime":1728312733092,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1603,"timestamp":1746193997914,"id":11236,"parentId":11229,"tags":{},"startTime":1728312733100,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":10975,"timestamp":1746193999539,"id":11237,"parentId":11229,"tags":{},"startTime":1728312733101,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":8907,"timestamp":1746194015445,"id":11238,"parentId":11229,"tags":{},"startTime":1728312733117,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":596,"timestamp":1746194024348,"id":11239,"parentId":11229,"tags":{},"startTime":1728312733126,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":314,"timestamp":1746194024921,"id":11240,"parentId":11229,"tags":{},"startTime":1728312733127,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":27915,"timestamp":1746194025244,"id":11241,"parentId":11229,"tags":{},"startTime":1728312733127,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":157,"timestamp":1746194055408,"id":11243,"parentId":11202,"tags":{},"startTime":1728312733157,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":362,"timestamp":1746194055215,"id":11242,"parentId":11202,"tags":{},"startTime":1728312733157,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":90068,"timestamp":1746193971984,"id":11229,"parentId":11202,"tags":{},"startTime":1728312733074,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":2468141,"timestamp":1746191593985,"id":11202,"parentId":11160,"tags":{"name":"client"},"startTime":1728312730696,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":42719,"timestamp":1746194062191,"id":11244,"parentId":11160,"tags":{},"startTime":1728312733164,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":3244717,"timestamp":1746190863937,"id":11160,"parentId":3,"tags":{"trigger":"src/components/HeroFeature.jsx"},"startTime":1728312729966,"traceId":"480ec8b9e15b14de"}]
[{"name":"client-success","duration":5,"timestamp":1746194122342,"id":11245,"parentId":3,"tags":{},"startTime":1728312733224,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":3323000,"timestamp":1746190864034,"id":11247,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728312733291,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":194688,"timestamp":1746194130519,"id":11246,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728312733232,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1746194325240,"id":11248,"parentId":11246,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"373047296","memory.heapUsed":"366137552","memory.heapTotal":"438894592"},"startTime":1728312733427,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":421120,"timestamp":1746195701512,"id":11249,"tags":{"url":"/","isTurbopack":false},"startTime":1728312734803,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":3,"timestamp":1746196122768,"id":11250,"parentId":11249,"tags":{"url":"/","memory.rss":"357548032","memory.heapUsed":"362974464","memory.heapTotal":"407027712"},"startTime":1728312735224,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":47,"timestamp":1746197861049,"id":11251,"parentId":3,"tags":{},"startTime":1728312736963,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":27064,"timestamp":1746211691073,"id":11258,"parentId":11255,"tags":{"request":"next/dist/pages/_document"},"startTime":1728312750792,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28372,"timestamp":1746211690725,"id":11256,"parentId":11255,"tags":{"request":"next/dist/pages/_app"},"startTime":1728312750792,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":55956,"timestamp":1746211691050,"id":11257,"parentId":11255,"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":1728312750792,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":55933,"timestamp":1746211691082,"id":11259,"parentId":11255,"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":1728312750792,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":58981,"timestamp":1746211691107,"id":11261,"parentId":11255,"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":1728312750792,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":61922,"timestamp":1746211691119,"id":11262,"parentId":11255,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728312750792,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":64706,"timestamp":1746211743203,"id":11265,"parentId":11264,"tags":{},"startTime":1728312750844,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":65000,"timestamp":1746211742924,"id":11264,"parentId":11263,"tags":{},"startTime":1728312750844,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":68974,"timestamp":1746211741761,"id":11263,"parentId":11254,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx","layer":"rsc"},"startTime":1728312750843,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":121440,"timestamp":1746211691098,"id":11260,"parentId":11255,"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":1728312750792,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":288124,"timestamp":1746211681878,"id":11255,"parentId":11254,"tags":{},"startTime":1728312750783,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":14894,"timestamp":1746212106588,"id":11282,"parentId":11281,"tags":{},"startTime":1728312751208,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":20,"timestamp":1746212121822,"id":11284,"parentId":11281,"tags":{},"startTime":1728312751223,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":17269,"timestamp":1746212121884,"id":11285,"parentId":11281,"tags":{},"startTime":1728312751223,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":28,"timestamp":1746212139218,"id":11286,"parentId":11281,"tags":{},"startTime":1728312751240,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":19,"timestamp":1746212139275,"id":11287,"parentId":11281,"tags":{},"startTime":1728312751240,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":37876,"timestamp":1746212121519,"id":11283,"parentId":11281,"tags":{},"startTime":1728312751223,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":52509,"timestamp":1746212264247,"id":11288,"parentId":11281,"tags":{},"startTime":1728312751365,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":76302,"timestamp":1746212316819,"id":11289,"parentId":11281,"tags":{},"startTime":1728312751418,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":4987,"timestamp":1746212396588,"id":11290,"parentId":11281,"tags":{},"startTime":1728312751498,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":392,"timestamp":1746212401572,"id":11291,"parentId":11281,"tags":{},"startTime":1728312751503,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":607,"timestamp":1746212401929,"id":11292,"parentId":11281,"tags":{},"startTime":1728312751503,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":42553,"timestamp":1746212402550,"id":11293,"parentId":11281,"tags":{},"startTime":1728312751504,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":408049,"timestamp":1746212056779,"id":11281,"parentId":11254,"tags":{},"startTime":1728312751158,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":804782,"timestamp":1746211679849,"id":11254,"parentId":11252,"tags":{"name":"server"},"startTime":1728312750781,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":16344,"timestamp":1746212484759,"id":11294,"parentId":11252,"tags":{},"startTime":1728312751586,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":857349,"timestamp":1746211644720,"id":11252,"parentId":3,"tags":{"trigger":"src/components/HeroFeature.jsx"},"startTime":1728312750746,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":10298,"timestamp":1746212518211,"id":11307,"parentId":11296,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":10366,"timestamp":1746212518241,"id":11309,"parentId":11296,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":10354,"timestamp":1746212518255,"id":11310,"parentId":11296,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16120,"timestamp":1746212517919,"id":11297,"parentId":11296,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":15973,"timestamp":1746212518083,"id":11299,"parentId":11296,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":21052,"timestamp":1746212518118,"id":11301,"parentId":11296,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":25772,"timestamp":1746212518135,"id":11302,"parentId":11296,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":29125,"timestamp":1746212518151,"id":11303,"parentId":11296,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28971,"timestamp":1746212518315,"id":11314,"parentId":11296,"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":1728312751620,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":34057,"timestamp":1746212518181,"id":11305,"parentId":11296,"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":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":33978,"timestamp":1746212518270,"id":11311,"parentId":11296,"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":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":33951,"timestamp":1746212518300,"id":11313,"parentId":11296,"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":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":37290,"timestamp":1746212518226,"id":11308,"parentId":11296,"tags":{"request":"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":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":38821,"timestamp":1746212518102,"id":11300,"parentId":11296,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":38770,"timestamp":1746212518166,"id":11304,"parentId":11296,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":11251,"timestamp":1746212546112,"id":11317,"parentId":11316,"tags":{},"startTime":1728312751647,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":721521,"timestamp":1746212557549,"id":11319,"parentId":11318,"tags":{},"startTime":1728312751659,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":724647,"timestamp":1746212557422,"id":11318,"parentId":11316,"tags":{},"startTime":1728312751659,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":89653,"timestamp":1746213282380,"id":11320,"parentId":11316,"tags":{"astUsed":"true"},"startTime":1728312752384,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":839515,"timestamp":1746212545921,"id":11316,"parentId":11315,"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":1728312751647,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":870897,"timestamp":1746212518285,"id":11312,"parentId":11296,"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":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":871184,"timestamp":1746212518062,"id":11298,"parentId":11296,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":883400,"timestamp":1746212529328,"id":11315,"parentId":11295,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728312751631,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":121,"timestamp":1746213413721,"id":11321,"parentId":11315,"tags":{},"startTime":1728312752515,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":895699,"timestamp":1746212518197,"id":11306,"parentId":11296,"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":1728312751619,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":908713,"timestamp":1746212505395,"id":11296,"parentId":11295,"tags":{},"startTime":1728312751607,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":5460,"timestamp":1746213510109,"id":11323,"parentId":11322,"tags":{},"startTime":1728312752611,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":17,"timestamp":1746213515618,"id":11325,"parentId":11322,"tags":{},"startTime":1728312752617,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":188,"timestamp":1746213515668,"id":11326,"parentId":11322,"tags":{},"startTime":1728312752617,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":21,"timestamp":1746213515907,"id":11327,"parentId":11322,"tags":{},"startTime":1728312752617,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1746213515961,"id":11328,"parentId":11322,"tags":{},"startTime":1728312752617,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":5987,"timestamp":1746213515598,"id":11324,"parentId":11322,"tags":{},"startTime":1728312752617,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1863,"timestamp":1746213526679,"id":11329,"parentId":11322,"tags":{},"startTime":1728312752628,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":16240,"timestamp":1746213528612,"id":11330,"parentId":11322,"tags":{},"startTime":1728312752630,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":8584,"timestamp":1746213549562,"id":11331,"parentId":11322,"tags":{},"startTime":1728312752651,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":418,"timestamp":1746213558132,"id":11332,"parentId":11322,"tags":{},"startTime":1728312752659,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":301,"timestamp":1746213558523,"id":11333,"parentId":11322,"tags":{},"startTime":1728312752660,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":17715,"timestamp":1746213558837,"id":11334,"parentId":11322,"tags":{},"startTime":1728312752660,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":217,"timestamp":1746213580624,"id":11336,"parentId":11295,"tags":{},"startTime":1728312752682,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":615,"timestamp":1746213580239,"id":11335,"parentId":11295,"tags":{},"startTime":1728312752681,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":88849,"timestamp":1746213499167,"id":11322,"parentId":11295,"tags":{},"startTime":1728312752600,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":1083119,"timestamp":1746212504990,"id":11295,"parentId":11253,"tags":{"name":"client"},"startTime":1728312751606,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":20210,"timestamp":1746213588359,"id":11337,"parentId":11253,"tags":{},"startTime":1728312752690,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":1968792,"timestamp":1746211645830,"id":11253,"parentId":3,"tags":{"trigger":"src/components/HeroFeature.jsx"},"startTime":1728312750747,"traceId":"480ec8b9e15b14de"}]
[{"name":"client-success","duration":7,"timestamp":1746213624096,"id":11338,"parentId":3,"tags":{},"startTime":1728312752725,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":2021000,"timestamp":1746211648040,"id":11340,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728312752790,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":193838,"timestamp":1746213631810,"id":11339,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728312752733,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":3,"timestamp":1746213825766,"id":11341,"parentId":11339,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"362774528","memory.heapUsed":"369554288","memory.heapTotal":"430850048"},"startTime":1728312752927,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":22993,"timestamp":1746222182297,"id":11348,"parentId":11345,"tags":{"request":"next/dist/pages/_document"},"startTime":1728312761283,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":24086,"timestamp":1746222181982,"id":11346,"parentId":11345,"tags":{"request":"next/dist/pages/_app"},"startTime":1728312761283,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":49107,"timestamp":1746222182284,"id":11347,"parentId":11345,"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":1728312761283,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":49078,"timestamp":1746222182321,"id":11349,"parentId":11345,"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":1728312761283,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":59399,"timestamp":1746222182379,"id":11352,"parentId":11345,"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":1728312761283,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":59425,"timestamp":1746222182359,"id":11351,"parentId":11345,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728312761283,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":65459,"timestamp":1746222226979,"id":11355,"parentId":11354,"tags":{},"startTime":1728312761328,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":65769,"timestamp":1746222226678,"id":11354,"parentId":11353,"tags":{},"startTime":1728312761328,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":69540,"timestamp":1746222225589,"id":11353,"parentId":11344,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/HeroFeature.jsx","layer":"rsc"},"startTime":1728312761327,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":114382,"timestamp":1746222182345,"id":11350,"parentId":11345,"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":1728312761283,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":209374,"timestamp":1746222173047,"id":11345,"parentId":11344,"tags":{},"startTime":1728312761274,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":35246,"timestamp":1746222413179,"id":11372,"parentId":11371,"tags":{},"startTime":1728312761514,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":7,"timestamp":1746222448469,"id":11374,"parentId":11371,"tags":{},"startTime":1728312761549,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":9606,"timestamp":1746222448502,"id":11375,"parentId":11371,"tags":{},"startTime":1728312761549,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":23,"timestamp":1746222458193,"id":11376,"parentId":11371,"tags":{},"startTime":1728312761559,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":78,"timestamp":1746222458237,"id":11377,"parentId":11371,"tags":{},"startTime":1728312761559,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":19037,"timestamp":1746222448454,"id":11373,"parentId":11371,"tags":{},"startTime":1728312761549,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1799,"timestamp":1746222471148,"id":11378,"parentId":11371,"tags":{},"startTime":1728312761572,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":14145,"timestamp":1746222472977,"id":11379,"parentId":11371,"tags":{},"startTime":1728312761574,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":2026,"timestamp":1746222490494,"id":11380,"parentId":11371,"tags":{},"startTime":1728312761591,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":290,"timestamp":1746222492517,"id":11381,"parentId":11371,"tags":{},"startTime":1728312761593,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":293,"timestamp":1746222492795,"id":11382,"parentId":11371,"tags":{},"startTime":1728312761594,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":3181,"timestamp":1746222493097,"id":11383,"parentId":11371,"tags":{},"startTime":1728312761594,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":109749,"timestamp":1746222400087,"id":11371,"parentId":11344,"tags":{},"startTime":1728312761501,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":350331,"timestamp":1746222170614,"id":11344,"parentId":11342,"tags":{"name":"server"},"startTime":1728312761272,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":14365,"timestamp":1746222521048,"id":11384,"parentId":11342,"tags":{},"startTime":1728312761622,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":395805,"timestamp":1746222140459,"id":11342,"parentId":3,"tags":{"trigger":"src/components/HeroFeature.jsx"},"startTime":1728312761241,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12089,"timestamp":1746222561829,"id":11397,"parentId":11386,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12157,"timestamp":1746222561867,"id":11399,"parentId":11386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12142,"timestamp":1746222561885,"id":11400,"parentId":11386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":20640,"timestamp":1746222561531,"id":11387,"parentId":11386,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312761662,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":20538,"timestamp":1746222561672,"id":11389,"parentId":11386,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":27458,"timestamp":1746222561714,"id":11391,"parentId":11386,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":33197,"timestamp":1746222561735,"id":11392,"parentId":11386,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":39018,"timestamp":1746222561754,"id":11393,"parentId":11386,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":38722,"timestamp":1746222562062,"id":11404,"parentId":11386,"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":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":52119,"timestamp":1746222561790,"id":11395,"parentId":11386,"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":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":52020,"timestamp":1746222561903,"id":11401,"parentId":11386,"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":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":51986,"timestamp":1746222561939,"id":11403,"parentId":11386,"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":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":55667,"timestamp":1746222561849,"id":11398,"parentId":11386,"tags":{"request":"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":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":57867,"timestamp":1746222561694,"id":11390,"parentId":11386,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":57804,"timestamp":1746222561772,"id":11394,"parentId":11386,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":21146,"timestamp":1746222599040,"id":11407,"parentId":11406,"tags":{},"startTime":1728312761700,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":304473,"timestamp":1746222620502,"id":11409,"parentId":11408,"tags":{},"startTime":1728312761721,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":308470,"timestamp":1746222620255,"id":11408,"parentId":11406,"tags":{},"startTime":1728312761721,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":42324,"timestamp":1746222928816,"id":11410,"parentId":11406,"tags":{"astUsed":"true"},"startTime":1728312762030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":377122,"timestamp":1746222598736,"id":11406,"parentId":11405,"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":1728312761700,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":415450,"timestamp":1746222561921,"id":11402,"parentId":11386,"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":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":415737,"timestamp":1746222561646,"id":11388,"parentId":11386,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":408652,"timestamp":1746222575008,"id":11405,"parentId":11385,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728312761676,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":70,"timestamp":1746222984046,"id":11411,"parentId":11405,"tags":{},"startTime":1728312762085,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":422426,"timestamp":1746222561809,"id":11396,"parentId":11386,"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":1728312761663,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":444499,"timestamp":1746222539792,"id":11386,"parentId":11385,"tags":{},"startTime":1728312761641,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":4403,"timestamp":1746223012064,"id":11413,"parentId":11412,"tags":{},"startTime":1728312762113,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":6,"timestamp":1746223016505,"id":11415,"parentId":11412,"tags":{},"startTime":1728312762117,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":145,"timestamp":1746223016543,"id":11416,"parentId":11412,"tags":{},"startTime":1728312762117,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":7,"timestamp":1746223016720,"id":11417,"parentId":11412,"tags":{},"startTime":1728312762118,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1746223016752,"id":11418,"parentId":11412,"tags":{},"startTime":1728312762118,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":3318,"timestamp":1746223016493,"id":11414,"parentId":11412,"tags":{},"startTime":1728312762117,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":945,"timestamp":1746223023932,"id":11419,"parentId":11412,"tags":{},"startTime":1728312762125,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":6386,"timestamp":1746223024893,"id":11420,"parentId":11412,"tags":{},"startTime":1728312762126,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":5974,"timestamp":1746223033808,"id":11421,"parentId":11412,"tags":{},"startTime":1728312762135,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":292,"timestamp":1746223039780,"id":11422,"parentId":11412,"tags":{},"startTime":1728312762141,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":240,"timestamp":1746223040057,"id":11423,"parentId":11412,"tags":{},"startTime":1728312762141,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":12029,"timestamp":1746223040303,"id":11424,"parentId":11412,"tags":{},"startTime":1728312762141,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":157,"timestamp":1746223054780,"id":11426,"parentId":11385,"tags":{},"startTime":1728312762156,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":304,"timestamp":1746223054646,"id":11425,"parentId":11385,"tags":{},"startTime":1728312762156,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":58121,"timestamp":1746223001532,"id":11412,"parentId":11385,"tags":{},"startTime":1728312762102,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":520345,"timestamp":1746222539345,"id":11385,"parentId":11343,"tags":{"name":"client"},"startTime":1728312761640,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":8181,"timestamp":1746223059727,"id":11427,"parentId":11343,"tags":{},"startTime":1728312762161,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":928276,"timestamp":1746222141227,"id":11343,"parentId":3,"tags":{"trigger":"src/components/HeroFeature.jsx"},"startTime":1728312761242,"traceId":"480ec8b9e15b14de"}]
+[{"name":"client-success","duration":6,"timestamp":1746223072947,"id":11428,"parentId":3,"tags":{},"startTime":1728312762174,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":960000,"timestamp":1746222143121,"id":11430,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1728312762205,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":121817,"timestamp":1746223088758,"id":11429,"tags":{"url":"/?_rsc=ft0xn","isTurbopack":false},"startTime":1728312762190,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1746223210741,"id":11431,"parentId":11429,"tags":{"url":"/?_rsc=ft0xn","memory.rss":"332939264","memory.heapUsed":"409811896","memory.heapTotal":"447332352"},"startTime":1728312762312,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":42938,"timestamp":1746257560720,"id":11439,"parentId":11436,"tags":{"request":"next/dist/pages/_document"},"startTime":1728312796661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":43683,"timestamp":1746257560453,"id":11437,"parentId":11436,"tags":{"request":"next/dist/pages/_app"},"startTime":1728312796660,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":84853,"timestamp":1746257560706,"id":11438,"parentId":11436,"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":1728312796661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":84841,"timestamp":1746257560729,"id":11440,"parentId":11436,"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":1728312796661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":87346,"timestamp":1746257560748,"id":11441,"parentId":11436,"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":1728312796661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":93531,"timestamp":1746257560759,"id":11442,"parentId":11436,"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":1728312796661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":93531,"timestamp":1746257560767,"id":11443,"parentId":11436,"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":1728312796661,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":93640,"timestamp":1746257560777,"id":11444,"parentId":11436,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728312796661,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":238144,"timestamp":1746257552064,"id":11436,"parentId":11435,"tags":{},"startTime":1728312796652,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":7658,"timestamp":1746257815639,"id":11467,"parentId":11466,"tags":{},"startTime":1728312796916,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":8,"timestamp":1746257823337,"id":11469,"parentId":11466,"tags":{},"startTime":1728312796923,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":8113,"timestamp":1746257823374,"id":11470,"parentId":11466,"tags":{},"startTime":1728312796923,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":18,"timestamp":1746257831535,"id":11471,"parentId":11466,"tags":{},"startTime":1728312796932,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":17,"timestamp":1746257831591,"id":11472,"parentId":11466,"tags":{},"startTime":1728312796932,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":13378,"timestamp":1746257823325,"id":11468,"parentId":11466,"tags":{},"startTime":1728312796923,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1059,"timestamp":1746257841588,"id":11473,"parentId":11466,"tags":{},"startTime":1728312796942,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":14591,"timestamp":1746257842665,"id":11474,"parentId":11466,"tags":{},"startTime":1728312796943,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":5285,"timestamp":1746257860360,"id":11475,"parentId":11466,"tags":{},"startTime":1728312796960,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":234,"timestamp":1746257865644,"id":11476,"parentId":11466,"tags":{},"startTime":1728312796966,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":237,"timestamp":1746257865861,"id":11477,"parentId":11466,"tags":{},"startTime":1728312796966,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":985,"timestamp":1746257866106,"id":11478,"parentId":11466,"tags":{},"startTime":1728312796966,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":70415,"timestamp":1746257807835,"id":11466,"parentId":11435,"tags":{},"startTime":1728312796908,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":343746,"timestamp":1746257551183,"id":11435,"parentId":11433,"tags":{"name":"server"},"startTime":1728312796651,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":9597,"timestamp":1746257894999,"id":11479,"parentId":11433,"tags":{},"startTime":1728312796995,"traceId":"480ec8b9e15b14de"},{"name":"compile-path","duration":363782,"timestamp":1746257541987,"id":11434,"tags":{"trigger":"/_not-found","isTurbopack":false},"startTime":1728312796642,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":364214,"timestamp":1746257541863,"id":11433,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728312796642,"traceId":"480ec8b9e15b14de"}]
+[{"name":"handle-request","duration":558096,"timestamp":1746257533510,"id":11432,"tags":{"url":"/about.html","isTurbopack":false},"startTime":1728312796634,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":0,"timestamp":1746258091636,"id":11480,"parentId":11432,"tags":{"url":"/about.html","memory.rss":"347619328","memory.heapUsed":"372065280","memory.heapTotal":"409600000"},"startTime":1728312797192,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":57,"timestamp":1746258486432,"id":11481,"parentId":3,"tags":{},"startTime":1728312797586,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":8268,"timestamp":1746261610496,"id":11489,"parentId":11486,"tags":{"request":"next/dist/pages/_document"},"startTime":1728312800710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":18636,"timestamp":1746261610384,"id":11487,"parentId":11486,"tags":{"request":"next/dist/pages/_app"},"startTime":1728312800710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":44166,"timestamp":1746261610480,"id":11488,"parentId":11486,"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":1728312800710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":44144,"timestamp":1746261610509,"id":11490,"parentId":11486,"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":1728312800710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":44487,"timestamp":1746261610520,"id":11491,"parentId":11486,"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":1728312800710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":50761,"timestamp":1746261610533,"id":11492,"parentId":11486,"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":1728312800710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":50757,"timestamp":1746261610541,"id":11493,"parentId":11486,"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":1728312800710,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":50745,"timestamp":1746261610554,"id":11494,"parentId":11486,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728312800710,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":41162,"timestamp":1746261636148,"id":11496,"parentId":11495,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?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!","layer":"rsc"},"startTime":1728312800736,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":75278,"timestamp":1746261682679,"id":11502,"parentId":11501,"tags":{},"startTime":1728312800783,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":75348,"timestamp":1746261682618,"id":11501,"parentId":11498,"tags":{},"startTime":1728312800783,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":76695,"timestamp":1746261682234,"id":11498,"parentId":11496,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/layout.jsx","layer":"rsc"},"startTime":1728312800782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":76420,"timestamp":1746261682575,"id":11500,"parentId":11499,"tags":{},"startTime":1728312800783,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":76592,"timestamp":1746261682404,"id":11499,"parentId":11497,"tags":{},"startTime":1728312800782,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":77918,"timestamp":1746261682021,"id":11497,"parentId":11496,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/app/about/page.jsx","layer":"rsc"},"startTime":1728312800782,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":3545,"timestamp":1746261786583,"id":11512,"parentId":11511,"tags":{},"startTime":1728312800887,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":3641,"timestamp":1746261786495,"id":11511,"parentId":11505,"tags":{},"startTime":1728312800886,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":6702,"timestamp":1746261786036,"id":11505,"parentId":11497,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutnodes.jsx","layer":"rsc"},"startTime":1728312800886,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6408,"timestamp":1746261786678,"id":11514,"parentId":11513,"tags":{},"startTime":1728312800887,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6466,"timestamp":1746261786622,"id":11513,"parentId":11506,"tags":{},"startTime":1728312800887,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":8735,"timestamp":1746261786139,"id":11506,"parentId":11497,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutco.jsx","layer":"rsc"},"startTime":1728312800886,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8572,"timestamp":1746261786355,"id":11508,"parentId":11507,"tags":{},"startTime":1728312800886,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":8664,"timestamp":1746261786266,"id":11507,"parentId":11503,"tags":{},"startTime":1728312800886,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":10105,"timestamp":1746261785668,"id":11503,"parentId":11497,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Abouthero.jsx","layer":"rsc"},"startTime":1728312800886,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9344,"timestamp":1746261786457,"id":11510,"parentId":11509,"tags":{},"startTime":1728312800886,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9405,"timestamp":1746261786397,"id":11509,"parentId":11504,"tags":{},"startTime":1728312800886,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":11366,"timestamp":1746261785923,"id":11504,"parentId":11497,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Aboutvalues.jsx","layer":"rsc"},"startTime":1728312800886,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":191059,"timestamp":1746261610562,"id":11495,"parentId":11486,"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":1728312800710,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":279176,"timestamp":1746261605375,"id":11486,"parentId":11485,"tags":{},"startTime":1728312800705,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3073,"timestamp":1746261898914,"id":11543,"parentId":11542,"tags":{},"startTime":1728312800999,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1746261902009,"id":11545,"parentId":11542,"tags":{},"startTime":1728312801002,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":3369,"timestamp":1746261902028,"id":11546,"parentId":11542,"tags":{},"startTime":1728312801002,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":5,"timestamp":1746261905429,"id":11547,"parentId":11542,"tags":{},"startTime":1728312801005,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1746261905450,"id":11548,"parentId":11542,"tags":{},"startTime":1728312801005,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":5417,"timestamp":1746261902001,"id":11544,"parentId":11542,"tags":{},"startTime":1728312801002,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":659,"timestamp":1746261909485,"id":11549,"parentId":11542,"tags":{},"startTime":1728312801009,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":8456,"timestamp":1746261910154,"id":11550,"parentId":11542,"tags":{},"startTime":1728312801010,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":2580,"timestamp":1746261920023,"id":11551,"parentId":11542,"tags":{},"startTime":1728312801020,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":117,"timestamp":1746261922602,"id":11552,"parentId":11542,"tags":{},"startTime":1728312801023,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":145,"timestamp":1746261922711,"id":11553,"parentId":11542,"tags":{},"startTime":1728312801023,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":3118,"timestamp":1746261922861,"id":11554,"parentId":11542,"tags":{},"startTime":1728312801023,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":38883,"timestamp":1746261894457,"id":11542,"parentId":11485,"tags":{},"startTime":1728312800994,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":340714,"timestamp":1746261605115,"id":11485,"parentId":11483,"tags":{"name":"server"},"startTime":1728312800705,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":8248,"timestamp":1746261945917,"id":11555,"parentId":11483,"tags":{},"startTime":1728312801046,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":351315,"timestamp":1746261603596,"id":11483,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728312800704,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6136,"timestamp":1746261971720,"id":11568,"parentId":11557,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6266,"timestamp":1746261971737,"id":11570,"parentId":11557,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6259,"timestamp":1746261971746,"id":11571,"parentId":11557,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":6216,"timestamp":1746261971791,"id":11575,"parentId":11557,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":11985,"timestamp":1746261971529,"id":11558,"parentId":11557,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312801071,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":11891,"timestamp":1746261971638,"id":11560,"parentId":11557,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":15524,"timestamp":1746261971661,"id":11562,"parentId":11557,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":20995,"timestamp":1746261971672,"id":11563,"parentId":11557,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":20974,"timestamp":1746261971710,"id":11567,"parentId":11557,"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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23048,"timestamp":1746261971681,"id":11564,"parentId":11557,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":22924,"timestamp":1746261971809,"id":11577,"parentId":11557,"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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":25999,"timestamp":1746261971701,"id":11566,"parentId":11557,"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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":25951,"timestamp":1746261971755,"id":11572,"parentId":11557,"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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":25926,"timestamp":1746261971782,"id":11574,"parentId":11557,"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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":25908,"timestamp":1746261971801,"id":11576,"parentId":11557,"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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":27732,"timestamp":1746261971729,"id":11569,"parentId":11557,"tags":{"request":"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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28689,"timestamp":1746261971651,"id":11561,"parentId":11557,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28659,"timestamp":1746261971692,"id":11565,"parentId":11557,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30133,"timestamp":1746261971773,"id":11573,"parentId":11557,"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":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30285,"timestamp":1746261971625,"id":11559,"parentId":11557,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728312801072,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":43219,"timestamp":1746261958742,"id":11557,"parentId":11556,"tags":{},"startTime":1728312801059,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":2520,"timestamp":1746262015384,"id":11579,"parentId":11578,"tags":{},"startTime":1728312801115,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1746262017928,"id":11581,"parentId":11578,"tags":{},"startTime":1728312801118,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":98,"timestamp":1746262017952,"id":11582,"parentId":11578,"tags":{},"startTime":1728312801118,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":4,"timestamp":1746262018075,"id":11583,"parentId":11578,"tags":{},"startTime":1728312801118,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1746262018092,"id":11584,"parentId":11578,"tags":{},"startTime":1728312801118,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":3620,"timestamp":1746262017919,"id":11580,"parentId":11578,"tags":{},"startTime":1728312801118,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":420,"timestamp":1746262023301,"id":11585,"parentId":11578,"tags":{},"startTime":1728312801123,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":4558,"timestamp":1746262023727,"id":11586,"parentId":11578,"tags":{},"startTime":1728312801124,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":5905,"timestamp":1746262030096,"id":11587,"parentId":11578,"tags":{},"startTime":1728312801130,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":242,"timestamp":1746262036000,"id":11588,"parentId":11578,"tags":{},"startTime":1728312801136,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":194,"timestamp":1746262036229,"id":11589,"parentId":11578,"tags":{},"startTime":1728312801136,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":7401,"timestamp":1746262036427,"id":11590,"parentId":11578,"tags":{},"startTime":1728312801136,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":108,"timestamp":1746262045006,"id":11592,"parentId":11556,"tags":{},"startTime":1728312801145,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":188,"timestamp":1746262044930,"id":11591,"parentId":11556,"tags":{},"startTime":1728312801145,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":41369,"timestamp":1746262007191,"id":11578,"parentId":11556,"tags":{},"startTime":1728312801107,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":90733,"timestamp":1746261957866,"id":11556,"parentId":11541,"tags":{"name":"client"},"startTime":1728312801058,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":10888,"timestamp":1746262048632,"id":11593,"parentId":11541,"tags":{},"startTime":1728312801149,"traceId":"480ec8b9e15b14de"},{"name":"compile-path","duration":456443,"timestamp":1746261603623,"id":11484,"tags":{"trigger":"/about","isTurbopack":false},"startTime":1728312800704,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":249350,"timestamp":1746261811136,"id":11541,"parentId":3,"tags":{"trigger":"manual"},"startTime":1728312800911,"traceId":"480ec8b9e15b14de"}]
+[{"name":"client-success","duration":6,"timestamp":1746262064701,"id":11594,"parentId":3,"tags":{},"startTime":1728312801165,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":603948,"timestamp":1746261597570,"id":11482,"tags":{"url":"/about","isTurbopack":false},"startTime":1728312800698,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":0,"timestamp":1746262201550,"id":11595,"parentId":11482,"tags":{"url":"/about","memory.rss":"403193856","memory.heapUsed":"406652824","memory.heapTotal":"445153280"},"startTime":1728312801301,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":9,"timestamp":1746262622504,"id":11596,"parentId":3,"tags":{},"startTime":1728312801722,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":87517,"timestamp":1746277123516,"id":11597,"tags":{"url":"/features.html","isTurbopack":false},"startTime":1728312816223,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1746277211224,"id":11598,"parentId":11597,"tags":{"url":"/features.html","memory.rss":"138739712","memory.heapUsed":"403974608","memory.heapTotal":"448233472"},"startTime":1728312816311,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":3,"timestamp":1746277582576,"id":11599,"parentId":3,"tags":{},"startTime":1728312816682,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":107851,"timestamp":1746279729750,"id":11600,"tags":{"url":"/features","isTurbopack":false},"startTime":1728312818829,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":0,"timestamp":1746279837643,"id":11601,"parentId":11600,"tags":{"url":"/features","memory.rss":"179568640","memory.heapUsed":"415664936","memory.heapTotal":"451051520"},"startTime":1728312818937,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":4,"timestamp":1746280242046,"id":11602,"parentId":3,"tags":{},"startTime":1728312819341,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":57584,"timestamp":1746421997000,"id":11609,"parentId":11606,"tags":{"request":"next/dist/pages/_document"},"startTime":1728312961093,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":59080,"timestamp":1746421996663,"id":11607,"parentId":11606,"tags":{"request":"next/dist/pages/_app"},"startTime":1728312961092,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":94796,"timestamp":1746421997062,"id":11614,"parentId":11606,"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":1728312961093,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":99119,"timestamp":1746421996983,"id":11608,"parentId":11606,"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":1728312961093,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":99098,"timestamp":1746421997012,"id":11610,"parentId":11606,"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":1728312961093,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":106219,"timestamp":1746421997039,"id":11612,"parentId":11606,"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":1728312961093,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":106722,"timestamp":1746421997051,"id":11613,"parentId":11606,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728312961093,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":59898,"timestamp":1746422090169,"id":11617,"parentId":11616,"tags":{},"startTime":1728312961186,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":60194,"timestamp":1746422089886,"id":11616,"parentId":11615,"tags":{},"startTime":1728312961186,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":69657,"timestamp":1746422088830,"id":11615,"parentId":11605,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"rsc"},"startTime":1728312961185,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":300696,"timestamp":1746421997028,"id":11611,"parentId":11606,"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":1728312961093,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":12793,"timestamp":1746422631359,"id":11640,"parentId":11639,"tags":{},"startTime":1728312961727,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":13270,"timestamp":1746422630893,"id":11639,"parentId":11638,"tags":{},"startTime":1728312961727,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":35125,"timestamp":1746422630310,"id":11638,"parentId":11605,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"ssr"},"startTime":1728312961726,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":737045,"timestamp":1746421966717,"id":11606,"parentId":11605,"tags":{},"startTime":1728312961063,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":18135,"timestamp":1746422762307,"id":11642,"parentId":11641,"tags":{},"startTime":1728312961858,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":11,"timestamp":1746422780609,"id":11644,"parentId":11641,"tags":{},"startTime":1728312961876,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":16284,"timestamp":1746422780644,"id":11645,"parentId":11641,"tags":{},"startTime":1728312961876,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":21,"timestamp":1746422796986,"id":11646,"parentId":11641,"tags":{},"startTime":1728312961893,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":15,"timestamp":1746422797042,"id":11647,"parentId":11641,"tags":{},"startTime":1728312961893,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":24568,"timestamp":1746422780591,"id":11643,"parentId":11641,"tags":{},"startTime":1728312961876,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1294,"timestamp":1746422812394,"id":11648,"parentId":11641,"tags":{},"startTime":1728312961908,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":24164,"timestamp":1746422813708,"id":11649,"parentId":11641,"tags":{},"startTime":1728312961909,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":4401,"timestamp":1746422841386,"id":11650,"parentId":11641,"tags":{},"startTime":1728312961937,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":254,"timestamp":1746422845786,"id":11651,"parentId":11641,"tags":{},"startTime":1728312961942,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":1395,"timestamp":1746422846021,"id":11652,"parentId":11641,"tags":{},"startTime":1728312961942,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":3433,"timestamp":1746422847430,"id":11653,"parentId":11641,"tags":{},"startTime":1728312961943,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":112026,"timestamp":1746422753402,"id":11641,"parentId":11605,"tags":{},"startTime":1728312961849,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":923865,"timestamp":1746421964561,"id":11605,"parentId":11603,"tags":{"name":"server"},"startTime":1728312961060,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":9876,"timestamp":1746422888556,"id":11654,"parentId":11603,"tags":{},"startTime":1728312961984,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":992039,"timestamp":1746421907226,"id":11603,"parentId":3,"tags":{"trigger":"src/components/Bentosection.jsx"},"startTime":1728312961003,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":7439,"timestamp":1746422923940,"id":11667,"parentId":11656,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":7506,"timestamp":1746422923972,"id":11669,"parentId":11656,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":7493,"timestamp":1746422923987,"id":11670,"parentId":11656,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":7425,"timestamp":1746422924057,"id":11674,"parentId":11656,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16361,"timestamp":1746422923669,"id":11657,"parentId":11656,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312962019,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16245,"timestamp":1746422923803,"id":11659,"parentId":11656,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":19188,"timestamp":1746422923838,"id":11661,"parentId":11656,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":8806,"timestamp":1746422935024,"id":11680,"parentId":11679,"tags":{},"startTime":1728312962031,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":9713,"timestamp":1746422934120,"id":11679,"parentId":11677,"tags":{},"startTime":1728312962030,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":20678,"timestamp":1746422932583,"id":11677,"parentId":11655,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"app-pages-browser"},"startTime":1728312962028,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":31735,"timestamp":1746422923863,"id":11662,"parentId":11656,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":40760,"timestamp":1746422923879,"id":11663,"parentId":11656,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":40581,"timestamp":1746422924094,"id":11676,"parentId":11656,"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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":48598,"timestamp":1746422923909,"id":11665,"parentId":11656,"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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":48508,"timestamp":1746422924011,"id":11671,"parentId":11656,"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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":48481,"timestamp":1746422924041,"id":11673,"parentId":11656,"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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":48458,"timestamp":1746422924074,"id":11675,"parentId":11656,"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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":61764,"timestamp":1746422923957,"id":11668,"parentId":11656,"tags":{"request":"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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":64256,"timestamp":1746422923822,"id":11660,"parentId":11656,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":26681,"timestamp":1746422962141,"id":11682,"parentId":11681,"tags":{},"startTime":1728312962058,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":395251,"timestamp":1746422989073,"id":11684,"parentId":11683,"tags":{},"startTime":1728312962085,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":398467,"timestamp":1746422988923,"id":11683,"parentId":11681,"tags":{},"startTime":1728312962085,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":53932,"timestamp":1746423387527,"id":11685,"parentId":11681,"tags":{"astUsed":"true"},"startTime":1728312962483,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":491399,"timestamp":1746422959049,"id":11681,"parentId":11678,"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":1728312962055,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":527946,"timestamp":1746422924027,"id":11672,"parentId":11656,"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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":528797,"timestamp":1746422923781,"id":11658,"parentId":11656,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":526575,"timestamp":1746422933514,"id":11678,"parentId":11655,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728312962029,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":57,"timestamp":1746423460714,"id":11686,"parentId":11678,"tags":{},"startTime":1728312962556,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":537267,"timestamp":1746422923925,"id":11666,"parentId":11656,"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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":554776,"timestamp":1746422923894,"id":11664,"parentId":11656,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728312962020,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":575501,"timestamp":1746422903222,"id":11656,"parentId":11655,"tags":{},"startTime":1728312961999,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":4525,"timestamp":1746423494868,"id":11688,"parentId":11687,"tags":{},"startTime":1728312962591,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":11,"timestamp":1746423499422,"id":11690,"parentId":11687,"tags":{},"startTime":1728312962595,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":114,"timestamp":1746423499550,"id":11691,"parentId":11687,"tags":{},"startTime":1728312962595,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":30,"timestamp":1746423500043,"id":11692,"parentId":11687,"tags":{},"startTime":1728312962596,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1746423500116,"id":11693,"parentId":11687,"tags":{},"startTime":1728312962596,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":5880,"timestamp":1746423499411,"id":11689,"parentId":11687,"tags":{},"startTime":1728312962595,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":932,"timestamp":1746423508308,"id":11694,"parentId":11687,"tags":{},"startTime":1728312962604,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":12095,"timestamp":1746423509257,"id":11695,"parentId":11687,"tags":{},"startTime":1728312962605,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":9351,"timestamp":1746423524110,"id":11696,"parentId":11687,"tags":{},"startTime":1728312962620,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":281,"timestamp":1746423533458,"id":11697,"parentId":11687,"tags":{},"startTime":1728312962629,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":248,"timestamp":1746423533725,"id":11698,"parentId":11687,"tags":{},"startTime":1728312962629,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":9299,"timestamp":1746423533980,"id":11699,"parentId":11687,"tags":{},"startTime":1728312962630,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":3851,"timestamp":1746423545340,"id":11701,"parentId":11655,"tags":{},"startTime":1728312962641,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":3972,"timestamp":1746423545235,"id":11700,"parentId":11655,"tags":{},"startTime":1728312962641,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":66869,"timestamp":1746423487515,"id":11687,"parentId":11655,"tags":{},"startTime":1728312962583,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":651734,"timestamp":1746422902700,"id":11655,"parentId":11604,"tags":{"name":"client"},"startTime":1728312961998,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":19548,"timestamp":1746423554478,"id":11702,"parentId":11604,"tags":{},"startTime":1728312962650,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":1667203,"timestamp":1746421908412,"id":11604,"parentId":3,"tags":{"trigger":"src/components/Bentosection.jsx"},"startTime":1728312961004,"traceId":"480ec8b9e15b14de"}]
+[{"name":"client-success","duration":5,"timestamp":1746423581929,"id":11703,"parentId":3,"tags":{},"startTime":1728312962678,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1687000,"timestamp":1746421926619,"id":11705,"parentId":3,"tags":{"updatedModules":[],"page":"/features","isPageHidden":true},"startTime":1728312962826,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":155230,"timestamp":1746423589797,"id":11704,"tags":{"url":"/features?_rsc=rop3q","isTurbopack":false},"startTime":1728312962686,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1746423745063,"id":11706,"parentId":11704,"tags":{"url":"/features?_rsc=rop3q","memory.rss":"387694592","memory.heapUsed":"375365888","memory.heapTotal":"418447360"},"startTime":1728312962841,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":36746,"timestamp":1746437859456,"id":11713,"parentId":11710,"tags":{"request":"next/dist/pages/_document"},"startTime":1728312976955,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":37710,"timestamp":1746437859104,"id":11711,"parentId":11710,"tags":{"request":"next/dist/pages/_app"},"startTime":1728312976954,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":88932,"timestamp":1746437859521,"id":11718,"parentId":11710,"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":1728312976955,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5219,"timestamp":1746437945781,"id":11721,"parentId":11720,"tags":{},"startTime":1728312977041,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":5488,"timestamp":1746437945518,"id":11720,"parentId":11719,"tags":{},"startTime":1728312977041,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":9004,"timestamp":1746437943866,"id":11719,"parentId":11709,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"rsc"},"startTime":1728312977039,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":94339,"timestamp":1746437859442,"id":11712,"parentId":11710,"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":1728312976955,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":94312,"timestamp":1746437859473,"id":11714,"parentId":11710,"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":1728312976955,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":99477,"timestamp":1746437859484,"id":11715,"parentId":11710,"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":1728312976955,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":99469,"timestamp":1746437859500,"id":11716,"parentId":11710,"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":1728312976955,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":99457,"timestamp":1746437859513,"id":11717,"parentId":11710,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728312976955,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":6720,"timestamp":1746438043869,"id":11744,"parentId":11743,"tags":{},"startTime":1728312977139,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6891,"timestamp":1746438043713,"id":11743,"parentId":11742,"tags":{},"startTime":1728312977139,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":11561,"timestamp":1746438043319,"id":11742,"parentId":11709,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"ssr"},"startTime":1728312977139,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":250662,"timestamp":1746437832478,"id":11710,"parentId":11709,"tags":{},"startTime":1728312976928,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":5518,"timestamp":1746438107271,"id":11746,"parentId":11745,"tags":{},"startTime":1728312977203,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":7,"timestamp":1746438114872,"id":11748,"parentId":11745,"tags":{},"startTime":1728312977210,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":8094,"timestamp":1746438114922,"id":11749,"parentId":11745,"tags":{},"startTime":1728312977210,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":11,"timestamp":1746438123048,"id":11750,"parentId":11745,"tags":{},"startTime":1728312977218,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":12,"timestamp":1746438123076,"id":11751,"parentId":11745,"tags":{},"startTime":1728312977218,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":18344,"timestamp":1746438114854,"id":11747,"parentId":11745,"tags":{},"startTime":1728312977210,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1334,"timestamp":1746438136434,"id":11752,"parentId":11745,"tags":{},"startTime":1728312977232,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":8264,"timestamp":1746438137781,"id":11753,"parentId":11745,"tags":{},"startTime":1728312977233,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":3510,"timestamp":1746438154283,"id":11754,"parentId":11745,"tags":{},"startTime":1728312977250,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":282,"timestamp":1746438157792,"id":11755,"parentId":11745,"tags":{},"startTime":1728312977253,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":301,"timestamp":1746438158060,"id":11756,"parentId":11745,"tags":{},"startTime":1728312977253,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":12854,"timestamp":1746438158368,"id":11757,"parentId":11745,"tags":{},"startTime":1728312977254,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":80647,"timestamp":1746438101950,"id":11745,"parentId":11709,"tags":{},"startTime":1728312977197,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":371644,"timestamp":1746437831103,"id":11709,"parentId":11707,"tags":{"name":"server"},"startTime":1728312976926,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":9567,"timestamp":1746438202866,"id":11758,"parentId":11707,"tags":{},"startTime":1728312977298,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":400593,"timestamp":1746437812642,"id":11707,"parentId":3,"tags":{"trigger":"src/components/Bentosection.jsx"},"startTime":1728312976908,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":13681,"timestamp":1746438238197,"id":11771,"parentId":11760,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":13804,"timestamp":1746438238237,"id":11773,"parentId":11760,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":13788,"timestamp":1746438238256,"id":11774,"parentId":11760,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":13712,"timestamp":1746438238335,"id":11778,"parentId":11760,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":26661,"timestamp":1746438237874,"id":11761,"parentId":11760,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312977333,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":26539,"timestamp":1746438238030,"id":11763,"parentId":11760,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728312977333,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":33930,"timestamp":1746438238074,"id":11765,"parentId":11760,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728312977333,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":16738,"timestamp":1746438256223,"id":11784,"parentId":11783,"tags":{},"startTime":1728312977352,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":16966,"timestamp":1746438256002,"id":11783,"parentId":11781,"tags":{},"startTime":1728312977351,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":27789,"timestamp":1746438254316,"id":11781,"parentId":11759,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Bentosection.jsx","layer":"app-pages-browser"},"startTime":1728312977350,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":47566,"timestamp":1746438238097,"id":11766,"parentId":11760,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728312977333,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":57171,"timestamp":1746438238117,"id":11767,"parentId":11760,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728312977333,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":57022,"timestamp":1746438238381,"id":11780,"parentId":11760,"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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":68099,"timestamp":1746438238156,"id":11769,"parentId":11760,"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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":68009,"timestamp":1746438238276,"id":11775,"parentId":11760,"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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":67972,"timestamp":1746438238315,"id":11777,"parentId":11760,"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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":67945,"timestamp":1746438238356,"id":11779,"parentId":11760,"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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":102177,"timestamp":1746438238217,"id":11772,"parentId":11760,"tags":{"request":"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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":108974,"timestamp":1746438238053,"id":11764,"parentId":11760,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728312977333,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":57468,"timestamp":1746438290291,"id":11786,"parentId":11785,"tags":{},"startTime":1728312977386,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":201590,"timestamp":1746438238137,"id":11768,"parentId":11760,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":397738,"timestamp":1746438348206,"id":11788,"parentId":11787,"tags":{},"startTime":1728312977444,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":398608,"timestamp":1746438348000,"id":11787,"parentId":11785,"tags":{},"startTime":1728312977443,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":39707,"timestamp":1746438746739,"id":11789,"parentId":11785,"tags":{"astUsed":"true"},"startTime":1728312977842,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":499156,"timestamp":1746438290055,"id":11785,"parentId":11782,"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":1728312977385,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":552304,"timestamp":1746438238002,"id":11762,"parentId":11760,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728312977333,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":552036,"timestamp":1746438238295,"id":11776,"parentId":11760,"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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":539883,"timestamp":1746438255122,"id":11782,"parentId":11759,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728312977350,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":53,"timestamp":1746438795296,"id":11790,"parentId":11782,"tags":{},"startTime":1728312977891,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":557203,"timestamp":1746438238177,"id":11770,"parentId":11760,"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":1728312977334,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":577532,"timestamp":1746438217909,"id":11760,"parentId":11759,"tags":{},"startTime":1728312977313,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3088,"timestamp":1746438809597,"id":11792,"parentId":11791,"tags":{},"startTime":1728312977905,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":4,"timestamp":1746438812713,"id":11794,"parentId":11791,"tags":{},"startTime":1728312977908,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":110,"timestamp":1746438812734,"id":11795,"parentId":11791,"tags":{},"startTime":1728312977908,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":6,"timestamp":1746438812876,"id":11796,"parentId":11791,"tags":{},"startTime":1728312977908,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1746438812904,"id":11797,"parentId":11791,"tags":{},"startTime":1728312977908,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":2407,"timestamp":1746438812702,"id":11793,"parentId":11791,"tags":{},"startTime":1728312977908,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":9414,"timestamp":1746438821254,"id":11798,"parentId":11791,"tags":{},"startTime":1728312977917,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":7885,"timestamp":1746438830754,"id":11799,"parentId":11791,"tags":{},"startTime":1728312977926,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":6231,"timestamp":1746438840933,"id":11800,"parentId":11791,"tags":{},"startTime":1728312977936,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":272,"timestamp":1746438847162,"id":11801,"parentId":11791,"tags":{},"startTime":1728312977943,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":231,"timestamp":1746438847419,"id":11802,"parentId":11791,"tags":{},"startTime":1728312977943,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":9629,"timestamp":1746438847655,"id":11803,"parentId":11791,"tags":{},"startTime":1728312977943,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":130,"timestamp":1746438859008,"id":11805,"parentId":11759,"tags":{},"startTime":1728312977954,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":269,"timestamp":1746438858879,"id":11804,"parentId":11759,"tags":{},"startTime":1728312977954,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":59697,"timestamp":1746438802953,"id":11791,"parentId":11759,"tags":{},"startTime":1728312977898,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":645444,"timestamp":1746438217241,"id":11759,"parentId":11708,"tags":{"name":"client"},"startTime":1728312977313,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":21072,"timestamp":1746438862722,"id":11806,"parentId":11708,"tags":{},"startTime":1728312977958,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":1071718,"timestamp":1746437813708,"id":11708,"parentId":3,"tags":{"trigger":"src/components/Bentosection.jsx"},"startTime":1728312976909,"traceId":"480ec8b9e15b14de"}]
+[{"name":"client-success","duration":6,"timestamp":1746438892720,"id":11807,"parentId":3,"tags":{},"startTime":1728312977988,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1104000,"timestamp":1746437814828,"id":11809,"parentId":3,"tags":{"updatedModules":[],"page":"/features","isPageHidden":true},"startTime":1728312978019,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":513339,"timestamp":1746438898572,"id":11808,"tags":{"url":"/features?_rsc=rop3q","isTurbopack":false},"startTime":1728312977994,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1746439411954,"id":11810,"parentId":11808,"tags":{"url":"/features?_rsc=rop3q","memory.rss":"365559808","memory.heapUsed":"370103152","memory.heapTotal":"453083136"},"startTime":1728312978507,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30348,"timestamp":1746467918396,"id":11817,"parentId":11814,"tags":{"request":"next/dist/pages/_document"},"startTime":1728313007013,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":31593,"timestamp":1746467918119,"id":11815,"parentId":11814,"tags":{"request":"next/dist/pages/_app"},"startTime":1728313007013,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":61801,"timestamp":1746467918446,"id":11821,"parentId":11814,"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":1728313007013,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":72131,"timestamp":1746467918382,"id":11816,"parentId":11814,"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":1728313007013,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":72115,"timestamp":1746467918409,"id":11818,"parentId":11814,"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":1728313007013,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":13691,"timestamp":1746467978444,"id":11825,"parentId":11824,"tags":{},"startTime":1728313007073,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":14094,"timestamp":1746467978054,"id":11824,"parentId":11823,"tags":{},"startTime":1728313007073,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":27203,"timestamp":1746467977213,"id":11823,"parentId":11813,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Crm.jsx","layer":"rsc"},"startTime":1728313007072,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":94271,"timestamp":1746467918423,"id":11819,"parentId":11814,"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":1728313007013,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":94278,"timestamp":1746467918435,"id":11820,"parentId":11814,"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":1728313007013,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":98673,"timestamp":1746467918457,"id":11822,"parentId":11814,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728313007013,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":243767,"timestamp":1746467885705,"id":11814,"parentId":11813,"tags":{},"startTime":1728313006980,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":6908,"timestamp":1746468160983,"id":11847,"parentId":11846,"tags":{},"startTime":1728313007256,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":8,"timestamp":1746468167927,"id":11849,"parentId":11846,"tags":{},"startTime":1728313007263,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":29594,"timestamp":1746468167963,"id":11850,"parentId":11846,"tags":{},"startTime":1728313007263,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":29,"timestamp":1746468197620,"id":11851,"parentId":11846,"tags":{},"startTime":1728313007292,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":21,"timestamp":1746468197674,"id":11852,"parentId":11846,"tags":{},"startTime":1728313007292,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":38591,"timestamp":1746468167915,"id":11848,"parentId":11846,"tags":{},"startTime":1728313007263,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1420,"timestamp":1746468211398,"id":11853,"parentId":11846,"tags":{},"startTime":1728313007306,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":13572,"timestamp":1746468212836,"id":11854,"parentId":11846,"tags":{},"startTime":1728313007307,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":5603,"timestamp":1746468230134,"id":11855,"parentId":11846,"tags":{},"startTime":1728313007325,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":283,"timestamp":1746468235736,"id":11856,"parentId":11846,"tags":{},"startTime":1728313007330,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":254,"timestamp":1746468235996,"id":11857,"parentId":11846,"tags":{},"startTime":1728313007331,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":4251,"timestamp":1746468236258,"id":11858,"parentId":11846,"tags":{},"startTime":1728313007331,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":112617,"timestamp":1746468150487,"id":11846,"parentId":11813,"tags":{},"startTime":1728313007245,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":401428,"timestamp":1746467884002,"id":11813,"parentId":11811,"tags":{"name":"server"},"startTime":1728313006979,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":18678,"timestamp":1746468285583,"id":11859,"parentId":11811,"tags":{},"startTime":1728313007380,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":460173,"timestamp":1746467845392,"id":11811,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313006940,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":8980,"timestamp":1746468333558,"id":11872,"parentId":11861,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":9076,"timestamp":1746468333602,"id":11874,"parentId":11861,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":9058,"timestamp":1746468333622,"id":11875,"parentId":11861,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":8976,"timestamp":1746468333706,"id":11879,"parentId":11861,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16422,"timestamp":1746468333228,"id":11862,"parentId":11861,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16306,"timestamp":1746468333377,"id":11864,"parentId":11861,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23893,"timestamp":1746468333426,"id":11866,"parentId":11861,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":29477,"timestamp":1746468333450,"id":11867,"parentId":11861,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":34337,"timestamp":1746468333472,"id":11868,"parentId":11861,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":34073,"timestamp":1746468333748,"id":11881,"parentId":11861,"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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":45895,"timestamp":1746468333514,"id":11870,"parentId":11861,"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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":45777,"timestamp":1746468333643,"id":11876,"parentId":11861,"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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":45746,"timestamp":1746468333684,"id":11878,"parentId":11861,"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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":45705,"timestamp":1746468333727,"id":11880,"parentId":11861,"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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":52592,"timestamp":1746468333581,"id":11873,"parentId":11861,"tags":{"request":"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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":55451,"timestamp":1746468333402,"id":11865,"parentId":11861,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":55386,"timestamp":1746468333493,"id":11869,"parentId":11861,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":23709,"timestamp":1746468365936,"id":11884,"parentId":11883,"tags":{},"startTime":1728313007461,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":89083,"timestamp":1746468333664,"id":11877,"parentId":11861,"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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":378139,"timestamp":1746468389932,"id":11886,"parentId":11885,"tags":{},"startTime":1728313007485,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":381866,"timestamp":1746468389721,"id":11885,"parentId":11883,"tags":{},"startTime":1728313007484,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":47418,"timestamp":1746468771697,"id":11887,"parentId":11883,"tags":{"astUsed":"true"},"startTime":1728313007866,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":462288,"timestamp":1746468365700,"id":11883,"parentId":11882,"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":1728313007460,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":496011,"timestamp":1746468333348,"id":11863,"parentId":11861,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":490115,"timestamp":1746468343597,"id":11882,"parentId":11860,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728313007438,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":61,"timestamp":1746468834200,"id":11888,"parentId":11882,"tags":{},"startTime":1728313007929,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":500763,"timestamp":1746468333536,"id":11871,"parentId":11861,"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":1728313007428,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":525094,"timestamp":1746468309248,"id":11861,"parentId":11860,"tags":{},"startTime":1728313007404,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":4920,"timestamp":1746468854516,"id":11890,"parentId":11889,"tags":{},"startTime":1728313007949,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":7,"timestamp":1746468859466,"id":11892,"parentId":11889,"tags":{},"startTime":1728313007954,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":106,"timestamp":1746468859512,"id":11893,"parentId":11889,"tags":{},"startTime":1728313007954,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":10,"timestamp":1746468859645,"id":11894,"parentId":11889,"tags":{},"startTime":1728313007954,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":5,"timestamp":1746468859683,"id":11895,"parentId":11889,"tags":{},"startTime":1728313007954,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":4766,"timestamp":1746468859455,"id":11891,"parentId":11889,"tags":{},"startTime":1728313007954,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":712,"timestamp":1746468876853,"id":11896,"parentId":11889,"tags":{},"startTime":1728313007971,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":7936,"timestamp":1746468877581,"id":11897,"parentId":11889,"tags":{},"startTime":1728313007972,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":8258,"timestamp":1746468888686,"id":11898,"parentId":11889,"tags":{},"startTime":1728313007983,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":278,"timestamp":1746468896942,"id":11899,"parentId":11889,"tags":{},"startTime":1728313007992,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":230,"timestamp":1746468897205,"id":11900,"parentId":11889,"tags":{},"startTime":1728313007992,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":9406,"timestamp":1746468897441,"id":11901,"parentId":11889,"tags":{},"startTime":1728313007992,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":121,"timestamp":1746468908590,"id":11903,"parentId":11860,"tags":{},"startTime":1728313008003,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":224,"timestamp":1746468908496,"id":11902,"parentId":11860,"tags":{},"startTime":1728313008003,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":67831,"timestamp":1746468845090,"id":11889,"parentId":11860,"tags":{},"startTime":1728313007940,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":604221,"timestamp":1746468308737,"id":11860,"parentId":11812,"tags":{"name":"client"},"startTime":1728313007403,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":8759,"timestamp":1746468912995,"id":11904,"parentId":11812,"tags":{},"startTime":1728313008008,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":1077177,"timestamp":1746467846125,"id":11812,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313006941,"traceId":"480ec8b9e15b14de"}]
+[{"name":"client-success","duration":6,"timestamp":1746468927791,"id":11905,"parentId":3,"tags":{},"startTime":1728313008022,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1099000,"timestamp":1746467848522,"id":11907,"parentId":3,"tags":{"updatedModules":[],"page":"/features","isPageHidden":true},"startTime":1728313008045,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":110802,"timestamp":1746468934340,"id":11906,"tags":{"url":"/features?_rsc=rop3q","isTurbopack":false},"startTime":1728313008029,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1746469045174,"id":11908,"parentId":11906,"tags":{"url":"/features?_rsc=rop3q","memory.rss":"374882304","memory.heapUsed":"380284712","memory.heapTotal":"424706048"},"startTime":1728313008140,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":18346,"timestamp":1746475737935,"id":11915,"parentId":11912,"tags":{"request":"next/dist/pages/_document"},"startTime":1728313014832,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":18908,"timestamp":1746475737665,"id":11913,"parentId":11912,"tags":{"request":"next/dist/pages/_app"},"startTime":1728313014832,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":73728,"timestamp":1746475737993,"id":11919,"parentId":11912,"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":1728313014832,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":5830,"timestamp":1746475808692,"id":11923,"parentId":11922,"tags":{},"startTime":1728313014903,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":6523,"timestamp":1746475808006,"id":11922,"parentId":11921,"tags":{},"startTime":1728313014902,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":11951,"timestamp":1746475806209,"id":11921,"parentId":11911,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Crm.jsx","layer":"rsc"},"startTime":1728313014901,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":82627,"timestamp":1746475737917,"id":11914,"parentId":11912,"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":1728313014832,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":82601,"timestamp":1746475737951,"id":11916,"parentId":11912,"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":1728313014832,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":87926,"timestamp":1746475737966,"id":11917,"parentId":11912,"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":1728313014832,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":87921,"timestamp":1746475737981,"id":11918,"parentId":11912,"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":1728313014832,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":88160,"timestamp":1746475738007,"id":11920,"parentId":11912,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728313014832,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":261444,"timestamp":1746475702712,"id":11912,"parentId":11911,"tags":{},"startTime":1728313014797,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3430,"timestamp":1746475989798,"id":11945,"parentId":11944,"tags":{},"startTime":1728313015084,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1746475993262,"id":11947,"parentId":11944,"tags":{},"startTime":1728313015088,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":4277,"timestamp":1746475993286,"id":11948,"parentId":11944,"tags":{},"startTime":1728313015088,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":11,"timestamp":1746475997600,"id":11949,"parentId":11944,"tags":{},"startTime":1728313015092,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":13,"timestamp":1746475997625,"id":11950,"parentId":11944,"tags":{},"startTime":1728313015092,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":29951,"timestamp":1746475993251,"id":11946,"parentId":11944,"tags":{},"startTime":1728313015088,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1553,"timestamp":1746476040875,"id":11951,"parentId":11944,"tags":{},"startTime":1728313015135,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":10739,"timestamp":1746476042450,"id":11952,"parentId":11944,"tags":{},"startTime":1728313015137,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":1689,"timestamp":1746476055351,"id":11953,"parentId":11944,"tags":{},"startTime":1728313015150,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":152,"timestamp":1746476057039,"id":11954,"parentId":11944,"tags":{},"startTime":1728313015151,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":172,"timestamp":1746476057180,"id":11955,"parentId":11944,"tags":{},"startTime":1728313015152,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":1991,"timestamp":1746476057356,"id":11956,"parentId":11944,"tags":{},"startTime":1728313015152,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":88052,"timestamp":1746475978286,"id":11944,"parentId":11911,"tags":{},"startTime":1728313015073,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":381704,"timestamp":1746475699680,"id":11911,"parentId":11909,"tags":{"name":"server"},"startTime":1728313014794,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7873,"timestamp":1746476081480,"id":11957,"parentId":11909,"tags":{},"startTime":1728313015176,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":419521,"timestamp":1746475670268,"id":11909,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313014765,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":5520,"timestamp":1746476100472,"id":11970,"parentId":11959,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":5571,"timestamp":1746476100490,"id":11972,"parentId":11959,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":5564,"timestamp":1746476100499,"id":11973,"parentId":11959,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":5529,"timestamp":1746476100536,"id":11977,"parentId":11959,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":11184,"timestamp":1746476100319,"id":11960,"parentId":11959,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":11129,"timestamp":1746476100395,"id":11962,"parentId":11959,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":14344,"timestamp":1746476100416,"id":11964,"parentId":11959,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":21148,"timestamp":1746476100426,"id":11965,"parentId":11959,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23629,"timestamp":1746476100436,"id":11966,"parentId":11959,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23513,"timestamp":1746476100558,"id":11979,"parentId":11959,"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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":26973,"timestamp":1746476100454,"id":11968,"parentId":11959,"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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":26925,"timestamp":1746476100508,"id":11974,"parentId":11959,"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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":26909,"timestamp":1746476100527,"id":11976,"parentId":11959,"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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":26896,"timestamp":1746476100546,"id":11978,"parentId":11959,"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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":28809,"timestamp":1746476100482,"id":11971,"parentId":11959,"tags":{"request":"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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":29784,"timestamp":1746476100406,"id":11963,"parentId":11959,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":29755,"timestamp":1746476100445,"id":11967,"parentId":11959,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":7226,"timestamp":1746476123215,"id":11982,"parentId":11981,"tags":{},"startTime":1728313015218,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":172975,"timestamp":1746476130580,"id":11984,"parentId":11983,"tags":{},"startTime":1728313015225,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":173550,"timestamp":1746476130488,"id":11983,"parentId":11981,"tags":{},"startTime":1728313015225,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":32334,"timestamp":1746476304118,"id":11985,"parentId":11981,"tags":{"astUsed":"true"},"startTime":1728313015398,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":216537,"timestamp":1746476123065,"id":11981,"parentId":11980,"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":1728313015217,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":242528,"timestamp":1746476100518,"id":11975,"parentId":11959,"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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":243005,"timestamp":1746476100382,"id":11961,"parentId":11959,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":239431,"timestamp":1746476106656,"id":11980,"parentId":11958,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728313015201,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":42,"timestamp":1746476346269,"id":11987,"parentId":11980,"tags":{},"startTime":1728313015441,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":245874,"timestamp":1746476100463,"id":11969,"parentId":11959,"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":1728313015195,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":254182,"timestamp":1746476092182,"id":11959,"parentId":11958,"tags":{},"startTime":1728313015187,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":2949,"timestamp":1746476357116,"id":11989,"parentId":11988,"tags":{},"startTime":1728313015451,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1746476360093,"id":11991,"parentId":11988,"tags":{},"startTime":1728313015454,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":93,"timestamp":1746476360110,"id":11992,"parentId":11988,"tags":{},"startTime":1728313015454,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":5,"timestamp":1746476360226,"id":11993,"parentId":11988,"tags":{},"startTime":1728313015455,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1746476360251,"id":11994,"parentId":11988,"tags":{},"startTime":1728313015455,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":2192,"timestamp":1746476360083,"id":11990,"parentId":11988,"tags":{},"startTime":1728313015454,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":557,"timestamp":1746476364313,"id":11995,"parentId":11988,"tags":{},"startTime":1728313015459,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":7733,"timestamp":1746476364878,"id":11996,"parentId":11988,"tags":{},"startTime":1728313015459,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":4734,"timestamp":1746476374481,"id":11997,"parentId":11988,"tags":{},"startTime":1728313015469,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":194,"timestamp":1746476379214,"id":11998,"parentId":11988,"tags":{},"startTime":1728313015474,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":153,"timestamp":1746476379399,"id":11999,"parentId":11988,"tags":{},"startTime":1728313015474,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":4111,"timestamp":1746476379557,"id":12000,"parentId":11988,"tags":{},"startTime":1728313015474,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":83,"timestamp":1746476384843,"id":12002,"parentId":11958,"tags":{},"startTime":1728313015479,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":168,"timestamp":1746476384764,"id":12001,"parentId":11958,"tags":{},"startTime":1728313015479,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":35773,"timestamp":1746476351706,"id":11988,"parentId":11958,"tags":{},"startTime":1728313015446,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":295570,"timestamp":1746476091932,"id":11958,"parentId":11910,"tags":{"name":"client"},"startTime":1728313015186,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7072,"timestamp":1746476387526,"id":12003,"parentId":11910,"tags":{},"startTime":1728313015482,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":723643,"timestamp":1746475671476,"id":11910,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313014766,"traceId":"480ec8b9e15b14de"},{"name":"client-success","duration":3,"timestamp":1746476399865,"id":12006,"parentId":3,"tags":{},"startTime":1728313015494,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":755000,"timestamp":1746475672572,"id":12018,"parentId":3,"tags":{"updatedModules":[],"page":"/features","isPageHidden":true},"startTime":1728313015523,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23420,"timestamp":1746476405746,"id":12014,"parentId":12005,"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":1728313015500,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":24697,"timestamp":1746476405632,"id":12007,"parentId":12005,"tags":{"request":"next/dist/pages/_app"},"startTime":1728313015500,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":25558,"timestamp":1746476405686,"id":12008,"parentId":12005,"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":1728313015500,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":25543,"timestamp":1746476405708,"id":12010,"parentId":12005,"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":1728313015500,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":4631,"timestamp":1746476428204,"id":12017,"parentId":12016,"tags":{},"startTime":1728313015523,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":4730,"timestamp":1746476428109,"id":12016,"parentId":12015,"tags":{},"startTime":1728313015522,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":7550,"timestamp":1746476427566,"id":12015,"parentId":12004,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Crm.jsx","layer":"rsc"},"startTime":1728313015522,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30449,"timestamp":1746476405718,"id":12011,"parentId":12005,"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":1728313015500,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30477,"timestamp":1746476405698,"id":12009,"parentId":12005,"tags":{"request":"next/dist/pages/_document"},"startTime":1728313015500,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30442,"timestamp":1746476405737,"id":12013,"parentId":12005,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728313015500,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30453,"timestamp":1746476405728,"id":12012,"parentId":12005,"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":1728313015500,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":108317,"timestamp":1746476396640,"id":12005,"parentId":12004,"tags":{},"startTime":1728313015491,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3234,"timestamp":1746476520523,"id":12040,"parentId":12039,"tags":{},"startTime":1728313015615,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":3,"timestamp":1746476523790,"id":12042,"parentId":12039,"tags":{},"startTime":1728313015618,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":2758,"timestamp":1746476523812,"id":12043,"parentId":12039,"tags":{},"startTime":1728313015618,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":5,"timestamp":1746476526601,"id":12044,"parentId":12039,"tags":{},"startTime":1728313015621,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":3,"timestamp":1746476526620,"id":12045,"parentId":12039,"tags":{},"startTime":1728313015621,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":4528,"timestamp":1746476523781,"id":12041,"parentId":12039,"tags":{},"startTime":1728313015618,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":602,"timestamp":1746476530385,"id":12046,"parentId":12039,"tags":{},"startTime":1728313015625,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":10744,"timestamp":1746476530994,"id":12047,"parentId":12039,"tags":{},"startTime":1728313015625,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":1322,"timestamp":1746476544620,"id":12048,"parentId":12039,"tags":{},"startTime":1728313015639,"traceId":"480ec8b9e15b14de"}]
+[{"name":"code-generation-jobs","duration":618,"timestamp":1746476545940,"id":12049,"parentId":12039,"tags":{},"startTime":1728313015640,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":685,"timestamp":1746476546542,"id":12050,"parentId":12039,"tags":{},"startTime":1728313015641,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":393,"timestamp":1746476547242,"id":12051,"parentId":12039,"tags":{},"startTime":1728313015642,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":46925,"timestamp":1746476512842,"id":12039,"parentId":12004,"tags":{},"startTime":1728313015607,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":175769,"timestamp":1746476396420,"id":12004,"parentId":11986,"tags":{"name":"server"},"startTime":1728313015491,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7654,"timestamp":1746476572299,"id":12052,"parentId":11986,"tags":{},"startTime":1728313015667,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":238011,"timestamp":1746476343219,"id":11986,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313015438,"traceId":"480ec8b9e15b14de"}]
+[{"name":"handle-request","duration":102432,"timestamp":1746476593423,"id":12053,"tags":{"url":"/features?_rsc=rop3q","isTurbopack":false},"startTime":1728313015688,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1746476695911,"id":12054,"parentId":12053,"tags":{"url":"/features?_rsc=rop3q","memory.rss":"358219776","memory.heapUsed":"435158328","memory.heapTotal":"478478336"},"startTime":1728313015790,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":47299,"timestamp":1746520959531,"id":12061,"parentId":12058,"tags":{"request":"next/dist/pages/_document"},"startTime":1728313060053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":48008,"timestamp":1746520959259,"id":12059,"parentId":12058,"tags":{"request":"next/dist/pages/_app"},"startTime":1728313060052,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":88961,"timestamp":1746520959602,"id":12066,"parentId":12058,"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":1728313060053,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":9877,"timestamp":1746521044593,"id":12069,"parentId":12068,"tags":{},"startTime":1728313060138,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10210,"timestamp":1746521044272,"id":12068,"parentId":12067,"tags":{},"startTime":1728313060137,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":26302,"timestamp":1746521043407,"id":12067,"parentId":12057,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Crm.jsx","layer":"rsc"},"startTime":1728313060137,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":111782,"timestamp":1746520959513,"id":12060,"parentId":12058,"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":1728313060053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":111755,"timestamp":1746520959546,"id":12062,"parentId":12058,"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":1728313060053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":118273,"timestamp":1746520959561,"id":12063,"parentId":12058,"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":1728313060053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":118271,"timestamp":1746520959574,"id":12064,"parentId":12058,"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":1728313060053,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":124647,"timestamp":1746520959589,"id":12065,"parentId":12058,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728313060053,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":351830,"timestamp":1746520929234,"id":12058,"parentId":12057,"tags":{},"startTime":1728313060022,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":16272,"timestamp":1746521399532,"id":12091,"parentId":12090,"tags":{},"startTime":1728313060493,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":13,"timestamp":1746521415856,"id":12093,"parentId":12090,"tags":{},"startTime":1728313060509,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":12016,"timestamp":1746521415910,"id":12094,"parentId":12090,"tags":{},"startTime":1728313060509,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":25,"timestamp":1746521427976,"id":12095,"parentId":12090,"tags":{},"startTime":1728313060521,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":13,"timestamp":1746521428035,"id":12096,"parentId":12090,"tags":{},"startTime":1728313060521,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":17950,"timestamp":1746521415839,"id":12092,"parentId":12090,"tags":{},"startTime":1728313060509,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":2532,"timestamp":1746521450992,"id":12097,"parentId":12090,"tags":{},"startTime":1728313060544,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":30115,"timestamp":1746521453553,"id":12098,"parentId":12090,"tags":{},"startTime":1728313060547,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":10879,"timestamp":1746521493899,"id":12099,"parentId":12090,"tags":{},"startTime":1728313060587,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":940,"timestamp":1746521504775,"id":12100,"parentId":12090,"tags":{},"startTime":1728313060598,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":582,"timestamp":1746521505671,"id":12101,"parentId":12090,"tags":{},"startTime":1728313060599,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":4494,"timestamp":1746521506279,"id":12102,"parentId":12090,"tags":{},"startTime":1728313060599,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":168930,"timestamp":1746521383830,"id":12090,"parentId":12057,"tags":{},"startTime":1728313060477,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":644967,"timestamp":1746520927857,"id":12057,"parentId":12055,"tags":{"name":"server"},"startTime":1728313060021,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":23053,"timestamp":1746521572960,"id":12103,"parentId":12055,"tags":{},"startTime":1728313060666,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":704011,"timestamp":1746520893787,"id":12055,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313059987,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":56220,"timestamp":1746521657578,"id":12116,"parentId":12105,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":56284,"timestamp":1746521657641,"id":12118,"parentId":12105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":56251,"timestamp":1746521657677,"id":12119,"parentId":12105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":41097,"timestamp":1746521672832,"id":12123,"parentId":12105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313060766,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":66710,"timestamp":1746521656885,"id":12106,"parentId":12105,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313060750,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":66389,"timestamp":1746521657227,"id":12108,"parentId":12105,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313060750,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":112052,"timestamp":1746521657308,"id":12110,"parentId":12105,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":274017,"timestamp":1746521657342,"id":12111,"parentId":12105,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":287603,"timestamp":1746521657374,"id":12112,"parentId":12105,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":272096,"timestamp":1746521672899,"id":12125,"parentId":12105,"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":1728313060766,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":296202,"timestamp":1746521657488,"id":12114,"parentId":12105,"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":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":295996,"timestamp":1746521657709,"id":12120,"parentId":12105,"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":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":280931,"timestamp":1746521672786,"id":12122,"parentId":12105,"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":1728313060766,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":280849,"timestamp":1746521672871,"id":12124,"parentId":12105,"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":1728313060766,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":299880,"timestamp":1746521657610,"id":12117,"parentId":12105,"tags":{"request":"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":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":301972,"timestamp":1746521657261,"id":12109,"parentId":12105,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728313060750,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":301851,"timestamp":1746521657405,"id":12113,"parentId":12105,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":21049,"timestamp":1746521938826,"id":12128,"parentId":12127,"tags":{},"startTime":1728313061032,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":229733,"timestamp":1746521960084,"id":12130,"parentId":12129,"tags":{},"startTime":1728313061053,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":231750,"timestamp":1746521959957,"id":12129,"parentId":12127,"tags":{},"startTime":1728313061053,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":40814,"timestamp":1746522191782,"id":12131,"parentId":12127,"tags":{"astUsed":"true"},"startTime":1728313061285,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":302813,"timestamp":1746521937727,"id":12127,"parentId":12126,"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":1728313061031,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":585453,"timestamp":1746521658418,"id":12121,"parentId":12105,"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":1728313060752,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":586742,"timestamp":1746521657142,"id":12107,"parentId":12105,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728313060750,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":531857,"timestamp":1746521715206,"id":12126,"parentId":12104,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728313060808,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":41,"timestamp":1746522247240,"id":12132,"parentId":12126,"tags":{},"startTime":1728313061340,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":589765,"timestamp":1746521657543,"id":12115,"parentId":12105,"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":1728313060751,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":641026,"timestamp":1746521606305,"id":12105,"parentId":12104,"tags":{},"startTime":1728313060700,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3263,"timestamp":1746522258819,"id":12134,"parentId":12133,"tags":{},"startTime":1728313061352,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":4,"timestamp":1746522262109,"id":12136,"parentId":12133,"tags":{},"startTime":1728313061355,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":90,"timestamp":1746522262127,"id":12137,"parentId":12133,"tags":{},"startTime":1728313061355,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":5,"timestamp":1746522262240,"id":12138,"parentId":12133,"tags":{},"startTime":1728313061355,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1746522262266,"id":12139,"parentId":12133,"tags":{},"startTime":1728313061355,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":3932,"timestamp":1746522262101,"id":12135,"parentId":12133,"tags":{},"startTime":1728313061355,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":574,"timestamp":1746522268091,"id":12140,"parentId":12133,"tags":{},"startTime":1728313061361,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":9447,"timestamp":1746522268676,"id":12141,"parentId":12133,"tags":{},"startTime":1728313061362,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":16847,"timestamp":1746522280653,"id":12142,"parentId":12133,"tags":{},"startTime":1728313061374,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":775,"timestamp":1746522297496,"id":12143,"parentId":12133,"tags":{},"startTime":1728313061391,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":5366,"timestamp":1746522298131,"id":12144,"parentId":12133,"tags":{},"startTime":1728313061391,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":41621,"timestamp":1746522303528,"id":12145,"parentId":12133,"tags":{},"startTime":1728313061397,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":323,"timestamp":1746522367133,"id":12147,"parentId":12104,"tags":{},"startTime":1728313061460,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":1389,"timestamp":1746522366269,"id":12146,"parentId":12104,"tags":{},"startTime":1728313061459,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":129302,"timestamp":1746522253530,"id":12133,"parentId":12104,"tags":{},"startTime":1728313061347,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":780036,"timestamp":1746521602868,"id":12104,"parentId":12056,"tags":{"name":"client"},"startTime":1728313060696,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":23696,"timestamp":1746522382962,"id":12148,"parentId":12056,"tags":{},"startTime":1728313061476,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":1514189,"timestamp":1746520895036,"id":12056,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313059988,"traceId":"480ec8b9e15b14de"}]
+[{"name":"client-success","duration":72,"timestamp":1746522417330,"id":12149,"parentId":3,"tags":{},"startTime":1728313061511,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1574000,"timestamp":1746520898850,"id":12151,"parentId":3,"tags":{"updatedModules":[],"page":"/features","isPageHidden":true},"startTime":1728313061571,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":255592,"timestamp":1746522427029,"id":12150,"tags":{"url":"/features?_rsc=rop3q","isTurbopack":false},"startTime":1728313061520,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1746522682662,"id":12152,"parentId":12150,"tags":{"url":"/features?_rsc=rop3q","memory.rss":"224673792","memory.heapUsed":"390721384","memory.heapTotal":"434946048"},"startTime":1728313061776,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":29981,"timestamp":1746655136365,"id":12159,"parentId":12156,"tags":{"request":"next/dist/pages/_document"},"startTime":1728313194226,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":33361,"timestamp":1746655134338,"id":12157,"parentId":12156,"tags":{"request":"next/dist/pages/_app"},"startTime":1728313194224,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":59881,"timestamp":1746655136470,"id":12164,"parentId":12156,"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":1728313194226,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":63755,"timestamp":1746655136346,"id":12158,"parentId":12156,"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":1728313194226,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":63730,"timestamp":1746655136378,"id":12160,"parentId":12156,"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":1728313194226,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":64793,"timestamp":1746655136390,"id":12161,"parentId":12156,"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":1728313194226,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":68602,"timestamp":1746655136413,"id":12163,"parentId":12156,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728313194226,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":71755,"timestamp":1746655194527,"id":12167,"parentId":12166,"tags":{},"startTime":1728313194284,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":72027,"timestamp":1746655194263,"id":12166,"parentId":12165,"tags":{},"startTime":1728313194284,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":78442,"timestamp":1746655192525,"id":12165,"parentId":12155,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Crm.jsx","layer":"rsc"},"startTime":1728313194282,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":136806,"timestamp":1746655136401,"id":12162,"parentId":12156,"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":1728313194226,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":329752,"timestamp":1746655095241,"id":12156,"parentId":12155,"tags":{},"startTime":1728313194185,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":5729,"timestamp":1746655490270,"id":12189,"parentId":12188,"tags":{},"startTime":1728313194580,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":8,"timestamp":1746655496033,"id":12191,"parentId":12188,"tags":{},"startTime":1728313194586,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":24103,"timestamp":1746655496061,"id":12192,"parentId":12188,"tags":{},"startTime":1728313194586,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":23,"timestamp":1746655520204,"id":12193,"parentId":12188,"tags":{},"startTime":1728313194610,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1746655520258,"id":12194,"parentId":12188,"tags":{},"startTime":1728313194610,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":35396,"timestamp":1746655496019,"id":12190,"parentId":12188,"tags":{},"startTime":1728313194586,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":2189,"timestamp":1746655536416,"id":12195,"parentId":12188,"tags":{},"startTime":1728313194626,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":16297,"timestamp":1746655538625,"id":12196,"parentId":12188,"tags":{},"startTime":1728313194628,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":3899,"timestamp":1746655557866,"id":12197,"parentId":12188,"tags":{},"startTime":1728313194648,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":279,"timestamp":1746655561764,"id":12198,"parentId":12188,"tags":{},"startTime":1728313194652,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":190,"timestamp":1746655562027,"id":12199,"parentId":12188,"tags":{},"startTime":1728313194652,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":1945,"timestamp":1746655562222,"id":12200,"parentId":12188,"tags":{},"startTime":1728313194652,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":109581,"timestamp":1746655471611,"id":12188,"parentId":12155,"tags":{},"startTime":1728313194561,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":512088,"timestamp":1746655078627,"id":12155,"parentId":12153,"tags":{"name":"server"},"startTime":1728313194168,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7653,"timestamp":1746655590834,"id":12201,"parentId":12153,"tags":{},"startTime":1728313194681,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":557237,"timestamp":1746655041892,"id":12153,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313194132,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12258,"timestamp":1746655639364,"id":12214,"parentId":12203,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12270,"timestamp":1746655639427,"id":12216,"parentId":12203,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":12182,"timestamp":1746655639517,"id":12217,"parentId":12203,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":11639,"timestamp":1746655640062,"id":12221,"parentId":12203,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313194730,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":19139,"timestamp":1746655638841,"id":12204,"parentId":12203,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":18976,"timestamp":1746655639029,"id":12206,"parentId":12203,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":24707,"timestamp":1746655639114,"id":12208,"parentId":12203,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":32710,"timestamp":1746655639177,"id":12209,"parentId":12203,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":36281,"timestamp":1746655639224,"id":12210,"parentId":12203,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":35360,"timestamp":1746655640155,"id":12223,"parentId":12203,"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":1728313194730,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":69946,"timestamp":1746655639294,"id":12212,"parentId":12203,"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":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":69703,"timestamp":1746655639551,"id":12218,"parentId":12203,"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":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":69253,"timestamp":1746655640013,"id":12220,"parentId":12203,"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":1728313194730,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":69181,"timestamp":1746655640087,"id":12222,"parentId":12203,"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":1728313194730,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":73228,"timestamp":1746655639396,"id":12215,"parentId":12203,"tags":{"request":"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":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":74453,"timestamp":1746655639064,"id":12207,"parentId":12203,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":74265,"timestamp":1746655639260,"id":12211,"parentId":12203,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":76461,"timestamp":1746655639583,"id":12219,"parentId":12203,"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":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":41709,"timestamp":1746655678329,"id":12226,"parentId":12225,"tags":{},"startTime":1728313194768,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":101355,"timestamp":1746655638991,"id":12205,"parentId":12203,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":295614,"timestamp":1746655720291,"id":12228,"parentId":12227,"tags":{},"startTime":1728313194810,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":296806,"timestamp":1746655720207,"id":12227,"parentId":12225,"tags":{},"startTime":1728313194810,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":67076,"timestamp":1746656017126,"id":12229,"parentId":12225,"tags":{"astUsed":"true"},"startTime":1728313195107,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":411755,"timestamp":1746655678159,"id":12225,"parentId":12224,"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":1728313194768,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":444409,"timestamp":1746655652379,"id":12224,"parentId":12202,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728313194742,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":158,"timestamp":1746656097391,"id":12230,"parentId":12224,"tags":{},"startTime":1728313195187,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":458323,"timestamp":1746655639331,"id":12213,"parentId":12203,"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":1728313194729,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":495389,"timestamp":1746655602352,"id":12203,"parentId":12202,"tags":{},"startTime":1728313194692,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":7443,"timestamp":1746656158445,"id":12232,"parentId":12231,"tags":{},"startTime":1728313195248,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":5,"timestamp":1746656165929,"id":12234,"parentId":12231,"tags":{},"startTime":1728313195256,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":144,"timestamp":1746656165957,"id":12235,"parentId":12231,"tags":{},"startTime":1728313195256,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":7,"timestamp":1746656166140,"id":12236,"parentId":12231,"tags":{},"startTime":1728313195256,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":6,"timestamp":1746656166175,"id":12237,"parentId":12231,"tags":{},"startTime":1728313195256,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":5080,"timestamp":1746656165914,"id":12233,"parentId":12231,"tags":{},"startTime":1728313195256,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1885,"timestamp":1746656177044,"id":12238,"parentId":12231,"tags":{},"startTime":1728313195267,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":12713,"timestamp":1746656178961,"id":12239,"parentId":12231,"tags":{},"startTime":1728313195269,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":8348,"timestamp":1746656200607,"id":12240,"parentId":12231,"tags":{},"startTime":1728313195290,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":375,"timestamp":1746656208953,"id":12241,"parentId":12231,"tags":{},"startTime":1728313195299,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":267,"timestamp":1746656209309,"id":12242,"parentId":12231,"tags":{},"startTime":1728313195299,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":10003,"timestamp":1746656209583,"id":12243,"parentId":12231,"tags":{},"startTime":1728313195299,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":185,"timestamp":1746656222991,"id":12245,"parentId":12202,"tags":{},"startTime":1728313195313,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":394,"timestamp":1746656222799,"id":12244,"parentId":12202,"tags":{},"startTime":1728313195313,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":79414,"timestamp":1746656148996,"id":12231,"parentId":12202,"tags":{},"startTime":1728313195239,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":626952,"timestamp":1746655601508,"id":12202,"parentId":12154,"tags":{"name":"client"},"startTime":1728313194691,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":19335,"timestamp":1746656228510,"id":12246,"parentId":12154,"tags":{},"startTime":1728313195318,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":1205935,"timestamp":1746655043600,"id":12154,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313194133,"traceId":"480ec8b9e15b14de"}]
+[{"name":"client-success","duration":69,"timestamp":1746656256521,"id":12247,"parentId":3,"tags":{},"startTime":1728313195346,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1250000,"timestamp":1746655047505,"id":12249,"parentId":3,"tags":{"updatedModules":[],"page":"/features","isPageHidden":true},"startTime":1728313195388,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":345679,"timestamp":1746656268211,"id":12248,"tags":{"url":"/features?_rsc=rop3q","isTurbopack":false},"startTime":1728313195358,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":1,"timestamp":1746656613992,"id":12250,"parentId":12248,"tags":{"url":"/features?_rsc=rop3q","memory.rss":"354533376","memory.heapUsed":"368173344","memory.heapTotal":"433717248"},"startTime":1728313195704,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":31100,"timestamp":1746672210030,"id":12257,"parentId":12254,"tags":{"request":"next/dist/pages/_document"},"startTime":1728313211299,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":31995,"timestamp":1746672209637,"id":12255,"parentId":12254,"tags":{"request":"next/dist/pages/_app"},"startTime":1728313211299,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":75105,"timestamp":1746672210116,"id":12262,"parentId":12254,"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":1728313211299,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":82082,"timestamp":1746672210008,"id":12256,"parentId":12254,"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":1728313211299,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":82050,"timestamp":1746672210049,"id":12258,"parentId":12254,"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":1728313211299,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":10106,"timestamp":1746672282324,"id":12265,"parentId":12264,"tags":{},"startTime":1728313211372,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":10582,"timestamp":1746672281852,"id":12264,"parentId":12263,"tags":{},"startTime":1728313211371,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":20225,"timestamp":1746672280215,"id":12263,"parentId":12253,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Crm.jsx","layer":"rsc"},"startTime":1728313211370,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":102702,"timestamp":1746672210090,"id":12260,"parentId":12254,"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":1728313211299,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":102696,"timestamp":1746672210105,"id":12261,"parentId":12254,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728313211299,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":102738,"timestamp":1746672210067,"id":12259,"parentId":12254,"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":1728313211299,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":496584,"timestamp":1746672154444,"id":12254,"parentId":12253,"tags":{},"startTime":1728313211244,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":9031,"timestamp":1746672690900,"id":12287,"parentId":12286,"tags":{},"startTime":1728313211780,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":14,"timestamp":1746672699978,"id":12289,"parentId":12286,"tags":{},"startTime":1728313211789,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":7450,"timestamp":1746672700241,"id":12290,"parentId":12286,"tags":{},"startTime":1728313211790,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":51,"timestamp":1746672708634,"id":12291,"parentId":12286,"tags":{},"startTime":1728313211798,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":20,"timestamp":1746672708729,"id":12292,"parentId":12286,"tags":{},"startTime":1728313211798,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":17911,"timestamp":1746672699963,"id":12288,"parentId":12286,"tags":{},"startTime":1728313211789,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":2438,"timestamp":1746672723002,"id":12293,"parentId":12286,"tags":{},"startTime":1728313211812,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":18463,"timestamp":1746672725472,"id":12294,"parentId":12286,"tags":{},"startTime":1728313211815,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":3311,"timestamp":1746672746910,"id":12295,"parentId":12286,"tags":{},"startTime":1728313211836,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":237,"timestamp":1746672750219,"id":12296,"parentId":12286,"tags":{},"startTime":1728313211840,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":227,"timestamp":1746672750440,"id":12297,"parentId":12286,"tags":{},"startTime":1728313211840,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":2802,"timestamp":1746672750675,"id":12298,"parentId":12286,"tags":{},"startTime":1728313211840,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":89102,"timestamp":1746672679629,"id":12286,"parentId":12253,"tags":{},"startTime":1728313211769,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":635968,"timestamp":1746672152822,"id":12253,"parentId":12251,"tags":{"name":"server"},"startTime":1728313211242,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":10251,"timestamp":1746672788907,"id":12299,"parentId":12251,"tags":{},"startTime":1728313211878,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":665819,"timestamp":1746672134032,"id":12251,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313211223,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":7538,"timestamp":1746672816175,"id":12312,"parentId":12301,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":7613,"timestamp":1746672816217,"id":12314,"parentId":12301,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313211906,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":7595,"timestamp":1746672816237,"id":12315,"parentId":12301,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313211906,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":7514,"timestamp":1746672816320,"id":12319,"parentId":12301,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313211906,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16005,"timestamp":1746672815767,"id":12302,"parentId":12301,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":15801,"timestamp":1746672815997,"id":12304,"parentId":12301,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":19959,"timestamp":1746672816045,"id":12306,"parentId":12301,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":23589,"timestamp":1746672816068,"id":12307,"parentId":12301,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":26367,"timestamp":1746672816091,"id":12308,"parentId":12301,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":26027,"timestamp":1746672816437,"id":12321,"parentId":12301,"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":1728313211906,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30349,"timestamp":1746672816133,"id":12310,"parentId":12301,"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":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30231,"timestamp":1746672816258,"id":12316,"parentId":12301,"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":1728313211906,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30192,"timestamp":1746672816299,"id":12318,"parentId":12301,"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":1728313211906,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":30098,"timestamp":1746672816400,"id":12320,"parentId":12301,"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":1728313211906,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":32655,"timestamp":1746672816196,"id":12313,"parentId":12301,"tags":{"request":"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":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":35083,"timestamp":1746672816023,"id":12305,"parentId":12301,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":35006,"timestamp":1746672816112,"id":12309,"parentId":12301,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":11001,"timestamp":1746672841503,"id":12324,"parentId":12323,"tags":{},"startTime":1728313211931,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":90826,"timestamp":1746672816279,"id":12317,"parentId":12301,"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":1728313211906,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":92720,"timestamp":1746672815934,"id":12303,"parentId":12301,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":292572,"timestamp":1746672852669,"id":12326,"parentId":12325,"tags":{},"startTime":1728313211942,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":293406,"timestamp":1746672852554,"id":12325,"parentId":12323,"tags":{},"startTime":1728313211942,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":36928,"timestamp":1746673146048,"id":12327,"parentId":12323,"tags":{"astUsed":"true"},"startTime":1728313212235,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":344375,"timestamp":1746672841334,"id":12323,"parentId":12322,"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":1728313211931,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":365521,"timestamp":1746672824662,"id":12322,"parentId":12300,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728313211914,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":61,"timestamp":1746673190399,"id":12328,"parentId":12322,"tags":{},"startTime":1728313212280,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":374339,"timestamp":1746672816154,"id":12311,"parentId":12301,"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":1728313211905,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":388083,"timestamp":1746672802440,"id":12301,"parentId":12300,"tags":{},"startTime":1728313211892,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":3121,"timestamp":1746673204440,"id":12330,"parentId":12329,"tags":{},"startTime":1728313212294,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":4,"timestamp":1746673207589,"id":12332,"parentId":12329,"tags":{},"startTime":1728313212297,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":99,"timestamp":1746673207622,"id":12333,"parentId":12329,"tags":{},"startTime":1728313212297,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":6,"timestamp":1746673207748,"id":12334,"parentId":12329,"tags":{},"startTime":1728313212297,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":4,"timestamp":1746673207778,"id":12335,"parentId":12329,"tags":{},"startTime":1728313212297,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":2735,"timestamp":1746673207580,"id":12331,"parentId":12329,"tags":{},"startTime":1728313212297,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1106,"timestamp":1746673214162,"id":12336,"parentId":12329,"tags":{},"startTime":1728313212303,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":13587,"timestamp":1746673215285,"id":12337,"parentId":12329,"tags":{},"startTime":1728313212305,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":7807,"timestamp":1746673231192,"id":12338,"parentId":12329,"tags":{},"startTime":1728313212320,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":630,"timestamp":1746673238997,"id":12339,"parentId":12329,"tags":{},"startTime":1728313212328,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":329,"timestamp":1746673239610,"id":12340,"parentId":12329,"tags":{},"startTime":1728313212329,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":10490,"timestamp":1746673239946,"id":12341,"parentId":12329,"tags":{},"startTime":1728313212329,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":116,"timestamp":1746673252320,"id":12343,"parentId":12300,"tags":{},"startTime":1728313212342,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":232,"timestamp":1746673252211,"id":12342,"parentId":12300,"tags":{},"startTime":1728313212341,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":57980,"timestamp":1746673197912,"id":12329,"parentId":12300,"tags":{},"startTime":1728313212287,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":453907,"timestamp":1746672802022,"id":12300,"parentId":12252,"tags":{"name":"client"},"startTime":1728313211891,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":7608,"timestamp":1746673255974,"id":12344,"parentId":12252,"tags":{},"startTime":1728313212345,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":1130219,"timestamp":1746672135063,"id":12252,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313211224,"traceId":"480ec8b9e15b14de"}]
+[{"name":"client-success","duration":4,"timestamp":1746673269317,"id":12345,"parentId":3,"tags":{},"startTime":1728313212359,"traceId":"480ec8b9e15b14de"},{"name":"client-hmr-latency","duration":1151000,"timestamp":1746672137384,"id":12347,"parentId":3,"tags":{"updatedModules":[],"page":"/features","isPageHidden":true},"startTime":1728313212379,"traceId":"480ec8b9e15b14de"},{"name":"handle-request","duration":165903,"timestamp":1746673275383,"id":12346,"tags":{"url":"/features?_rsc=rop3q","isTurbopack":false},"startTime":1728313212365,"traceId":"480ec8b9e15b14de"},{"name":"memory-usage","duration":2,"timestamp":1746673441405,"id":12348,"parentId":12346,"tags":{"url":"/features?_rsc=rop3q","memory.rss":"343949312","memory.heapUsed":"409016848","memory.heapTotal":"450281472"},"startTime":1728313212531,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":91398,"timestamp":1746729543325,"id":12355,"parentId":12352,"tags":{"request":"next/dist/pages/_document"},"startTime":1728313268631,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":92671,"timestamp":1746729542797,"id":12353,"parentId":12352,"tags":{"request":"next/dist/pages/_app"},"startTime":1728313268631,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":172262,"timestamp":1746729543477,"id":12360,"parentId":12352,"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":1728313268631,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-transform","duration":34608,"timestamp":1746729710114,"id":12363,"parentId":12362,"tags":{},"startTime":1728313268798,"traceId":"480ec8b9e15b14de"},{"name":"next-swc-loader","duration":35091,"timestamp":1746729709646,"id":12362,"parentId":12361,"tags":{},"startTime":1728313268797,"traceId":"480ec8b9e15b14de"},{"name":"build-module-jsx","duration":51742,"timestamp":1746729706632,"id":12361,"parentId":12351,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/components/Crm.jsx","layer":"rsc"},"startTime":1728313268794,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":217826,"timestamp":1746729543298,"id":12354,"parentId":12352,"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":1728313268631,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":217792,"timestamp":1746729543344,"id":12356,"parentId":12352,"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":1728313268631,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":235188,"timestamp":1746729543365,"id":12357,"parentId":12352,"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":1728313268631,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":235136,"timestamp":1746729543432,"id":12358,"parentId":12352,"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":1728313268631,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":235453,"timestamp":1746729543462,"id":12359,"parentId":12352,"tags":{"request":"next-app-loader?name=app%2Fcommunity%2Fpage&page=%2Fcommunity%2Fpage&appPaths=%2Fcommunity%2Fpage&pagePath=private-next-app-dir%2Fcommunity%2Fpage.jsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=export&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1728313268631,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":788772,"timestamp":1746729476751,"id":12352,"parentId":12351,"tags":{},"startTime":1728313268565,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":10310,"timestamp":1746730336973,"id":12385,"parentId":12384,"tags":{},"startTime":1728313269425,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":16,"timestamp":1746730347419,"id":12387,"parentId":12384,"tags":{},"startTime":1728313269435,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":14080,"timestamp":1746730347481,"id":12388,"parentId":12384,"tags":{},"startTime":1728313269435,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":17,"timestamp":1746730361627,"id":12389,"parentId":12384,"tags":{},"startTime":1728313269449,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":18,"timestamp":1746730361705,"id":12390,"parentId":12384,"tags":{},"startTime":1728313269450,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":19848,"timestamp":1746730347378,"id":12386,"parentId":12384,"tags":{},"startTime":1728313269435,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":2481,"timestamp":1746730374923,"id":12391,"parentId":12384,"tags":{},"startTime":1728313269463,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":9675,"timestamp":1746730377432,"id":12392,"parentId":12384,"tags":{},"startTime":1728313269465,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":7397,"timestamp":1746730391271,"id":12393,"parentId":12384,"tags":{},"startTime":1728313269479,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":658,"timestamp":1746730398666,"id":12394,"parentId":12384,"tags":{},"startTime":1728313269486,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":610,"timestamp":1746730399297,"id":12395,"parentId":12384,"tags":{},"startTime":1728313269487,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":9417,"timestamp":1746730399919,"id":12396,"parentId":12384,"tags":{},"startTime":1728313269488,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":131604,"timestamp":1746730326221,"id":12384,"parentId":12351,"tags":{},"startTime":1728313269414,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":1013384,"timestamp":1746729472822,"id":12351,"parentId":12349,"tags":{"name":"server"},"startTime":1728313268561,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":317403,"timestamp":1746730486421,"id":12397,"parentId":12349,"tags":{},"startTime":1728313269574,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-server","duration":1363729,"timestamp":1746729442396,"id":12349,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313268530,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16434,"timestamp":1746730930320,"id":12410,"parentId":12399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fsrc%2Fcomponents%2FHeader.jsx%22%2C%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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16523,"timestamp":1746730930361,"id":12412,"parentId":12399,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16470,"timestamp":1746730930418,"id":12413,"parentId":12399,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":16384,"timestamp":1746730930506,"id":12417,"parentId":12399,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":48636,"timestamp":1746730929707,"id":12400,"parentId":12399,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":48279,"timestamp":1746730930114,"id":12402,"parentId":12399,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":57680,"timestamp":1746730930187,"id":12404,"parentId":12399,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":66707,"timestamp":1746730930212,"id":12405,"parentId":12399,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/node_modules/next/dist/client/router.js"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":75589,"timestamp":1746730930233,"id":12406,"parentId":12399,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":75295,"timestamp":1746730930540,"id":12419,"parentId":12399,"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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":83970,"timestamp":1746730930276,"id":12408,"parentId":12399,"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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":83819,"timestamp":1746730930438,"id":12414,"parentId":12399,"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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":83787,"timestamp":1746730930474,"id":12416,"parentId":12399,"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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":83736,"timestamp":1746730930526,"id":12418,"parentId":12399,"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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":108621,"timestamp":1746730930340,"id":12411,"parentId":12399,"tags":{"request":"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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":111519,"timestamp":1746730930146,"id":12403,"parentId":12399,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":111425,"timestamp":1746730930255,"id":12407,"parentId":12399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fimage-component.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fourverse_new%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"read-resource","duration":38879,"timestamp":1746731003412,"id":12422,"parentId":12421,"tags":{},"startTime":1728313270091,"traceId":"480ec8b9e15b14de"},{"name":"postcss-process","duration":471558,"timestamp":1746731042594,"id":12424,"parentId":12423,"tags":{},"startTime":1728313270130,"traceId":"480ec8b9e15b14de"},{"name":"postcss-loader","duration":472996,"timestamp":1746731042365,"id":12423,"parentId":12421,"tags":{},"startTime":1728313270130,"traceId":"480ec8b9e15b14de"},{"name":"css-loader","duration":62278,"timestamp":1746731515571,"id":12425,"parentId":12421,"tags":{"astUsed":"true"},"startTime":1728313270603,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":581094,"timestamp":1746731000629,"id":12421,"parentId":12420,"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":1728313270088,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":659972,"timestamp":1746730930453,"id":12415,"parentId":12399,"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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":660363,"timestamp":1746730930080,"id":12401,"parentId":12399,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"build-module-css","duration":653452,"timestamp":1746730949122,"id":12420,"parentId":12398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/ourverse_new/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1728313270037,"traceId":"480ec8b9e15b14de"},{"name":"build-module","duration":130,"timestamp":1746731603127,"id":12426,"parentId":12420,"tags":{},"startTime":1728313270691,"traceId":"480ec8b9e15b14de"},{"name":"add-entry","duration":673031,"timestamp":1746730930297,"id":12409,"parentId":12399,"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":1728313270018,"traceId":"480ec8b9e15b14de"},{"name":"make","duration":769213,"timestamp":1746730834175,"id":12399,"parentId":12398,"tags":{},"startTime":1728313269922,"traceId":"480ec8b9e15b14de"},{"name":"chunk-graph","duration":12189,"timestamp":1746731629879,"id":12428,"parentId":12427,"tags":{},"startTime":1728313270718,"traceId":"480ec8b9e15b14de"},{"name":"optimize-modules","duration":5,"timestamp":1746731642109,"id":12430,"parentId":12427,"tags":{},"startTime":1728313270730,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunks","duration":275,"timestamp":1746731642149,"id":12431,"parentId":12427,"tags":{},"startTime":1728313270730,"traceId":"480ec8b9e15b14de"},{"name":"optimize-tree","duration":12,"timestamp":1746731642474,"id":12432,"parentId":12427,"tags":{},"startTime":1728313270730,"traceId":"480ec8b9e15b14de"},{"name":"optimize-chunk-modules","duration":8,"timestamp":1746731642525,"id":12433,"parentId":12427,"tags":{},"startTime":1728313270730,"traceId":"480ec8b9e15b14de"},{"name":"optimize","duration":3718,"timestamp":1746731642095,"id":12429,"parentId":12427,"tags":{},"startTime":1728313270730,"traceId":"480ec8b9e15b14de"},{"name":"module-hash","duration":1349,"timestamp":1746731650964,"id":12434,"parentId":12427,"tags":{},"startTime":1728313270739,"traceId":"480ec8b9e15b14de"},{"name":"code-generation","duration":11536,"timestamp":1746731652338,"id":12435,"parentId":12427,"tags":{},"startTime":1728313270740,"traceId":"480ec8b9e15b14de"},{"name":"hash","duration":16748,"timestamp":1746731667890,"id":12436,"parentId":12427,"tags":{},"startTime":1728313270756,"traceId":"480ec8b9e15b14de"},{"name":"code-generation-jobs","duration":729,"timestamp":1746731684636,"id":12437,"parentId":12427,"tags":{},"startTime":1728313270772,"traceId":"480ec8b9e15b14de"},{"name":"module-assets","duration":770,"timestamp":1746731685325,"id":12438,"parentId":12427,"tags":{},"startTime":1728313270773,"traceId":"480ec8b9e15b14de"},{"name":"create-chunk-assets","duration":24844,"timestamp":1746731686189,"id":12439,"parentId":12427,"tags":{},"startTime":1728313270774,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-generateClientManifest","duration":126,"timestamp":1746731712738,"id":12441,"parentId":12398,"tags":{},"startTime":1728313270801,"traceId":"480ec8b9e15b14de"},{"name":"NextJsBuildManifest-createassets","duration":259,"timestamp":1746731712617,"id":12440,"parentId":12398,"tags":{},"startTime":1728313270800,"traceId":"480ec8b9e15b14de"},{"name":"seal","duration":96904,"timestamp":1746731621094,"id":12427,"parentId":12398,"tags":{},"startTime":1728313270709,"traceId":"480ec8b9e15b14de"},{"name":"webpack-compilation","duration":884999,"timestamp":1746730833057,"id":12398,"parentId":12350,"tags":{"name":"client"},"startTime":1728313269921,"traceId":"480ec8b9e15b14de"},{"name":"emit","duration":13943,"timestamp":1746731718106,"id":12442,"parentId":12350,"tags":{},"startTime":1728313270806,"traceId":"480ec8b9e15b14de"},{"name":"webpack-invalidated-client","duration":2284753,"timestamp":1746729450415,"id":12350,"parentId":3,"tags":{"trigger":"src/components/Crm.jsx"},"startTime":1728313268538,"traceId":"480ec8b9e15b14de"}]
diff --git a/public/images/socmed2.jpg b/public/images/socmed2.jpg
new file mode 100644
index 0000000..1008ed1
Binary files /dev/null and b/public/images/socmed2.jpg differ
diff --git a/src/components/Bentosection.jsx b/src/components/Bentosection.jsx
index 1f0506a..0d5eff5 100644
--- a/src/components/Bentosection.jsx
+++ b/src/components/Bentosection.jsx
@@ -124,7 +124,7 @@ export default function BentoSection() {
- Integrated CRM
+ MyVerse Social- Manage customer interactions, tasks, and meetings seamlessly in one platform, helping your business transition smoothly to the digital landscape. + Stay connected with your network, explore new opportunities, and engage with the latest immersive content through MyVerse Social—a space to expand your virtual presence, create lasting connections, and thrive in the metaverse.