diff --git a/.gitignore b/.gitignore index 3c3629e..4e7770e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,56 @@ -node_modules +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env*.local +.env +.env.development +.env.test +.env.production + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# Logs +logs +*.log + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Sanity +/dist diff --git a/.next/app-build-manifest.json b/.next/app-build-manifest.json index cbd5d50..e43b462 100644 --- a/.next/app-build-manifest.json +++ b/.next/app-build-manifest.json @@ -10,11 +10,6 @@ "static/chunks/main-app.js", "static/css/app/layout.css", "static/chunks/app/layout.js" - ], - "/_not-found/page": [ - "static/chunks/webpack.js", - "static/chunks/main-app.js", - "static/chunks/app/_not-found/page.js" ] } } \ No newline at end of file diff --git a/.next/build-manifest.json b/.next/build-manifest.json index 018cb67..b4e9156 100644 --- a/.next/build-manifest.json +++ b/.next/build-manifest.json @@ -2,7 +2,9 @@ "polyfillFiles": [ "static/chunks/polyfills.js" ], - "devFiles": [], + "devFiles": [ + "static/chunks/react-refresh.js" + ], "ampDevFiles": [], "lowPriorityFiles": [ "static/development/_buildManifest.js", @@ -13,7 +15,16 @@ "static/chunks/main-app.js" ], "pages": { - "/_app": [] + "/_app": [ + "static/chunks/webpack.js", + "static/chunks/main.js", + "static/chunks/pages/_app.js" + ], + "/_error": [ + "static/chunks/webpack.js", + "static/chunks/main.js", + "static/chunks/pages/_error.js" + ] }, "ampFirstPages": [] } \ No newline at end of file diff --git a/.next/cache/webpack/client-development-fallback/0.pack.gz b/.next/cache/webpack/client-development-fallback/0.pack.gz index f3412fe..d4eb75e 100644 Binary files a/.next/cache/webpack/client-development-fallback/0.pack.gz and b/.next/cache/webpack/client-development-fallback/0.pack.gz differ diff --git a/.next/cache/webpack/client-development-fallback/index.pack.gz b/.next/cache/webpack/client-development-fallback/index.pack.gz index b2d7efb..f8c9e80 100644 Binary files a/.next/cache/webpack/client-development-fallback/index.pack.gz and b/.next/cache/webpack/client-development-fallback/index.pack.gz differ diff --git a/.next/cache/webpack/client-development-fallback/index.pack.gz.old b/.next/cache/webpack/client-development-fallback/index.pack.gz.old index 147b163..b2d7efb 100644 Binary files a/.next/cache/webpack/client-development-fallback/index.pack.gz.old and b/.next/cache/webpack/client-development-fallback/index.pack.gz.old differ diff --git a/.next/cache/webpack/client-development/0.pack.gz b/.next/cache/webpack/client-development/0.pack.gz index b7a1e32..43a563c 100644 Binary files a/.next/cache/webpack/client-development/0.pack.gz and b/.next/cache/webpack/client-development/0.pack.gz differ diff --git a/.next/cache/webpack/client-development/1.pack.gz b/.next/cache/webpack/client-development/1.pack.gz index dac9b77..e6774ca 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/11.pack.gz b/.next/cache/webpack/client-development/11.pack.gz index 7516d21..b9ac0a0 100644 Binary files a/.next/cache/webpack/client-development/11.pack.gz and b/.next/cache/webpack/client-development/11.pack.gz differ diff --git a/.next/cache/webpack/client-development/13.pack.gz b/.next/cache/webpack/client-development/13.pack.gz index 7d1e3e4..07b3736 100644 Binary files a/.next/cache/webpack/client-development/13.pack.gz and b/.next/cache/webpack/client-development/13.pack.gz differ diff --git a/.next/cache/webpack/client-development/15.pack.gz b/.next/cache/webpack/client-development/15.pack.gz index cbaf375..242d33a 100644 Binary files a/.next/cache/webpack/client-development/15.pack.gz and b/.next/cache/webpack/client-development/15.pack.gz differ diff --git a/.next/cache/webpack/client-development/2.pack.gz b/.next/cache/webpack/client-development/2.pack.gz index ad41039..b48e736 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/8.pack.gz b/.next/cache/webpack/client-development/8.pack.gz index fc0eb62..bd04a99 100644 Binary files a/.next/cache/webpack/client-development/8.pack.gz and b/.next/cache/webpack/client-development/8.pack.gz differ diff --git a/.next/cache/webpack/client-development/9.pack.gz b/.next/cache/webpack/client-development/9.pack.gz index 92aed59..2b36618 100644 Binary files a/.next/cache/webpack/client-development/9.pack.gz and b/.next/cache/webpack/client-development/9.pack.gz differ diff --git a/.next/cache/webpack/client-development/index.pack.gz b/.next/cache/webpack/client-development/index.pack.gz index 36581be..86c53c4 100644 Binary files a/.next/cache/webpack/client-development/index.pack.gz and b/.next/cache/webpack/client-development/index.pack.gz differ diff --git a/.next/cache/webpack/client-development/index.pack.gz.old b/.next/cache/webpack/client-development/index.pack.gz.old index af27364..498585b 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 dd904a8..e05c111 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 97fd3fd..af57a9a 100644 Binary files a/.next/cache/webpack/server-development/1.pack.gz and b/.next/cache/webpack/server-development/1.pack.gz differ diff --git a/.next/cache/webpack/server-development/10.pack.gz b/.next/cache/webpack/server-development/10.pack.gz index 18555df..9fa3644 100644 Binary files a/.next/cache/webpack/server-development/10.pack.gz and b/.next/cache/webpack/server-development/10.pack.gz differ diff --git a/.next/cache/webpack/server-development/11.pack.gz b/.next/cache/webpack/server-development/11.pack.gz index 45b3575..530b692 100644 Binary files a/.next/cache/webpack/server-development/11.pack.gz and b/.next/cache/webpack/server-development/11.pack.gz differ diff --git a/.next/cache/webpack/server-development/12.pack.gz b/.next/cache/webpack/server-development/12.pack.gz index cda578d..5ca7025 100644 Binary files a/.next/cache/webpack/server-development/12.pack.gz and b/.next/cache/webpack/server-development/12.pack.gz differ diff --git a/.next/cache/webpack/server-development/13.pack.gz b/.next/cache/webpack/server-development/13.pack.gz index bf1445b..ae7b193 100644 Binary files a/.next/cache/webpack/server-development/13.pack.gz and b/.next/cache/webpack/server-development/13.pack.gz differ diff --git a/.next/cache/webpack/server-development/14.pack.gz b/.next/cache/webpack/server-development/14.pack.gz index c803b99..41b880d 100644 Binary files a/.next/cache/webpack/server-development/14.pack.gz and b/.next/cache/webpack/server-development/14.pack.gz differ diff --git a/.next/cache/webpack/server-development/2.pack.gz b/.next/cache/webpack/server-development/2.pack.gz index 19f6584..0152e50 100644 Binary files a/.next/cache/webpack/server-development/2.pack.gz and b/.next/cache/webpack/server-development/2.pack.gz differ diff --git a/.next/cache/webpack/server-development/4.pack.gz b/.next/cache/webpack/server-development/4.pack.gz index d850a3d..06d877b 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 9f4082d..4ee5ebd 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 b2e7433..924d486 100644 Binary files a/.next/cache/webpack/server-development/6.pack.gz and b/.next/cache/webpack/server-development/6.pack.gz differ diff --git a/.next/cache/webpack/server-development/7.pack.gz b/.next/cache/webpack/server-development/7.pack.gz index 05d814c..c447e1d 100644 Binary files a/.next/cache/webpack/server-development/7.pack.gz and b/.next/cache/webpack/server-development/7.pack.gz differ diff --git a/.next/cache/webpack/server-development/9.pack.gz b/.next/cache/webpack/server-development/9.pack.gz index 298a0b1..7cb11f5 100644 Binary files a/.next/cache/webpack/server-development/9.pack.gz and b/.next/cache/webpack/server-development/9.pack.gz differ diff --git a/.next/cache/webpack/server-development/index.pack.gz b/.next/cache/webpack/server-development/index.pack.gz index c902d87..56693b6 100644 Binary files a/.next/cache/webpack/server-development/index.pack.gz and b/.next/cache/webpack/server-development/index.pack.gz differ diff --git a/.next/cache/webpack/server-development/index.pack.gz.old b/.next/cache/webpack/server-development/index.pack.gz.old index 9aadc8a..cf50de8 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 17ed1b2..3272f55 100644 --- a/.next/server/app-paths-manifest.json +++ b/.next/server/app-paths-manifest.json @@ -1,5 +1,4 @@ { - "/_not-found/page": "app/_not-found/page.js", - "/favicon.ico/route": "app/favicon.ico/route.js", - "/page": "app/page.js" + "/page": "app/page.js", + "/favicon.ico/route": "app/favicon.ico/route.js" } \ No newline at end of file diff --git a/.next/server/app/page.js b/.next/server/app/page.js index db74f34..98f2309 100644 --- a/.next/server/app/page.js +++ b/.next/server/app/page.js @@ -148,7 +148,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 */ IndabaOs: () => (/* binding */ IndabaOs)\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/* __next_internal_client_entry_do_not_use__ IndabaOs auto */ \nconst stats = [\n {\n id: 1,\n name: \"A personalized, social and gamified funding platform.\",\n value: \"Adopt a Cause\",\n src: \"/indabaos/adopt.webp\"\n },\n {\n id: 2,\n name: \"For purpose driven citizens.\",\n value: \"World-class Scalable Projects\",\n src: \"/indabaos/sikana.webp\"\n },\n {\n id: 3,\n name: \"For NGOs, Experts & content creators.\",\n value: \"A Contribution System\",\n src: \"/indabaos/freezone.webp\"\n },\n {\n id: 4,\n name: \"For investors & hosts.\",\n value: \"A Funding System\",\n src: \"/indabaos/funding.webp\"\n }\n];\nfunction IndabaOs() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pt-24 pb-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl h-3/4 px-6 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative isolate overflow-hidden bg-white px-6 py-24 lg:py-56 lg:px-8 rounded-2xl min-h-[700px]\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/indabaos/earth.png\",\n className: \"absolute inset-0 -z-10 size-full w-full object-cover\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 20,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 -z-10 bg-black/50 pointer-events-none\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 27,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 top-15 flex justify-center pt-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/indabaos/os_icon.png\",\n className: \"h-35 w-auto\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 31,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 30,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mx-auto max-w-2xl text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-4xl font-medium tracking-tight text-white sm:text-5xl\",\n children: \"IndabaOS\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 40,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 text-lg font-light text-pretty text-white sm:text-xl/8\",\n children: \"Introducing the tech infrastructure that invites the world to accelerate the transition toward high quality youth development.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 43,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 39,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mt-10\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4 text-center max-w-5xl mx-auto\",\n children: stats.map((stat)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col items-center bg-white/10 rounded-xl p-6 backdrop-blur-md shadow-md\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n src: stat.src,\n alt: stat.name,\n className: \"h-45 w-45 object-contain rounded-xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 53,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"text-md font-semibold tracking-tight text-white\",\n children: stat.value\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 58,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"text-sm font-light text-white/90 mt-2\",\n children: stat.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 59,\n columnNumber: 19\n }, this)\n ]\n }, stat.id, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 52,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 50,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 49,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 18,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 17,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 16,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9pbmRhYmFvcy50c3giLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQU1BLE1BQU1BLFFBQVE7SUFDWjtRQUFFQyxJQUFJO1FBQUdDLE1BQU07UUFBeURDLE9BQU87UUFBaUJDLEtBQUs7SUFBdUI7SUFDNUg7UUFBRUgsSUFBSTtRQUFHQyxNQUFNO1FBQWdDQyxPQUFPO1FBQWlDQyxLQUFLO0lBQXdCO0lBQ3BIO1FBQUVILElBQUk7UUFBR0MsTUFBTTtRQUF5Q0MsT0FBTztRQUF5QkMsS0FBSztJQUEwQjtJQUN2SDtRQUFFSCxJQUFJO1FBQUdDLE1BQU07UUFBMEJDLE9BQU87UUFBb0JDLEtBQUs7SUFBeUI7Q0FDbkc7QUFFTSxTQUFTQztJQUNkLHFCQUNFLDhEQUFDQztRQUFJQyxXQUFVO2tCQUNiLDRFQUFDRDtZQUFJQyxXQUFVO3NCQUNiLDRFQUFDRDtnQkFBSUMsV0FBVTs7a0NBRWIsOERBQUNDO3dCQUNDQyxLQUFJO3dCQUNKTCxLQUFJO3dCQUNKRyxXQUFVOzs7Ozs7a0NBSVosOERBQUNEO3dCQUFJQyxXQUFVOzs7Ozs7a0NBR2YsOERBQUNEO3dCQUFJQyxXQUFVO2tDQUNiLDRFQUFDQzs0QkFDQ0MsS0FBSTs0QkFDSkwsS0FBSTs0QkFDSkcsV0FBVTs7Ozs7Ozs7Ozs7a0NBS2QsOERBQUNEO3dCQUFJQyxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUdILFdBQVU7MENBQTZEOzs7Ozs7MENBRzNFLDhEQUFDSTtnQ0FBRUosV0FBVTswQ0FBOEQ7Ozs7Ozs7Ozs7OztrQ0FNN0UsOERBQUNEO3dCQUFJQyxXQUFVO2tDQUNiLDRFQUFDSzs0QkFBR0wsV0FBVTtzQ0FDWFAsTUFBTWEsR0FBRyxDQUFDLENBQUNDLHFCQUNWLDhEQUFDUjtvQ0FBa0JDLFdBQVU7O3NEQUMzQiw4REFBQ0M7NENBQ0NKLEtBQUtVLEtBQUtWLEdBQUc7NENBQ2JLLEtBQUtLLEtBQUtaLElBQUk7NENBQ2RLLFdBQVU7Ozs7OztzREFFWiw4REFBQ1E7NENBQUdSLFdBQVU7c0RBQW1ETyxLQUFLWCxLQUFLOzs7Ozs7c0RBQzNFLDhEQUFDYTs0Q0FBR1QsV0FBVTtzREFBeUNPLEtBQUtaLElBQUk7Ozs7Ozs7bUNBUHhEWSxLQUFLYixFQUFFOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBZ0JqQyIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi9zcmMvY29tcG9uZW50cy9pbmRhYmFvcy50c3g/YmMzNyJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJy4vYnV0dG9uJ1xuaW1wb3J0IHsgSGVhZGluZywgU3ViaGVhZGluZyB9IGZyb20gJy4vdGV4dCdcbmltcG9ydCB7IGNsc3ggfSBmcm9tICdjbHN4J1xuaW1wb3J0IHsgQ2hldnJvblJpZ2h0SWNvbiB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMjAvc29saWQnICAgICAgICAgICAgXG5cbmNvbnN0IHN0YXRzID0gW1xuICB7IGlkOiAxLCBuYW1lOiAnQSBwZXJzb25hbGl6ZWQsIHNvY2lhbCBhbmQgZ2FtaWZpZWQgZnVuZGluZyBwbGF0Zm9ybS4nLCB2YWx1ZTogJ0Fkb3B0IGEgQ2F1c2UnLCBzcmM6ICcvaW5kYWJhb3MvYWRvcHQud2VicCcgfSxcbiAgeyBpZDogMiwgbmFtZTogJ0ZvciBwdXJwb3NlIGRyaXZlbiBjaXRpemVucy4nLCB2YWx1ZTogJ1dvcmxkLWNsYXNzIFNjYWxhYmxlIFByb2plY3RzJywgc3JjOiAnL2luZGFiYW9zL3Npa2FuYS53ZWJwJyB9LFxuICB7IGlkOiAzLCBuYW1lOiAnRm9yIE5HT3MsIEV4cGVydHMgJiBjb250ZW50IGNyZWF0b3JzLicsIHZhbHVlOiAnQSBDb250cmlidXRpb24gU3lzdGVtJywgc3JjOiAnL2luZGFiYW9zL2ZyZWV6b25lLndlYnAnIH0sXG4gIHsgaWQ6IDQsIG5hbWU6ICdGb3IgaW52ZXN0b3JzICYgaG9zdHMuJywgdmFsdWU6ICdBIEZ1bmRpbmcgU3lzdGVtJywgc3JjOiAnL2luZGFiYW9zL2Z1bmRpbmcud2VicCcgfSxcbl1cblxuZXhwb3J0IGZ1bmN0aW9uIEluZGFiYU9zKCkge1xuICByZXR1cm4gKFxuICAgIDxkaXYgY2xhc3NOYW1lPVwicHQtMjQgcGItMjRcIj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgaC0zLzQgcHgtNiBsZzpweC04XCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaXNvbGF0ZSBvdmVyZmxvdy1oaWRkZW4gYmctd2hpdGUgcHgtNiBweS0yNCBsZzpweS01NiBsZzpweC04IHJvdW5kZWQtMnhsIG1pbi1oLVs3MDBweF1cIj5cbiAgICAgICAgICB7LyogQmFja2dyb3VuZCBpbWFnZSAqL31cbiAgICAgICAgICA8aW1nXG4gICAgICAgICAgICBhbHQ9XCJcIlxuICAgICAgICAgICAgc3JjPVwiL2luZGFiYW9zL2VhcnRoLnBuZ1wiXG4gICAgICAgICAgICBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0wIC16LTEwIHNpemUtZnVsbCB3LWZ1bGwgb2JqZWN0LWNvdmVyXCJcbiAgICAgICAgICAvPlxuXG4gICAgICAgICAgey8qIERhcmsgb3ZlcmxheSBvbiBpbWFnZSAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgLXotMTAgYmctYmxhY2svNTAgcG9pbnRlci1ldmVudHMtbm9uZVwiIC8+XG5cbiAgICAgICAgICB7LyogT1MgaWNvbiAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LXgtMCB0b3AtMTUgZmxleCBqdXN0aWZ5LWNlbnRlciBwdC04XCI+XG4gICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgIGFsdD1cIlwiXG4gICAgICAgICAgICAgIHNyYz1cIi9pbmRhYmFvcy9vc19pY29uLnBuZ1wiXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtMzUgdy1hdXRvXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICB7LyogVGV4dCBjb250ZW50ICovfVxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgei0xMCBteC1hdXRvIG1heC13LTJ4bCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtNHhsIGZvbnQtbWVkaXVtIHRyYWNraW5nLXRpZ2h0IHRleHQtd2hpdGUgc206dGV4dC01eGxcIj5cbiAgICAgICAgICAgICAgSW5kYWJhT1NcbiAgICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC04IHRleHQtbGcgZm9udC1saWdodCB0ZXh0LXByZXR0eSB0ZXh0LXdoaXRlIHNtOnRleHQteGwvOFwiPlxuICAgICAgICAgICAgICBJbnRyb2R1Y2luZyB0aGUgdGVjaCBpbmZyYXN0cnVjdHVyZSB0aGF0IGludml0ZXMgdGhlIHdvcmxkIHRvIGFjY2VsZXJhdGUgdGhlIHRyYW5zaXRpb24gdG93YXJkIGhpZ2ggcXVhbGl0eSB5b3V0aCBkZXZlbG9wbWVudC5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgIHsvKiBTdGF0cyBpbnRlZ3JhdGVkIGludG8gYmFja2dyb3VuZCAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIHotMTAgbXQtMTBcIj5cbiAgICAgICAgICAgIDxkbCBjbGFzc05hbWU9XCJncmlkIGdyaWQtY29scy0xIGdhcC00IHNtOmdyaWQtY29scy0yIGxnOmdyaWQtY29scy00IHRleHQtY2VudGVyIG1heC13LTV4bCBteC1hdXRvXCI+XG4gICAgICAgICAgICAgIHtzdGF0cy5tYXAoKHN0YXQpID0+IChcbiAgICAgICAgICAgICAgICA8ZGl2IGtleT17c3RhdC5pZH0gY2xhc3NOYW1lPVwiZmxleCBmbGV4LWNvbCBpdGVtcy1jZW50ZXIgYmctd2hpdGUvMTAgcm91bmRlZC14bCBwLTYgYmFja2Ryb3AtYmx1ci1tZCBzaGFkb3ctbWRcIj5cbiAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgc3JjPXtzdGF0LnNyY31cbiAgICAgICAgICAgICAgICAgICAgYWx0PXtzdGF0Lm5hbWV9XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtNDUgdy00NSBvYmplY3QtY29udGFpbiByb3VuZGVkLXhsXCJcbiAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICA8ZGQgY2xhc3NOYW1lPVwidGV4dC1tZCBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtd2hpdGVcIj57c3RhdC52YWx1ZX08L2RkPlxuICAgICAgICAgICAgICAgICAgPGR0IGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1saWdodCB0ZXh0LXdoaXRlLzkwIG10LTJcIj57c3RhdC5uYW1lfTwvZHQ+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kbD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbInN0YXRzIiwiaWQiLCJuYW1lIiwidmFsdWUiLCJzcmMiLCJJbmRhYmFPcyIsImRpdiIsImNsYXNzTmFtZSIsImltZyIsImFsdCIsImgyIiwicCIsImRsIiwibWFwIiwic3RhdCIsImRkIiwiZHQiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./src/components/indabaos.tsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ IndabaOs: () => (/* binding */ IndabaOs)\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/* __next_internal_client_entry_do_not_use__ IndabaOs auto */ \nconst stats = [\n {\n id: 1,\n name: \"A personalized, social and gamified funding platform.\",\n value: \"Adopt a Cause\",\n src: \"/indabaos/adopt.webp\"\n },\n {\n id: 2,\n name: \"For purpose driven citizens.\",\n value: \"World-class Scalable Projects\",\n src: \"/indabaos/sikana.webp\"\n },\n {\n id: 3,\n name: \"For NGOs, Experts & content creators.\",\n value: \"A Contribution System\",\n src: \"/indabaos/freezone.webp\"\n },\n {\n id: 4,\n name: \"For investors & hosts.\",\n value: \"A Funding System\",\n src: \"/indabaos/funding.webp\"\n }\n];\nfunction IndabaOs() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pt-24 pb-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl h-3/4 px-6 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative isolate overflow-hidden bg-white px-6 py-24 lg:py-45 lg:px-8 rounded-2xl min-h-[700px]\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/indabaos/earth.png\",\n className: \"absolute inset-0 -z-15 size-full w-full object-cover\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 20,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 -z-10 bg-black/50 pointer-events-none\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 27,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 top-15 flex justify-center pt-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/indabaos/os_icon.png\",\n className: \"h-35 w-auto\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 31,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 30,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mx-auto max-w-2xl mt-10 text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-4xl font-medium tracking-tight text-white sm:text-5xl\",\n children: \"IndabaOS\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 40,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-lg font-light text-pretty text-white sm:text-xl/8\",\n children: \"Introducing the tech infrastructure that invites the world to accelerate the transition toward high quality youth development.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 43,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 39,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mt-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-4 text-center max-w-5xl mx-auto\",\n children: stats.map((stat)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col items-center bg-white/10 rounded-xl p-6 backdrop-blur-md shadow-md\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n src: stat.src,\n alt: stat.name,\n className: \"h-45 w-45 object-contain rounded-xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 53,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"text-md font-semibold tracking-tight text-white\",\n children: stat.value\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 58,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"text-sm font-light text-white/90 mt-2\",\n children: stat.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 59,\n columnNumber: 19\n }, this)\n ]\n }, stat.id, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 52,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 50,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 49,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 18,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 17,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 16,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHNzcikvLi9zcmMvY29tcG9uZW50cy9pbmRhYmFvcy50c3giLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQU1BLE1BQU1BLFFBQVE7SUFDWjtRQUFFQyxJQUFJO1FBQUdDLE1BQU07UUFBeURDLE9BQU87UUFBaUJDLEtBQUs7SUFBdUI7SUFDNUg7UUFBRUgsSUFBSTtRQUFHQyxNQUFNO1FBQWdDQyxPQUFPO1FBQWlDQyxLQUFLO0lBQXdCO0lBQ3BIO1FBQUVILElBQUk7UUFBR0MsTUFBTTtRQUF5Q0MsT0FBTztRQUF5QkMsS0FBSztJQUEwQjtJQUN2SDtRQUFFSCxJQUFJO1FBQUdDLE1BQU07UUFBMEJDLE9BQU87UUFBb0JDLEtBQUs7SUFBeUI7Q0FDbkc7QUFFTSxTQUFTQztJQUNkLHFCQUNFLDhEQUFDQztRQUFJQyxXQUFVO2tCQUNiLDRFQUFDRDtZQUFJQyxXQUFVO3NCQUNiLDRFQUFDRDtnQkFBSUMsV0FBVTs7a0NBRWIsOERBQUNDO3dCQUNDQyxLQUFJO3dCQUNKTCxLQUFJO3dCQUNKRyxXQUFVOzs7Ozs7a0NBSVosOERBQUNEO3dCQUFJQyxXQUFVOzs7Ozs7a0NBR2YsOERBQUNEO3dCQUFJQyxXQUFVO2tDQUNiLDRFQUFDQzs0QkFDQ0MsS0FBSTs0QkFDSkwsS0FBSTs0QkFDSkcsV0FBVTs7Ozs7Ozs7Ozs7a0NBS2QsOERBQUNEO3dCQUFJQyxXQUFVOzswQ0FDYiw4REFBQ0c7Z0NBQUdILFdBQVU7MENBQTZEOzs7Ozs7MENBRzNFLDhEQUFDSTtnQ0FBRUosV0FBVTswQ0FBOEQ7Ozs7Ozs7Ozs7OztrQ0FNN0UsOERBQUNEO3dCQUFJQyxXQUFVO2tDQUNiLDRFQUFDSzs0QkFBR0wsV0FBVTtzQ0FDWFAsTUFBTWEsR0FBRyxDQUFDLENBQUNDLHFCQUNWLDhEQUFDUjtvQ0FBa0JDLFdBQVU7O3NEQUMzQiw4REFBQ0M7NENBQ0NKLEtBQUtVLEtBQUtWLEdBQUc7NENBQ2JLLEtBQUtLLEtBQUtaLElBQUk7NENBQ2RLLFdBQVU7Ozs7OztzREFFWiw4REFBQ1E7NENBQUdSLFdBQVU7c0RBQW1ETyxLQUFLWCxLQUFLOzs7Ozs7c0RBQzNFLDhEQUFDYTs0Q0FBR1QsV0FBVTtzREFBeUNPLEtBQUtaLElBQUk7Ozs7Ozs7bUNBUHhEWSxLQUFLYixFQUFFOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBZ0JqQyIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi9zcmMvY29tcG9uZW50cy9pbmRhYmFvcy50c3g/YmMzNyJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJy4vYnV0dG9uJ1xuaW1wb3J0IHsgSGVhZGluZywgU3ViaGVhZGluZyB9IGZyb20gJy4vdGV4dCdcbmltcG9ydCB7IGNsc3ggfSBmcm9tICdjbHN4J1xuaW1wb3J0IHsgQ2hldnJvblJpZ2h0SWNvbiB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMjAvc29saWQnICAgICAgICAgICAgXG5cbmNvbnN0IHN0YXRzID0gW1xuICB7IGlkOiAxLCBuYW1lOiAnQSBwZXJzb25hbGl6ZWQsIHNvY2lhbCBhbmQgZ2FtaWZpZWQgZnVuZGluZyBwbGF0Zm9ybS4nLCB2YWx1ZTogJ0Fkb3B0IGEgQ2F1c2UnLCBzcmM6ICcvaW5kYWJhb3MvYWRvcHQud2VicCcgfSxcbiAgeyBpZDogMiwgbmFtZTogJ0ZvciBwdXJwb3NlIGRyaXZlbiBjaXRpemVucy4nLCB2YWx1ZTogJ1dvcmxkLWNsYXNzIFNjYWxhYmxlIFByb2plY3RzJywgc3JjOiAnL2luZGFiYW9zL3Npa2FuYS53ZWJwJyB9LFxuICB7IGlkOiAzLCBuYW1lOiAnRm9yIE5HT3MsIEV4cGVydHMgJiBjb250ZW50IGNyZWF0b3JzLicsIHZhbHVlOiAnQSBDb250cmlidXRpb24gU3lzdGVtJywgc3JjOiAnL2luZGFiYW9zL2ZyZWV6b25lLndlYnAnIH0sXG4gIHsgaWQ6IDQsIG5hbWU6ICdGb3IgaW52ZXN0b3JzICYgaG9zdHMuJywgdmFsdWU6ICdBIEZ1bmRpbmcgU3lzdGVtJywgc3JjOiAnL2luZGFiYW9zL2Z1bmRpbmcud2VicCcgfSxcbl1cblxuZXhwb3J0IGZ1bmN0aW9uIEluZGFiYU9zKCkge1xuICByZXR1cm4gKFxuICAgIDxkaXYgY2xhc3NOYW1lPVwicHQtMjQgcGItMjRcIj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgaC0zLzQgcHgtNiBsZzpweC04XCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaXNvbGF0ZSBvdmVyZmxvdy1oaWRkZW4gYmctd2hpdGUgcHgtNiBweS0yNCBsZzpweS00NSBsZzpweC04IHJvdW5kZWQtMnhsIG1pbi1oLVs3MDBweF1cIj5cbiAgICAgICAgICB7LyogQmFja2dyb3VuZCBpbWFnZSAqL31cbiAgICAgICAgICA8aW1nXG4gICAgICAgICAgICBhbHQ9XCJcIlxuICAgICAgICAgICAgc3JjPVwiL2luZGFiYW9zL2VhcnRoLnBuZ1wiXG4gICAgICAgICAgICBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0wIC16LTE1IHNpemUtZnVsbCB3LWZ1bGwgb2JqZWN0LWNvdmVyXCJcbiAgICAgICAgICAvPlxuXG4gICAgICAgICAgey8qIERhcmsgb3ZlcmxheSBvbiBpbWFnZSAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgLXotMTAgYmctYmxhY2svNTAgcG9pbnRlci1ldmVudHMtbm9uZVwiIC8+XG5cbiAgICAgICAgICB7LyogT1MgaWNvbiAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LXgtMCB0b3AtMTUgZmxleCBqdXN0aWZ5LWNlbnRlciBwdC04XCI+XG4gICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgIGFsdD1cIlwiXG4gICAgICAgICAgICAgIHNyYz1cIi9pbmRhYmFvcy9vc19pY29uLnBuZ1wiXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtMzUgdy1hdXRvXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICB7LyogVGV4dCBjb250ZW50ICovfVxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgei0xMCBteC1hdXRvIG1heC13LTJ4bCBtdC0xMCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtNHhsIGZvbnQtbWVkaXVtIHRyYWNraW5nLXRpZ2h0IHRleHQtd2hpdGUgc206dGV4dC01eGxcIj5cbiAgICAgICAgICAgICAgSW5kYWJhT1NcbiAgICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IHRleHQtbGcgZm9udC1saWdodCB0ZXh0LXByZXR0eSB0ZXh0LXdoaXRlIHNtOnRleHQteGwvOFwiPlxuICAgICAgICAgICAgICBJbnRyb2R1Y2luZyB0aGUgdGVjaCBpbmZyYXN0cnVjdHVyZSB0aGF0IGludml0ZXMgdGhlIHdvcmxkIHRvIGFjY2VsZXJhdGUgdGhlIHRyYW5zaXRpb24gdG93YXJkIGhpZ2ggcXVhbGl0eSB5b3V0aCBkZXZlbG9wbWVudC5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgIHsvKiBTdGF0cyBpbnRlZ3JhdGVkIGludG8gYmFja2dyb3VuZCAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIHotMTAgbXQtMTZcIj5cbiAgICAgICAgICAgIDxkbCBjbGFzc05hbWU9XCJncmlkIGdyaWQtY29scy0xIGdhcC02IHNtOmdyaWQtY29scy0yIGxnOmdyaWQtY29scy00IHRleHQtY2VudGVyIG1heC13LTV4bCBteC1hdXRvXCI+XG4gICAgICAgICAgICAgIHtzdGF0cy5tYXAoKHN0YXQpID0+IChcbiAgICAgICAgICAgICAgICA8ZGl2IGtleT17c3RhdC5pZH0gY2xhc3NOYW1lPVwiZmxleCBmbGV4LWNvbCBpdGVtcy1jZW50ZXIgYmctd2hpdGUvMTAgcm91bmRlZC14bCBwLTYgYmFja2Ryb3AtYmx1ci1tZCBzaGFkb3ctbWRcIj5cbiAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgc3JjPXtzdGF0LnNyY31cbiAgICAgICAgICAgICAgICAgICAgYWx0PXtzdGF0Lm5hbWV9XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtNDUgdy00NSBvYmplY3QtY29udGFpbiByb3VuZGVkLXhsXCJcbiAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICA8ZGQgY2xhc3NOYW1lPVwidGV4dC1tZCBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtd2hpdGVcIj57c3RhdC52YWx1ZX08L2RkPlxuICAgICAgICAgICAgICAgICAgPGR0IGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1saWdodCB0ZXh0LXdoaXRlLzkwIG10LTJcIj57c3RhdC5uYW1lfTwvZHQ+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kbD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbInN0YXRzIiwiaWQiLCJuYW1lIiwidmFsdWUiLCJzcmMiLCJJbmRhYmFPcyIsImRpdiIsImNsYXNzTmFtZSIsImltZyIsImFsdCIsImgyIiwicCIsImRsIiwibWFwIiwic3RhdCIsImRkIiwiZHQiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(ssr)/./src/components/indabaos.tsx\n"); /***/ }), @@ -302,7 +302,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Home),\n/* harmony export */ metadata: () => (/* binding */ metadata)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_bento_card__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/bento-card */ \"(rsc)/./src/components/bento-card.tsx\");\n/* harmony import */ var _components_button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/button */ \"(rsc)/./src/components/button.tsx\");\n/* harmony import */ var _components_container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/container */ \"(rsc)/./src/components/container.tsx\");\n/* harmony import */ var _components_footer__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/footer */ \"(rsc)/./src/components/footer.tsx\");\n/* harmony import */ var _components_gradient__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/components/gradient */ \"(rsc)/./src/components/gradient.tsx\");\n/* harmony import */ var _components_keyboard__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @/components/keyboard */ \"(rsc)/./src/components/keyboard.tsx\");\n/* harmony import */ var _components_link__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @/components/link */ \"(rsc)/./src/components/link.tsx\");\n/* harmony import */ var _components_logo_cloud__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @/components/logo-cloud */ \"(rsc)/./src/components/logo-cloud.tsx\");\n/* harmony import */ var _components_logo_cluster__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @/components/logo-cluster */ \"(rsc)/./src/components/logo-cluster.tsx\");\n/* harmony import */ var _components_map__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @/components/map */ \"(rsc)/./src/components/map.tsx\");\n/* harmony import */ var _components_navbar__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @/components/navbar */ \"(rsc)/./src/components/navbar.tsx\");\n/* harmony import */ var _components_screenshot__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @/components/screenshot */ \"(rsc)/./src/components/screenshot.tsx\");\n/* harmony import */ var _components_testimonials__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @/components/testimonials */ \"(rsc)/./src/components/testimonials.tsx\");\n/* harmony import */ var _components_text__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! @/components/text */ \"(rsc)/./src/components/text.tsx\");\n/* harmony import */ var _heroicons_react_16_solid__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! @heroicons/react/16/solid */ \"(rsc)/./node_modules/@heroicons/react/16/solid/esm/ChevronRightIcon.js\");\n/* harmony import */ var _components_portfolio__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! @/components/portfolio */ \"(rsc)/./src/components/portfolio.tsx\");\n/* harmony import */ var _components_indabaos__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! @/components/indabaos */ \"(rsc)/./src/components/indabaos.tsx\");\n/* harmony import */ var _components_featuredtestimonial__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! @/components/featuredtestimonial */ \"(rsc)/./src/components/featuredtestimonial.tsx\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst metadata = {\n description: 'Indaba is the platform that adds an \"Engage\" button to the Internet, inviting meaningful participation and contribution.'\n};\nfunction Hero() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_gradient__WEBPACK_IMPORTED_MODULE_5__.Gradient, {\n className: \"absolute inset-2 bottom-0 rounded-4xl ring-1 ring-black/5 ring-inset \"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 31,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_navbar__WEBPACK_IMPORTED_MODULE_11__.Navbar, {\n banner: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_link__WEBPACK_IMPORTED_MODULE_7__.Link, {\n href: \"/blog\",\n className: \"flex items-center gap-1 rounded-full bg-indigo-800/35 px-4 py-0.5 text-sm/6 font-medium text-white data-hover:bg-indigo-800/50\",\n children: [\n \"Join the Indaba Community\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_heroicons_react_16_solid__WEBPACK_IMPORTED_MODULE_18__[\"default\"], {\n className: \"size-4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 40,\n columnNumber: 15\n }, void 0)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 35,\n columnNumber: 13\n }, void 0)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 33,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pt-16 pb-24 lg:pt-24 lg:pb-24 md: max-w-2xl lg:max-w-5xl\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"font-display text-5xl/[0.9] font-medium tracking-tight text-balance text-white lg:text-8xl text-6xl leading-tighter\",\n children: \"The Platform for Purposeful Participation\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 45,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 max-w-3xl text-xl/5 font-light text-gray-150 lg:text-xl/7 text-gray-100\",\n children: 'Indaba is the platform that adds an \"Engage\" button to the Internet. While most platforms offer \"Like,\" or \"Comment,\" Indaba invites people to take responsibility, contribute meaningfully, and become part of the solution.'\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 48,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-12 flex flex-col gap-x-6 gap-y-4 sm:flex-row\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"#\",\n children: \"Get Involved\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 52,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n variant: \"secondary\",\n href: \"/pricing\",\n children: \"See Projects\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 53,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 51,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 44,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 32,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 30,\n columnNumber: 5\n }, this);\n}\nfunction FeatureSection() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"overflow-hidden\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"pb-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Heading, {\n as: \"h2\",\n className: \"max-w-3xl\",\n children: \"Deliver transformational experiences anywhere\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 71,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_screenshot__WEBPACK_IMPORTED_MODULE_12__.Screenshot, {\n width: 1216,\n height: 768,\n src: \"/screenshots/app.png\",\n className: \"mt-12 h-144 sm:h-auto sm:w-304\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 74,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 70,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 69,\n columnNumber: 5\n }, this);\n}\nfunction BentoSection() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Subheading, {\n children: \"Features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 90,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Heading, {\n as: \"h3\",\n className: \"mt-2 max-w-3xl\",\n children: \"Empowering meaningful participation.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 91,\n columnNumber: 7\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)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Community\",\n title: \"Foster Engagement\",\n description: \"Indaba creates spaces for meaningful dialogue and collaboration, helping communities come together to address shared challenges.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/screenshots/profile.png)] bg-size-[1000px_560px] bg-position-[left_-109px_top_-112px] bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 101,\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 }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 96,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Impact\",\n title: \"Drive Real Change\",\n description: \"Indaba empowers communities to identify challenges and work together on sustainable solutions through structured participation.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-[url(/screenshots/competitors.png)] bg-size-[1100px_650px] bg-position-[left_-38px_top_-73px] bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 111,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-3 lg:rounded-tr-4xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 106,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Tools\",\n title: \"Powerful Features\",\n description: \"Access intuitive tools designed to facilitate meaningful discussions, decision-making, and collaborative action within your community.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex size-full pt-10 pl-10\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_keyboard__WEBPACK_IMPORTED_MODULE_6__.Keyboard, {\n highlighted: [\n \"LeftCommand\",\n \"LeftShift\",\n \"D\"\n ]\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 122,\n columnNumber: 15\n }, void 0)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 121,\n columnNumber: 13\n }, void 0),\n className: \"lg:col-span-2 lg:rounded-bl-4xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 116,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Connect\",\n title: \"Build Networks\",\n description: \"Connect with like-minded individuals and organizations committed to creating positive change in their communities.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_logo_cluster__WEBPACK_IMPORTED_MODULE_9__.LogoCluster, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 131,\n columnNumber: 20\n }, void 0),\n className: \"lg:col-span-2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 127,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Global\",\n title: \"Worldwide Impact\",\n description: \"Join a global movement of communities using Indaba to drive meaningful change and sustainable development.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_map__WEBPACK_IMPORTED_MODULE_10__.Map, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 138,\n columnNumber: 20\n }, void 0),\n className: \"max-lg:rounded-b-4xl lg:col-span-2 lg:rounded-br-4xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 134,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 95,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 89,\n columnNumber: 5\n }, this);\n}\nconst stats = [\n {\n id: 1,\n name: \"Lessons delivered\",\n value: \"+4,000,000,000\"\n },\n {\n id: 2,\n name: \"Educational resources\",\n value: \"+90,000,000\"\n },\n {\n id: 3,\n name: \"Spent on infrastructure & content development\",\n value: \"+$60,000,000\"\n }\n];\nfunction DarkBentoSection() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pt-24 pb-12\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-8xl px-6 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"rounded-4xl bg-indigo-50 dark:bg-indigo-800/50 px-6 py-24 lg:rounded-3xl lg:px-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col gap-y-20 lg:flex-row lg:gap-x-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:basis-5/12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Subheading, {\n children: \"About Indaba\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 161,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Heading, {\n as: \"h3\",\n className: \"mt-2 max-w-2xl\",\n children: \"A Movement to Reimagine Learning for All\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 162,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 text-xl/4 font-light text-gray-600 dark:text-gray-200 leading-normal lg:text-xl/6\",\n children: \"Indaba is a social business on a mission to empower young people to be resilient, reach their full potential, and contribute to the common good. We’re building a global ecosystem for holistic learning — accessible online and offline, affordable to the many, and grounded in culture, care, and collaboration.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 165,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-8 flex flex-col gap-x-6 gap-y-4 sm:flex-row\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"#\",\n children: \"About Us\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 171,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 170,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 160,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:basis-7/12 lg:pl-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"grid grid-cols-1 gap-x-12 gap-y-10\",\n children: stats.map((stat)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col gap-y-1\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"text-base text-gray-600 dark:text-gray-300\",\n children: stat.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 180,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"text-4xl lg:text-7xl font-semibold bg-linear-145 from-[#490ae7] from-10% via-[#9592ff] via-50% to-[#4605b0] to-90% bg-clip-text text-transparent\",\n children: stat.value\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 181,\n columnNumber: 21\n }, this),\n stat.name && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"mt-2 text-sm lg:text-base font-light text-gray-600 dark:text-gray-300\",\n children: stat.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 185,\n columnNumber: 23\n }, this)\n ]\n }, stat.id, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 179,\n columnNumber: 19\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 177,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 176,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 158,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 157,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 156,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 155,\n columnNumber: 5\n }, this);\n}\nfunction Home() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"overflow-hidden\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Hero, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 204,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"main\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"mt-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_logo_cloud__WEBPACK_IMPORTED_MODULE_8__.LogoCloud, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 207,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 206,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(DarkBentoSection, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 209,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"bg-linear-to-b from-white from-50% to-gray-100 py-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_testimonials__WEBPACK_IMPORTED_MODULE_13__.Testimonials, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 211,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 210,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_portfolio__WEBPACK_IMPORTED_MODULE_15__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 213,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_indabaos__WEBPACK_IMPORTED_MODULE_16__.IndabaOs, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 214,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_featuredtestimonial__WEBPACK_IMPORTED_MODULE_17__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 215,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 205,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_footer__WEBPACK_IMPORTED_MODULE_4__.Footer, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 217,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 203,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwL3BhZ2UudHN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQW1EO0FBQ1A7QUFDTTtBQUNOO0FBQ0k7QUFDQTtBQUNSO0FBRVc7QUFDSTtBQUVqQjtBQUNNO0FBQ1E7QUFDSTtBQUNEO0FBQ0s7QUFFZDtBQUNFO0FBQ2tCO0FBRTNELE1BQU1tQixXQUFxQjtJQUNoQ0MsYUFDRTtBQUNKLEVBQUM7QUFFRCxTQUFTQztJQUNQLHFCQUNFLDhEQUFDQztRQUFJQyxXQUFVOzswQkFDYiw4REFBQ25CLDBEQUFRQTtnQkFBQ21CLFdBQVU7Ozs7OzswQkFDcEIsOERBQUNyQiw0REFBU0E7Z0JBQUNxQixXQUFVOztrQ0FDbkIsOERBQUNiLHVEQUFNQTt3QkFDTGMsc0JBQ0UsOERBQUNsQixrREFBSUE7NEJBQ0htQixNQUFLOzRCQUNMRixXQUFVOztnQ0FDWDs4Q0FFQyw4REFBQ1Isa0VBQWdCQTtvQ0FBQ1EsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7a0NBSWxDLDhEQUFDRDt3QkFBSUMsV0FBVTs7MENBQ2IsOERBQUNHO2dDQUFHSCxXQUFVOzBDQUFzSDs7Ozs7OzBDQUdwSSw4REFBQ0k7Z0NBQUVKLFdBQVU7MENBQStFOzs7Ozs7MENBRzVGLDhEQUFDRDtnQ0FBSUMsV0FBVTs7a0RBQ2IsOERBQUN0QixzREFBTUE7d0NBQUN3QixNQUFLO2tEQUFJOzs7Ozs7a0RBQ2pCLDhEQUFDeEIsc0RBQU1BO3dDQUFDMkIsU0FBUTt3Q0FBWUgsTUFBSztrREFBVzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBUXhEO0FBTUEsU0FBU0k7SUFDUCxxQkFDRSw4REFBQ1A7UUFBSUMsV0FBVTtrQkFDYiw0RUFBQ3JCLDREQUFTQTtZQUFDcUIsV0FBVTs7OEJBQ25CLDhEQUFDVixzREFBT0E7b0JBQUNpQixJQUFHO29CQUFLUCxXQUFVOzhCQUFZOzs7Ozs7OEJBR3ZDLDhEQUFDWiwrREFBVUE7b0JBQ1RvQixPQUFPO29CQUNQQyxRQUFRO29CQUNSQyxLQUFJO29CQUNKVixXQUFVOzs7Ozs7Ozs7Ozs7Ozs7OztBQUtwQjtBQUlBLFNBQVNXO0lBQ1AscUJBQ0UsOERBQUNoQyw0REFBU0E7OzBCQUNSLDhEQUFDWSx5REFBVUE7MEJBQUM7Ozs7OzswQkFDWiw4REFBQ0Qsc0RBQU9BO2dCQUFDaUIsSUFBRztnQkFBS1AsV0FBVTswQkFBaUI7Ozs7OzswQkFJNUMsOERBQUNEO2dCQUFJQyxXQUFVOztrQ0FDYiw4REFBQ3ZCLDZEQUFTQTt3QkFDUm1DLFNBQVE7d0JBQ1JDLE9BQU07d0JBQ05oQixhQUFZO3dCQUNaaUIsdUJBQ0UsOERBQUNmOzRCQUFJQyxXQUFVOzs7Ozs7d0JBRWpCZSxNQUFNOzRCQUFDO3lCQUFTO3dCQUNoQmYsV0FBVTs7Ozs7O2tDQUVaLDhEQUFDdkIsNkRBQVNBO3dCQUNSbUMsU0FBUTt3QkFDUkMsT0FBTTt3QkFDTmhCLGFBQVk7d0JBQ1ppQix1QkFDRSw4REFBQ2Y7NEJBQUlDLFdBQVU7Ozs7Ozt3QkFFakJlLE1BQU07NEJBQUM7eUJBQVM7d0JBQ2hCZixXQUFVOzs7Ozs7a0NBRVosOERBQUN2Qiw2REFBU0E7d0JBQ1JtQyxTQUFRO3dCQUNSQyxPQUFNO3dCQUNOaEIsYUFBWTt3QkFDWmlCLHVCQUNFLDhEQUFDZjs0QkFBSUMsV0FBVTtzQ0FDYiw0RUFBQ2xCLDBEQUFRQTtnQ0FBQ2tDLGFBQWE7b0NBQUM7b0NBQWU7b0NBQWE7aUNBQUk7Ozs7Ozs7Ozs7O3dCQUc1RGhCLFdBQVU7Ozs7OztrQ0FFWiw4REFBQ3ZCLDZEQUFTQTt3QkFDUm1DLFNBQVE7d0JBQ1JDLE9BQU07d0JBQ05oQixhQUFZO3dCQUNaaUIsdUJBQVMsOERBQUM3QixpRUFBV0E7Ozs7O3dCQUNyQmUsV0FBVTs7Ozs7O2tDQUVaLDhEQUFDdkIsNkRBQVNBO3dCQUNSbUMsU0FBUTt3QkFDUkMsT0FBTTt3QkFDTmhCLGFBQVk7d0JBQ1ppQix1QkFBUyw4REFBQzVCLGlEQUFHQTs7Ozs7d0JBQ2JjLFdBQVU7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUtwQjtBQUVBLE1BQU1pQixRQUFRO0lBQ1o7UUFBRUMsSUFBSTtRQUFHQyxNQUFNO1FBQXFCQyxPQUFPO0lBQWlCO0lBQzVEO1FBQUVGLElBQUk7UUFBR0MsTUFBTTtRQUF5QkMsT0FBTztJQUFjO0lBQzdEO1FBQUVGLElBQUk7UUFBR0MsTUFBTTtRQUFpREMsT0FBTztJQUFlO0NBQ3ZGO0FBR0QsU0FBU0M7SUFDUCxxQkFDRSw4REFBQ3RCO1FBQUlDLFdBQVU7a0JBQ2IsNEVBQUNEO1lBQUlDLFdBQVU7c0JBQ2IsNEVBQUNEO2dCQUFJQyxXQUFVOzBCQUNiLDRFQUFDRDtvQkFBSUMsV0FBVTs7c0NBRWIsOERBQUNEOzRCQUFJQyxXQUFVOzs4Q0FDYiw4REFBQ1QseURBQVVBOzhDQUFDOzs7Ozs7OENBQ1osOERBQUNELHNEQUFPQTtvQ0FBQ2lCLElBQUc7b0NBQUtQLFdBQVU7OENBQWlCOzs7Ozs7OENBRzVDLDhEQUFDSTtvQ0FBRUosV0FBVTs4Q0FBeUY7Ozs7Ozs4Q0FLdEcsOERBQUNEO29DQUFJQyxXQUFVOzhDQUNmLDRFQUFDdEIsc0RBQU1BO3dDQUFDd0IsTUFBSztrREFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7c0NBS25CLDhEQUFDSDs0QkFBSUMsV0FBVTtzQ0FDYiw0RUFBQ3NCO2dDQUFHdEIsV0FBVTswQ0FDWGlCLE1BQU1NLEdBQUcsQ0FBQyxDQUFDQyxxQkFDViw4REFBQ3pCO3dDQUFrQkMsV0FBVTs7MERBQzNCLDhEQUFDeUI7Z0RBQUd6QixXQUFVOzBEQUE4Q3dCLEtBQUtMLElBQUk7Ozs7OzswREFDckUsOERBQUNPO2dEQUFHMUIsV0FBVTswREFDWHdCLEtBQUtKLEtBQUs7Ozs7Ozs0Q0FFWkksS0FBS0wsSUFBSSxrQkFDUiw4REFBQ087Z0RBQUcxQixXQUFVOzBEQUNYd0IsS0FBS0wsSUFBSTs7Ozs7Ozt1Q0FQTkssS0FBS04sRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBbUJuQztBQUdlLFNBQVNTO0lBQ3RCLHFCQUNFLDhEQUFDNUI7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNGOzs7OzswQkFDRCw4REFBQzhCOztrQ0FDQyw4REFBQ2pELDREQUFTQTt3QkFBQ3FCLFdBQVU7a0NBQ25CLDRFQUFDaEIsNkRBQVNBOzs7Ozs7Ozs7O2tDQUVaLDhEQUFDcUM7Ozs7O2tDQUNELDhEQUFDdEI7d0JBQUlDLFdBQVU7a0NBQ2IsNEVBQUNYLG1FQUFZQTs7Ozs7Ozs7OztrQ0FFZiw4REFBQ0ksOERBQVNBOzs7OztrQ0FDViw4REFBQ0MsMkRBQVFBOzs7OztrQ0FDVCw4REFBQ0Msd0VBQW1CQTs7Ozs7Ozs7Ozs7MEJBRXRCLDhEQUFDZixzREFBTUE7Ozs7Ozs7Ozs7O0FBR2IiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4vc3JjL2FwcC9wYWdlLnRzeD9mNjhhIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJlbnRvQ2FyZCB9IGZyb20gJ0AvY29tcG9uZW50cy9iZW50by1jYXJkJ1xuaW1wb3J0IHsgQnV0dG9uIH0gZnJvbSAnQC9jb21wb25lbnRzL2J1dHRvbidcbmltcG9ydCB7IENvbnRhaW5lciB9IGZyb20gJ0AvY29tcG9uZW50cy9jb250YWluZXInXG5pbXBvcnQgeyBGb290ZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvZm9vdGVyJ1xuaW1wb3J0IHsgR3JhZGllbnQgfSBmcm9tICdAL2NvbXBvbmVudHMvZ3JhZGllbnQnXG5pbXBvcnQgeyBLZXlib2FyZCB9IGZyb20gJ0AvY29tcG9uZW50cy9rZXlib2FyZCdcbmltcG9ydCB7IExpbmsgfSBmcm9tICdAL2NvbXBvbmVudHMvbGluaydcbmltcG9ydCB7IExpbmtlZEF2YXRhcnMgfSBmcm9tICdAL2NvbXBvbmVudHMvbGlua2VkLWF2YXRhcnMnXG5pbXBvcnQgeyBMb2dvQ2xvdWQgfSBmcm9tICdAL2NvbXBvbmVudHMvbG9nby1jbG91ZCdcbmltcG9ydCB7IExvZ29DbHVzdGVyIH0gZnJvbSAnQC9jb21wb25lbnRzL2xvZ28tY2x1c3RlcidcbmltcG9ydCB7IExvZ29UaW1lbGluZSB9IGZyb20gJ0AvY29tcG9uZW50cy9sb2dvLXRpbWVsaW5lJ1xuaW1wb3J0IHsgTWFwIH0gZnJvbSAnQC9jb21wb25lbnRzL21hcCdcbmltcG9ydCB7IE5hdmJhciB9IGZyb20gJ0AvY29tcG9uZW50cy9uYXZiYXInXG5pbXBvcnQgeyBTY3JlZW5zaG90IH0gZnJvbSAnQC9jb21wb25lbnRzL3NjcmVlbnNob3QnXG5pbXBvcnQgeyBUZXN0aW1vbmlhbHMgfSBmcm9tICdAL2NvbXBvbmVudHMvdGVzdGltb25pYWxzJ1xuaW1wb3J0IHsgSGVhZGluZywgU3ViaGVhZGluZyB9IGZyb20gJ0AvY29tcG9uZW50cy90ZXh0J1xuaW1wb3J0IHsgQ2hldnJvblJpZ2h0SWNvbiB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMTYvc29saWQnXG5pbXBvcnQgdHlwZSB7IE1ldGFkYXRhIH0gZnJvbSAnbmV4dCdcbmltcG9ydCBQb3J0Zm9saW8gZnJvbSAnQC9jb21wb25lbnRzL3BvcnRmb2xpbydcbmltcG9ydCB7IEluZGFiYU9zIH0gZnJvbSAnQC9jb21wb25lbnRzL2luZGFiYW9zJ1xuaW1wb3J0IEZlYXR1cmVkVGVzdGltb25pYWwgZnJvbSAnQC9jb21wb25lbnRzL2ZlYXR1cmVkdGVzdGltb25pYWwnXG5cbmV4cG9ydCBjb25zdCBtZXRhZGF0YTogTWV0YWRhdGEgPSB7XG4gIGRlc2NyaXB0aW9uOlxuICAgICdJbmRhYmEgaXMgdGhlIHBsYXRmb3JtIHRoYXQgYWRkcyBhbiBcIkVuZ2FnZVwiIGJ1dHRvbiB0byB0aGUgSW50ZXJuZXQsIGludml0aW5nIG1lYW5pbmdmdWwgcGFydGljaXBhdGlvbiBhbmQgY29udHJpYnV0aW9uLicsXG59XG5cbmZ1bmN0aW9uIEhlcm8oKSB7XG4gIHJldHVybiAoXG4gICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZVwiPlxuICAgICAgPEdyYWRpZW50IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTIgYm90dG9tLTAgcm91bmRlZC00eGwgcmluZy0xIHJpbmctYmxhY2svNSByaW5nLWluc2V0IFwiIC8+XG4gICAgICA8Q29udGFpbmVyIGNsYXNzTmFtZT1cInJlbGF0aXZlXCI+XG4gICAgICAgIDxOYXZiYXJcbiAgICAgICAgICBiYW5uZXI9e1xuICAgICAgICAgICAgPExpbmtcbiAgICAgICAgICAgICAgaHJlZj1cIi9ibG9nXCJcbiAgICAgICAgICAgICAgY2xhc3NOYW1lPVwiZmxleCBpdGVtcy1jZW50ZXIgZ2FwLTEgcm91bmRlZC1mdWxsIGJnLWluZGlnby04MDAvMzUgcHgtNCBweS0wLjUgdGV4dC1zbS82IGZvbnQtbWVkaXVtIHRleHQtd2hpdGUgZGF0YS1ob3ZlcjpiZy1pbmRpZ28tODAwLzUwXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgSm9pbiB0aGUgSW5kYWJhIENvbW11bml0eVxuICAgICAgICAgICAgICA8Q2hldnJvblJpZ2h0SWNvbiBjbGFzc05hbWU9XCJzaXplLTRcIiAvPlxuICAgICAgICAgICAgPC9MaW5rPlxuICAgICAgICAgIH1cbiAgICAgICAgLz5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJwdC0xNiBwYi0yNCBsZzpwdC0yNCBsZzpwYi0yNCBtZDogbWF4LXctMnhsIGxnOm1heC13LTV4bFwiPlxuICAgICAgICAgIDxoMSBjbGFzc05hbWU9XCJmb250LWRpc3BsYXkgdGV4dC01eGwvWzAuOV0gZm9udC1tZWRpdW0gdHJhY2tpbmctdGlnaHQgdGV4dC1iYWxhbmNlIHRleHQtd2hpdGUgbGc6dGV4dC04eGwgdGV4dC02eGwgbGVhZGluZy10aWdodGVyXCI+XG4gICAgICAgICAgICBUaGUgUGxhdGZvcm0gZm9yIFB1cnBvc2VmdWwgUGFydGljaXBhdGlvblxuICAgICAgICAgIDwvaDE+XG4gICAgICAgICAgPHAgY2xhc3NOYW1lPVwibXQtOCBtYXgtdy0zeGwgdGV4dC14bC81IGZvbnQtbGlnaHQgdGV4dC1ncmF5LTE1MCBsZzp0ZXh0LXhsLzcgdGV4dC1ncmF5LTEwMFwiPlxuICAgICAgICAgICAgSW5kYWJhIGlzIHRoZSBwbGF0Zm9ybSB0aGF0IGFkZHMgYW4gXCJFbmdhZ2VcIiBidXR0b24gdG8gdGhlIEludGVybmV0LiBXaGlsZSBtb3N0IHBsYXRmb3JtcyBvZmZlciBcIkxpa2UsXCIgb3IgXCJDb21tZW50LFwiIEluZGFiYSBpbnZpdGVzIHBlb3BsZSB0byB0YWtlIHJlc3BvbnNpYmlsaXR5LCBjb250cmlidXRlIG1lYW5pbmdmdWxseSwgYW5kIGJlY29tZSBwYXJ0IG9mIHRoZSBzb2x1dGlvbi5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJtdC0xMiBmbGV4IGZsZXgtY29sIGdhcC14LTYgZ2FwLXktNCBzbTpmbGV4LXJvd1wiPlxuICAgICAgICAgICAgPEJ1dHRvbiBocmVmPVwiI1wiPkdldCBJbnZvbHZlZDwvQnV0dG9uPlxuICAgICAgICAgICAgPEJ1dHRvbiB2YXJpYW50PVwic2Vjb25kYXJ5XCIgaHJlZj1cIi9wcmljaW5nXCI+XG4gICAgICAgICAgICAgIFNlZSBQcm9qZWN0c1xuICAgICAgICAgICAgPC9CdXR0b24+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9Db250YWluZXI+XG4gICAgPC9kaXY+XG4gIClcbn1cblxuXG5cblxuXG5mdW5jdGlvbiBGZWF0dXJlU2VjdGlvbigpIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cIm92ZXJmbG93LWhpZGRlblwiPlxuICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJwYi0yNFwiPlxuICAgICAgICA8SGVhZGluZyBhcz1cImgyXCIgY2xhc3NOYW1lPVwibWF4LXctM3hsXCI+XG4gICAgICAgICAgRGVsaXZlciB0cmFuc2Zvcm1hdGlvbmFsIGV4cGVyaWVuY2VzIGFueXdoZXJlXG4gICAgICAgIDwvSGVhZGluZz5cbiAgICAgICAgPFNjcmVlbnNob3RcbiAgICAgICAgICB3aWR0aD17MTIxNn1cbiAgICAgICAgICBoZWlnaHQ9ezc2OH1cbiAgICAgICAgICBzcmM9XCIvc2NyZWVuc2hvdHMvYXBwLnBuZ1wiXG4gICAgICAgICAgY2xhc3NOYW1lPVwibXQtMTIgaC0xNDQgc206aC1hdXRvIHNtOnctMzA0XCJcbiAgICAgICAgLz5cbiAgICAgIDwvQ29udGFpbmVyPlxuICAgIDwvZGl2PlxuICApXG59XG5cblxuXG5mdW5jdGlvbiBCZW50b1NlY3Rpb24oKSB7XG4gIHJldHVybiAoXG4gICAgPENvbnRhaW5lcj5cbiAgICAgIDxTdWJoZWFkaW5nPkZlYXR1cmVzPC9TdWJoZWFkaW5nPlxuICAgICAgPEhlYWRpbmcgYXM9XCJoM1wiIGNsYXNzTmFtZT1cIm10LTIgbWF4LXctM3hsXCI+XG4gICAgICAgIEVtcG93ZXJpbmcgbWVhbmluZ2Z1bCBwYXJ0aWNpcGF0aW9uLlxuICAgICAgPC9IZWFkaW5nPlxuXG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIGdyaWQgZ3JpZC1jb2xzLTEgZ2FwLTQgc206bXQtMTYgbGc6Z3JpZC1jb2xzLTYgbGc6Z3JpZC1yb3dzLTJcIj5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJDb21tdW5pdHlcIlxuICAgICAgICAgIHRpdGxlPVwiRm9zdGVyIEVuZ2FnZW1lbnRcIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiSW5kYWJhIGNyZWF0ZXMgc3BhY2VzIGZvciBtZWFuaW5nZnVsIGRpYWxvZ3VlIGFuZCBjb2xsYWJvcmF0aW9uLCBoZWxwaW5nIGNvbW11bml0aWVzIGNvbWUgdG9nZXRoZXIgdG8gYWRkcmVzcyBzaGFyZWQgY2hhbGxlbmdlcy5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJoLTgwIGJnLVt1cmwoL3NjcmVlbnNob3RzL3Byb2ZpbGUucG5nKV0gYmctc2l6ZS1bMTAwMHB4XzU2MHB4XSBiZy1wb3NpdGlvbi1bbGVmdF8tMTA5cHhfdG9wXy0xMTJweF0gYmctbm8tcmVwZWF0XCIgLz5cbiAgICAgICAgICB9XG4gICAgICAgICAgZmFkZT17Wydib3R0b20nXX1cbiAgICAgICAgICBjbGFzc05hbWU9XCJtYXgtbGc6cm91bmRlZC10LTR4bCBsZzpjb2wtc3Bhbi0zIGxnOnJvdW5kZWQtdGwtNHhsXCJcbiAgICAgICAgLz5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJJbXBhY3RcIlxuICAgICAgICAgIHRpdGxlPVwiRHJpdmUgUmVhbCBDaGFuZ2VcIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiSW5kYWJhIGVtcG93ZXJzIGNvbW11bml0aWVzIHRvIGlkZW50aWZ5IGNoYWxsZW5nZXMgYW5kIHdvcmsgdG9nZXRoZXIgb24gc3VzdGFpbmFibGUgc29sdXRpb25zIHRocm91Z2ggc3RydWN0dXJlZCBwYXJ0aWNpcGF0aW9uLlwiXG4gICAgICAgICAgZ3JhcGhpYz17XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgYmctW3VybCgvc2NyZWVuc2hvdHMvY29tcGV0aXRvcnMucG5nKV0gYmctc2l6ZS1bMTEwMHB4XzY1MHB4XSBiZy1wb3NpdGlvbi1bbGVmdF8tMzhweF90b3BfLTczcHhdIGJnLW5vLXJlcGVhdFwiIC8+XG4gICAgICAgICAgfVxuICAgICAgICAgIGZhZGU9e1snYm90dG9tJ119XG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMyBsZzpyb3VuZGVkLXRyLTR4bFwiXG4gICAgICAgIC8+XG4gICAgICAgIDxCZW50b0NhcmRcbiAgICAgICAgICBleWVicm93PVwiVG9vbHNcIlxuICAgICAgICAgIHRpdGxlPVwiUG93ZXJmdWwgRmVhdHVyZXNcIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiQWNjZXNzIGludHVpdGl2ZSB0b29scyBkZXNpZ25lZCB0byBmYWNpbGl0YXRlIG1lYW5pbmdmdWwgZGlzY3Vzc2lvbnMsIGRlY2lzaW9uLW1ha2luZywgYW5kIGNvbGxhYm9yYXRpdmUgYWN0aW9uIHdpdGhpbiB5b3VyIGNvbW11bml0eS5cIlxuICAgICAgICAgIGdyYXBoaWM9e1xuICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IHNpemUtZnVsbCBwdC0xMCBwbC0xMFwiPlxuICAgICAgICAgICAgICA8S2V5Ym9hcmQgaGlnaGxpZ2h0ZWQ9e1snTGVmdENvbW1hbmQnLCAnTGVmdFNoaWZ0JywgJ0QnXX0gLz5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIH1cbiAgICAgICAgICBjbGFzc05hbWU9XCJsZzpjb2wtc3Bhbi0yIGxnOnJvdW5kZWQtYmwtNHhsXCJcbiAgICAgICAgLz5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJDb25uZWN0XCJcbiAgICAgICAgICB0aXRsZT1cIkJ1aWxkIE5ldHdvcmtzXCJcbiAgICAgICAgICBkZXNjcmlwdGlvbj1cIkNvbm5lY3Qgd2l0aCBsaWtlLW1pbmRlZCBpbmRpdmlkdWFscyBhbmQgb3JnYW5pemF0aW9ucyBjb21taXR0ZWQgdG8gY3JlYXRpbmcgcG9zaXRpdmUgY2hhbmdlIGluIHRoZWlyIGNvbW11bml0aWVzLlwiXG4gICAgICAgICAgZ3JhcGhpYz17PExvZ29DbHVzdGVyIC8+fVxuICAgICAgICAgIGNsYXNzTmFtZT1cImxnOmNvbC1zcGFuLTJcIlxuICAgICAgICAvPlxuICAgICAgICA8QmVudG9DYXJkXG4gICAgICAgICAgZXllYnJvdz1cIkdsb2JhbFwiXG4gICAgICAgICAgdGl0bGU9XCJXb3JsZHdpZGUgSW1wYWN0XCJcbiAgICAgICAgICBkZXNjcmlwdGlvbj1cIkpvaW4gYSBnbG9iYWwgbW92ZW1lbnQgb2YgY29tbXVuaXRpZXMgdXNpbmcgSW5kYWJhIHRvIGRyaXZlIG1lYW5pbmdmdWwgY2hhbmdlIGFuZCBzdXN0YWluYWJsZSBkZXZlbG9wbWVudC5cIlxuICAgICAgICAgIGdyYXBoaWM9ezxNYXAgLz59XG4gICAgICAgICAgY2xhc3NOYW1lPVwibWF4LWxnOnJvdW5kZWQtYi00eGwgbGc6Y29sLXNwYW4tMiBsZzpyb3VuZGVkLWJyLTR4bFwiXG4gICAgICAgIC8+XG4gICAgICA8L2Rpdj5cbiAgICA8L0NvbnRhaW5lcj5cbiAgKVxufVxuXG5jb25zdCBzdGF0cyA9IFtcbiAgeyBpZDogMSwgbmFtZTogJ0xlc3NvbnMgZGVsaXZlcmVkJywgdmFsdWU6ICcrNCwwMDAsMDAwLDAwMCcgfSxcbiAgeyBpZDogMiwgbmFtZTogJ0VkdWNhdGlvbmFsIHJlc291cmNlcycsIHZhbHVlOiAnKzkwLDAwMCwwMDAnIH0sXG4gIHsgaWQ6IDMsIG5hbWU6ICdTcGVudCBvbiBpbmZyYXN0cnVjdHVyZSAmIGNvbnRlbnQgZGV2ZWxvcG1lbnQnLCB2YWx1ZTogJyskNjAsMDAwLDAwMCcgfSxcbl1cblxuXG5mdW5jdGlvbiBEYXJrQmVudG9TZWN0aW9uKCkge1xuICByZXR1cm4gKFxuICAgIDxkaXYgY2xhc3NOYW1lPVwicHQtMjQgcGItMTJcIj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy04eGwgcHgtNiBsZzpweC04XCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicm91bmRlZC00eGwgYmctaW5kaWdvLTUwIGRhcms6YmctaW5kaWdvLTgwMC81MCBweC02IHB5LTI0IGxnOnJvdW5kZWQtM3hsIGxnOnB4LTE2XCI+XG4gICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4IGZsZXgtY29sIGdhcC15LTIwIGxnOmZsZXgtcm93IGxnOmdhcC14LTEyXCI+XG4gICAgICAgICAgICB7LyogTGVmdDogVGV4dCBDb2x1bW4gKi99XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImxnOmJhc2lzLTUvMTJcIj5cbiAgICAgICAgICAgICAgPFN1YmhlYWRpbmc+QWJvdXQgSW5kYWJhPC9TdWJoZWFkaW5nPlxuICAgICAgICAgICAgICA8SGVhZGluZyBhcz1cImgzXCIgY2xhc3NOYW1lPVwibXQtMiBtYXgtdy0yeGxcIj5cbiAgICAgICAgICAgICAgICBBIE1vdmVtZW50IHRvIFJlaW1hZ2luZSBMZWFybmluZyBmb3IgQWxsXG4gICAgICAgICAgICAgIDwvSGVhZGluZz5cbiAgICAgICAgICAgICAgPHAgY2xhc3NOYW1lPVwibXQtOCB0ZXh0LXhsLzQgZm9udC1saWdodCB0ZXh0LWdyYXktNjAwIGRhcms6dGV4dC1ncmF5LTIwMCBsZWFkaW5nLW5vcm1hbCBsZzp0ZXh0LXhsLzZcIj5cbiAgICAgICAgICAgICAgICBJbmRhYmEgaXMgYSBzb2NpYWwgYnVzaW5lc3Mgb24gYSBtaXNzaW9uIHRvIGVtcG93ZXIgeW91bmcgcGVvcGxlIHRvIGJlIHJlc2lsaWVudCwgcmVhY2ggdGhlaXIgZnVsbCBwb3RlbnRpYWwsXG4gICAgICAgICAgICAgICAgYW5kIGNvbnRyaWJ1dGUgdG8gdGhlIGNvbW1vbiBnb29kLiBXZeKAmXJlIGJ1aWxkaW5nIGEgZ2xvYmFsIGVjb3N5c3RlbSBmb3IgaG9saXN0aWMgbGVhcm5pbmcg4oCUIGFjY2Vzc2libGUgb25saW5lXG4gICAgICAgICAgICAgICAgYW5kIG9mZmxpbmUsIGFmZm9yZGFibGUgdG8gdGhlIG1hbnksIGFuZCBncm91bmRlZCBpbiBjdWx0dXJlLCBjYXJlLCBhbmQgY29sbGFib3JhdGlvbi5cbiAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTggZmxleCBmbGV4LWNvbCBnYXAteC02IGdhcC15LTQgc206ZmxleC1yb3dcIj5cbiAgICAgICAgICAgICAgPEJ1dHRvbiBocmVmPVwiI1wiPkFib3V0IFVzPC9CdXR0b24+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgey8qIFJpZ2h0OiBTdGF0cyBDb2x1bW4gKi99XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImxnOmJhc2lzLTcvMTIgbGc6cGwtMTZcIj5cbiAgICAgICAgICAgICAgPGRsIGNsYXNzTmFtZT1cImdyaWQgZ3JpZC1jb2xzLTEgZ2FwLXgtMTIgZ2FwLXktMTBcIj5cbiAgICAgICAgICAgICAgICB7c3RhdHMubWFwKChzdGF0KSA9PiAoXG4gICAgICAgICAgICAgICAgICA8ZGl2IGtleT17c3RhdC5pZH0gY2xhc3NOYW1lPVwiZmxleCBmbGV4LWNvbCBnYXAteS0xXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkdCBjbGFzc05hbWU9XCJ0ZXh0LWJhc2UgdGV4dC1ncmF5LTYwMCBkYXJrOnRleHQtZ3JheS0zMDBcIj57c3RhdC5uYW1lfTwvZHQ+XG4gICAgICAgICAgICAgICAgICAgIDxkZCBjbGFzc05hbWU9XCJ0ZXh0LTR4bCBsZzp0ZXh0LTd4bCBmb250LXNlbWlib2xkIGJnLWxpbmVhci0xNDUgZnJvbS1bIzQ5MGFlN10gZnJvbS0xMCUgdmlhLVsjOTU5MmZmXSB2aWEtNTAlIHRvLVsjNDYwNWIwXSB0by05MCUgYmctY2xpcC10ZXh0IHRleHQtdHJhbnNwYXJlbnRcIj5cbiAgICAgICAgICAgICAgICAgICAgICB7c3RhdC52YWx1ZX1cbiAgICAgICAgICAgICAgICAgICAgPC9kZD5cbiAgICAgICAgICAgICAgICAgICAge3N0YXQubmFtZSAmJiAoXG4gICAgICAgICAgICAgICAgICAgICAgPGRkIGNsYXNzTmFtZT1cIm10LTIgdGV4dC1zbSBsZzp0ZXh0LWJhc2UgZm9udC1saWdodCB0ZXh0LWdyYXktNjAwIGRhcms6dGV4dC1ncmF5LTMwMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAge3N0YXQubmFtZX1cbiAgICAgICAgICAgICAgICAgICAgICA8L2RkPlxuICAgICAgICAgICAgICAgICAgICApfVxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgIDwvZGw+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgKVxufVxuXG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEhvbWUoKSB7XG4gIHJldHVybiAoXG4gICAgPGRpdiBjbGFzc05hbWU9XCJvdmVyZmxvdy1oaWRkZW5cIj5cbiAgICAgIDxIZXJvIC8+XG4gICAgICA8bWFpbj5cbiAgICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJtdC0yNFwiPlxuICAgICAgICAgIDxMb2dvQ2xvdWQgLz5cbiAgICAgICAgPC9Db250YWluZXI+XG4gICAgICAgIDxEYXJrQmVudG9TZWN0aW9uIC8+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYmctbGluZWFyLXRvLWIgZnJvbS13aGl0ZSBmcm9tLTUwJSB0by1ncmF5LTEwMCBweS0yNFwiPlxuICAgICAgICAgIDxUZXN0aW1vbmlhbHMgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxQb3J0Zm9saW8gLz5cbiAgICAgICAgPEluZGFiYU9zIC8+XG4gICAgICAgIDxGZWF0dXJlZFRlc3RpbW9uaWFsIC8+XG4gICAgICA8L21haW4+XG4gICAgICA8Rm9vdGVyIC8+XG4gICAgPC9kaXY+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJCZW50b0NhcmQiLCJCdXR0b24iLCJDb250YWluZXIiLCJGb290ZXIiLCJHcmFkaWVudCIsIktleWJvYXJkIiwiTGluayIsIkxvZ29DbG91ZCIsIkxvZ29DbHVzdGVyIiwiTWFwIiwiTmF2YmFyIiwiU2NyZWVuc2hvdCIsIlRlc3RpbW9uaWFscyIsIkhlYWRpbmciLCJTdWJoZWFkaW5nIiwiQ2hldnJvblJpZ2h0SWNvbiIsIlBvcnRmb2xpbyIsIkluZGFiYU9zIiwiRmVhdHVyZWRUZXN0aW1vbmlhbCIsIm1ldGFkYXRhIiwiZGVzY3JpcHRpb24iLCJIZXJvIiwiZGl2IiwiY2xhc3NOYW1lIiwiYmFubmVyIiwiaHJlZiIsImgxIiwicCIsInZhcmlhbnQiLCJGZWF0dXJlU2VjdGlvbiIsImFzIiwid2lkdGgiLCJoZWlnaHQiLCJzcmMiLCJCZW50b1NlY3Rpb24iLCJleWVicm93IiwidGl0bGUiLCJncmFwaGljIiwiZmFkZSIsImhpZ2hsaWdodGVkIiwic3RhdHMiLCJpZCIsIm5hbWUiLCJ2YWx1ZSIsIkRhcmtCZW50b1NlY3Rpb24iLCJkbCIsIm1hcCIsInN0YXQiLCJkdCIsImRkIiwiSG9tZSIsIm1haW4iXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/app/page.tsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Home),\n/* harmony export */ metadata: () => (/* binding */ metadata)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_bento_card__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/bento-card */ \"(rsc)/./src/components/bento-card.tsx\");\n/* harmony import */ var _components_button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/components/button */ \"(rsc)/./src/components/button.tsx\");\n/* harmony import */ var _components_container__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/components/container */ \"(rsc)/./src/components/container.tsx\");\n/* harmony import */ var _components_footer__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/components/footer */ \"(rsc)/./src/components/footer.tsx\");\n/* harmony import */ var _components_gradient__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/components/gradient */ \"(rsc)/./src/components/gradient.tsx\");\n/* harmony import */ var _components_keyboard__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @/components/keyboard */ \"(rsc)/./src/components/keyboard.tsx\");\n/* harmony import */ var _components_link__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @/components/link */ \"(rsc)/./src/components/link.tsx\");\n/* harmony import */ var _components_logo_cloud__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @/components/logo-cloud */ \"(rsc)/./src/components/logo-cloud.tsx\");\n/* harmony import */ var _components_logo_cluster__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @/components/logo-cluster */ \"(rsc)/./src/components/logo-cluster.tsx\");\n/* harmony import */ var _components_map__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @/components/map */ \"(rsc)/./src/components/map.tsx\");\n/* harmony import */ var _components_navbar__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @/components/navbar */ \"(rsc)/./src/components/navbar.tsx\");\n/* harmony import */ var _components_screenshot__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @/components/screenshot */ \"(rsc)/./src/components/screenshot.tsx\");\n/* harmony import */ var _components_testimonials__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @/components/testimonials */ \"(rsc)/./src/components/testimonials.tsx\");\n/* harmony import */ var _components_text__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! @/components/text */ \"(rsc)/./src/components/text.tsx\");\n/* harmony import */ var _heroicons_react_16_solid__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! @heroicons/react/16/solid */ \"(rsc)/./node_modules/@heroicons/react/16/solid/esm/ChevronRightIcon.js\");\n/* harmony import */ var _components_portfolio__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! @/components/portfolio */ \"(rsc)/./src/components/portfolio.tsx\");\n/* harmony import */ var _components_indabaos__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! @/components/indabaos */ \"(rsc)/./src/components/indabaos.tsx\");\n/* harmony import */ var _components_featuredtestimonial__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! @/components/featuredtestimonial */ \"(rsc)/./src/components/featuredtestimonial.tsx\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst metadata = {\n description: 'Indaba is the platform that adds an \"Engage\" button to the Internet, inviting meaningful participation and contribution.'\n};\nfunction Hero() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_gradient__WEBPACK_IMPORTED_MODULE_5__.Gradient, {\n className: \"absolute inset-2 bottom-0 rounded-4xl ring-1 ring-black/5 ring-inset \"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 31,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"relative\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_navbar__WEBPACK_IMPORTED_MODULE_11__.Navbar, {\n banner: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_link__WEBPACK_IMPORTED_MODULE_7__.Link, {\n href: \"/blog\",\n className: \"flex items-center gap-1 rounded-full bg-indigo-800/35 px-4 py-0.5 text-sm/6 font-medium text-white data-hover:bg-indigo-800/50\",\n children: [\n \"Join the Indaba Community\",\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_heroicons_react_16_solid__WEBPACK_IMPORTED_MODULE_18__[\"default\"], {\n className: \"size-4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 40,\n columnNumber: 15\n }, void 0)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 35,\n columnNumber: 13\n }, void 0)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 33,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pt-16 pb-24 lg:pt-24 lg:pb-24 md: max-w-2xl lg:max-w-5xl\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h1\", {\n className: \"font-display text-5xl/[0.9] font-medium tracking-tight text-balance text-white lg:text-8xl text-6xl leading-tighter\",\n children: \"The Platform for Purposeful Participation\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 45,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 max-w-3xl text-xl/5 font-light text-gray-150 lg:text-xl/7 text-gray-100\",\n children: 'Indaba is the platform that adds an \"Engage\" button to the Internet. While most platforms offer \"Like,\" or \"Comment,\" Indaba invites people to take responsibility, contribute meaningfully, and become part of the solution.'\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 48,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-12 flex flex-col gap-x-6 gap-y-4 sm:flex-row\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"#\",\n children: \"Get Involved\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 52,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n variant: \"secondary\",\n href: \"/pricing\",\n children: \"See Projects\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 53,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 51,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 44,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 32,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 30,\n columnNumber: 5\n }, this);\n}\nfunction FeatureSection() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"overflow-hidden\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"pb-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Heading, {\n as: \"h2\",\n className: \"max-w-3xl\",\n children: \"Deliver transformational experiences anywhere\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 71,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_screenshot__WEBPACK_IMPORTED_MODULE_12__.Screenshot, {\n width: 1216,\n height: 768,\n src: \"/screenshots/app.png\",\n className: \"mt-12 h-144 sm:h-auto sm:w-304\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 74,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 70,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 69,\n columnNumber: 5\n }, this);\n}\nfunction BentoSection() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Subheading, {\n children: \"Features\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 90,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Heading, {\n as: \"h3\",\n className: \"mt-2 max-w-3xl\",\n children: \"Empowering meaningful participation.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 91,\n columnNumber: 7\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)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Community\",\n title: \"Foster Engagement\",\n description: \"Indaba creates spaces for meaningful dialogue and collaboration, helping communities come together to address shared challenges.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"h-80 bg-[url(/screenshots/profile.png)] bg-size-[1000px_560px] bg-position-[left_-109px_top_-112px] bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 101,\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 }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 96,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Impact\",\n title: \"Drive Real Change\",\n description: \"Indaba empowers communities to identify challenges and work together on sustainable solutions through structured participation.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 bg-[url(/screenshots/competitors.png)] bg-size-[1100px_650px] bg-position-[left_-38px_top_-73px] bg-no-repeat\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 111,\n columnNumber: 13\n }, void 0),\n fade: [\n \"bottom\"\n ],\n className: \"lg:col-span-3 lg:rounded-tr-4xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 106,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Tools\",\n title: \"Powerful Features\",\n description: \"Access intuitive tools designed to facilitate meaningful discussions, decision-making, and collaborative action within your community.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex size-full pt-10 pl-10\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_keyboard__WEBPACK_IMPORTED_MODULE_6__.Keyboard, {\n highlighted: [\n \"LeftCommand\",\n \"LeftShift\",\n \"D\"\n ]\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 122,\n columnNumber: 15\n }, void 0)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 121,\n columnNumber: 13\n }, void 0),\n className: \"lg:col-span-2 lg:rounded-bl-4xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 116,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Connect\",\n title: \"Build Networks\",\n description: \"Connect with like-minded individuals and organizations committed to creating positive change in their communities.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_logo_cluster__WEBPACK_IMPORTED_MODULE_9__.LogoCluster, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 131,\n columnNumber: 20\n }, void 0),\n className: \"lg:col-span-2\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 127,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_bento_card__WEBPACK_IMPORTED_MODULE_1__.BentoCard, {\n eyebrow: \"Global\",\n title: \"Worldwide Impact\",\n description: \"Join a global movement of communities using Indaba to drive meaningful change and sustainable development.\",\n graphic: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_map__WEBPACK_IMPORTED_MODULE_10__.Map, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 138,\n columnNumber: 20\n }, void 0),\n className: \"max-lg:rounded-b-4xl lg:col-span-2 lg:rounded-br-4xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 134,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 95,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 89,\n columnNumber: 5\n }, this);\n}\nconst stats = [\n {\n id: 1,\n name: \"Lessons delivered\",\n value: \"+4,000,000,000\"\n },\n {\n id: 2,\n name: \"Educational resources\",\n value: \"+90,000,000\"\n },\n {\n id: 3,\n name: \"Spent on infrastructure & content development\",\n value: \"+$60,000,000\"\n }\n];\nfunction DarkBentoSection() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pt-24 pb-12\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-8xl px-6 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"rounded-4xl bg-indigo-50 dark:bg-indigo-800/50 px-6 py-24 lg:rounded-3xl lg:px-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col gap-y-20 lg:flex-row lg:gap-x-12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:basis-5/12\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Subheading, {\n children: \"About Indaba\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 161,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_text__WEBPACK_IMPORTED_MODULE_14__.Heading, {\n as: \"h3\",\n className: \"mt-2 max-w-2xl\",\n children: \"A Movement to Reimagine Learning for All\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 162,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 text-xl/4 font-light text-gray-600 dark:text-gray-200 leading-normal lg:text-xl/6\",\n children: \"Indaba is a social business on a mission to empower young people to be resilient, reach their full potential, and contribute to the common good. We’re building a global ecosystem for holistic learning — accessible online and offline, affordable to the many, and grounded in culture, care, and collaboration.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 165,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-8 flex flex-col gap-x-6 gap-y-4 sm:flex-row\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"#\",\n children: \"About Us\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 171,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 170,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 160,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"lg:basis-7/12 lg:pl-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"grid grid-cols-1 gap-x-12 gap-y-10\",\n children: stats.map((stat)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col gap-y-1\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"text-base text-gray-600 dark:text-gray-300\",\n children: stat.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 180,\n columnNumber: 21\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"text-4xl lg:text-7xl font-semibold bg-linear-145 from-[#490ae7] from-10% via-[#9592ff] via-50% to-[#4605b0] to-90% bg-clip-text text-transparent\",\n children: stat.value\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 181,\n columnNumber: 21\n }, this),\n stat.name && /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"mt-2 text-sm lg:text-base font-light text-gray-600 dark:text-gray-300\",\n children: stat.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 185,\n columnNumber: 23\n }, this)\n ]\n }, stat.id, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 179,\n columnNumber: 19\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 177,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 176,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 158,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 157,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 156,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 155,\n columnNumber: 5\n }, this);\n}\nfunction CTA() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"bg-white \",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"px-6 pt-24 pb-32 sm:px-6 lg:px-8 \",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-3xl text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-5xl font-semibold tracking-tight text-balance text-gray-900 sm:text-5xl\",\n children: \"Empower a Generation. Join the Movement.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 205,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mx-auto mt-6 max-w-xl text-lg/8 text-pretty text-gray-600\",\n children: \"Help build a future where every young person can thrive — through holistic education, cultural connection, and community-led innovation.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 208,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mt-10 flex items-center justify-center gap-x-6\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n href: \"/get-involved\",\n children: \"Get Involved\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 212,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_button__WEBPACK_IMPORTED_MODULE_2__.Button, {\n variant: \"secondary\",\n href: \"/contact\",\n children: \"Contact Us\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 213,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 211,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 204,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 203,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 202,\n columnNumber: 5\n }, this);\n}\nfunction Home() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"overflow-hidden\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Hero, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 228,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"main\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_container__WEBPACK_IMPORTED_MODULE_3__.Container, {\n className: \"mt-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_logo_cloud__WEBPACK_IMPORTED_MODULE_8__.LogoCloud, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 231,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 230,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(DarkBentoSection, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 233,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"bg-linear-to-b from-white from-50% to-gray-100 py-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_testimonials__WEBPACK_IMPORTED_MODULE_13__.Testimonials, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 235,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 234,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_portfolio__WEBPACK_IMPORTED_MODULE_15__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 237,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_indabaos__WEBPACK_IMPORTED_MODULE_16__.IndabaOs, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 238,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_featuredtestimonial__WEBPACK_IMPORTED_MODULE_17__[\"default\"], {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 239,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(CTA, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 240,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 229,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_footer__WEBPACK_IMPORTED_MODULE_4__.Footer, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 242,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx\",\n lineNumber: 227,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvYXBwL3BhZ2UudHN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQW1EO0FBQ1A7QUFDTTtBQUNOO0FBQ0k7QUFDQTtBQUNSO0FBRVc7QUFDSTtBQUVqQjtBQUNNO0FBQ1E7QUFDSTtBQUNEO0FBQ0s7QUFFZDtBQUNFO0FBQ2tCO0FBRTNELE1BQU1tQixXQUFxQjtJQUNoQ0MsYUFDRTtBQUNKLEVBQUM7QUFFRCxTQUFTQztJQUNQLHFCQUNFLDhEQUFDQztRQUFJQyxXQUFVOzswQkFDYiw4REFBQ25CLDBEQUFRQTtnQkFBQ21CLFdBQVU7Ozs7OzswQkFDcEIsOERBQUNyQiw0REFBU0E7Z0JBQUNxQixXQUFVOztrQ0FDbkIsOERBQUNiLHVEQUFNQTt3QkFDTGMsc0JBQ0UsOERBQUNsQixrREFBSUE7NEJBQ0htQixNQUFLOzRCQUNMRixXQUFVOztnQ0FDWDs4Q0FFQyw4REFBQ1Isa0VBQWdCQTtvQ0FBQ1EsV0FBVTs7Ozs7Ozs7Ozs7Ozs7Ozs7a0NBSWxDLDhEQUFDRDt3QkFBSUMsV0FBVTs7MENBQ2IsOERBQUNHO2dDQUFHSCxXQUFVOzBDQUFzSDs7Ozs7OzBDQUdwSSw4REFBQ0k7Z0NBQUVKLFdBQVU7MENBQStFOzs7Ozs7MENBRzVGLDhEQUFDRDtnQ0FBSUMsV0FBVTs7a0RBQ2IsOERBQUN0QixzREFBTUE7d0NBQUN3QixNQUFLO2tEQUFJOzs7Ozs7a0RBQ2pCLDhEQUFDeEIsc0RBQU1BO3dDQUFDMkIsU0FBUTt3Q0FBWUgsTUFBSztrREFBVzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBUXhEO0FBTUEsU0FBU0k7SUFDUCxxQkFDRSw4REFBQ1A7UUFBSUMsV0FBVTtrQkFDYiw0RUFBQ3JCLDREQUFTQTtZQUFDcUIsV0FBVTs7OEJBQ25CLDhEQUFDVixzREFBT0E7b0JBQUNpQixJQUFHO29CQUFLUCxXQUFVOzhCQUFZOzs7Ozs7OEJBR3ZDLDhEQUFDWiwrREFBVUE7b0JBQ1RvQixPQUFPO29CQUNQQyxRQUFRO29CQUNSQyxLQUFJO29CQUNKVixXQUFVOzs7Ozs7Ozs7Ozs7Ozs7OztBQUtwQjtBQUlBLFNBQVNXO0lBQ1AscUJBQ0UsOERBQUNoQyw0REFBU0E7OzBCQUNSLDhEQUFDWSx5REFBVUE7MEJBQUM7Ozs7OzswQkFDWiw4REFBQ0Qsc0RBQU9BO2dCQUFDaUIsSUFBRztnQkFBS1AsV0FBVTswQkFBaUI7Ozs7OzswQkFJNUMsOERBQUNEO2dCQUFJQyxXQUFVOztrQ0FDYiw4REFBQ3ZCLDZEQUFTQTt3QkFDUm1DLFNBQVE7d0JBQ1JDLE9BQU07d0JBQ05oQixhQUFZO3dCQUNaaUIsdUJBQ0UsOERBQUNmOzRCQUFJQyxXQUFVOzs7Ozs7d0JBRWpCZSxNQUFNOzRCQUFDO3lCQUFTO3dCQUNoQmYsV0FBVTs7Ozs7O2tDQUVaLDhEQUFDdkIsNkRBQVNBO3dCQUNSbUMsU0FBUTt3QkFDUkMsT0FBTTt3QkFDTmhCLGFBQVk7d0JBQ1ppQix1QkFDRSw4REFBQ2Y7NEJBQUlDLFdBQVU7Ozs7Ozt3QkFFakJlLE1BQU07NEJBQUM7eUJBQVM7d0JBQ2hCZixXQUFVOzs7Ozs7a0NBRVosOERBQUN2Qiw2REFBU0E7d0JBQ1JtQyxTQUFRO3dCQUNSQyxPQUFNO3dCQUNOaEIsYUFBWTt3QkFDWmlCLHVCQUNFLDhEQUFDZjs0QkFBSUMsV0FBVTtzQ0FDYiw0RUFBQ2xCLDBEQUFRQTtnQ0FBQ2tDLGFBQWE7b0NBQUM7b0NBQWU7b0NBQWE7aUNBQUk7Ozs7Ozs7Ozs7O3dCQUc1RGhCLFdBQVU7Ozs7OztrQ0FFWiw4REFBQ3ZCLDZEQUFTQTt3QkFDUm1DLFNBQVE7d0JBQ1JDLE9BQU07d0JBQ05oQixhQUFZO3dCQUNaaUIsdUJBQVMsOERBQUM3QixpRUFBV0E7Ozs7O3dCQUNyQmUsV0FBVTs7Ozs7O2tDQUVaLDhEQUFDdkIsNkRBQVNBO3dCQUNSbUMsU0FBUTt3QkFDUkMsT0FBTTt3QkFDTmhCLGFBQVk7d0JBQ1ppQix1QkFBUyw4REFBQzVCLGlEQUFHQTs7Ozs7d0JBQ2JjLFdBQVU7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUtwQjtBQUVBLE1BQU1pQixRQUFRO0lBQ1o7UUFBRUMsSUFBSTtRQUFHQyxNQUFNO1FBQXFCQyxPQUFPO0lBQWlCO0lBQzVEO1FBQUVGLElBQUk7UUFBR0MsTUFBTTtRQUF5QkMsT0FBTztJQUFjO0lBQzdEO1FBQUVGLElBQUk7UUFBR0MsTUFBTTtRQUFpREMsT0FBTztJQUFlO0NBQ3ZGO0FBR0QsU0FBU0M7SUFDUCxxQkFDRSw4REFBQ3RCO1FBQUlDLFdBQVU7a0JBQ2IsNEVBQUNEO1lBQUlDLFdBQVU7c0JBQ2IsNEVBQUNEO2dCQUFJQyxXQUFVOzBCQUNiLDRFQUFDRDtvQkFBSUMsV0FBVTs7c0NBRWIsOERBQUNEOzRCQUFJQyxXQUFVOzs4Q0FDYiw4REFBQ1QseURBQVVBOzhDQUFDOzs7Ozs7OENBQ1osOERBQUNELHNEQUFPQTtvQ0FBQ2lCLElBQUc7b0NBQUtQLFdBQVU7OENBQWlCOzs7Ozs7OENBRzVDLDhEQUFDSTtvQ0FBRUosV0FBVTs4Q0FBeUY7Ozs7Ozs4Q0FLdEcsOERBQUNEO29DQUFJQyxXQUFVOzhDQUNmLDRFQUFDdEIsc0RBQU1BO3dDQUFDd0IsTUFBSztrREFBSTs7Ozs7Ozs7Ozs7Ozs7Ozs7c0NBS25CLDhEQUFDSDs0QkFBSUMsV0FBVTtzQ0FDYiw0RUFBQ3NCO2dDQUFHdEIsV0FBVTswQ0FDWGlCLE1BQU1NLEdBQUcsQ0FBQyxDQUFDQyxxQkFDViw4REFBQ3pCO3dDQUFrQkMsV0FBVTs7MERBQzNCLDhEQUFDeUI7Z0RBQUd6QixXQUFVOzBEQUE4Q3dCLEtBQUtMLElBQUk7Ozs7OzswREFDckUsOERBQUNPO2dEQUFHMUIsV0FBVTswREFDWHdCLEtBQUtKLEtBQUs7Ozs7Ozs0Q0FFWkksS0FBS0wsSUFBSSxrQkFDUiw4REFBQ087Z0RBQUcxQixXQUFVOzBEQUNYd0IsS0FBS0wsSUFBSTs7Ozs7Ozt1Q0FQTkssS0FBS04sRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBbUJuQztBQUVBLFNBQVNTO0lBQ1AscUJBQ0UsOERBQUM1QjtRQUFJQyxXQUFVO2tCQUNiLDRFQUFDRDtZQUFJQyxXQUFVO3NCQUNiLDRFQUFDRDtnQkFBSUMsV0FBVTs7a0NBQ2IsOERBQUM0Qjt3QkFBRzVCLFdBQVU7a0NBQStFOzs7Ozs7a0NBRzdGLDhEQUFDSTt3QkFBRUosV0FBVTtrQ0FBNEQ7Ozs7OztrQ0FHekUsOERBQUNEO3dCQUFJQyxXQUFVOzswQ0FDYiw4REFBQ3RCLHNEQUFNQTtnQ0FBQ3dCLE1BQUs7MENBQWdCOzs7Ozs7MENBQzdCLDhEQUFDeEIsc0RBQU1BO2dDQUFDMkIsU0FBUTtnQ0FBWUgsTUFBSzswQ0FBVzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQVF4RDtBQUllLFNBQVMyQjtJQUN0QixxQkFDRSw4REFBQzlCO1FBQUlDLFdBQVU7OzBCQUNiLDhEQUFDRjs7Ozs7MEJBQ0QsOERBQUNnQzs7a0NBQ0MsOERBQUNuRCw0REFBU0E7d0JBQUNxQixXQUFVO2tDQUNuQiw0RUFBQ2hCLDZEQUFTQTs7Ozs7Ozs7OztrQ0FFWiw4REFBQ3FDOzs7OztrQ0FDRCw4REFBQ3RCO3dCQUFJQyxXQUFVO2tDQUNiLDRFQUFDWCxtRUFBWUE7Ozs7Ozs7Ozs7a0NBRWYsOERBQUNJLDhEQUFTQTs7Ozs7a0NBQ1YsOERBQUNDLDJEQUFRQTs7Ozs7a0NBQ1QsOERBQUNDLHdFQUFtQkE7Ozs7O2tDQUNwQiw4REFBQ2dDOzs7Ozs7Ozs7OzswQkFFSCw4REFBQy9DLHNEQUFNQTs7Ozs7Ozs7Ozs7QUFHYiIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi9zcmMvYXBwL3BhZ2UudHN4P2Y2OGEiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmVudG9DYXJkIH0gZnJvbSAnQC9jb21wb25lbnRzL2JlbnRvLWNhcmQnXG5pbXBvcnQgeyBCdXR0b24gfSBmcm9tICdAL2NvbXBvbmVudHMvYnV0dG9uJ1xuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnQC9jb21wb25lbnRzL2NvbnRhaW5lcidcbmltcG9ydCB7IEZvb3RlciB9IGZyb20gJ0AvY29tcG9uZW50cy9mb290ZXInXG5pbXBvcnQgeyBHcmFkaWVudCB9IGZyb20gJ0AvY29tcG9uZW50cy9ncmFkaWVudCdcbmltcG9ydCB7IEtleWJvYXJkIH0gZnJvbSAnQC9jb21wb25lbnRzL2tleWJvYXJkJ1xuaW1wb3J0IHsgTGluayB9IGZyb20gJ0AvY29tcG9uZW50cy9saW5rJ1xuaW1wb3J0IHsgTGlua2VkQXZhdGFycyB9IGZyb20gJ0AvY29tcG9uZW50cy9saW5rZWQtYXZhdGFycydcbmltcG9ydCB7IExvZ29DbG91ZCB9IGZyb20gJ0AvY29tcG9uZW50cy9sb2dvLWNsb3VkJ1xuaW1wb3J0IHsgTG9nb0NsdXN0ZXIgfSBmcm9tICdAL2NvbXBvbmVudHMvbG9nby1jbHVzdGVyJ1xuaW1wb3J0IHsgTG9nb1RpbWVsaW5lIH0gZnJvbSAnQC9jb21wb25lbnRzL2xvZ28tdGltZWxpbmUnXG5pbXBvcnQgeyBNYXAgfSBmcm9tICdAL2NvbXBvbmVudHMvbWFwJ1xuaW1wb3J0IHsgTmF2YmFyIH0gZnJvbSAnQC9jb21wb25lbnRzL25hdmJhcidcbmltcG9ydCB7IFNjcmVlbnNob3QgfSBmcm9tICdAL2NvbXBvbmVudHMvc2NyZWVuc2hvdCdcbmltcG9ydCB7IFRlc3RpbW9uaWFscyB9IGZyb20gJ0AvY29tcG9uZW50cy90ZXN0aW1vbmlhbHMnXG5pbXBvcnQgeyBIZWFkaW5nLCBTdWJoZWFkaW5nIH0gZnJvbSAnQC9jb21wb25lbnRzL3RleHQnXG5pbXBvcnQgeyBDaGV2cm9uUmlnaHRJY29uIH0gZnJvbSAnQGhlcm9pY29ucy9yZWFjdC8xNi9zb2xpZCdcbmltcG9ydCB0eXBlIHsgTWV0YWRhdGEgfSBmcm9tICduZXh0J1xuaW1wb3J0IFBvcnRmb2xpbyBmcm9tICdAL2NvbXBvbmVudHMvcG9ydGZvbGlvJ1xuaW1wb3J0IHsgSW5kYWJhT3MgfSBmcm9tICdAL2NvbXBvbmVudHMvaW5kYWJhb3MnXG5pbXBvcnQgRmVhdHVyZWRUZXN0aW1vbmlhbCBmcm9tICdAL2NvbXBvbmVudHMvZmVhdHVyZWR0ZXN0aW1vbmlhbCdcblxuZXhwb3J0IGNvbnN0IG1ldGFkYXRhOiBNZXRhZGF0YSA9IHtcbiAgZGVzY3JpcHRpb246XG4gICAgJ0luZGFiYSBpcyB0aGUgcGxhdGZvcm0gdGhhdCBhZGRzIGFuIFwiRW5nYWdlXCIgYnV0dG9uIHRvIHRoZSBJbnRlcm5ldCwgaW52aXRpbmcgbWVhbmluZ2Z1bCBwYXJ0aWNpcGF0aW9uIGFuZCBjb250cmlidXRpb24uJyxcbn1cblxuZnVuY3Rpb24gSGVybygpIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlXCI+XG4gICAgICA8R3JhZGllbnQgY2xhc3NOYW1lPVwiYWJzb2x1dGUgaW5zZXQtMiBib3R0b20tMCByb3VuZGVkLTR4bCByaW5nLTEgcmluZy1ibGFjay81IHJpbmctaW5zZXQgXCIgLz5cbiAgICAgIDxDb250YWluZXIgY2xhc3NOYW1lPVwicmVsYXRpdmVcIj5cbiAgICAgICAgPE5hdmJhclxuICAgICAgICAgIGJhbm5lcj17XG4gICAgICAgICAgICA8TGlua1xuICAgICAgICAgICAgICBocmVmPVwiL2Jsb2dcIlxuICAgICAgICAgICAgICBjbGFzc05hbWU9XCJmbGV4IGl0ZW1zLWNlbnRlciBnYXAtMSByb3VuZGVkLWZ1bGwgYmctaW5kaWdvLTgwMC8zNSBweC00IHB5LTAuNSB0ZXh0LXNtLzYgZm9udC1tZWRpdW0gdGV4dC13aGl0ZSBkYXRhLWhvdmVyOmJnLWluZGlnby04MDAvNTBcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICBKb2luIHRoZSBJbmRhYmEgQ29tbXVuaXR5XG4gICAgICAgICAgICAgIDxDaGV2cm9uUmlnaHRJY29uIGNsYXNzTmFtZT1cInNpemUtNFwiIC8+XG4gICAgICAgICAgICA8L0xpbms+XG4gICAgICAgICAgfVxuICAgICAgICAvPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInB0LTE2IHBiLTI0IGxnOnB0LTI0IGxnOnBiLTI0IG1kOiBtYXgtdy0yeGwgbGc6bWF4LXctNXhsXCI+XG4gICAgICAgICAgPGgxIGNsYXNzTmFtZT1cImZvbnQtZGlzcGxheSB0ZXh0LTV4bC9bMC45XSBmb250LW1lZGl1bSB0cmFja2luZy10aWdodCB0ZXh0LWJhbGFuY2UgdGV4dC13aGl0ZSBsZzp0ZXh0LTh4bCB0ZXh0LTZ4bCBsZWFkaW5nLXRpZ2h0ZXJcIj5cbiAgICAgICAgICAgIFRoZSBQbGF0Zm9ybSBmb3IgUHVycG9zZWZ1bCBQYXJ0aWNpcGF0aW9uXG4gICAgICAgICAgPC9oMT5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC04IG1heC13LTN4bCB0ZXh0LXhsLzUgZm9udC1saWdodCB0ZXh0LWdyYXktMTUwIGxnOnRleHQteGwvNyB0ZXh0LWdyYXktMTAwXCI+XG4gICAgICAgICAgICBJbmRhYmEgaXMgdGhlIHBsYXRmb3JtIHRoYXQgYWRkcyBhbiBcIkVuZ2FnZVwiIGJ1dHRvbiB0byB0aGUgSW50ZXJuZXQuIFdoaWxlIG1vc3QgcGxhdGZvcm1zIG9mZmVyIFwiTGlrZSxcIiBvciBcIkNvbW1lbnQsXCIgSW5kYWJhIGludml0ZXMgcGVvcGxlIHRvIHRha2UgcmVzcG9uc2liaWxpdHksIGNvbnRyaWJ1dGUgbWVhbmluZ2Z1bGx5LCBhbmQgYmVjb21lIHBhcnQgb2YgdGhlIHNvbHV0aW9uLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEyIGZsZXggZmxleC1jb2wgZ2FwLXgtNiBnYXAteS00IHNtOmZsZXgtcm93XCI+XG4gICAgICAgICAgICA8QnV0dG9uIGhyZWY9XCIjXCI+R2V0IEludm9sdmVkPC9CdXR0b24+XG4gICAgICAgICAgICA8QnV0dG9uIHZhcmlhbnQ9XCJzZWNvbmRhcnlcIiBocmVmPVwiL3ByaWNpbmdcIj5cbiAgICAgICAgICAgICAgU2VlIFByb2plY3RzXG4gICAgICAgICAgICA8L0J1dHRvbj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L0NvbnRhaW5lcj5cbiAgICA8L2Rpdj5cbiAgKVxufVxuXG5cblxuXG5cbmZ1bmN0aW9uIEZlYXR1cmVTZWN0aW9uKCkge1xuICByZXR1cm4gKFxuICAgIDxkaXYgY2xhc3NOYW1lPVwib3ZlcmZsb3ctaGlkZGVuXCI+XG4gICAgICA8Q29udGFpbmVyIGNsYXNzTmFtZT1cInBiLTI0XCI+XG4gICAgICAgIDxIZWFkaW5nIGFzPVwiaDJcIiBjbGFzc05hbWU9XCJtYXgtdy0zeGxcIj5cbiAgICAgICAgICBEZWxpdmVyIHRyYW5zZm9ybWF0aW9uYWwgZXhwZXJpZW5jZXMgYW55d2hlcmVcbiAgICAgICAgPC9IZWFkaW5nPlxuICAgICAgICA8U2NyZWVuc2hvdFxuICAgICAgICAgIHdpZHRoPXsxMjE2fVxuICAgICAgICAgIGhlaWdodD17NzY4fVxuICAgICAgICAgIHNyYz1cIi9zY3JlZW5zaG90cy9hcHAucG5nXCJcbiAgICAgICAgICBjbGFzc05hbWU9XCJtdC0xMiBoLTE0NCBzbTpoLWF1dG8gc206dy0zMDRcIlxuICAgICAgICAvPlxuICAgICAgPC9Db250YWluZXI+XG4gICAgPC9kaXY+XG4gIClcbn1cblxuXG5cbmZ1bmN0aW9uIEJlbnRvU2VjdGlvbigpIHtcbiAgcmV0dXJuIChcbiAgICA8Q29udGFpbmVyPlxuICAgICAgPFN1YmhlYWRpbmc+RmVhdHVyZXM8L1N1YmhlYWRpbmc+XG4gICAgICA8SGVhZGluZyBhcz1cImgzXCIgY2xhc3NOYW1lPVwibXQtMiBtYXgtdy0zeGxcIj5cbiAgICAgICAgRW1wb3dlcmluZyBtZWFuaW5nZnVsIHBhcnRpY2lwYXRpb24uXG4gICAgICA8L0hlYWRpbmc+XG5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtMTAgZ3JpZCBncmlkLWNvbHMtMSBnYXAtNCBzbTptdC0xNiBsZzpncmlkLWNvbHMtNiBsZzpncmlkLXJvd3MtMlwiPlxuICAgICAgICA8QmVudG9DYXJkXG4gICAgICAgICAgZXllYnJvdz1cIkNvbW11bml0eVwiXG4gICAgICAgICAgdGl0bGU9XCJGb3N0ZXIgRW5nYWdlbWVudFwiXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJJbmRhYmEgY3JlYXRlcyBzcGFjZXMgZm9yIG1lYW5pbmdmdWwgZGlhbG9ndWUgYW5kIGNvbGxhYm9yYXRpb24sIGhlbHBpbmcgY29tbXVuaXRpZXMgY29tZSB0b2dldGhlciB0byBhZGRyZXNzIHNoYXJlZCBjaGFsbGVuZ2VzLlwiXG4gICAgICAgICAgZ3JhcGhpYz17XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImgtODAgYmctW3VybCgvc2NyZWVuc2hvdHMvcHJvZmlsZS5wbmcpXSBiZy1zaXplLVsxMDAwcHhfNTYwcHhdIGJnLXBvc2l0aW9uLVtsZWZ0Xy0xMDlweF90b3BfLTExMnB4XSBiZy1uby1yZXBlYXRcIiAvPlxuICAgICAgICAgIH1cbiAgICAgICAgICBmYWRlPXtbJ2JvdHRvbSddfVxuICAgICAgICAgIGNsYXNzTmFtZT1cIm1heC1sZzpyb3VuZGVkLXQtNHhsIGxnOmNvbC1zcGFuLTMgbGc6cm91bmRlZC10bC00eGxcIlxuICAgICAgICAvPlxuICAgICAgICA8QmVudG9DYXJkXG4gICAgICAgICAgZXllYnJvdz1cIkltcGFjdFwiXG4gICAgICAgICAgdGl0bGU9XCJEcml2ZSBSZWFsIENoYW5nZVwiXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJJbmRhYmEgZW1wb3dlcnMgY29tbXVuaXRpZXMgdG8gaWRlbnRpZnkgY2hhbGxlbmdlcyBhbmQgd29yayB0b2dldGhlciBvbiBzdXN0YWluYWJsZSBzb2x1dGlvbnMgdGhyb3VnaCBzdHJ1Y3R1cmVkIHBhcnRpY2lwYXRpb24uXCJcbiAgICAgICAgICBncmFwaGljPXtcbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYWJzb2x1dGUgaW5zZXQtMCBiZy1bdXJsKC9zY3JlZW5zaG90cy9jb21wZXRpdG9ycy5wbmcpXSBiZy1zaXplLVsxMTAwcHhfNjUwcHhdIGJnLXBvc2l0aW9uLVtsZWZ0Xy0zOHB4X3RvcF8tNzNweF0gYmctbm8tcmVwZWF0XCIgLz5cbiAgICAgICAgICB9XG4gICAgICAgICAgZmFkZT17Wydib3R0b20nXX1cbiAgICAgICAgICBjbGFzc05hbWU9XCJsZzpjb2wtc3Bhbi0zIGxnOnJvdW5kZWQtdHItNHhsXCJcbiAgICAgICAgLz5cbiAgICAgICAgPEJlbnRvQ2FyZFxuICAgICAgICAgIGV5ZWJyb3c9XCJUb29sc1wiXG4gICAgICAgICAgdGl0bGU9XCJQb3dlcmZ1bCBGZWF0dXJlc1wiXG4gICAgICAgICAgZGVzY3JpcHRpb249XCJBY2Nlc3MgaW50dWl0aXZlIHRvb2xzIGRlc2lnbmVkIHRvIGZhY2lsaXRhdGUgbWVhbmluZ2Z1bCBkaXNjdXNzaW9ucywgZGVjaXNpb24tbWFraW5nLCBhbmQgY29sbGFib3JhdGl2ZSBhY3Rpb24gd2l0aGluIHlvdXIgY29tbXVuaXR5LlwiXG4gICAgICAgICAgZ3JhcGhpYz17XG4gICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggc2l6ZS1mdWxsIHB0LTEwIHBsLTEwXCI+XG4gICAgICAgICAgICAgIDxLZXlib2FyZCBoaWdobGlnaHRlZD17WydMZWZ0Q29tbWFuZCcsICdMZWZ0U2hpZnQnLCAnRCddfSAvPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgfVxuICAgICAgICAgIGNsYXNzTmFtZT1cImxnOmNvbC1zcGFuLTIgbGc6cm91bmRlZC1ibC00eGxcIlxuICAgICAgICAvPlxuICAgICAgICA8QmVudG9DYXJkXG4gICAgICAgICAgZXllYnJvdz1cIkNvbm5lY3RcIlxuICAgICAgICAgIHRpdGxlPVwiQnVpbGQgTmV0d29ya3NcIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiQ29ubmVjdCB3aXRoIGxpa2UtbWluZGVkIGluZGl2aWR1YWxzIGFuZCBvcmdhbml6YXRpb25zIGNvbW1pdHRlZCB0byBjcmVhdGluZyBwb3NpdGl2ZSBjaGFuZ2UgaW4gdGhlaXIgY29tbXVuaXRpZXMuXCJcbiAgICAgICAgICBncmFwaGljPXs8TG9nb0NsdXN0ZXIgLz59XG4gICAgICAgICAgY2xhc3NOYW1lPVwibGc6Y29sLXNwYW4tMlwiXG4gICAgICAgIC8+XG4gICAgICAgIDxCZW50b0NhcmRcbiAgICAgICAgICBleWVicm93PVwiR2xvYmFsXCJcbiAgICAgICAgICB0aXRsZT1cIldvcmxkd2lkZSBJbXBhY3RcIlxuICAgICAgICAgIGRlc2NyaXB0aW9uPVwiSm9pbiBhIGdsb2JhbCBtb3ZlbWVudCBvZiBjb21tdW5pdGllcyB1c2luZyBJbmRhYmEgdG8gZHJpdmUgbWVhbmluZ2Z1bCBjaGFuZ2UgYW5kIHN1c3RhaW5hYmxlIGRldmVsb3BtZW50LlwiXG4gICAgICAgICAgZ3JhcGhpYz17PE1hcCAvPn1cbiAgICAgICAgICBjbGFzc05hbWU9XCJtYXgtbGc6cm91bmRlZC1iLTR4bCBsZzpjb2wtc3Bhbi0yIGxnOnJvdW5kZWQtYnItNHhsXCJcbiAgICAgICAgLz5cbiAgICAgIDwvZGl2PlxuICAgIDwvQ29udGFpbmVyPlxuICApXG59XG5cbmNvbnN0IHN0YXRzID0gW1xuICB7IGlkOiAxLCBuYW1lOiAnTGVzc29ucyBkZWxpdmVyZWQnLCB2YWx1ZTogJys0LDAwMCwwMDAsMDAwJyB9LFxuICB7IGlkOiAyLCBuYW1lOiAnRWR1Y2F0aW9uYWwgcmVzb3VyY2VzJywgdmFsdWU6ICcrOTAsMDAwLDAwMCcgfSxcbiAgeyBpZDogMywgbmFtZTogJ1NwZW50IG9uIGluZnJhc3RydWN0dXJlICYgY29udGVudCBkZXZlbG9wbWVudCcsIHZhbHVlOiAnKyQ2MCwwMDAsMDAwJyB9LFxuXVxuXG5cbmZ1bmN0aW9uIERhcmtCZW50b1NlY3Rpb24oKSB7XG4gIHJldHVybiAoXG4gICAgPGRpdiBjbGFzc05hbWU9XCJwdC0yNCBwYi0xMlwiPlxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTh4bCBweC02IGxnOnB4LThcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJyb3VuZGVkLTR4bCBiZy1pbmRpZ28tNTAgZGFyazpiZy1pbmRpZ28tODAwLzUwIHB4LTYgcHktMjQgbGc6cm91bmRlZC0zeGwgbGc6cHgtMTZcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXggZmxleC1jb2wgZ2FwLXktMjAgbGc6ZmxleC1yb3cgbGc6Z2FwLXgtMTJcIj5cbiAgICAgICAgICAgIHsvKiBMZWZ0OiBUZXh0IENvbHVtbiAqL31cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibGc6YmFzaXMtNS8xMlwiPlxuICAgICAgICAgICAgICA8U3ViaGVhZGluZz5BYm91dCBJbmRhYmE8L1N1YmhlYWRpbmc+XG4gICAgICAgICAgICAgIDxIZWFkaW5nIGFzPVwiaDNcIiBjbGFzc05hbWU9XCJtdC0yIG1heC13LTJ4bFwiPlxuICAgICAgICAgICAgICAgIEEgTW92ZW1lbnQgdG8gUmVpbWFnaW5lIExlYXJuaW5nIGZvciBBbGxcbiAgICAgICAgICAgICAgPC9IZWFkaW5nPlxuICAgICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC04IHRleHQteGwvNCBmb250LWxpZ2h0IHRleHQtZ3JheS02MDAgZGFyazp0ZXh0LWdyYXktMjAwIGxlYWRpbmctbm9ybWFsIGxnOnRleHQteGwvNlwiPlxuICAgICAgICAgICAgICAgIEluZGFiYSBpcyBhIHNvY2lhbCBidXNpbmVzcyBvbiBhIG1pc3Npb24gdG8gZW1wb3dlciB5b3VuZyBwZW9wbGUgdG8gYmUgcmVzaWxpZW50LCByZWFjaCB0aGVpciBmdWxsIHBvdGVudGlhbCxcbiAgICAgICAgICAgICAgICBhbmQgY29udHJpYnV0ZSB0byB0aGUgY29tbW9uIGdvb2QuIFdl4oCZcmUgYnVpbGRpbmcgYSBnbG9iYWwgZWNvc3lzdGVtIGZvciBob2xpc3RpYyBsZWFybmluZyDigJQgYWNjZXNzaWJsZSBvbmxpbmVcbiAgICAgICAgICAgICAgICBhbmQgb2ZmbGluZSwgYWZmb3JkYWJsZSB0byB0aGUgbWFueSwgYW5kIGdyb3VuZGVkIGluIGN1bHR1cmUsIGNhcmUsIGFuZCBjb2xsYWJvcmF0aW9uLlxuICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXQtOCBmbGV4IGZsZXgtY29sIGdhcC14LTYgZ2FwLXktNCBzbTpmbGV4LXJvd1wiPlxuICAgICAgICAgICAgICA8QnV0dG9uIGhyZWY9XCIjXCI+QWJvdXQgVXM8L0J1dHRvbj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICB7LyogUmlnaHQ6IFN0YXRzIENvbHVtbiAqL31cbiAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwibGc6YmFzaXMtNy8xMiBsZzpwbC0xNlwiPlxuICAgICAgICAgICAgICA8ZGwgY2xhc3NOYW1lPVwiZ3JpZCBncmlkLWNvbHMtMSBnYXAteC0xMiBnYXAteS0xMFwiPlxuICAgICAgICAgICAgICAgIHtzdGF0cy5tYXAoKHN0YXQpID0+IChcbiAgICAgICAgICAgICAgICAgIDxkaXYga2V5PXtzdGF0LmlkfSBjbGFzc05hbWU9XCJmbGV4IGZsZXgtY29sIGdhcC15LTFcIj5cbiAgICAgICAgICAgICAgICAgICAgPGR0IGNsYXNzTmFtZT1cInRleHQtYmFzZSB0ZXh0LWdyYXktNjAwIGRhcms6dGV4dC1ncmF5LTMwMFwiPntzdGF0Lm5hbWV9PC9kdD5cbiAgICAgICAgICAgICAgICAgICAgPGRkIGNsYXNzTmFtZT1cInRleHQtNHhsIGxnOnRleHQtN3hsIGZvbnQtc2VtaWJvbGQgYmctbGluZWFyLTE0NSBmcm9tLVsjNDkwYWU3XSBmcm9tLTEwJSB2aWEtWyM5NTkyZmZdIHZpYS01MCUgdG8tWyM0NjA1YjBdIHRvLTkwJSBiZy1jbGlwLXRleHQgdGV4dC10cmFuc3BhcmVudFwiPlxuICAgICAgICAgICAgICAgICAgICAgIHtzdGF0LnZhbHVlfVxuICAgICAgICAgICAgICAgICAgICA8L2RkPlxuICAgICAgICAgICAgICAgICAgICB7c3RhdC5uYW1lICYmIChcbiAgICAgICAgICAgICAgICAgICAgICA8ZGQgY2xhc3NOYW1lPVwibXQtMiB0ZXh0LXNtIGxnOnRleHQtYmFzZSBmb250LWxpZ2h0IHRleHQtZ3JheS02MDAgZGFyazp0ZXh0LWdyYXktMzAwXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICB7c3RhdC5uYW1lfVxuICAgICAgICAgICAgICAgICAgICAgIDwvZGQ+XG4gICAgICAgICAgICAgICAgICAgICl9XG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgPC9kbD5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICApXG59XG5cbmZ1bmN0aW9uIENUQSgpIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cImJnLXdoaXRlIFwiPlxuICAgICAgPGRpdiBjbGFzc05hbWU9XCJweC02IHB0LTI0IHBiLTMyIHNtOnB4LTYgbGc6cHgtOCBcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG1heC13LTN4bCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgIDxoMiBjbGFzc05hbWU9XCJ0ZXh0LTV4bCBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtYmFsYW5jZSB0ZXh0LWdyYXktOTAwIHNtOnRleHQtNXhsXCI+XG4gICAgICAgICAgICBFbXBvd2VyIGEgR2VuZXJhdGlvbi4gSm9pbiB0aGUgTW92ZW1lbnQuXG4gICAgICAgICAgPC9oMj5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJteC1hdXRvIG10LTYgbWF4LXcteGwgdGV4dC1sZy84IHRleHQtcHJldHR5IHRleHQtZ3JheS02MDBcIj5cbiAgICAgICAgICAgIEhlbHAgYnVpbGQgYSBmdXR1cmUgd2hlcmUgZXZlcnkgeW91bmcgcGVyc29uIGNhbiB0aHJpdmUg4oCUIHRocm91Z2ggaG9saXN0aWMgZWR1Y2F0aW9uLCBjdWx0dXJhbCBjb25uZWN0aW9uLCBhbmQgY29tbXVuaXR5LWxlZCBpbm5vdmF0aW9uLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm10LTEwIGZsZXggaXRlbXMtY2VudGVyIGp1c3RpZnktY2VudGVyIGdhcC14LTZcIj5cbiAgICAgICAgICAgIDxCdXR0b24gaHJlZj1cIi9nZXQtaW52b2x2ZWRcIj5HZXQgSW52b2x2ZWQ8L0J1dHRvbj5cbiAgICAgICAgICAgIDxCdXR0b24gdmFyaWFudD1cInNlY29uZGFyeVwiIGhyZWY9XCIvY29udGFjdFwiPlxuICAgICAgICAgICAgICBDb250YWN0IFVzXG4gICAgICAgICAgICA8L0J1dHRvbj4gXG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIClcbn1cblxuXG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEhvbWUoKSB7XG4gIHJldHVybiAoXG4gICAgPGRpdiBjbGFzc05hbWU9XCJvdmVyZmxvdy1oaWRkZW5cIj5cbiAgICAgIDxIZXJvIC8+XG4gICAgICA8bWFpbj5cbiAgICAgICAgPENvbnRhaW5lciBjbGFzc05hbWU9XCJtdC0yNFwiPlxuICAgICAgICAgIDxMb2dvQ2xvdWQgLz5cbiAgICAgICAgPC9Db250YWluZXI+XG4gICAgICAgIDxEYXJrQmVudG9TZWN0aW9uIC8+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiYmctbGluZWFyLXRvLWIgZnJvbS13aGl0ZSBmcm9tLTUwJSB0by1ncmF5LTEwMCBweS0yNFwiPlxuICAgICAgICAgIDxUZXN0aW1vbmlhbHMgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxQb3J0Zm9saW8gLz5cbiAgICAgICAgPEluZGFiYU9zIC8+XG4gICAgICAgIDxGZWF0dXJlZFRlc3RpbW9uaWFsIC8+XG4gICAgICAgIDxDVEEgLz5cbiAgICAgIDwvbWFpbj5cbiAgICAgIDxGb290ZXIgLz5cbiAgICA8L2Rpdj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbIkJlbnRvQ2FyZCIsIkJ1dHRvbiIsIkNvbnRhaW5lciIsIkZvb3RlciIsIkdyYWRpZW50IiwiS2V5Ym9hcmQiLCJMaW5rIiwiTG9nb0Nsb3VkIiwiTG9nb0NsdXN0ZXIiLCJNYXAiLCJOYXZiYXIiLCJTY3JlZW5zaG90IiwiVGVzdGltb25pYWxzIiwiSGVhZGluZyIsIlN1YmhlYWRpbmciLCJDaGV2cm9uUmlnaHRJY29uIiwiUG9ydGZvbGlvIiwiSW5kYWJhT3MiLCJGZWF0dXJlZFRlc3RpbW9uaWFsIiwibWV0YWRhdGEiLCJkZXNjcmlwdGlvbiIsIkhlcm8iLCJkaXYiLCJjbGFzc05hbWUiLCJiYW5uZXIiLCJocmVmIiwiaDEiLCJwIiwidmFyaWFudCIsIkZlYXR1cmVTZWN0aW9uIiwiYXMiLCJ3aWR0aCIsImhlaWdodCIsInNyYyIsIkJlbnRvU2VjdGlvbiIsImV5ZWJyb3ciLCJ0aXRsZSIsImdyYXBoaWMiLCJmYWRlIiwiaGlnaGxpZ2h0ZWQiLCJzdGF0cyIsImlkIiwibmFtZSIsInZhbHVlIiwiRGFya0JlbnRvU2VjdGlvbiIsImRsIiwibWFwIiwic3RhdCIsImR0IiwiZGQiLCJDVEEiLCJoMiIsIkhvbWUiLCJtYWluIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/app/page.tsx\n"); /***/ }), @@ -354,7 +354,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Example)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nconst featuredTestimonial = {\n body: \"Integer id nunc sit semper purus. Bibendum at lacus ut arcu blandit montes vitae auctor libero. Hac condimentum dignissim nibh vulputate ut nunc. Amet nibh orci mi venenatis blandit vel et proin. Non hendrerit in vel ac diam.\",\n author: {\n name: \"Brenna Goyette\",\n handle: \"brennagoyette\",\n imageUrl: \"https://images.unsplash.com/photo-1550525811-e5869dd03032?ixlib=rb-=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=1024&h=1024&q=80\",\n logoUrl: \"https://tailwindcss.com/plus-assets/img/logos/savvycal-logo-gray-900.svg\"\n }\n};\nconst testimonials = [\n [\n [\n {\n body: \"Laborum quis quam. Dolorum et ut quod quia. Voluptas numquam delectus nihil. Aut enim doloremque et ipsam.\",\n author: {\n name: \"Leslie Alexander\",\n handle: \"lesliealexander\",\n imageUrl: \"https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80\"\n }\n }\n ],\n [\n {\n body: \"Aut reprehenderit voluptatem eum asperiores beatae id. Iure molestiae ipsam ut officia rem nulla blanditiis.\",\n author: {\n name: \"Lindsay Walton\",\n handle: \"lindsaywalton\",\n imageUrl: \"https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80\"\n }\n }\n ]\n ],\n [\n [\n {\n body: \"Voluptas quos itaque ipsam in voluptatem est. Iste eos blanditiis repudiandae. Earum deserunt enim molestiae ipsum perferendis recusandae saepe corrupti.\",\n author: {\n name: \"Tom Cook\",\n handle: \"tomcook\",\n imageUrl: \"https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80\"\n }\n }\n ],\n [\n {\n body: \"Molestias ea earum quos nostrum doloremque sed. Quaerat quasi aut velit incidunt excepturi rerum voluptatem minus harum.\",\n author: {\n name: \"Leonard Krasner\",\n handle: \"leonardkrasner\",\n imageUrl: \"https://images.unsplash.com/photo-1519345182560-3f2917c472ef?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80\"\n }\n }\n ]\n ]\n];\nfunction classNames(...classes) {\n return classes.filter(Boolean).join(\" \");\n}\nfunction Example() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative isolate bg-white py-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n \"aria-hidden\": \"true\",\n className: \"absolute inset-x-0 top-1/2 -z-10 -translate-y-1/2 transform-gpu overflow-hidden opacity-30 blur-3xl\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n style: {\n clipPath: \"polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)\"\n },\n className: \"ml-[max(50%,38rem)] aspect-1313/771 w-328.25 bg-linear-to-tr from-[#ff80b5] to-[#9089fc]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 77,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 73,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n \"aria-hidden\": \"true\",\n className: \"absolute inset-x-0 top-0 -z-10 flex transform-gpu overflow-hidden pt-32 opacity-25 blur-3xl sm:pt-40 xl:justify-end\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n style: {\n clipPath: \"polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)\"\n },\n className: \"ml-[-22rem] aspect-1313/771 w-328.25 flex-none origin-top-right rotate-30 bg-linear-to-tr from-[#ff80b5] to-[#9089fc] xl:mr-[calc(50%-12rem)] xl:ml-0\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 89,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 85,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl px-6 lg:px-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base/7 font-semibold text-indigo-600\",\n children: \"Testimonials\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 99,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-2 text-4xl font-semibold tracking-tight text-balance text-gray-900 sm:text-5xl\",\n children: \"We have worked with thousands of amazing people\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 100,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 98,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto mt-16 grid max-w-2xl grid-cols-1 grid-rows-1 gap-8 text-sm/6 text-gray-900 sm:mt-20 sm:grid-cols-2 xl:mx-0 xl:max-w-none xl:grid-flow-col xl:grid-cols-4\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"figure\", {\n className: \"rounded-2xl bg-white shadow-lg ring-1 ring-gray-900/5 sm:col-span-2 xl:col-start-2 xl:row-end-1\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"blockquote\", {\n className: \"p-6 text-lg font-semibold tracking-tight text-gray-900 sm:p-12 sm:text-xl/8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: `“${featuredTestimonial.body}”`\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 107,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 106,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"figcaption\", {\n className: \"flex flex-wrap items-center gap-x-4 gap-y-4 border-t border-gray-900/10 px-6 py-4 sm:flex-nowrap\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: featuredTestimonial.author.imageUrl,\n className: \"size-10 flex-none rounded-full bg-gray-50\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 110,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex-auto\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"font-semibold\",\n children: featuredTestimonial.author.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 116,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"text-gray-600\",\n children: `@${featuredTestimonial.author.handle}`\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 117,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 115,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: featuredTestimonial.author.logoUrl,\n className: \"h-10 w-auto flex-none\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 119,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 109,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 105,\n columnNumber: 11\n }, this),\n testimonials.map((columnGroup, columnGroupIdx)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"space-y-8 xl:contents xl:space-y-0\",\n children: columnGroup.map((column, columnIdx)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: classNames(columnGroupIdx === 0 && columnIdx === 0 || columnGroupIdx === testimonials.length - 1 && columnIdx === columnGroup.length - 1 ? \"xl:row-span-2\" : \"xl:row-start-1\", \"space-y-8\"),\n children: column.map((testimonial)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"figure\", {\n className: \"rounded-2xl bg-white p-6 shadow-lg ring-1 ring-gray-900/5\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"blockquote\", {\n className: \"text-gray-900\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: `“${testimonial.body}”`\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 141,\n columnNumber: 25\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 140,\n columnNumber: 23\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"figcaption\", {\n className: \"mt-6 flex items-center gap-x-4\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: testimonial.author.imageUrl,\n className: \"size-10 rounded-full bg-gray-50\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 144,\n columnNumber: 25\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"font-semibold\",\n children: testimonial.author.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 146,\n columnNumber: 27\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"text-gray-600\",\n children: `@${testimonial.author.handle}`\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 147,\n columnNumber: 27\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 145,\n columnNumber: 25\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 143,\n columnNumber: 23\n }, this)\n ]\n }, testimonial.author.handle, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 136,\n columnNumber: 21\n }, this))\n }, columnIdx, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 125,\n columnNumber: 17\n }, this))\n }, columnGroupIdx, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 123,\n columnNumber: 13\n }, this))\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 104,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 97,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 72,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9mZWF0dXJlZHRlc3RpbW9uaWFsLnRzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7O0FBQUEsTUFBTUEsc0JBQXNCO0lBQzFCQyxNQUFNO0lBQ05DLFFBQVE7UUFDTkMsTUFBTTtRQUNOQyxRQUFRO1FBQ1JDLFVBQ0U7UUFDRkMsU0FBUztJQUNYO0FBQ0Y7QUFDQSxNQUFNQyxlQUFlO0lBQ25CO1FBQ0U7WUFDRTtnQkFDRU4sTUFBTTtnQkFDTkMsUUFBUTtvQkFDTkMsTUFBTTtvQkFDTkMsUUFBUTtvQkFDUkMsVUFDRTtnQkFDSjtZQUNGO1NBRUQ7UUFDRDtZQUNFO2dCQUNFSixNQUFNO2dCQUNOQyxRQUFRO29CQUNOQyxNQUFNO29CQUNOQyxRQUFRO29CQUNSQyxVQUNFO2dCQUNKO1lBQ0Y7U0FFRDtLQUNGO0lBQ0Q7UUFDRTtZQUNFO2dCQUNFSixNQUFNO2dCQUNOQyxRQUFRO29CQUNOQyxNQUFNO29CQUNOQyxRQUFRO29CQUNSQyxVQUNFO2dCQUNKO1lBQ0Y7U0FFRDtRQUNEO1lBQ0U7Z0JBQ0VKLE1BQU07Z0JBQ05DLFFBQVE7b0JBQ05DLE1BQU07b0JBQ05DLFFBQVE7b0JBQ1JDLFVBQ0U7Z0JBQ0o7WUFDRjtTQUVEO0tBQ0Y7Q0FDRjtBQUVELFNBQVNHLFdBQVcsR0FBR0MsT0FBTztJQUM1QixPQUFPQSxRQUFRQyxNQUFNLENBQUNDLFNBQVNDLElBQUksQ0FBQztBQUN0QztBQUVlLFNBQVNDO0lBQ3RCLHFCQUNFLDhEQUFDQztRQUFJQyxXQUFVOzswQkFDYiw4REFBQ0Q7Z0JBQ0NFLGVBQVk7Z0JBQ1pELFdBQVU7MEJBRVYsNEVBQUNEO29CQUNDRyxPQUFPO3dCQUNMQyxVQUNFO29CQUNKO29CQUNBSCxXQUFVOzs7Ozs7Ozs7OzswQkFHZCw4REFBQ0Q7Z0JBQ0NFLGVBQVk7Z0JBQ1pELFdBQVU7MEJBRVYsNEVBQUNEO29CQUNDRyxPQUFPO3dCQUNMQyxVQUNFO29CQUNKO29CQUNBSCxXQUFVOzs7Ozs7Ozs7OzswQkFHZCw4REFBQ0Q7Z0JBQUlDLFdBQVU7O2tDQUNiLDhEQUFDRDt3QkFBSUMsV0FBVTs7MENBQ2IsOERBQUNJO2dDQUFHSixXQUFVOzBDQUE0Qzs7Ozs7OzBDQUMxRCw4REFBQ0s7Z0NBQUVMLFdBQVU7MENBQW9GOzs7Ozs7Ozs7Ozs7a0NBSW5HLDhEQUFDRDt3QkFBSUMsV0FBVTs7MENBQ2IsOERBQUNNO2dDQUFPTixXQUFVOztrREFDaEIsOERBQUNPO3dDQUFXUCxXQUFVO2tEQUNwQiw0RUFBQ0s7c0RBQUcsQ0FBQyxDQUFDLEVBQUVwQixvQkFBb0JDLElBQUksQ0FBQyxDQUFDLENBQUM7Ozs7Ozs7Ozs7O2tEQUVyQyw4REFBQ3NCO3dDQUFXUixXQUFVOzswREFDcEIsOERBQUNTO2dEQUNDQyxLQUFJO2dEQUNKQyxLQUFLMUIsb0JBQW9CRSxNQUFNLENBQUNHLFFBQVE7Z0RBQ3hDVSxXQUFVOzs7Ozs7MERBRVosOERBQUNEO2dEQUFJQyxXQUFVOztrRUFDYiw4REFBQ0Q7d0RBQUlDLFdBQVU7a0VBQWlCZixvQkFBb0JFLE1BQU0sQ0FBQ0MsSUFBSTs7Ozs7O2tFQUMvRCw4REFBQ1c7d0RBQUlDLFdBQVU7a0VBQWlCLENBQUMsQ0FBQyxFQUFFZixvQkFBb0JFLE1BQU0sQ0FBQ0UsTUFBTSxDQUFDLENBQUM7Ozs7Ozs7Ozs7OzswREFFekUsOERBQUNvQjtnREFBSUMsS0FBSTtnREFBR0MsS0FBSzFCLG9CQUFvQkUsTUFBTSxDQUFDSSxPQUFPO2dEQUFFUyxXQUFVOzs7Ozs7Ozs7Ozs7Ozs7Ozs7NEJBR2xFUixhQUFhb0IsR0FBRyxDQUFDLENBQUNDLGFBQWFDLCtCQUM5Qiw4REFBQ2Y7b0NBQXlCQyxXQUFVOzhDQUNqQ2EsWUFBWUQsR0FBRyxDQUFDLENBQUNHLFFBQVFDLDBCQUN4Qiw4REFBQ2pCOzRDQUVDQyxXQUFXUCxXQUNULG1CQUFvQixLQUFLdUIsY0FBYyxLQUNwQ0YsbUJBQW1CdEIsYUFBYXlCLE1BQU0sR0FBRyxLQUFLRCxjQUFjSCxZQUFZSSxNQUFNLEdBQUcsSUFDaEYsa0JBQ0Esa0JBQ0o7c0RBR0RGLE9BQU9ILEdBQUcsQ0FBQyxDQUFDTSw0QkFDWCw4REFBQ1o7b0RBRUNOLFdBQVU7O3NFQUVWLDhEQUFDTzs0REFBV1AsV0FBVTtzRUFDcEIsNEVBQUNLOzBFQUFHLENBQUMsQ0FBQyxFQUFFYSxZQUFZaEMsSUFBSSxDQUFDLENBQUMsQ0FBQzs7Ozs7Ozs7Ozs7c0VBRTdCLDhEQUFDc0I7NERBQVdSLFdBQVU7OzhFQUNwQiw4REFBQ1M7b0VBQUlDLEtBQUk7b0VBQUdDLEtBQUtPLFlBQVkvQixNQUFNLENBQUNHLFFBQVE7b0VBQUVVLFdBQVU7Ozs7Ozs4RUFDeEQsOERBQUNEOztzRkFDQyw4REFBQ0E7NEVBQUlDLFdBQVU7c0ZBQWlCa0IsWUFBWS9CLE1BQU0sQ0FBQ0MsSUFBSTs7Ozs7O3NGQUN2RCw4REFBQ1c7NEVBQUlDLFdBQVU7c0ZBQWlCLENBQUMsQ0FBQyxFQUFFa0IsWUFBWS9CLE1BQU0sQ0FBQ0UsTUFBTSxDQUFDLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7bURBVjlENkIsWUFBWS9CLE1BQU0sQ0FBQ0UsTUFBTTs7Ozs7MkNBWDdCMkI7Ozs7O21DQUhERjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFxQ3RCIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uL3NyYy9jb21wb25lbnRzL2ZlYXR1cmVkdGVzdGltb25pYWwudHN4PzE4ZmMiXSwic291cmNlc0NvbnRlbnQiOlsiY29uc3QgZmVhdHVyZWRUZXN0aW1vbmlhbCA9IHtcbiAgYm9keTogJ0ludGVnZXIgaWQgbnVuYyBzaXQgc2VtcGVyIHB1cnVzLiBCaWJlbmR1bSBhdCBsYWN1cyB1dCBhcmN1IGJsYW5kaXQgbW9udGVzIHZpdGFlIGF1Y3RvciBsaWJlcm8uIEhhYyBjb25kaW1lbnR1bSBkaWduaXNzaW0gbmliaCB2dWxwdXRhdGUgdXQgbnVuYy4gQW1ldCBuaWJoIG9yY2kgbWkgdmVuZW5hdGlzIGJsYW5kaXQgdmVsIGV0IHByb2luLiBOb24gaGVuZHJlcml0IGluIHZlbCBhYyBkaWFtLicsXG4gIGF1dGhvcjoge1xuICAgIG5hbWU6ICdCcmVubmEgR295ZXR0ZScsXG4gICAgaGFuZGxlOiAnYnJlbm5hZ295ZXR0ZScsXG4gICAgaW1hZ2VVcmw6XG4gICAgICAnaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1NTA1MjU4MTEtZTU4NjlkZDAzMDMyP2l4bGliPXJiLT1leUpoY0hCZmFXUWlPakV5TURkOSZhdXRvPWZvcm1hdCZmaXQ9ZmFjZWFyZWEmZmFjZXBhZD0yJnc9MTAyNCZoPTEwMjQmcT04MCcsXG4gICAgbG9nb1VybDogJ2h0dHBzOi8vdGFpbHdpbmRjc3MuY29tL3BsdXMtYXNzZXRzL2ltZy9sb2dvcy9zYXZ2eWNhbC1sb2dvLWdyYXktOTAwLnN2ZycsXG4gIH0sXG59XG5jb25zdCB0ZXN0aW1vbmlhbHMgPSBbXG4gIFtcbiAgICBbXG4gICAgICB7XG4gICAgICAgIGJvZHk6ICdMYWJvcnVtIHF1aXMgcXVhbS4gRG9sb3J1bSBldCB1dCBxdW9kIHF1aWEuIFZvbHVwdGFzIG51bXF1YW0gZGVsZWN0dXMgbmloaWwuIEF1dCBlbmltIGRvbG9yZW1xdWUgZXQgaXBzYW0uJyxcbiAgICAgICAgYXV0aG9yOiB7XG4gICAgICAgICAgbmFtZTogJ0xlc2xpZSBBbGV4YW5kZXInLFxuICAgICAgICAgIGhhbmRsZTogJ2xlc2xpZWFsZXhhbmRlcicsXG4gICAgICAgICAgaW1hZ2VVcmw6XG4gICAgICAgICAgICAnaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE0OTQ3OTAxMDgzNzctYmU5YzI5YjI5MzMwP2l4bGliPXJiLTEuMi4xJml4aWQ9ZXlKaGNIQmZhV1FpT2pFeU1EZDkmYXV0bz1mb3JtYXQmZml0PWZhY2VhcmVhJmZhY2VwYWQ9MiZ3PTI1NiZoPTI1NiZxPTgwJyxcbiAgICAgICAgfSxcbiAgICAgIH0sXG4gICAgICAvLyBNb3JlIHRlc3RpbW9uaWFscy4uLlxuICAgIF0sXG4gICAgW1xuICAgICAge1xuICAgICAgICBib2R5OiAnQXV0IHJlcHJlaGVuZGVyaXQgdm9sdXB0YXRlbSBldW0gYXNwZXJpb3JlcyBiZWF0YWUgaWQuIEl1cmUgbW9sZXN0aWFlIGlwc2FtIHV0IG9mZmljaWEgcmVtIG51bGxhIGJsYW5kaXRpaXMuJyxcbiAgICAgICAgYXV0aG9yOiB7XG4gICAgICAgICAgbmFtZTogJ0xpbmRzYXkgV2FsdG9uJyxcbiAgICAgICAgICBoYW5kbGU6ICdsaW5kc2F5d2FsdG9uJyxcbiAgICAgICAgICBpbWFnZVVybDpcbiAgICAgICAgICAgICdodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTUxNzg0MTkwNTI0MC00NzI5ODhiYWJkZjk/aXhsaWI9cmItMS4yLjEmaXhpZD1leUpoY0hCZmFXUWlPakV5TURkOSZhdXRvPWZvcm1hdCZmaXQ9ZmFjZWFyZWEmZmFjZXBhZD0yJnc9MjU2Jmg9MjU2JnE9ODAnLFxuICAgICAgICB9LFxuICAgICAgfSxcbiAgICAgIC8vIE1vcmUgdGVzdGltb25pYWxzLi4uXG4gICAgXSxcbiAgXSxcbiAgW1xuICAgIFtcbiAgICAgIHtcbiAgICAgICAgYm9keTogJ1ZvbHVwdGFzIHF1b3MgaXRhcXVlIGlwc2FtIGluIHZvbHVwdGF0ZW0gZXN0LiBJc3RlIGVvcyBibGFuZGl0aWlzIHJlcHVkaWFuZGFlLiBFYXJ1bSBkZXNlcnVudCBlbmltIG1vbGVzdGlhZSBpcHN1bSBwZXJmZXJlbmRpcyByZWN1c2FuZGFlIHNhZXBlIGNvcnJ1cHRpLicsXG4gICAgICAgIGF1dGhvcjoge1xuICAgICAgICAgIG5hbWU6ICdUb20gQ29vaycsXG4gICAgICAgICAgaGFuZGxlOiAndG9tY29vaycsXG4gICAgICAgICAgaW1hZ2VVcmw6XG4gICAgICAgICAgICAnaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE0NzIwOTk2NDU3ODUtNTY1OGFiZjRmZjRlP2l4bGliPXJiLTEuMi4xJml4aWQ9ZXlKaGNIQmZhV1FpT2pFeU1EZDkmYXV0bz1mb3JtYXQmZml0PWZhY2VhcmVhJmZhY2VwYWQ9MiZ3PTI1NiZoPTI1NiZxPTgwJyxcbiAgICAgICAgfSxcbiAgICAgIH0sXG4gICAgICAvLyBNb3JlIHRlc3RpbW9uaWFscy4uLlxuICAgIF0sXG4gICAgW1xuICAgICAge1xuICAgICAgICBib2R5OiAnTW9sZXN0aWFzIGVhIGVhcnVtIHF1b3Mgbm9zdHJ1bSBkb2xvcmVtcXVlIHNlZC4gUXVhZXJhdCBxdWFzaSBhdXQgdmVsaXQgaW5jaWR1bnQgZXhjZXB0dXJpIHJlcnVtIHZvbHVwdGF0ZW0gbWludXMgaGFydW0uJyxcbiAgICAgICAgYXV0aG9yOiB7XG4gICAgICAgICAgbmFtZTogJ0xlb25hcmQgS3Jhc25lcicsXG4gICAgICAgICAgaGFuZGxlOiAnbGVvbmFyZGtyYXNuZXInLFxuICAgICAgICAgIGltYWdlVXJsOlxuICAgICAgICAgICAgJ2h0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTE5MzQ1MTgyNTYwLTNmMjkxN2M0NzJlZj9peGxpYj1yYi0xLjIuMSZpeGlkPWV5SmhjSEJmYVdRaU9qRXlNRGQ5JmF1dG89Zm9ybWF0JmZpdD1mYWNlYXJlYSZmYWNlcGFkPTImdz0yNTYmaD0yNTYmcT04MCcsXG4gICAgICAgIH0sXG4gICAgICB9LFxuICAgICAgLy8gTW9yZSB0ZXN0aW1vbmlhbHMuLi5cbiAgICBdLFxuICBdLFxuXVxuXG5mdW5jdGlvbiBjbGFzc05hbWVzKC4uLmNsYXNzZXMpIHtcbiAgcmV0dXJuIGNsYXNzZXMuZmlsdGVyKEJvb2xlYW4pLmpvaW4oJyAnKVxufVxuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBFeGFtcGxlKCkge1xuICByZXR1cm4gKFxuICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaXNvbGF0ZSBiZy13aGl0ZSBweS0yNFwiPlxuICAgICAgPGRpdlxuICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC14LTAgdG9wLTEvMiAtei0xMCAtdHJhbnNsYXRlLXktMS8yIHRyYW5zZm9ybS1ncHUgb3ZlcmZsb3ctaGlkZGVuIG9wYWNpdHktMzAgYmx1ci0zeGxcIlxuICAgICAgPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgc3R5bGU9e3tcbiAgICAgICAgICAgIGNsaXBQYXRoOlxuICAgICAgICAgICAgICAncG9seWdvbig3NC4xJSA0NC4xJSwgMTAwJSA2MS42JSwgOTcuNSUgMjYuOSUsIDg1LjUlIDAuMSUsIDgwLjclIDIlLCA3Mi41JSAzMi41JSwgNjAuMiUgNjIuNCUsIDUyLjQlIDY4LjElLCA0Ny41JSA1OC4zJSwgNDUuMiUgMzQuNSUsIDI3LjUlIDc2LjclLCAwLjElIDY0LjklLCAxNy45JSAxMDAlLCAyNy42JSA3Ni44JSwgNzYuMSUgOTcuNyUsIDc0LjElIDQ0LjElKScsXG4gICAgICAgICAgfX1cbiAgICAgICAgICBjbGFzc05hbWU9XCJtbC1bbWF4KDUwJSwzOHJlbSldIGFzcGVjdC0xMzEzLzc3MSB3LTMyOC4yNSBiZy1saW5lYXItdG8tdHIgZnJvbS1bI2ZmODBiNV0gdG8tWyM5MDg5ZmNdXCJcbiAgICAgICAgLz5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdlxuICAgICAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgICAgICBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC14LTAgdG9wLTAgLXotMTAgZmxleCB0cmFuc2Zvcm0tZ3B1IG92ZXJmbG93LWhpZGRlbiBwdC0zMiBvcGFjaXR5LTI1IGJsdXItM3hsIHNtOnB0LTQwIHhsOmp1c3RpZnktZW5kXCJcbiAgICAgID5cbiAgICAgICAgPGRpdlxuICAgICAgICAgIHN0eWxlPXt7XG4gICAgICAgICAgICBjbGlwUGF0aDpcbiAgICAgICAgICAgICAgJ3BvbHlnb24oNzQuMSUgNDQuMSUsIDEwMCUgNjEuNiUsIDk3LjUlIDI2LjklLCA4NS41JSAwLjElLCA4MC43JSAyJSwgNzIuNSUgMzIuNSUsIDYwLjIlIDYyLjQlLCA1Mi40JSA2OC4xJSwgNDcuNSUgNTguMyUsIDQ1LjIlIDM0LjUlLCAyNy41JSA3Ni43JSwgMC4xJSA2NC45JSwgMTcuOSUgMTAwJSwgMjcuNiUgNzYuOCUsIDc2LjElIDk3LjclLCA3NC4xJSA0NC4xJSknLFxuICAgICAgICAgIH19XG4gICAgICAgICAgY2xhc3NOYW1lPVwibWwtWy0yMnJlbV0gYXNwZWN0LTEzMTMvNzcxIHctMzI4LjI1IGZsZXgtbm9uZSBvcmlnaW4tdG9wLXJpZ2h0IHJvdGF0ZS0zMCBiZy1saW5lYXItdG8tdHIgZnJvbS1bI2ZmODBiNV0gdG8tWyM5MDg5ZmNdIHhsOm1yLVtjYWxjKDUwJS0xMnJlbSldIHhsOm1sLTBcIlxuICAgICAgICAvPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctN3hsIHB4LTYgbGc6cHgtOFwiPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctMnhsIHRleHQtY2VudGVyXCI+XG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtYmFzZS83IGZvbnQtc2VtaWJvbGQgdGV4dC1pbmRpZ28tNjAwXCI+VGVzdGltb25pYWxzPC9oMj5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC0yIHRleHQtNHhsIGZvbnQtc2VtaWJvbGQgdHJhY2tpbmctdGlnaHQgdGV4dC1iYWxhbmNlIHRleHQtZ3JheS05MDAgc206dGV4dC01eGxcIj5cbiAgICAgICAgICAgIFdlIGhhdmUgd29ya2VkIHdpdGggdGhvdXNhbmRzIG9mIGFtYXppbmcgcGVvcGxlXG4gICAgICAgICAgPC9wPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJteC1hdXRvIG10LTE2IGdyaWQgbWF4LXctMnhsIGdyaWQtY29scy0xIGdyaWQtcm93cy0xIGdhcC04IHRleHQtc20vNiB0ZXh0LWdyYXktOTAwIHNtOm10LTIwIHNtOmdyaWQtY29scy0yIHhsOm14LTAgeGw6bWF4LXctbm9uZSB4bDpncmlkLWZsb3ctY29sIHhsOmdyaWQtY29scy00XCI+XG4gICAgICAgICAgPGZpZ3VyZSBjbGFzc05hbWU9XCJyb3VuZGVkLTJ4bCBiZy13aGl0ZSBzaGFkb3ctbGcgcmluZy0xIHJpbmctZ3JheS05MDAvNSBzbTpjb2wtc3Bhbi0yIHhsOmNvbC1zdGFydC0yIHhsOnJvdy1lbmQtMVwiPlxuICAgICAgICAgICAgPGJsb2NrcXVvdGUgY2xhc3NOYW1lPVwicC02IHRleHQtbGcgZm9udC1zZW1pYm9sZCB0cmFja2luZy10aWdodCB0ZXh0LWdyYXktOTAwIHNtOnAtMTIgc206dGV4dC14bC84XCI+XG4gICAgICAgICAgICAgIDxwPntg4oCcJHtmZWF0dXJlZFRlc3RpbW9uaWFsLmJvZHl94oCdYH08L3A+XG4gICAgICAgICAgICA8L2Jsb2NrcXVvdGU+XG4gICAgICAgICAgICA8ZmlnY2FwdGlvbiBjbGFzc05hbWU9XCJmbGV4IGZsZXgtd3JhcCBpdGVtcy1jZW50ZXIgZ2FwLXgtNCBnYXAteS00IGJvcmRlci10IGJvcmRlci1ncmF5LTkwMC8xMCBweC02IHB5LTQgc206ZmxleC1ub3dyYXBcIj5cbiAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgIGFsdD1cIlwiXG4gICAgICAgICAgICAgICAgc3JjPXtmZWF0dXJlZFRlc3RpbW9uaWFsLmF1dGhvci5pbWFnZVVybH1cbiAgICAgICAgICAgICAgICBjbGFzc05hbWU9XCJzaXplLTEwIGZsZXgtbm9uZSByb3VuZGVkLWZ1bGwgYmctZ3JheS01MFwiXG4gICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZmxleC1hdXRvXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmb250LXNlbWlib2xkXCI+e2ZlYXR1cmVkVGVzdGltb25pYWwuYXV0aG9yLm5hbWV9PC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJ0ZXh0LWdyYXktNjAwXCI+e2BAJHtmZWF0dXJlZFRlc3RpbW9uaWFsLmF1dGhvci5oYW5kbGV9YH08L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxpbWcgYWx0PVwiXCIgc3JjPXtmZWF0dXJlZFRlc3RpbW9uaWFsLmF1dGhvci5sb2dvVXJsfSBjbGFzc05hbWU9XCJoLTEwIHctYXV0byBmbGV4LW5vbmVcIiAvPlxuICAgICAgICAgICAgPC9maWdjYXB0aW9uPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICAgIHt0ZXN0aW1vbmlhbHMubWFwKChjb2x1bW5Hcm91cCwgY29sdW1uR3JvdXBJZHgpID0+IChcbiAgICAgICAgICAgIDxkaXYga2V5PXtjb2x1bW5Hcm91cElkeH0gY2xhc3NOYW1lPVwic3BhY2UteS04IHhsOmNvbnRlbnRzIHhsOnNwYWNlLXktMFwiPlxuICAgICAgICAgICAgICB7Y29sdW1uR3JvdXAubWFwKChjb2x1bW4sIGNvbHVtbklkeCkgPT4gKFxuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgIGtleT17Y29sdW1uSWR4fVxuICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPXtjbGFzc05hbWVzKFxuICAgICAgICAgICAgICAgICAgICAoY29sdW1uR3JvdXBJZHggPT09IDAgJiYgY29sdW1uSWR4ID09PSAwKSB8fFxuICAgICAgICAgICAgICAgICAgICAgIChjb2x1bW5Hcm91cElkeCA9PT0gdGVzdGltb25pYWxzLmxlbmd0aCAtIDEgJiYgY29sdW1uSWR4ID09PSBjb2x1bW5Hcm91cC5sZW5ndGggLSAxKVxuICAgICAgICAgICAgICAgICAgICAgID8gJ3hsOnJvdy1zcGFuLTInXG4gICAgICAgICAgICAgICAgICAgICAgOiAneGw6cm93LXN0YXJ0LTEnLFxuICAgICAgICAgICAgICAgICAgICAnc3BhY2UteS04JyxcbiAgICAgICAgICAgICAgICAgICl9XG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAge2NvbHVtbi5tYXAoKHRlc3RpbW9uaWFsKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxmaWd1cmVcbiAgICAgICAgICAgICAgICAgICAgICBrZXk9e3Rlc3RpbW9uaWFsLmF1dGhvci5oYW5kbGV9XG4gICAgICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwicm91bmRlZC0yeGwgYmctd2hpdGUgcC02IHNoYWRvdy1sZyByaW5nLTEgcmluZy1ncmF5LTkwMC81XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgIDxibG9ja3F1b3RlIGNsYXNzTmFtZT1cInRleHQtZ3JheS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxwPntg4oCcJHt0ZXN0aW1vbmlhbC5ib2R5feKAnWB9PC9wPlxuICAgICAgICAgICAgICAgICAgICAgIDwvYmxvY2txdW90ZT5cbiAgICAgICAgICAgICAgICAgICAgICA8ZmlnY2FwdGlvbiBjbGFzc05hbWU9XCJtdC02IGZsZXggaXRlbXMtY2VudGVyIGdhcC14LTRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgYWx0PVwiXCIgc3JjPXt0ZXN0aW1vbmlhbC5hdXRob3IuaW1hZ2VVcmx9IGNsYXNzTmFtZT1cInNpemUtMTAgcm91bmRlZC1mdWxsIGJnLWdyYXktNTBcIiAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmb250LXNlbWlib2xkXCI+e3Rlc3RpbW9uaWFsLmF1dGhvci5uYW1lfTwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInRleHQtZ3JheS02MDBcIj57YEAke3Rlc3RpbW9uaWFsLmF1dGhvci5oYW5kbGV9YH08L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgIDwvZmlnY2FwdGlvbj5cbiAgICAgICAgICAgICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgICAgICAgICAgICApKX1cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICApKX1cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbImZlYXR1cmVkVGVzdGltb25pYWwiLCJib2R5IiwiYXV0aG9yIiwibmFtZSIsImhhbmRsZSIsImltYWdlVXJsIiwibG9nb1VybCIsInRlc3RpbW9uaWFscyIsImNsYXNzTmFtZXMiLCJjbGFzc2VzIiwiZmlsdGVyIiwiQm9vbGVhbiIsImpvaW4iLCJFeGFtcGxlIiwiZGl2IiwiY2xhc3NOYW1lIiwiYXJpYS1oaWRkZW4iLCJzdHlsZSIsImNsaXBQYXRoIiwiaDIiLCJwIiwiZmlndXJlIiwiYmxvY2txdW90ZSIsImZpZ2NhcHRpb24iLCJpbWciLCJhbHQiLCJzcmMiLCJtYXAiLCJjb2x1bW5Hcm91cCIsImNvbHVtbkdyb3VwSWR4IiwiY29sdW1uIiwiY29sdW1uSWR4IiwibGVuZ3RoIiwidGVzdGltb25pYWwiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/featuredtestimonial.tsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Example)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n\nconst featuredTestimonial = {\n body: \"Indaba changed the way I look at education. It made me realize that learning isn't about memorization, it's about becoming a better version of myself every day.\",\n author: {\n name: \"Thando Mokoena\",\n handle: \"thando.m\",\n imageUrl: \"https://randomuser.me/api/portraits/women/44.jpg\",\n logoUrl: \"/logo-cloud/transistor.svg\"\n }\n};\nconst testimonials = [\n [\n [\n {\n body: \"Before Indaba, I felt lost about my future. Now, I'm running a local business and mentoring others in my community.\",\n author: {\n name: \"Ayanda Dlamini\",\n handle: \"ayanda_d\",\n imageUrl: \"https://randomuser.me/api/portraits/men/12.jpg\"\n }\n },\n {\n body: \"Indaba opened doors for me that I never thought existed. I learned more in a few weeks than in years of school.\",\n author: {\n name: \"Naledi K.\",\n handle: \"naledi_edu\",\n imageUrl: \"https://randomuser.me/api/portraits/women/22.jpg\"\n }\n }\n ],\n [\n {\n body: \"I didn't just gain skills — I gained confidence. Indaba is like having a community that believes in you.\",\n author: {\n name: \"Kgosi Molefe\",\n handle: \"kgosi.dev\",\n imageUrl: \"https://randomuser.me/api/portraits/men/33.jpg\"\n }\n }\n ]\n ],\n [\n [\n {\n body: \"This is what learning should be — inclusive, exciting, and deeply personal.\",\n author: {\n name: \"Samir Patel\",\n handle: \"samirlearns\",\n imageUrl: \"https://randomuser.me/api/portraits/men/45.jpg\"\n }\n }\n ],\n [\n {\n body: \"I used to think tech was only for others. Now I build and share things that make a difference. Indaba did that.\",\n author: {\n name: \"Katlego M.\",\n handle: \"katcode\",\n imageUrl: \"https://randomuser.me/api/portraits/men/71.jpg\"\n }\n }\n ]\n ]\n];\nfunction classNames(...classes) {\n return classes.filter(Boolean).join(\" \");\n}\nfunction Example() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative isolate bg-white py-24\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n \"aria-hidden\": \"true\",\n className: \"absolute inset-x-0 top-1/2 -z-10 -translate-y-1/2 transform-gpu overflow-hidden opacity-30 blur-3xl\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n style: {\n clipPath: \"polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)\"\n },\n className: \"ml-[max(50%,38rem)] aspect-1313/771 w-328.25 bg-linear-to-tr from-[#ff80b5] to-[#9089fc]\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 79,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 75,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl px-6 lg:px-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-2xl text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-base/7 font-semibold text-indigo-600\",\n children: \"Testimonials\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 89,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-2 text-4xl font-semibold tracking-tight text-balance text-gray-900 sm:text-5xl\",\n children: \"Voices from Our Community\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 90,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 88,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto mt-16 grid max-w-2xl grid-cols-1 grid-rows-1 gap-8 text-sm/6 text-gray-900 sm:mt-20 sm:grid-cols-2 xl:mx-0 xl:max-w-none xl:grid-flow-col xl:grid-cols-4\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"figure\", {\n className: \"rounded-2xl bg-white shadow-lg ring-1 ring-gray-900/5 sm:col-span-2 xl:col-start-2 xl:row-end-1\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"blockquote\", {\n className: \"p-6 text-lg font-semibold tracking-tight text-gray-900 sm:p-12 sm:text-xl/8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: `“${featuredTestimonial.body}”`\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 97,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 96,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"figcaption\", {\n className: \"flex flex-wrap items-center gap-x-4 gap-y-4 border-t border-gray-900/10 px-6 py-4 sm:flex-nowrap\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: featuredTestimonial.author.imageUrl,\n className: \"size-10 flex-none rounded-full bg-gray-50\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 100,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex-auto\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"font-semibold\",\n children: featuredTestimonial.author.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 106,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"text-gray-600\",\n children: [\n \"@\",\n featuredTestimonial.author.handle\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 107,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 105,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: featuredTestimonial.author.logoUrl,\n className: \"h-10 w-auto flex-none\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 109,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 99,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 95,\n columnNumber: 11\n }, this),\n testimonials.map((columnGroup, columnGroupIdx)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"space-y-8 xl:contents xl:space-y-0\",\n children: columnGroup.map((column, columnIdx)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: classNames(columnGroupIdx === 0 && columnIdx === 0 || columnGroupIdx === testimonials.length - 1 && columnIdx === columnGroup.length - 1 ? \"xl:row-span-2\" : \"xl:row-start-1\", \"space-y-8\"),\n children: column.map((testimonial)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"figure\", {\n className: \"rounded-2xl bg-white p-6 shadow-lg ring-1 ring-gray-900/5\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"blockquote\", {\n className: \"text-gray-900\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n children: `“${testimonial.body}”`\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 131,\n columnNumber: 25\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 130,\n columnNumber: 23\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"figcaption\", {\n className: \"mt-6 flex items-center gap-x-4\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: testimonial.author.imageUrl,\n className: \"size-10 rounded-full bg-gray-50\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 134,\n columnNumber: 25\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"font-semibold\",\n children: testimonial.author.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 136,\n columnNumber: 27\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"text-gray-600\",\n children: [\n \"@\",\n testimonial.author.handle\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 137,\n columnNumber: 27\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 135,\n columnNumber: 25\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 133,\n columnNumber: 23\n }, this)\n ]\n }, testimonial.author.handle, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 126,\n columnNumber: 21\n }, this))\n }, columnIdx, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 115,\n columnNumber: 17\n }, this))\n }, columnGroupIdx, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 113,\n columnNumber: 13\n }, this))\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 94,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 87,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx\",\n lineNumber: 74,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9mZWF0dXJlZHRlc3RpbW9uaWFsLnRzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7O0FBRUEsTUFBTUEsc0JBQXNCO0lBQzFCQyxNQUFNO0lBQ05DLFFBQVE7UUFDTkMsTUFBTTtRQUNOQyxRQUFRO1FBQ1JDLFVBQVU7UUFDVkMsU0FBUztJQUNYO0FBQ0Y7QUFFQSxNQUFNQyxlQUFlO0lBQ25CO1FBQ0U7WUFDRTtnQkFDRU4sTUFBTTtnQkFDTkMsUUFBUTtvQkFDTkMsTUFBTTtvQkFDTkMsUUFBUTtvQkFDUkMsVUFBVTtnQkFDWjtZQUNGO1lBQ0E7Z0JBQ0VKLE1BQU07Z0JBQ05DLFFBQVE7b0JBQ05DLE1BQU07b0JBQ05DLFFBQVE7b0JBQ1JDLFVBQVU7Z0JBQ1o7WUFDRjtTQUNEO1FBQ0Q7WUFDRTtnQkFDRUosTUFBTTtnQkFDTkMsUUFBUTtvQkFDTkMsTUFBTTtvQkFDTkMsUUFBUTtvQkFDUkMsVUFBVTtnQkFDWjtZQUNGO1NBQ0Q7S0FDRjtJQUNEO1FBQ0U7WUFDRTtnQkFDRUosTUFBTTtnQkFDTkMsUUFBUTtvQkFDTkMsTUFBTTtvQkFDTkMsUUFBUTtvQkFDUkMsVUFBVTtnQkFDWjtZQUNGO1NBQ0Q7UUFDRDtZQUNFO2dCQUNFSixNQUFNO2dCQUNOQyxRQUFRO29CQUNOQyxNQUFNO29CQUNOQyxRQUFRO29CQUNSQyxVQUFVO2dCQUNaO1lBQ0Y7U0FDRDtLQUNGO0NBQ0Y7QUFFRCxTQUFTRyxXQUFXLEdBQUdDLE9BQU87SUFDNUIsT0FBT0EsUUFBUUMsTUFBTSxDQUFDQyxTQUFTQyxJQUFJLENBQUM7QUFDdEM7QUFFZSxTQUFTQztJQUN0QixxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTs7MEJBQ2IsOERBQUNEO2dCQUNDRSxlQUFZO2dCQUNaRCxXQUFVOzBCQUVWLDRFQUFDRDtvQkFDQ0csT0FBTzt3QkFDTEMsVUFDRTtvQkFDSjtvQkFDQUgsV0FBVTs7Ozs7Ozs7Ozs7MEJBR2QsOERBQUNEO2dCQUFJQyxXQUFVOztrQ0FDYiw4REFBQ0Q7d0JBQUlDLFdBQVU7OzBDQUNiLDhEQUFDSTtnQ0FBR0osV0FBVTswQ0FBNEM7Ozs7OzswQ0FDMUQsOERBQUNLO2dDQUFFTCxXQUFVOzBDQUFvRjs7Ozs7Ozs7Ozs7O2tDQUluRyw4REFBQ0Q7d0JBQUlDLFdBQVU7OzBDQUNiLDhEQUFDTTtnQ0FBT04sV0FBVTs7a0RBQ2hCLDhEQUFDTzt3Q0FBV1AsV0FBVTtrREFDcEIsNEVBQUNLO3NEQUFHLENBQUMsQ0FBQyxFQUFFcEIsb0JBQW9CQyxJQUFJLENBQUMsQ0FBQyxDQUFDOzs7Ozs7Ozs7OztrREFFckMsOERBQUNzQjt3Q0FBV1IsV0FBVTs7MERBQ3BCLDhEQUFDUztnREFDQ0MsS0FBSTtnREFDSkMsS0FBSzFCLG9CQUFvQkUsTUFBTSxDQUFDRyxRQUFRO2dEQUN4Q1UsV0FBVTs7Ozs7OzBEQUVaLDhEQUFDRDtnREFBSUMsV0FBVTs7a0VBQ2IsOERBQUNEO3dEQUFJQyxXQUFVO2tFQUFpQmYsb0JBQW9CRSxNQUFNLENBQUNDLElBQUk7Ozs7OztrRUFDL0QsOERBQUNXO3dEQUFJQyxXQUFVOzs0REFBZ0I7NERBQUVmLG9CQUFvQkUsTUFBTSxDQUFDRSxNQUFNOzs7Ozs7Ozs7Ozs7OzBEQUVwRSw4REFBQ29CO2dEQUFJQyxLQUFJO2dEQUFHQyxLQUFLMUIsb0JBQW9CRSxNQUFNLENBQUNJLE9BQU87Z0RBQUVTLFdBQVU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs0QkFHbEVSLGFBQWFvQixHQUFHLENBQUMsQ0FBQ0MsYUFBYUMsK0JBQzlCLDhEQUFDZjtvQ0FBeUJDLFdBQVU7OENBQ2pDYSxZQUFZRCxHQUFHLENBQUMsQ0FBQ0csUUFBUUMsMEJBQ3hCLDhEQUFDakI7NENBRUNDLFdBQVdQLFdBQ1QsbUJBQW9CLEtBQUt1QixjQUFjLEtBQ3BDRixtQkFBbUJ0QixhQUFheUIsTUFBTSxHQUFHLEtBQUtELGNBQWNILFlBQVlJLE1BQU0sR0FBRyxJQUNoRixrQkFDQSxrQkFDSjtzREFHREYsT0FBT0gsR0FBRyxDQUFDLENBQUNNLDRCQUNYLDhEQUFDWjtvREFFQ04sV0FBVTs7c0VBRVYsOERBQUNPOzREQUFXUCxXQUFVO3NFQUNwQiw0RUFBQ0s7MEVBQUcsQ0FBQyxDQUFDLEVBQUVhLFlBQVloQyxJQUFJLENBQUMsQ0FBQyxDQUFDOzs7Ozs7Ozs7OztzRUFFN0IsOERBQUNzQjs0REFBV1IsV0FBVTs7OEVBQ3BCLDhEQUFDUztvRUFBSUMsS0FBSTtvRUFBR0MsS0FBS08sWUFBWS9CLE1BQU0sQ0FBQ0csUUFBUTtvRUFBRVUsV0FBVTs7Ozs7OzhFQUN4RCw4REFBQ0Q7O3NGQUNDLDhEQUFDQTs0RUFBSUMsV0FBVTtzRkFBaUJrQixZQUFZL0IsTUFBTSxDQUFDQyxJQUFJOzs7Ozs7c0ZBQ3ZELDhEQUFDVzs0RUFBSUMsV0FBVTs7Z0ZBQWdCO2dGQUFFa0IsWUFBWS9CLE1BQU0sQ0FBQ0UsTUFBTTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7bURBVnpENkIsWUFBWS9CLE1BQU0sQ0FBQ0UsTUFBTTs7Ozs7MkNBWDdCMkI7Ozs7O21DQUhERjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFxQ3RCIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uL3NyYy9jb21wb25lbnRzL2ZlYXR1cmVkdGVzdGltb25pYWwudHN4PzE4ZmMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY2xzeCB9IGZyb20gJ2Nsc3gnXG5cbmNvbnN0IGZlYXR1cmVkVGVzdGltb25pYWwgPSB7XG4gIGJvZHk6ICdJbmRhYmEgY2hhbmdlZCB0aGUgd2F5IEkgbG9vayBhdCBlZHVjYXRpb24uIEl0IG1hZGUgbWUgcmVhbGl6ZSB0aGF0IGxlYXJuaW5nIGlzblxcJ3QgYWJvdXQgbWVtb3JpemF0aW9uLCBpdFxcJ3MgYWJvdXQgYmVjb21pbmcgYSBiZXR0ZXIgdmVyc2lvbiBvZiBteXNlbGYgZXZlcnkgZGF5LicsXG4gIGF1dGhvcjoge1xuICAgIG5hbWU6ICdUaGFuZG8gTW9rb2VuYScsXG4gICAgaGFuZGxlOiAndGhhbmRvLm0nLFxuICAgIGltYWdlVXJsOiAnaHR0cHM6Ly9yYW5kb211c2VyLm1lL2FwaS9wb3J0cmFpdHMvd29tZW4vNDQuanBnJyxcbiAgICBsb2dvVXJsOiAnL2xvZ28tY2xvdWQvdHJhbnNpc3Rvci5zdmcnLFxuICB9LFxufVxuXG5jb25zdCB0ZXN0aW1vbmlhbHMgPSBbXG4gIFtcbiAgICBbXG4gICAgICB7XG4gICAgICAgIGJvZHk6ICdCZWZvcmUgSW5kYWJhLCBJIGZlbHQgbG9zdCBhYm91dCBteSBmdXR1cmUuIE5vdywgSVxcJ20gcnVubmluZyBhIGxvY2FsIGJ1c2luZXNzIGFuZCBtZW50b3Jpbmcgb3RoZXJzIGluIG15IGNvbW11bml0eS4nLFxuICAgICAgICBhdXRob3I6IHtcbiAgICAgICAgICBuYW1lOiAnQXlhbmRhIERsYW1pbmknLFxuICAgICAgICAgIGhhbmRsZTogJ2F5YW5kYV9kJyxcbiAgICAgICAgICBpbWFnZVVybDogJ2h0dHBzOi8vcmFuZG9tdXNlci5tZS9hcGkvcG9ydHJhaXRzL21lbi8xMi5qcGcnLFxuICAgICAgICB9LFxuICAgICAgfSxcbiAgICAgIHtcbiAgICAgICAgYm9keTogJ0luZGFiYSBvcGVuZWQgZG9vcnMgZm9yIG1lIHRoYXQgSSBuZXZlciB0aG91Z2h0IGV4aXN0ZWQuIEkgbGVhcm5lZCBtb3JlIGluIGEgZmV3IHdlZWtzIHRoYW4gaW4geWVhcnMgb2Ygc2Nob29sLicsXG4gICAgICAgIGF1dGhvcjoge1xuICAgICAgICAgIG5hbWU6ICdOYWxlZGkgSy4nLFxuICAgICAgICAgIGhhbmRsZTogJ25hbGVkaV9lZHUnLFxuICAgICAgICAgIGltYWdlVXJsOiAnaHR0cHM6Ly9yYW5kb211c2VyLm1lL2FwaS9wb3J0cmFpdHMvd29tZW4vMjIuanBnJyxcbiAgICAgICAgfSxcbiAgICAgIH0sXG4gICAgXSxcbiAgICBbXG4gICAgICB7XG4gICAgICAgIGJvZHk6ICdJIGRpZG5cXCd0IGp1c3QgZ2FpbiBza2lsbHMg4oCUIEkgZ2FpbmVkIGNvbmZpZGVuY2UuIEluZGFiYSBpcyBsaWtlIGhhdmluZyBhIGNvbW11bml0eSB0aGF0IGJlbGlldmVzIGluIHlvdS4nLFxuICAgICAgICBhdXRob3I6IHtcbiAgICAgICAgICBuYW1lOiAnS2dvc2kgTW9sZWZlJyxcbiAgICAgICAgICBoYW5kbGU6ICdrZ29zaS5kZXYnLFxuICAgICAgICAgIGltYWdlVXJsOiAnaHR0cHM6Ly9yYW5kb211c2VyLm1lL2FwaS9wb3J0cmFpdHMvbWVuLzMzLmpwZycsXG4gICAgICAgIH0sXG4gICAgICB9LFxuICAgIF0sXG4gIF0sXG4gIFtcbiAgICBbXG4gICAgICB7XG4gICAgICAgIGJvZHk6ICdUaGlzIGlzIHdoYXQgbGVhcm5pbmcgc2hvdWxkIGJlIOKAlCBpbmNsdXNpdmUsIGV4Y2l0aW5nLCBhbmQgZGVlcGx5IHBlcnNvbmFsLicsXG4gICAgICAgIGF1dGhvcjoge1xuICAgICAgICAgIG5hbWU6ICdTYW1pciBQYXRlbCcsXG4gICAgICAgICAgaGFuZGxlOiAnc2FtaXJsZWFybnMnLFxuICAgICAgICAgIGltYWdlVXJsOiAnaHR0cHM6Ly9yYW5kb211c2VyLm1lL2FwaS9wb3J0cmFpdHMvbWVuLzQ1LmpwZycsXG4gICAgICAgIH0sXG4gICAgICB9LFxuICAgIF0sXG4gICAgW1xuICAgICAge1xuICAgICAgICBib2R5OiAnSSB1c2VkIHRvIHRoaW5rIHRlY2ggd2FzIG9ubHkgZm9yIG90aGVycy4gTm93IEkgYnVpbGQgYW5kIHNoYXJlIHRoaW5ncyB0aGF0IG1ha2UgYSBkaWZmZXJlbmNlLiBJbmRhYmEgZGlkIHRoYXQuJyxcbiAgICAgICAgYXV0aG9yOiB7XG4gICAgICAgICAgbmFtZTogJ0thdGxlZ28gTS4nLFxuICAgICAgICAgIGhhbmRsZTogJ2thdGNvZGUnLFxuICAgICAgICAgIGltYWdlVXJsOiAnaHR0cHM6Ly9yYW5kb211c2VyLm1lL2FwaS9wb3J0cmFpdHMvbWVuLzcxLmpwZycsXG4gICAgICAgIH0sXG4gICAgICB9LFxuICAgIF0sXG4gIF0sXG5dXG5cbmZ1bmN0aW9uIGNsYXNzTmFtZXMoLi4uY2xhc3Nlcykge1xuICByZXR1cm4gY2xhc3Nlcy5maWx0ZXIoQm9vbGVhbikuam9pbignICcpXG59XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIEV4YW1wbGUoKSB7XG4gIHJldHVybiAoXG4gICAgPGRpdiBjbGFzc05hbWU9XCJyZWxhdGl2ZSBpc29sYXRlIGJnLXdoaXRlIHB5LTI0XCI+XG4gICAgICA8ZGl2XG4gICAgICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgICAgIGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LXgtMCB0b3AtMS8yIC16LTEwIC10cmFuc2xhdGUteS0xLzIgdHJhbnNmb3JtLWdwdSBvdmVyZmxvdy1oaWRkZW4gb3BhY2l0eS0zMCBibHVyLTN4bFwiXG4gICAgICA+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICBzdHlsZT17e1xuICAgICAgICAgICAgY2xpcFBhdGg6XG4gICAgICAgICAgICAgICdwb2x5Z29uKDc0LjElIDQ0LjElLCAxMDAlIDYxLjYlLCA5Ny41JSAyNi45JSwgODUuNSUgMC4xJSwgODAuNyUgMiUsIDcyLjUlIDMyLjUlLCA2MC4yJSA2Mi40JSwgNTIuNCUgNjguMSUsIDQ3LjUlIDU4LjMlLCA0NS4yJSAzNC41JSwgMjcuNSUgNzYuNyUsIDAuMSUgNjQuOSUsIDE3LjklIDEwMCUsIDI3LjYlIDc2LjglLCA3Ni4xJSA5Ny43JSwgNzQuMSUgNDQuMSUpJyxcbiAgICAgICAgICB9fVxuICAgICAgICAgIGNsYXNzTmFtZT1cIm1sLVttYXgoNTAlLDM4cmVtKV0gYXNwZWN0LTEzMTMvNzcxIHctMzI4LjI1IGJnLWxpbmVhci10by10ciBmcm9tLVsjZmY4MGI1XSB0by1bIzkwODlmY11cIlxuICAgICAgICAvPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctN3hsIHB4LTYgbGc6cHgtOFwiPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbWF4LXctMnhsIHRleHQtY2VudGVyXCI+XG4gICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtYmFzZS83IGZvbnQtc2VtaWJvbGQgdGV4dC1pbmRpZ28tNjAwXCI+VGVzdGltb25pYWxzPC9oMj5cbiAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC0yIHRleHQtNHhsIGZvbnQtc2VtaWJvbGQgdHJhY2tpbmctdGlnaHQgdGV4dC1iYWxhbmNlIHRleHQtZ3JheS05MDAgc206dGV4dC01eGxcIj5cbiAgICAgICAgICAgIFZvaWNlcyBmcm9tIE91ciBDb21tdW5pdHlcbiAgICAgICAgICA8L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cIm14LWF1dG8gbXQtMTYgZ3JpZCBtYXgtdy0yeGwgZ3JpZC1jb2xzLTEgZ3JpZC1yb3dzLTEgZ2FwLTggdGV4dC1zbS82IHRleHQtZ3JheS05MDAgc206bXQtMjAgc206Z3JpZC1jb2xzLTIgeGw6bXgtMCB4bDptYXgtdy1ub25lIHhsOmdyaWQtZmxvdy1jb2wgeGw6Z3JpZC1jb2xzLTRcIj5cbiAgICAgICAgICA8ZmlndXJlIGNsYXNzTmFtZT1cInJvdW5kZWQtMnhsIGJnLXdoaXRlIHNoYWRvdy1sZyByaW5nLTEgcmluZy1ncmF5LTkwMC81IHNtOmNvbC1zcGFuLTIgeGw6Y29sLXN0YXJ0LTIgeGw6cm93LWVuZC0xXCI+XG4gICAgICAgICAgICA8YmxvY2txdW90ZSBjbGFzc05hbWU9XCJwLTYgdGV4dC1sZyBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtZ3JheS05MDAgc206cC0xMiBzbTp0ZXh0LXhsLzhcIj5cbiAgICAgICAgICAgICAgPHA+e2DigJwke2ZlYXR1cmVkVGVzdGltb25pYWwuYm9keX3igJ1gfTwvcD5cbiAgICAgICAgICAgIDwvYmxvY2txdW90ZT5cbiAgICAgICAgICAgIDxmaWdjYXB0aW9uIGNsYXNzTmFtZT1cImZsZXggZmxleC13cmFwIGl0ZW1zLWNlbnRlciBnYXAteC00IGdhcC15LTQgYm9yZGVyLXQgYm9yZGVyLWdyYXktOTAwLzEwIHB4LTYgcHktNCBzbTpmbGV4LW5vd3JhcFwiPlxuICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgYWx0PVwiXCJcbiAgICAgICAgICAgICAgICBzcmM9e2ZlYXR1cmVkVGVzdGltb25pYWwuYXV0aG9yLmltYWdlVXJsfVxuICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cInNpemUtMTAgZmxleC1ub25lIHJvdW5kZWQtZnVsbCBiZy1ncmF5LTUwXCJcbiAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4LWF1dG9cIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZvbnQtc2VtaWJvbGRcIj57ZmVhdHVyZWRUZXN0aW1vbmlhbC5hdXRob3IubmFtZX08L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInRleHQtZ3JheS02MDBcIj5Ae2ZlYXR1cmVkVGVzdGltb25pYWwuYXV0aG9yLmhhbmRsZX08L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDxpbWcgYWx0PVwiXCIgc3JjPXtmZWF0dXJlZFRlc3RpbW9uaWFsLmF1dGhvci5sb2dvVXJsfSBjbGFzc05hbWU9XCJoLTEwIHctYXV0byBmbGV4LW5vbmVcIiAvPlxuICAgICAgICAgICAgPC9maWdjYXB0aW9uPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICAgIHt0ZXN0aW1vbmlhbHMubWFwKChjb2x1bW5Hcm91cCwgY29sdW1uR3JvdXBJZHgpID0+IChcbiAgICAgICAgICAgIDxkaXYga2V5PXtjb2x1bW5Hcm91cElkeH0gY2xhc3NOYW1lPVwic3BhY2UteS04IHhsOmNvbnRlbnRzIHhsOnNwYWNlLXktMFwiPlxuICAgICAgICAgICAgICB7Y29sdW1uR3JvdXAubWFwKChjb2x1bW4sIGNvbHVtbklkeCkgPT4gKFxuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgIGtleT17Y29sdW1uSWR4fVxuICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPXtjbGFzc05hbWVzKFxuICAgICAgICAgICAgICAgICAgICAoY29sdW1uR3JvdXBJZHggPT09IDAgJiYgY29sdW1uSWR4ID09PSAwKSB8fFxuICAgICAgICAgICAgICAgICAgICAgIChjb2x1bW5Hcm91cElkeCA9PT0gdGVzdGltb25pYWxzLmxlbmd0aCAtIDEgJiYgY29sdW1uSWR4ID09PSBjb2x1bW5Hcm91cC5sZW5ndGggLSAxKVxuICAgICAgICAgICAgICAgICAgICAgID8gJ3hsOnJvdy1zcGFuLTInXG4gICAgICAgICAgICAgICAgICAgICAgOiAneGw6cm93LXN0YXJ0LTEnLFxuICAgICAgICAgICAgICAgICAgICAnc3BhY2UteS04JyxcbiAgICAgICAgICAgICAgICAgICl9XG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAge2NvbHVtbi5tYXAoKHRlc3RpbW9uaWFsKSA9PiAoXG4gICAgICAgICAgICAgICAgICAgIDxmaWd1cmVcbiAgICAgICAgICAgICAgICAgICAgICBrZXk9e3Rlc3RpbW9uaWFsLmF1dGhvci5oYW5kbGV9XG4gICAgICAgICAgICAgICAgICAgICAgY2xhc3NOYW1lPVwicm91bmRlZC0yeGwgYmctd2hpdGUgcC02IHNoYWRvdy1sZyByaW5nLTEgcmluZy1ncmF5LTkwMC81XCJcbiAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgIDxibG9ja3F1b3RlIGNsYXNzTmFtZT1cInRleHQtZ3JheS05MDBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxwPntg4oCcJHt0ZXN0aW1vbmlhbC5ib2R5feKAnWB9PC9wPlxuICAgICAgICAgICAgICAgICAgICAgIDwvYmxvY2txdW90ZT5cbiAgICAgICAgICAgICAgICAgICAgICA8ZmlnY2FwdGlvbiBjbGFzc05hbWU9XCJtdC02IGZsZXggaXRlbXMtY2VudGVyIGdhcC14LTRcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgYWx0PVwiXCIgc3JjPXt0ZXN0aW1vbmlhbC5hdXRob3IuaW1hZ2VVcmx9IGNsYXNzTmFtZT1cInNpemUtMTAgcm91bmRlZC1mdWxsIGJnLWdyYXktNTBcIiAvPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmb250LXNlbWlib2xkXCI+e3Rlc3RpbW9uaWFsLmF1dGhvci5uYW1lfTwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInRleHQtZ3JheS02MDBcIj5Ae3Rlc3RpbW9uaWFsLmF1dGhvci5oYW5kbGV9PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICA8L2ZpZ2NhcHRpb24+XG4gICAgICAgICAgICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICAgICAgICAgICAgKSl9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgKSl9XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIClcbn1cbiJdLCJuYW1lcyI6WyJmZWF0dXJlZFRlc3RpbW9uaWFsIiwiYm9keSIsImF1dGhvciIsIm5hbWUiLCJoYW5kbGUiLCJpbWFnZVVybCIsImxvZ29VcmwiLCJ0ZXN0aW1vbmlhbHMiLCJjbGFzc05hbWVzIiwiY2xhc3NlcyIsImZpbHRlciIsIkJvb2xlYW4iLCJqb2luIiwiRXhhbXBsZSIsImRpdiIsImNsYXNzTmFtZSIsImFyaWEtaGlkZGVuIiwic3R5bGUiLCJjbGlwUGF0aCIsImgyIiwicCIsImZpZ3VyZSIsImJsb2NrcXVvdGUiLCJmaWdjYXB0aW9uIiwiaW1nIiwiYWx0Iiwic3JjIiwibWFwIiwiY29sdW1uR3JvdXAiLCJjb2x1bW5Hcm91cElkeCIsImNvbHVtbiIsImNvbHVtbklkeCIsImxlbmd0aCIsInRlc3RpbW9uaWFsIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///(rsc)/./src/components/featuredtestimonial.tsx\n"); /***/ }), @@ -365,7 +365,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Footer: () => (/* binding */ Footer)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_plus_grid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/plus-grid */ \"(rsc)/./src/components/plus-grid.tsx\");\n/* harmony import */ var _container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./container */ \"(rsc)/./src/components/container.tsx\");\n/* harmony import */ var _gradient__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./gradient */ \"(rsc)/./src/components/gradient.tsx\");\n/* harmony import */ var _link__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./link */ \"(rsc)/./src/components/link.tsx\");\n/* harmony import */ var _logo__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./logo */ \"(rsc)/./src/components/logo.tsx\");\n\n\n\n\n\n\nfunction SitemapHeading({ children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-base font-semibold text-white\",\n children: children\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 12,\n columnNumber: 10\n }, this);\n}\nfunction SitemapLinks({ children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n className: \"mt-6 space-y-4 text-sm/6\",\n children: children\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 16,\n columnNumber: 10\n }, this);\n}\nfunction SitemapLink(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_link__WEBPACK_IMPORTED_MODULE_4__.Link, {\n ...props,\n className: \"font-medium text-white data-hover:text-white\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 21,\n columnNumber: 5\n }, this);\n}\nfunction Sitemap() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapHeading, {\n children: \"Product\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 34,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLinks, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"/pricing\",\n children: \"Pricing\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 36,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Analysis\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 37,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"API\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 38,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 35,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 33,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapHeading, {\n children: \"Company\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 42,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLinks, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Careers\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 44,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"/blog\",\n children: \"Blog\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 45,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"/company\",\n children: \"Company\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 46,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 43,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 41,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapHeading, {\n children: \"Support\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 50,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLinks, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Help center\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 52,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Community\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 53,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 51,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 49,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapHeading, {\n children: \"Company\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 57,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLinks, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Terms of service\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 59,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Privacy policy\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 60,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 58,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 56,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true);\n}\nfunction SocialIconX(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 16 16\",\n fill: \"currentColor\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M12.6 0h2.454l-5.36 6.778L16 16h-4.937l-3.867-5.594L2.771 16H.316l5.733-7.25L0 0h5.063l3.495 5.114L12.6 0zm-.86 14.376h1.36L4.323 1.539H2.865l8.875 12.837z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 70,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 69,\n columnNumber: 5\n }, this);\n}\nfunction SocialIconFacebook(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 16 16\",\n fill: \"currentColor\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n clipRule: \"evenodd\",\n d: \"M16 8.05C16 3.603 12.418 0 8 0S0 3.604 0 8.05c0 4.016 2.926 7.346 6.75 7.95v-5.624H4.718V8.05H6.75V6.276c0-2.017 1.194-3.131 3.022-3.131.875 0 1.79.157 1.79.157v1.98h-1.008c-.994 0-1.304.62-1.304 1.257v1.51h2.219l-.355 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.95z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 78,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 77,\n columnNumber: 5\n }, this);\n}\nfunction SocialIconLinkedIn(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 16 16\",\n fill: \"currentColor\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M14.82 0H1.18A1.169 1.169 0 000 1.154v13.694A1.168 1.168 0 001.18 16h13.64A1.17 1.17 0 0016 14.845V1.15A1.171 1.171 0 0014.82 0zM4.744 13.64H2.369V5.996h2.375v7.644zm-1.18-8.684a1.377 1.377 0 11.52-.106 1.377 1.377 0 01-.527.103l.007.003zm10.075 8.683h-2.375V9.921c0-.885-.015-2.025-1.234-2.025-1.218 0-1.425.966-1.425 1.968v3.775H6.233V5.997H8.51v1.05h.032c.317-.601 1.09-1.235 2.246-1.235 2.405-.005 2.851 1.578 2.851 3.63v4.197z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 90,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 89,\n columnNumber: 5\n }, this);\n}\nfunction SocialLinks() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_link__WEBPACK_IMPORTED_MODULE_4__.Link, {\n href: \"https://facebook.com\",\n target: \"_blank\",\n \"aria-label\": \"Visit us on Facebook\",\n className: \"text-gray-100 data-hover:text-white\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SocialIconFacebook, {\n className: \"size-4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 104,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 98,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_link__WEBPACK_IMPORTED_MODULE_4__.Link, {\n href: \"https://x.com\",\n target: \"_blank\",\n \"aria-label\": \"Visit us on X\",\n className: \"text-gray-100 data-hover:text-white\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SocialIconX, {\n className: \"size-4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 112,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 106,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_link__WEBPACK_IMPORTED_MODULE_4__.Link, {\n href: \"https://linkedin.com\",\n target: \"_blank\",\n \"aria-label\": \"Visit us on LinkedIn\",\n className: \"text-gray-100 data-hover:text-white\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SocialIconLinkedIn, {\n className: \"size-4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 120,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 114,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true);\n}\nfunction Copyright() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"text-sm/6 text-white\",\n children: [\n \"\\xa9 \",\n new Date().getFullYear(),\n \" Radiant Inc.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 128,\n columnNumber: 5\n }, this);\n}\nfunction Footer() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"footer\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_gradient__WEBPACK_IMPORTED_MODULE_3__.Gradient, {\n className: \"relative pt-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-2 rounded-4xl bg-transparent p\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 138,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_container__WEBPACK_IMPORTED_MODULE_2__.Container, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGrid, {\n className: \"pb-16\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridRow, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"grid grid-cols-2 gap-y-10 pb-6 lg:grid-cols-6 lg:gap-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"col-span-2 flex\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridItem, {\n className: \"pt-6 lg:pb-6\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_logo__WEBPACK_IMPORTED_MODULE_5__.Logo, {\n className: \"h-9\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 145,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 144,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 143,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"col-span-2 grid grid-cols-2 gap-x-8 gap-y-12 lg:col-span-4 lg:grid-cols-subgrid lg:pt-6\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Sitemap, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 149,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 148,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 142,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 141,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridRow, {\n className: \"flex justify-between\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridItem, {\n className: \"py-3\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Copyright, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 156,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 155,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 154,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridItem, {\n className: \"flex items-center gap-8 py-3\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SocialLinks, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 161,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 160,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 159,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 153,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 140,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 139,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 137,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 136,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9mb290ZXIudHN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7OztBQUE0RTtBQUVyQztBQUNGO0FBQ1I7QUFDQTtBQUs3QixTQUFTTyxlQUFlLEVBQUVDLFFBQVEsRUFBaUM7SUFDakUscUJBQU8sOERBQUNDO1FBQUdDLFdBQVU7a0JBQXNDRjs7Ozs7O0FBQzdEO0FBRUEsU0FBU0csYUFBYSxFQUFFSCxRQUFRLEVBQWlDO0lBQy9ELHFCQUFPLDhEQUFDSTtRQUFHRixXQUFVO2tCQUE0QkY7Ozs7OztBQUNuRDtBQUVBLFNBQVNLLFlBQVlDLEtBQWtEO0lBQ3JFLHFCQUNFLDhEQUFDQztrQkFDQyw0RUFBQ1YsdUNBQUlBO1lBQ0YsR0FBR1MsS0FBSztZQUNUSixXQUFVOzs7Ozs7Ozs7OztBQUlsQjtBQUVBLFNBQVNNO0lBQ1AscUJBQ0U7OzBCQUNFLDhEQUFDQzs7a0NBQ0MsOERBQUNWO2tDQUFlOzs7Ozs7a0NBQ2hCLDhEQUFDSTs7MENBQ0MsOERBQUNFO2dDQUFZSyxNQUFLOzBDQUFXOzs7Ozs7MENBQzdCLDhEQUFDTDtnQ0FBWUssTUFBSzswQ0FBSTs7Ozs7OzBDQUN0Qiw4REFBQ0w7Z0NBQVlLLE1BQUs7MENBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7OzswQkFHMUIsOERBQUNEOztrQ0FDQyw4REFBQ1Y7a0NBQWU7Ozs7OztrQ0FDaEIsOERBQUNJOzswQ0FDQyw4REFBQ0U7Z0NBQVlLLE1BQUs7MENBQUk7Ozs7OzswQ0FDdEIsOERBQUNMO2dDQUFZSyxNQUFLOzBDQUFROzs7Ozs7MENBQzFCLDhEQUFDTDtnQ0FBWUssTUFBSzswQ0FBVzs7Ozs7Ozs7Ozs7Ozs7Ozs7OzBCQUdqQyw4REFBQ0Q7O2tDQUNDLDhEQUFDVjtrQ0FBZTs7Ozs7O2tDQUNoQiw4REFBQ0k7OzBDQUNDLDhEQUFDRTtnQ0FBWUssTUFBSzswQ0FBSTs7Ozs7OzBDQUN0Qiw4REFBQ0w7Z0NBQVlLLE1BQUs7MENBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7OzswQkFHMUIsOERBQUNEOztrQ0FDQyw4REFBQ1Y7a0NBQWU7Ozs7OztrQ0FDaEIsOERBQUNJOzswQ0FDQyw4REFBQ0U7Z0NBQVlLLE1BQUs7MENBQUk7Ozs7OzswQ0FDdEIsOERBQUNMO2dDQUFZSyxNQUFLOzBDQUFJOzs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUtoQztBQUVBLFNBQVNDLFlBQVlMLEtBQTRDO0lBQy9ELHFCQUNFLDhEQUFDTTtRQUFJQyxTQUFRO1FBQVlDLE1BQUs7UUFBZ0IsR0FBR1IsS0FBSztrQkFDcEQsNEVBQUNTO1lBQUtDLEdBQUU7Ozs7Ozs7Ozs7O0FBR2Q7QUFFQSxTQUFTQyxtQkFBbUJYLEtBQTRDO0lBQ3RFLHFCQUNFLDhEQUFDTTtRQUFJQyxTQUFRO1FBQVlDLE1BQUs7UUFBZ0IsR0FBR1IsS0FBSztrQkFDcEQsNEVBQUNTO1lBQ0NHLFVBQVM7WUFDVEMsVUFBUztZQUNUSCxHQUFFOzs7Ozs7Ozs7OztBQUlWO0FBRUEsU0FBU0ksbUJBQW1CZCxLQUE0QztJQUN0RSxxQkFDRSw4REFBQ007UUFBSUMsU0FBUTtRQUFZQyxNQUFLO1FBQWdCLEdBQUdSLEtBQUs7a0JBQ3BELDRFQUFDUztZQUFLQyxHQUFFOzs7Ozs7Ozs7OztBQUdkO0FBRUEsU0FBU0s7SUFDUCxxQkFDRTs7MEJBQ0UsOERBQUN4Qix1Q0FBSUE7Z0JBQ0hhLE1BQUs7Z0JBQ0xZLFFBQU87Z0JBQ1BDLGNBQVc7Z0JBQ1hyQixXQUFVOzBCQUVWLDRFQUFDZTtvQkFBbUJmLFdBQVU7Ozs7Ozs7Ozs7OzBCQUVoQyw4REFBQ0wsdUNBQUlBO2dCQUNIYSxNQUFLO2dCQUNMWSxRQUFPO2dCQUNQQyxjQUFXO2dCQUNYckIsV0FBVTswQkFFViw0RUFBQ1M7b0JBQVlULFdBQVU7Ozs7Ozs7Ozs7OzBCQUV6Qiw4REFBQ0wsdUNBQUlBO2dCQUNIYSxNQUFLO2dCQUNMWSxRQUFPO2dCQUNQQyxjQUFXO2dCQUNYckIsV0FBVTswQkFFViw0RUFBQ2tCO29CQUFtQmxCLFdBQVU7Ozs7Ozs7Ozs7Ozs7QUFJdEM7QUFFQSxTQUFTc0I7SUFDUCxxQkFDRSw4REFBQ2Y7UUFBSVAsV0FBVTs7WUFBdUI7WUFDNUIsSUFBSXVCLE9BQU9DLFdBQVc7WUFBRzs7Ozs7OztBQUd2QztBQUVPLFNBQVNDO0lBQ2QscUJBQ0UsOERBQUNDO2tCQUNDLDRFQUFDaEMsK0NBQVFBO1lBQUNNLFdBQVU7OzhCQUNsQiw4REFBQ087b0JBQUlQLFdBQVU7Ozs7Ozs4QkFDZiw4REFBQ1AsaURBQVNBOzhCQUNSLDRFQUFDSCwyREFBUUE7d0JBQUNVLFdBQVU7OzBDQUNsQiw4REFBQ1IsOERBQVdBOzBDQUNWLDRFQUFDZTtvQ0FBSVAsV0FBVTs7c0RBQ2IsOERBQUNPOzRDQUFJUCxXQUFVO3NEQUNiLDRFQUFDVCwrREFBWUE7Z0RBQUNTLFdBQVU7MERBQ3RCLDRFQUFDSix1Q0FBSUE7b0RBQUNJLFdBQVU7Ozs7Ozs7Ozs7Ozs7Ozs7c0RBR3BCLDhEQUFDTzs0Q0FBSVAsV0FBVTtzREFDYiw0RUFBQ007Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzswQ0FJUCw4REFBQ2QsOERBQVdBO2dDQUFDUSxXQUFVOztrREFDckIsOERBQUNPO2tEQUNDLDRFQUFDaEIsK0RBQVlBOzRDQUFDUyxXQUFVO3NEQUN0Qiw0RUFBQ3NCOzs7Ozs7Ozs7Ozs7Ozs7a0RBR0wsOERBQUNmO3dDQUFJUCxXQUFVO2tEQUNiLDRFQUFDVCwrREFBWUE7NENBQUNTLFdBQVU7c0RBQ3RCLDRFQUFDbUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFTbkIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4vc3JjL2NvbXBvbmVudHMvZm9vdGVyLnRzeD85MzUwIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBsdXNHcmlkLCBQbHVzR3JpZEl0ZW0sIFBsdXNHcmlkUm93IH0gZnJvbSAnQC9jb21wb25lbnRzL3BsdXMtZ3JpZCdcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJy4vYnV0dG9uJ1xuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnLi9jb250YWluZXInXG5pbXBvcnQgeyBHcmFkaWVudCB9IGZyb20gJy4vZ3JhZGllbnQnXG5pbXBvcnQgeyBMaW5rIH0gZnJvbSAnLi9saW5rJ1xuaW1wb3J0IHsgTG9nbyB9IGZyb20gJy4vbG9nbydcbmltcG9ydCB7IFN1YmhlYWRpbmcgfSBmcm9tICcuL3RleHQnXG5cblxuXG5mdW5jdGlvbiBTaXRlbWFwSGVhZGluZyh7IGNoaWxkcmVuIH06IHsgY2hpbGRyZW46IFJlYWN0LlJlYWN0Tm9kZSB9KSB7XG4gIHJldHVybiA8aDMgY2xhc3NOYW1lPVwidGV4dC1iYXNlIGZvbnQtc2VtaWJvbGQgdGV4dC13aGl0ZVwiPntjaGlsZHJlbn08L2gzPlxufVxuXG5mdW5jdGlvbiBTaXRlbWFwTGlua3MoeyBjaGlsZHJlbiB9OiB7IGNoaWxkcmVuOiBSZWFjdC5SZWFjdE5vZGUgfSkge1xuICByZXR1cm4gPHVsIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00IHRleHQtc20vNlwiPntjaGlsZHJlbn08L3VsPlxufVxuXG5mdW5jdGlvbiBTaXRlbWFwTGluayhwcm9wczogUmVhY3QuQ29tcG9uZW50UHJvcHNXaXRob3V0UmVmPHR5cGVvZiBMaW5rPikge1xuICByZXR1cm4gKFxuICAgIDxsaT5cbiAgICAgIDxMaW5rXG4gICAgICAgIHsuLi5wcm9wc31cbiAgICAgICAgY2xhc3NOYW1lPVwiZm9udC1tZWRpdW0gdGV4dC13aGl0ZSBkYXRhLWhvdmVyOnRleHQtd2hpdGVcIlxuICAgICAgLz5cbiAgICA8L2xpPlxuICApXG59XG5cbmZ1bmN0aW9uIFNpdGVtYXAoKSB7XG4gIHJldHVybiAoXG4gICAgPD5cbiAgICAgIDxkaXY+XG4gICAgICAgIDxTaXRlbWFwSGVhZGluZz5Qcm9kdWN0PC9TaXRlbWFwSGVhZGluZz5cbiAgICAgICAgPFNpdGVtYXBMaW5rcz5cbiAgICAgICAgICA8U2l0ZW1hcExpbmsgaHJlZj1cIi9wcmljaW5nXCI+UHJpY2luZzwvU2l0ZW1hcExpbms+XG4gICAgICAgICAgPFNpdGVtYXBMaW5rIGhyZWY9XCIjXCI+QW5hbHlzaXM8L1NpdGVtYXBMaW5rPlxuICAgICAgICAgIDxTaXRlbWFwTGluayBocmVmPVwiI1wiPkFQSTwvU2l0ZW1hcExpbms+XG4gICAgICAgIDwvU2l0ZW1hcExpbmtzPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2PlxuICAgICAgICA8U2l0ZW1hcEhlYWRpbmc+Q29tcGFueTwvU2l0ZW1hcEhlYWRpbmc+XG4gICAgICAgIDxTaXRlbWFwTGlua3M+XG4gICAgICAgICAgPFNpdGVtYXBMaW5rIGhyZWY9XCIjXCI+Q2FyZWVyczwvU2l0ZW1hcExpbms+XG4gICAgICAgICAgPFNpdGVtYXBMaW5rIGhyZWY9XCIvYmxvZ1wiPkJsb2c8L1NpdGVtYXBMaW5rPlxuICAgICAgICAgIDxTaXRlbWFwTGluayBocmVmPVwiL2NvbXBhbnlcIj5Db21wYW55PC9TaXRlbWFwTGluaz5cbiAgICAgICAgPC9TaXRlbWFwTGlua3M+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXY+XG4gICAgICAgIDxTaXRlbWFwSGVhZGluZz5TdXBwb3J0PC9TaXRlbWFwSGVhZGluZz5cbiAgICAgICAgPFNpdGVtYXBMaW5rcz5cbiAgICAgICAgICA8U2l0ZW1hcExpbmsgaHJlZj1cIiNcIj5IZWxwIGNlbnRlcjwvU2l0ZW1hcExpbms+XG4gICAgICAgICAgPFNpdGVtYXBMaW5rIGhyZWY9XCIjXCI+Q29tbXVuaXR5PC9TaXRlbWFwTGluaz5cbiAgICAgICAgPC9TaXRlbWFwTGlua3M+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXY+XG4gICAgICAgIDxTaXRlbWFwSGVhZGluZz5Db21wYW55PC9TaXRlbWFwSGVhZGluZz5cbiAgICAgICAgPFNpdGVtYXBMaW5rcz5cbiAgICAgICAgICA8U2l0ZW1hcExpbmsgaHJlZj1cIiNcIj5UZXJtcyBvZiBzZXJ2aWNlPC9TaXRlbWFwTGluaz5cbiAgICAgICAgICA8U2l0ZW1hcExpbmsgaHJlZj1cIiNcIj5Qcml2YWN5IHBvbGljeTwvU2l0ZW1hcExpbms+XG4gICAgICAgIDwvU2l0ZW1hcExpbmtzPlxuICAgICAgPC9kaXY+XG4gICAgPC8+XG4gIClcbn1cblxuZnVuY3Rpb24gU29jaWFsSWNvblgocHJvcHM6IFJlYWN0LkNvbXBvbmVudFByb3BzV2l0aG91dFJlZjwnc3ZnJz4pIHtcbiAgcmV0dXJuIChcbiAgICA8c3ZnIHZpZXdCb3g9XCIwIDAgMTYgMTZcIiBmaWxsPVwiY3VycmVudENvbG9yXCIgey4uLnByb3BzfT5cbiAgICAgIDxwYXRoIGQ9XCJNMTIuNiAwaDIuNDU0bC01LjM2IDYuNzc4TDE2IDE2aC00LjkzN2wtMy44NjctNS41OTRMMi43NzEgMTZILjMxNmw1LjczMy03LjI1TDAgMGg1LjA2M2wzLjQ5NSA1LjExNEwxMi42IDB6bS0uODYgMTQuMzc2aDEuMzZMNC4zMjMgMS41MzlIMi44NjVsOC44NzUgMTIuODM3elwiIC8+XG4gICAgPC9zdmc+XG4gIClcbn1cblxuZnVuY3Rpb24gU29jaWFsSWNvbkZhY2Vib29rKHByb3BzOiBSZWFjdC5Db21wb25lbnRQcm9wc1dpdGhvdXRSZWY8J3N2Zyc+KSB7XG4gIHJldHVybiAoXG4gICAgPHN2ZyB2aWV3Qm94PVwiMCAwIDE2IDE2XCIgZmlsbD1cImN1cnJlbnRDb2xvclwiIHsuLi5wcm9wc30+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICBkPVwiTTE2IDguMDVDMTYgMy42MDMgMTIuNDE4IDAgOCAwUzAgMy42MDQgMCA4LjA1YzAgNC4wMTYgMi45MjYgNy4zNDYgNi43NSA3Ljk1di01LjYyNEg0LjcxOFY4LjA1SDYuNzVWNi4yNzZjMC0yLjAxNyAxLjE5NC0zLjEzMSAzLjAyMi0zLjEzMS44NzUgMCAxLjc5LjE1NyAxLjc5LjE1N3YxLjk4aC0xLjAwOGMtLjk5NCAwLTEuMzA0LjYyLTEuMzA0IDEuMjU3djEuNTFoMi4yMTlsLS4zNTUgMi4zMjZIOS4yNVYxNmMzLjgyNC0uNjA0IDYuNzUtMy45MzQgNi43NS03Ljk1elwiXG4gICAgICAvPlxuICAgIDwvc3ZnPlxuICApXG59XG5cbmZ1bmN0aW9uIFNvY2lhbEljb25MaW5rZWRJbihwcm9wczogUmVhY3QuQ29tcG9uZW50UHJvcHNXaXRob3V0UmVmPCdzdmcnPikge1xuICByZXR1cm4gKFxuICAgIDxzdmcgdmlld0JveD1cIjAgMCAxNiAxNlwiIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB7Li4ucHJvcHN9PlxuICAgICAgPHBhdGggZD1cIk0xNC44MiAwSDEuMThBMS4xNjkgMS4xNjkgMCAwMDAgMS4xNTR2MTMuNjk0QTEuMTY4IDEuMTY4IDAgMDAxLjE4IDE2aDEzLjY0QTEuMTcgMS4xNyAwIDAwMTYgMTQuODQ1VjEuMTVBMS4xNzEgMS4xNzEgMCAwMDE0LjgyIDB6TTQuNzQ0IDEzLjY0SDIuMzY5VjUuOTk2aDIuMzc1djcuNjQ0em0tMS4xOC04LjY4NGExLjM3NyAxLjM3NyAwIDExLjUyLS4xMDYgMS4zNzcgMS4zNzcgMCAwMS0uNTI3LjEwM2wuMDA3LjAwM3ptMTAuMDc1IDguNjgzaC0yLjM3NVY5LjkyMWMwLS44ODUtLjAxNS0yLjAyNS0xLjIzNC0yLjAyNS0xLjIxOCAwLTEuNDI1Ljk2Ni0xLjQyNSAxLjk2OHYzLjc3NUg2LjIzM1Y1Ljk5N0g4LjUxdjEuMDVoLjAzMmMuMzE3LS42MDEgMS4wOS0xLjIzNSAyLjI0Ni0xLjIzNSAyLjQwNS0uMDA1IDIuODUxIDEuNTc4IDIuODUxIDMuNjN2NC4xOTd6XCIgLz5cbiAgICA8L3N2Zz5cbiAgKVxufVxuXG5mdW5jdGlvbiBTb2NpYWxMaW5rcygpIHtcbiAgcmV0dXJuIChcbiAgICA8PlxuICAgICAgPExpbmtcbiAgICAgICAgaHJlZj1cImh0dHBzOi8vZmFjZWJvb2suY29tXCJcbiAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCJcbiAgICAgICAgYXJpYS1sYWJlbD1cIlZpc2l0IHVzIG9uIEZhY2Vib29rXCJcbiAgICAgICAgY2xhc3NOYW1lPVwidGV4dC1ncmF5LTEwMCBkYXRhLWhvdmVyOnRleHQtd2hpdGVcIlxuICAgICAgPlxuICAgICAgICA8U29jaWFsSWNvbkZhY2Vib29rIGNsYXNzTmFtZT1cInNpemUtNFwiIC8+XG4gICAgICA8L0xpbms+XG4gICAgICA8TGlua1xuICAgICAgICBocmVmPVwiaHR0cHM6Ly94LmNvbVwiXG4gICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgIGFyaWEtbGFiZWw9XCJWaXNpdCB1cyBvbiBYXCJcbiAgICAgICAgY2xhc3NOYW1lPVwidGV4dC1ncmF5LTEwMCBkYXRhLWhvdmVyOnRleHQtd2hpdGVcIlxuICAgICAgPlxuICAgICAgICA8U29jaWFsSWNvblggY2xhc3NOYW1lPVwic2l6ZS00XCIgLz5cbiAgICAgIDwvTGluaz5cbiAgICAgIDxMaW5rXG4gICAgICAgIGhyZWY9XCJodHRwczovL2xpbmtlZGluLmNvbVwiXG4gICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgIGFyaWEtbGFiZWw9XCJWaXNpdCB1cyBvbiBMaW5rZWRJblwiXG4gICAgICAgIGNsYXNzTmFtZT1cInRleHQtZ3JheS0xMDAgZGF0YS1ob3Zlcjp0ZXh0LXdoaXRlXCJcbiAgICAgID5cbiAgICAgICAgPFNvY2lhbEljb25MaW5rZWRJbiBjbGFzc05hbWU9XCJzaXplLTRcIiAvPlxuICAgICAgPC9MaW5rPlxuICAgIDwvPlxuICApXG59XG5cbmZ1bmN0aW9uIENvcHlyaWdodCgpIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cInRleHQtc20vNiB0ZXh0LXdoaXRlXCI+XG4gICAgICAmY29weTsge25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gUmFkaWFudCBJbmMuXG4gICAgPC9kaXY+XG4gIClcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIEZvb3RlcigpIHtcbiAgcmV0dXJuIChcbiAgICA8Zm9vdGVyPlxuICAgICAgPEdyYWRpZW50IGNsYXNzTmFtZT1cInJlbGF0aXZlIHB0LThcIj5cbiAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0yIHJvdW5kZWQtNHhsIGJnLXRyYW5zcGFyZW50IHBcIiAvPlxuICAgICAgICA8Q29udGFpbmVyPlxuICAgICAgICAgIDxQbHVzR3JpZCBjbGFzc05hbWU9XCJwYi0xNlwiPlxuICAgICAgICAgICAgPFBsdXNHcmlkUm93PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImdyaWQgZ3JpZC1jb2xzLTIgZ2FwLXktMTAgcGItNiBsZzpncmlkLWNvbHMtNiBsZzpnYXAtOFwiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiY29sLXNwYW4tMiBmbGV4XCI+XG4gICAgICAgICAgICAgICAgICA8UGx1c0dyaWRJdGVtIGNsYXNzTmFtZT1cInB0LTYgbGc6cGItNlwiPlxuICAgICAgICAgICAgICAgICAgICA8TG9nbyBjbGFzc05hbWU9XCJoLTlcIiAvPlxuICAgICAgICAgICAgICAgICAgPC9QbHVzR3JpZEl0ZW0+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJjb2wtc3Bhbi0yIGdyaWQgZ3JpZC1jb2xzLTIgZ2FwLXgtOCBnYXAteS0xMiBsZzpjb2wtc3Bhbi00IGxnOmdyaWQtY29scy1zdWJncmlkIGxnOnB0LTZcIj5cbiAgICAgICAgICAgICAgICAgIDxTaXRlbWFwIC8+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9QbHVzR3JpZFJvdz5cbiAgICAgICAgICAgIDxQbHVzR3JpZFJvdyBjbGFzc05hbWU9XCJmbGV4IGp1c3RpZnktYmV0d2VlblwiPlxuICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgIDxQbHVzR3JpZEl0ZW0gY2xhc3NOYW1lPVwicHktM1wiPlxuICAgICAgICAgICAgICAgICAgPENvcHlyaWdodCAvPlxuICAgICAgICAgICAgICAgIDwvUGx1c0dyaWRJdGVtPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJmbGV4XCI+XG4gICAgICAgICAgICAgICAgPFBsdXNHcmlkSXRlbSBjbGFzc05hbWU9XCJmbGV4IGl0ZW1zLWNlbnRlciBnYXAtOCBweS0zXCI+XG4gICAgICAgICAgICAgICAgICA8U29jaWFsTGlua3MgLz5cbiAgICAgICAgICAgICAgICA8L1BsdXNHcmlkSXRlbT5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L1BsdXNHcmlkUm93PlxuICAgICAgICAgIDwvUGx1c0dyaWQ+XG4gICAgICAgIDwvQ29udGFpbmVyPlxuICAgICAgPC9HcmFkaWVudD5cbiAgICA8L2Zvb3Rlcj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbIlBsdXNHcmlkIiwiUGx1c0dyaWRJdGVtIiwiUGx1c0dyaWRSb3ciLCJDb250YWluZXIiLCJHcmFkaWVudCIsIkxpbmsiLCJMb2dvIiwiU2l0ZW1hcEhlYWRpbmciLCJjaGlsZHJlbiIsImgzIiwiY2xhc3NOYW1lIiwiU2l0ZW1hcExpbmtzIiwidWwiLCJTaXRlbWFwTGluayIsInByb3BzIiwibGkiLCJTaXRlbWFwIiwiZGl2IiwiaHJlZiIsIlNvY2lhbEljb25YIiwic3ZnIiwidmlld0JveCIsImZpbGwiLCJwYXRoIiwiZCIsIlNvY2lhbEljb25GYWNlYm9vayIsImZpbGxSdWxlIiwiY2xpcFJ1bGUiLCJTb2NpYWxJY29uTGlua2VkSW4iLCJTb2NpYWxMaW5rcyIsInRhcmdldCIsImFyaWEtbGFiZWwiLCJDb3B5cmlnaHQiLCJEYXRlIiwiZ2V0RnVsbFllYXIiLCJGb290ZXIiLCJmb290ZXIiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(rsc)/./src/components/footer.tsx\n"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Footer: () => (/* binding */ Footer)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(rsc)/./node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_plus_grid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/plus-grid */ \"(rsc)/./src/components/plus-grid.tsx\");\n/* harmony import */ var _container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./container */ \"(rsc)/./src/components/container.tsx\");\n/* harmony import */ var _gradient__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./gradient */ \"(rsc)/./src/components/gradient.tsx\");\n/* harmony import */ var _link__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./link */ \"(rsc)/./src/components/link.tsx\");\n/* harmony import */ var _logo__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./logo */ \"(rsc)/./src/components/logo.tsx\");\n\n\n\n\n\n\nfunction SitemapHeading({ children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h3\", {\n className: \"text-base font-semibold text-white\",\n children: children\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 12,\n columnNumber: 10\n }, this);\n}\nfunction SitemapLinks({ children }) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"ul\", {\n className: \"mt-6 space-y-4 text-sm/6\",\n children: children\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 16,\n columnNumber: 10\n }, this);\n}\nfunction SitemapLink(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"li\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_link__WEBPACK_IMPORTED_MODULE_4__.Link, {\n ...props,\n className: \"font-medium text-white data-hover:text-white\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 22,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 21,\n columnNumber: 5\n }, this);\n}\nfunction Sitemap() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapHeading, {\n children: \"Product\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 34,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLinks, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"/pricing\",\n children: \"Pricing\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 36,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Analysis\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 37,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"API\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 38,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 35,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 33,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapHeading, {\n children: \"Company\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 42,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLinks, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Careers\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 44,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"/blog\",\n children: \"Blog\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 45,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"/company\",\n children: \"Company\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 46,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 43,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 41,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapHeading, {\n children: \"Support\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 50,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLinks, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Help center\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 52,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Community\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 53,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 51,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 49,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapHeading, {\n children: \"Company\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 57,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLinks, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Terms of service\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 59,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SitemapLink, {\n href: \"#\",\n children: \"Privacy policy\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 60,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 58,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 56,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true);\n}\nfunction SocialIconX(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 16 16\",\n fill: \"currentColor\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M12.6 0h2.454l-5.36 6.778L16 16h-4.937l-3.867-5.594L2.771 16H.316l5.733-7.25L0 0h5.063l3.495 5.114L12.6 0zm-.86 14.376h1.36L4.323 1.539H2.865l8.875 12.837z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 70,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 69,\n columnNumber: 5\n }, this);\n}\nfunction SocialIconFacebook(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 16 16\",\n fill: \"currentColor\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n fillRule: \"evenodd\",\n clipRule: \"evenodd\",\n d: \"M16 8.05C16 3.603 12.418 0 8 0S0 3.604 0 8.05c0 4.016 2.926 7.346 6.75 7.95v-5.624H4.718V8.05H6.75V6.276c0-2.017 1.194-3.131 3.022-3.131.875 0 1.79.157 1.79.157v1.98h-1.008c-.994 0-1.304.62-1.304 1.257v1.51h2.219l-.355 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.95z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 78,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 77,\n columnNumber: 5\n }, this);\n}\nfunction SocialIconLinkedIn(props) {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"svg\", {\n viewBox: \"0 0 16 16\",\n fill: \"currentColor\",\n ...props,\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"path\", {\n d: \"M14.82 0H1.18A1.169 1.169 0 000 1.154v13.694A1.168 1.168 0 001.18 16h13.64A1.17 1.17 0 0016 14.845V1.15A1.171 1.171 0 0014.82 0zM4.744 13.64H2.369V5.996h2.375v7.644zm-1.18-8.684a1.377 1.377 0 11.52-.106 1.377 1.377 0 01-.527.103l.007.003zm10.075 8.683h-2.375V9.921c0-.885-.015-2.025-1.234-2.025-1.218 0-1.425.966-1.425 1.968v3.775H6.233V5.997H8.51v1.05h.032c.317-.601 1.09-1.235 2.246-1.235 2.405-.005 2.851 1.578 2.851 3.63v4.197z\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 90,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 89,\n columnNumber: 5\n }, this);\n}\nfunction SocialLinks() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_link__WEBPACK_IMPORTED_MODULE_4__.Link, {\n href: \"https://facebook.com\",\n target: \"_blank\",\n \"aria-label\": \"Visit us on Facebook\",\n className: \"text-gray-100 data-hover:text-white\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SocialIconFacebook, {\n className: \"size-4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 104,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 98,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_link__WEBPACK_IMPORTED_MODULE_4__.Link, {\n href: \"https://x.com\",\n target: \"_blank\",\n \"aria-label\": \"Visit us on X\",\n className: \"text-gray-100 data-hover:text-white\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SocialIconX, {\n className: \"size-4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 112,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 106,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_link__WEBPACK_IMPORTED_MODULE_4__.Link, {\n href: \"https://linkedin.com\",\n target: \"_blank\",\n \"aria-label\": \"Visit us on LinkedIn\",\n className: \"text-gray-100 data-hover:text-white\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SocialIconLinkedIn, {\n className: \"size-4\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 120,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 114,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true);\n}\nfunction Copyright() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"text-sm/6 text-white\",\n children: [\n \"\\xa9 \",\n new Date().getFullYear(),\n \" Indaba Inc.\"\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 128,\n columnNumber: 5\n }, this);\n}\nfunction Footer() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"footer\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_gradient__WEBPACK_IMPORTED_MODULE_3__.Gradient, {\n className: \"relative pt-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-2 rounded-4xl bg-transparent p\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 138,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_container__WEBPACK_IMPORTED_MODULE_2__.Container, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGrid, {\n className: \"pb-16\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridRow, {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"grid grid-cols-2 gap-y-10 pb-6 lg:grid-cols-6 lg:gap-8\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"col-span-2 flex\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridItem, {\n className: \"pt-6 lg:pb-6\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_logo__WEBPACK_IMPORTED_MODULE_5__.Logo, {\n className: \"h-9\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 145,\n columnNumber: 21\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 144,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 143,\n columnNumber: 17\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"col-span-2 grid grid-cols-2 gap-x-8 gap-y-12 lg:col-span-4 lg:grid-cols-subgrid lg:pt-6\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Sitemap, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 149,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 148,\n columnNumber: 17\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 142,\n columnNumber: 15\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 141,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridRow, {\n className: \"flex justify-between\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridItem, {\n className: \"py-3\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(Copyright, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 156,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 155,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 154,\n columnNumber: 15\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_components_plus_grid__WEBPACK_IMPORTED_MODULE_1__.PlusGridItem, {\n className: \"flex items-center gap-8 py-3\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(SocialLinks, {}, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 161,\n columnNumber: 19\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 160,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 159,\n columnNumber: 15\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 153,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 140,\n columnNumber: 11\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 139,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 137,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx\",\n lineNumber: 136,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKHJzYykvLi9zcmMvY29tcG9uZW50cy9mb290ZXIudHN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7OztBQUE0RTtBQUVyQztBQUNGO0FBQ1I7QUFDQTtBQUs3QixTQUFTTyxlQUFlLEVBQUVDLFFBQVEsRUFBaUM7SUFDakUscUJBQU8sOERBQUNDO1FBQUdDLFdBQVU7a0JBQXNDRjs7Ozs7O0FBQzdEO0FBRUEsU0FBU0csYUFBYSxFQUFFSCxRQUFRLEVBQWlDO0lBQy9ELHFCQUFPLDhEQUFDSTtRQUFHRixXQUFVO2tCQUE0QkY7Ozs7OztBQUNuRDtBQUVBLFNBQVNLLFlBQVlDLEtBQWtEO0lBQ3JFLHFCQUNFLDhEQUFDQztrQkFDQyw0RUFBQ1YsdUNBQUlBO1lBQ0YsR0FBR1MsS0FBSztZQUNUSixXQUFVOzs7Ozs7Ozs7OztBQUlsQjtBQUVBLFNBQVNNO0lBQ1AscUJBQ0U7OzBCQUNFLDhEQUFDQzs7a0NBQ0MsOERBQUNWO2tDQUFlOzs7Ozs7a0NBQ2hCLDhEQUFDSTs7MENBQ0MsOERBQUNFO2dDQUFZSyxNQUFLOzBDQUFXOzs7Ozs7MENBQzdCLDhEQUFDTDtnQ0FBWUssTUFBSzswQ0FBSTs7Ozs7OzBDQUN0Qiw4REFBQ0w7Z0NBQVlLLE1BQUs7MENBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7OzswQkFHMUIsOERBQUNEOztrQ0FDQyw4REFBQ1Y7a0NBQWU7Ozs7OztrQ0FDaEIsOERBQUNJOzswQ0FDQyw4REFBQ0U7Z0NBQVlLLE1BQUs7MENBQUk7Ozs7OzswQ0FDdEIsOERBQUNMO2dDQUFZSyxNQUFLOzBDQUFROzs7Ozs7MENBQzFCLDhEQUFDTDtnQ0FBWUssTUFBSzswQ0FBVzs7Ozs7Ozs7Ozs7Ozs7Ozs7OzBCQUdqQyw4REFBQ0Q7O2tDQUNDLDhEQUFDVjtrQ0FBZTs7Ozs7O2tDQUNoQiw4REFBQ0k7OzBDQUNDLDhEQUFDRTtnQ0FBWUssTUFBSzswQ0FBSTs7Ozs7OzBDQUN0Qiw4REFBQ0w7Z0NBQVlLLE1BQUs7MENBQUk7Ozs7Ozs7Ozs7Ozs7Ozs7OzswQkFHMUIsOERBQUNEOztrQ0FDQyw4REFBQ1Y7a0NBQWU7Ozs7OztrQ0FDaEIsOERBQUNJOzswQ0FDQyw4REFBQ0U7Z0NBQVlLLE1BQUs7MENBQUk7Ozs7OzswQ0FDdEIsOERBQUNMO2dDQUFZSyxNQUFLOzBDQUFJOzs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUtoQztBQUVBLFNBQVNDLFlBQVlMLEtBQTRDO0lBQy9ELHFCQUNFLDhEQUFDTTtRQUFJQyxTQUFRO1FBQVlDLE1BQUs7UUFBZ0IsR0FBR1IsS0FBSztrQkFDcEQsNEVBQUNTO1lBQUtDLEdBQUU7Ozs7Ozs7Ozs7O0FBR2Q7QUFFQSxTQUFTQyxtQkFBbUJYLEtBQTRDO0lBQ3RFLHFCQUNFLDhEQUFDTTtRQUFJQyxTQUFRO1FBQVlDLE1BQUs7UUFBZ0IsR0FBR1IsS0FBSztrQkFDcEQsNEVBQUNTO1lBQ0NHLFVBQVM7WUFDVEMsVUFBUztZQUNUSCxHQUFFOzs7Ozs7Ozs7OztBQUlWO0FBRUEsU0FBU0ksbUJBQW1CZCxLQUE0QztJQUN0RSxxQkFDRSw4REFBQ007UUFBSUMsU0FBUTtRQUFZQyxNQUFLO1FBQWdCLEdBQUdSLEtBQUs7a0JBQ3BELDRFQUFDUztZQUFLQyxHQUFFOzs7Ozs7Ozs7OztBQUdkO0FBRUEsU0FBU0s7SUFDUCxxQkFDRTs7MEJBQ0UsOERBQUN4Qix1Q0FBSUE7Z0JBQ0hhLE1BQUs7Z0JBQ0xZLFFBQU87Z0JBQ1BDLGNBQVc7Z0JBQ1hyQixXQUFVOzBCQUVWLDRFQUFDZTtvQkFBbUJmLFdBQVU7Ozs7Ozs7Ozs7OzBCQUVoQyw4REFBQ0wsdUNBQUlBO2dCQUNIYSxNQUFLO2dCQUNMWSxRQUFPO2dCQUNQQyxjQUFXO2dCQUNYckIsV0FBVTswQkFFViw0RUFBQ1M7b0JBQVlULFdBQVU7Ozs7Ozs7Ozs7OzBCQUV6Qiw4REFBQ0wsdUNBQUlBO2dCQUNIYSxNQUFLO2dCQUNMWSxRQUFPO2dCQUNQQyxjQUFXO2dCQUNYckIsV0FBVTswQkFFViw0RUFBQ2tCO29CQUFtQmxCLFdBQVU7Ozs7Ozs7Ozs7Ozs7QUFJdEM7QUFFQSxTQUFTc0I7SUFDUCxxQkFDRSw4REFBQ2Y7UUFBSVAsV0FBVTs7WUFBdUI7WUFDNUIsSUFBSXVCLE9BQU9DLFdBQVc7WUFBRzs7Ozs7OztBQUd2QztBQUVPLFNBQVNDO0lBQ2QscUJBQ0UsOERBQUNDO2tCQUNDLDRFQUFDaEMsK0NBQVFBO1lBQUNNLFdBQVU7OzhCQUNsQiw4REFBQ087b0JBQUlQLFdBQVU7Ozs7Ozs4QkFDZiw4REFBQ1AsaURBQVNBOzhCQUNSLDRFQUFDSCwyREFBUUE7d0JBQUNVLFdBQVU7OzBDQUNsQiw4REFBQ1IsOERBQVdBOzBDQUNWLDRFQUFDZTtvQ0FBSVAsV0FBVTs7c0RBQ2IsOERBQUNPOzRDQUFJUCxXQUFVO3NEQUNiLDRFQUFDVCwrREFBWUE7Z0RBQUNTLFdBQVU7MERBQ3RCLDRFQUFDSix1Q0FBSUE7b0RBQUNJLFdBQVU7Ozs7Ozs7Ozs7Ozs7Ozs7c0RBR3BCLDhEQUFDTzs0Q0FBSVAsV0FBVTtzREFDYiw0RUFBQ007Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzswQ0FJUCw4REFBQ2QsOERBQVdBO2dDQUFDUSxXQUFVOztrREFDckIsOERBQUNPO2tEQUNDLDRFQUFDaEIsK0RBQVlBOzRDQUFDUyxXQUFVO3NEQUN0Qiw0RUFBQ3NCOzs7Ozs7Ozs7Ozs7Ozs7a0RBR0wsOERBQUNmO3dDQUFJUCxXQUFVO2tEQUNiLDRFQUFDVCwrREFBWUE7NENBQUNTLFdBQVU7c0RBQ3RCLDRFQUFDbUI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFTbkIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4vc3JjL2NvbXBvbmVudHMvZm9vdGVyLnRzeD85MzUwIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBsdXNHcmlkLCBQbHVzR3JpZEl0ZW0sIFBsdXNHcmlkUm93IH0gZnJvbSAnQC9jb21wb25lbnRzL3BsdXMtZ3JpZCdcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJy4vYnV0dG9uJ1xuaW1wb3J0IHsgQ29udGFpbmVyIH0gZnJvbSAnLi9jb250YWluZXInXG5pbXBvcnQgeyBHcmFkaWVudCB9IGZyb20gJy4vZ3JhZGllbnQnXG5pbXBvcnQgeyBMaW5rIH0gZnJvbSAnLi9saW5rJ1xuaW1wb3J0IHsgTG9nbyB9IGZyb20gJy4vbG9nbydcbmltcG9ydCB7IFN1YmhlYWRpbmcgfSBmcm9tICcuL3RleHQnXG5cblxuXG5mdW5jdGlvbiBTaXRlbWFwSGVhZGluZyh7IGNoaWxkcmVuIH06IHsgY2hpbGRyZW46IFJlYWN0LlJlYWN0Tm9kZSB9KSB7XG4gIHJldHVybiA8aDMgY2xhc3NOYW1lPVwidGV4dC1iYXNlIGZvbnQtc2VtaWJvbGQgdGV4dC13aGl0ZVwiPntjaGlsZHJlbn08L2gzPlxufVxuXG5mdW5jdGlvbiBTaXRlbWFwTGlua3MoeyBjaGlsZHJlbiB9OiB7IGNoaWxkcmVuOiBSZWFjdC5SZWFjdE5vZGUgfSkge1xuICByZXR1cm4gPHVsIGNsYXNzTmFtZT1cIm10LTYgc3BhY2UteS00IHRleHQtc20vNlwiPntjaGlsZHJlbn08L3VsPlxufVxuXG5mdW5jdGlvbiBTaXRlbWFwTGluayhwcm9wczogUmVhY3QuQ29tcG9uZW50UHJvcHNXaXRob3V0UmVmPHR5cGVvZiBMaW5rPikge1xuICByZXR1cm4gKFxuICAgIDxsaT5cbiAgICAgIDxMaW5rXG4gICAgICAgIHsuLi5wcm9wc31cbiAgICAgICAgY2xhc3NOYW1lPVwiZm9udC1tZWRpdW0gdGV4dC13aGl0ZSBkYXRhLWhvdmVyOnRleHQtd2hpdGVcIlxuICAgICAgLz5cbiAgICA8L2xpPlxuICApXG59XG5cbmZ1bmN0aW9uIFNpdGVtYXAoKSB7XG4gIHJldHVybiAoXG4gICAgPD5cbiAgICAgIDxkaXY+XG4gICAgICAgIDxTaXRlbWFwSGVhZGluZz5Qcm9kdWN0PC9TaXRlbWFwSGVhZGluZz5cbiAgICAgICAgPFNpdGVtYXBMaW5rcz5cbiAgICAgICAgICA8U2l0ZW1hcExpbmsgaHJlZj1cIi9wcmljaW5nXCI+UHJpY2luZzwvU2l0ZW1hcExpbms+XG4gICAgICAgICAgPFNpdGVtYXBMaW5rIGhyZWY9XCIjXCI+QW5hbHlzaXM8L1NpdGVtYXBMaW5rPlxuICAgICAgICAgIDxTaXRlbWFwTGluayBocmVmPVwiI1wiPkFQSTwvU2l0ZW1hcExpbms+XG4gICAgICAgIDwvU2l0ZW1hcExpbmtzPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2PlxuICAgICAgICA8U2l0ZW1hcEhlYWRpbmc+Q29tcGFueTwvU2l0ZW1hcEhlYWRpbmc+XG4gICAgICAgIDxTaXRlbWFwTGlua3M+XG4gICAgICAgICAgPFNpdGVtYXBMaW5rIGhyZWY9XCIjXCI+Q2FyZWVyczwvU2l0ZW1hcExpbms+XG4gICAgICAgICAgPFNpdGVtYXBMaW5rIGhyZWY9XCIvYmxvZ1wiPkJsb2c8L1NpdGVtYXBMaW5rPlxuICAgICAgICAgIDxTaXRlbWFwTGluayBocmVmPVwiL2NvbXBhbnlcIj5Db21wYW55PC9TaXRlbWFwTGluaz5cbiAgICAgICAgPC9TaXRlbWFwTGlua3M+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXY+XG4gICAgICAgIDxTaXRlbWFwSGVhZGluZz5TdXBwb3J0PC9TaXRlbWFwSGVhZGluZz5cbiAgICAgICAgPFNpdGVtYXBMaW5rcz5cbiAgICAgICAgICA8U2l0ZW1hcExpbmsgaHJlZj1cIiNcIj5IZWxwIGNlbnRlcjwvU2l0ZW1hcExpbms+XG4gICAgICAgICAgPFNpdGVtYXBMaW5rIGhyZWY9XCIjXCI+Q29tbXVuaXR5PC9TaXRlbWFwTGluaz5cbiAgICAgICAgPC9TaXRlbWFwTGlua3M+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXY+XG4gICAgICAgIDxTaXRlbWFwSGVhZGluZz5Db21wYW55PC9TaXRlbWFwSGVhZGluZz5cbiAgICAgICAgPFNpdGVtYXBMaW5rcz5cbiAgICAgICAgICA8U2l0ZW1hcExpbmsgaHJlZj1cIiNcIj5UZXJtcyBvZiBzZXJ2aWNlPC9TaXRlbWFwTGluaz5cbiAgICAgICAgICA8U2l0ZW1hcExpbmsgaHJlZj1cIiNcIj5Qcml2YWN5IHBvbGljeTwvU2l0ZW1hcExpbms+XG4gICAgICAgIDwvU2l0ZW1hcExpbmtzPlxuICAgICAgPC9kaXY+XG4gICAgPC8+XG4gIClcbn1cblxuZnVuY3Rpb24gU29jaWFsSWNvblgocHJvcHM6IFJlYWN0LkNvbXBvbmVudFByb3BzV2l0aG91dFJlZjwnc3ZnJz4pIHtcbiAgcmV0dXJuIChcbiAgICA8c3ZnIHZpZXdCb3g9XCIwIDAgMTYgMTZcIiBmaWxsPVwiY3VycmVudENvbG9yXCIgey4uLnByb3BzfT5cbiAgICAgIDxwYXRoIGQ9XCJNMTIuNiAwaDIuNDU0bC01LjM2IDYuNzc4TDE2IDE2aC00LjkzN2wtMy44NjctNS41OTRMMi43NzEgMTZILjMxNmw1LjczMy03LjI1TDAgMGg1LjA2M2wzLjQ5NSA1LjExNEwxMi42IDB6bS0uODYgMTQuMzc2aDEuMzZMNC4zMjMgMS41MzlIMi44NjVsOC44NzUgMTIuODM3elwiIC8+XG4gICAgPC9zdmc+XG4gIClcbn1cblxuZnVuY3Rpb24gU29jaWFsSWNvbkZhY2Vib29rKHByb3BzOiBSZWFjdC5Db21wb25lbnRQcm9wc1dpdGhvdXRSZWY8J3N2Zyc+KSB7XG4gIHJldHVybiAoXG4gICAgPHN2ZyB2aWV3Qm94PVwiMCAwIDE2IDE2XCIgZmlsbD1cImN1cnJlbnRDb2xvclwiIHsuLi5wcm9wc30+XG4gICAgICA8cGF0aFxuICAgICAgICBmaWxsUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICBjbGlwUnVsZT1cImV2ZW5vZGRcIlxuICAgICAgICBkPVwiTTE2IDguMDVDMTYgMy42MDMgMTIuNDE4IDAgOCAwUzAgMy42MDQgMCA4LjA1YzAgNC4wMTYgMi45MjYgNy4zNDYgNi43NSA3Ljk1di01LjYyNEg0LjcxOFY4LjA1SDYuNzVWNi4yNzZjMC0yLjAxNyAxLjE5NC0zLjEzMSAzLjAyMi0zLjEzMS44NzUgMCAxLjc5LjE1NyAxLjc5LjE1N3YxLjk4aC0xLjAwOGMtLjk5NCAwLTEuMzA0LjYyLTEuMzA0IDEuMjU3djEuNTFoMi4yMTlsLS4zNTUgMi4zMjZIOS4yNVYxNmMzLjgyNC0uNjA0IDYuNzUtMy45MzQgNi43NS03Ljk1elwiXG4gICAgICAvPlxuICAgIDwvc3ZnPlxuICApXG59XG5cbmZ1bmN0aW9uIFNvY2lhbEljb25MaW5rZWRJbihwcm9wczogUmVhY3QuQ29tcG9uZW50UHJvcHNXaXRob3V0UmVmPCdzdmcnPikge1xuICByZXR1cm4gKFxuICAgIDxzdmcgdmlld0JveD1cIjAgMCAxNiAxNlwiIGZpbGw9XCJjdXJyZW50Q29sb3JcIiB7Li4ucHJvcHN9PlxuICAgICAgPHBhdGggZD1cIk0xNC44MiAwSDEuMThBMS4xNjkgMS4xNjkgMCAwMDAgMS4xNTR2MTMuNjk0QTEuMTY4IDEuMTY4IDAgMDAxLjE4IDE2aDEzLjY0QTEuMTcgMS4xNyAwIDAwMTYgMTQuODQ1VjEuMTVBMS4xNzEgMS4xNzEgMCAwMDE0LjgyIDB6TTQuNzQ0IDEzLjY0SDIuMzY5VjUuOTk2aDIuMzc1djcuNjQ0em0tMS4xOC04LjY4NGExLjM3NyAxLjM3NyAwIDExLjUyLS4xMDYgMS4zNzcgMS4zNzcgMCAwMS0uNTI3LjEwM2wuMDA3LjAwM3ptMTAuMDc1IDguNjgzaC0yLjM3NVY5LjkyMWMwLS44ODUtLjAxNS0yLjAyNS0xLjIzNC0yLjAyNS0xLjIxOCAwLTEuNDI1Ljk2Ni0xLjQyNSAxLjk2OHYzLjc3NUg2LjIzM1Y1Ljk5N0g4LjUxdjEuMDVoLjAzMmMuMzE3LS42MDEgMS4wOS0xLjIzNSAyLjI0Ni0xLjIzNSAyLjQwNS0uMDA1IDIuODUxIDEuNTc4IDIuODUxIDMuNjN2NC4xOTd6XCIgLz5cbiAgICA8L3N2Zz5cbiAgKVxufVxuXG5mdW5jdGlvbiBTb2NpYWxMaW5rcygpIHtcbiAgcmV0dXJuIChcbiAgICA8PlxuICAgICAgPExpbmtcbiAgICAgICAgaHJlZj1cImh0dHBzOi8vZmFjZWJvb2suY29tXCJcbiAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCJcbiAgICAgICAgYXJpYS1sYWJlbD1cIlZpc2l0IHVzIG9uIEZhY2Vib29rXCJcbiAgICAgICAgY2xhc3NOYW1lPVwidGV4dC1ncmF5LTEwMCBkYXRhLWhvdmVyOnRleHQtd2hpdGVcIlxuICAgICAgPlxuICAgICAgICA8U29jaWFsSWNvbkZhY2Vib29rIGNsYXNzTmFtZT1cInNpemUtNFwiIC8+XG4gICAgICA8L0xpbms+XG4gICAgICA8TGlua1xuICAgICAgICBocmVmPVwiaHR0cHM6Ly94LmNvbVwiXG4gICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgIGFyaWEtbGFiZWw9XCJWaXNpdCB1cyBvbiBYXCJcbiAgICAgICAgY2xhc3NOYW1lPVwidGV4dC1ncmF5LTEwMCBkYXRhLWhvdmVyOnRleHQtd2hpdGVcIlxuICAgICAgPlxuICAgICAgICA8U29jaWFsSWNvblggY2xhc3NOYW1lPVwic2l6ZS00XCIgLz5cbiAgICAgIDwvTGluaz5cbiAgICAgIDxMaW5rXG4gICAgICAgIGhyZWY9XCJodHRwczovL2xpbmtlZGluLmNvbVwiXG4gICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgIGFyaWEtbGFiZWw9XCJWaXNpdCB1cyBvbiBMaW5rZWRJblwiXG4gICAgICAgIGNsYXNzTmFtZT1cInRleHQtZ3JheS0xMDAgZGF0YS1ob3Zlcjp0ZXh0LXdoaXRlXCJcbiAgICAgID5cbiAgICAgICAgPFNvY2lhbEljb25MaW5rZWRJbiBjbGFzc05hbWU9XCJzaXplLTRcIiAvPlxuICAgICAgPC9MaW5rPlxuICAgIDwvPlxuICApXG59XG5cbmZ1bmN0aW9uIENvcHlyaWdodCgpIHtcbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cInRleHQtc20vNiB0ZXh0LXdoaXRlXCI+XG4gICAgICAmY29weTsge25ldyBEYXRlKCkuZ2V0RnVsbFllYXIoKX0gSW5kYWJhIEluYy5cbiAgICA8L2Rpdj5cbiAgKVxufVxuXG5leHBvcnQgZnVuY3Rpb24gRm9vdGVyKCkge1xuICByZXR1cm4gKFxuICAgIDxmb290ZXI+XG4gICAgICA8R3JhZGllbnQgY2xhc3NOYW1lPVwicmVsYXRpdmUgcHQtOFwiPlxuICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTIgcm91bmRlZC00eGwgYmctdHJhbnNwYXJlbnQgcFwiIC8+XG4gICAgICAgIDxDb250YWluZXI+XG4gICAgICAgICAgPFBsdXNHcmlkIGNsYXNzTmFtZT1cInBiLTE2XCI+XG4gICAgICAgICAgICA8UGx1c0dyaWRSb3c+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwiZ3JpZCBncmlkLWNvbHMtMiBnYXAteS0xMCBwYi02IGxnOmdyaWQtY29scy02IGxnOmdhcC04XCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzc05hbWU9XCJjb2wtc3Bhbi0yIGZsZXhcIj5cbiAgICAgICAgICAgICAgICAgIDxQbHVzR3JpZEl0ZW0gY2xhc3NOYW1lPVwicHQtNiBsZzpwYi02XCI+XG4gICAgICAgICAgICAgICAgICAgIDxMb2dvIGNsYXNzTmFtZT1cImgtOVwiIC8+XG4gICAgICAgICAgICAgICAgICA8L1BsdXNHcmlkSXRlbT5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImNvbC1zcGFuLTIgZ3JpZCBncmlkLWNvbHMtMiBnYXAteC04IGdhcC15LTEyIGxnOmNvbC1zcGFuLTQgbGc6Z3JpZC1jb2xzLXN1YmdyaWQgbGc6cHQtNlwiPlxuICAgICAgICAgICAgICAgICAgPFNpdGVtYXAgLz5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L1BsdXNHcmlkUm93PlxuICAgICAgICAgICAgPFBsdXNHcmlkUm93IGNsYXNzTmFtZT1cImZsZXgganVzdGlmeS1iZXR3ZWVuXCI+XG4gICAgICAgICAgICAgIDxkaXY+XG4gICAgICAgICAgICAgICAgPFBsdXNHcmlkSXRlbSBjbGFzc05hbWU9XCJweS0zXCI+XG4gICAgICAgICAgICAgICAgICA8Q29weXJpZ2h0IC8+XG4gICAgICAgICAgICAgICAgPC9QbHVzR3JpZEl0ZW0+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImZsZXhcIj5cbiAgICAgICAgICAgICAgICA8UGx1c0dyaWRJdGVtIGNsYXNzTmFtZT1cImZsZXggaXRlbXMtY2VudGVyIGdhcC04IHB5LTNcIj5cbiAgICAgICAgICAgICAgICAgIDxTb2NpYWxMaW5rcyAvPlxuICAgICAgICAgICAgICAgIDwvUGx1c0dyaWRJdGVtPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvUGx1c0dyaWRSb3c+XG4gICAgICAgICAgPC9QbHVzR3JpZD5cbiAgICAgICAgPC9Db250YWluZXI+XG4gICAgICA8L0dyYWRpZW50PlxuICAgIDwvZm9vdGVyPlxuICApXG59XG4iXSwibmFtZXMiOlsiUGx1c0dyaWQiLCJQbHVzR3JpZEl0ZW0iLCJQbHVzR3JpZFJvdyIsIkNvbnRhaW5lciIsIkdyYWRpZW50IiwiTGluayIsIkxvZ28iLCJTaXRlbWFwSGVhZGluZyIsImNoaWxkcmVuIiwiaDMiLCJjbGFzc05hbWUiLCJTaXRlbWFwTGlua3MiLCJ1bCIsIlNpdGVtYXBMaW5rIiwicHJvcHMiLCJsaSIsIlNpdGVtYXAiLCJkaXYiLCJocmVmIiwiU29jaWFsSWNvblgiLCJzdmciLCJ2aWV3Qm94IiwiZmlsbCIsInBhdGgiLCJkIiwiU29jaWFsSWNvbkZhY2Vib29rIiwiZmlsbFJ1bGUiLCJjbGlwUnVsZSIsIlNvY2lhbEljb25MaW5rZWRJbiIsIlNvY2lhbExpbmtzIiwidGFyZ2V0IiwiYXJpYS1sYWJlbCIsIkNvcHlyaWdodCIsIkRhdGUiLCJnZXRGdWxsWWVhciIsIkZvb3RlciIsImZvb3RlciJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///(rsc)/./src/components/footer.tsx\n"); /***/ }), diff --git a/.next/server/middleware-build-manifest.js b/.next/server/middleware-build-manifest.js index 36489d8..424a1a1 100644 --- a/.next/server/middleware-build-manifest.js +++ b/.next/server/middleware-build-manifest.js @@ -2,7 +2,9 @@ self.__BUILD_MANIFEST = { "polyfillFiles": [ "static/chunks/polyfills.js" ], - "devFiles": [], + "devFiles": [ + "static/chunks/react-refresh.js" + ], "ampDevFiles": [], "lowPriorityFiles": [], "rootMainFiles": [ @@ -10,7 +12,16 @@ self.__BUILD_MANIFEST = { "static/chunks/main-app.js" ], "pages": { - "/_app": [] + "/_app": [ + "static/chunks/webpack.js", + "static/chunks/main.js", + "static/chunks/pages/_app.js" + ], + "/_error": [ + "static/chunks/webpack.js", + "static/chunks/main.js", + "static/chunks/pages/_error.js" + ] }, "ampFirstPages": [] }; diff --git a/.next/server/pages-manifest.json b/.next/server/pages-manifest.json index 9e26dfe..b737eed 100644 --- a/.next/server/pages-manifest.json +++ b/.next/server/pages-manifest.json @@ -1 +1,5 @@ -{} \ No newline at end of file +{ + "/_error": "pages/_error.js", + "/_app": "pages/_app.js", + "/_document": "pages/_document.js" +} \ No newline at end of file diff --git a/.next/server/vendor-chunks/next.js b/.next/server/vendor-chunks/next.js index 05728ef..c4d5d8d 100644 --- a/.next/server/vendor-chunks/next.js +++ b/.next/server/vendor-chunks/next.js @@ -10,6 +10,369 @@ exports.id = "vendor-chunks/next"; exports.ids = ["vendor-chunks/next"]; exports.modules = { +/***/ "./node_modules/next/dist/build/templates/helpers.js": +/*!***********************************************************!*\ + !*** ./node_modules/next/dist/build/templates/helpers.js ***! + \***********************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("/**\n * Hoists a name from a module or promised module.\n *\n * @param module the module to hoist the name from\n * @param name the name to hoist\n * @returns the value on the module (or promised module)\n */ \nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"hoist\", ({\n enumerable: true,\n get: function() {\n return hoist;\n }\n}));\nfunction hoist(module, name) {\n // If the name is available in the module, return it.\n if (name in module) {\n return module[name];\n }\n // If a property called `then` exists, assume it's a promise and\n // return a promise that resolves to the name.\n if (\"then\" in module && typeof module.then === \"function\") {\n return module.then((mod)=>hoist(mod, name));\n }\n // If we're trying to hoise the default export, and the module is a function,\n // return the module itself.\n if (typeof module === \"function\" && name === \"default\") {\n return module;\n }\n // Otherwise, return undefined.\n return undefined;\n}\n\n//# sourceMappingURL=helpers.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3RlbXBsYXRlcy9oZWxwZXJzLmpzIiwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLElBQWlCO0FBQ2pCLDhDQUE2QztBQUM3QztBQUNBLENBQUMsRUFBQztBQUNGLHlDQUF3QztBQUN4QztBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUMsRUFBQztBQUNGO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2J1aWxkL3RlbXBsYXRlcy9oZWxwZXJzLmpzP2IyODciXSwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBIb2lzdHMgYSBuYW1lIGZyb20gYSBtb2R1bGUgb3IgcHJvbWlzZWQgbW9kdWxlLlxuICpcbiAqIEBwYXJhbSBtb2R1bGUgdGhlIG1vZHVsZSB0byBob2lzdCB0aGUgbmFtZSBmcm9tXG4gKiBAcGFyYW0gbmFtZSB0aGUgbmFtZSB0byBob2lzdFxuICogQHJldHVybnMgdGhlIHZhbHVlIG9uIHRoZSBtb2R1bGUgKG9yIHByb21pc2VkIG1vZHVsZSlcbiAqLyBcInVzZSBzdHJpY3RcIjtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShleHBvcnRzLCBcIl9fZXNNb2R1bGVcIiwge1xuICAgIHZhbHVlOiB0cnVlXG59KTtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShleHBvcnRzLCBcImhvaXN0XCIsIHtcbiAgICBlbnVtZXJhYmxlOiB0cnVlLFxuICAgIGdldDogZnVuY3Rpb24oKSB7XG4gICAgICAgIHJldHVybiBob2lzdDtcbiAgICB9XG59KTtcbmZ1bmN0aW9uIGhvaXN0KG1vZHVsZSwgbmFtZSkge1xuICAgIC8vIElmIHRoZSBuYW1lIGlzIGF2YWlsYWJsZSBpbiB0aGUgbW9kdWxlLCByZXR1cm4gaXQuXG4gICAgaWYgKG5hbWUgaW4gbW9kdWxlKSB7XG4gICAgICAgIHJldHVybiBtb2R1bGVbbmFtZV07XG4gICAgfVxuICAgIC8vIElmIGEgcHJvcGVydHkgY2FsbGVkIGB0aGVuYCBleGlzdHMsIGFzc3VtZSBpdCdzIGEgcHJvbWlzZSBhbmRcbiAgICAvLyByZXR1cm4gYSBwcm9taXNlIHRoYXQgcmVzb2x2ZXMgdG8gdGhlIG5hbWUuXG4gICAgaWYgKFwidGhlblwiIGluIG1vZHVsZSAmJiB0eXBlb2YgbW9kdWxlLnRoZW4gPT09IFwiZnVuY3Rpb25cIikge1xuICAgICAgICByZXR1cm4gbW9kdWxlLnRoZW4oKG1vZCk9PmhvaXN0KG1vZCwgbmFtZSkpO1xuICAgIH1cbiAgICAvLyBJZiB3ZSdyZSB0cnlpbmcgdG8gaG9pc2UgdGhlIGRlZmF1bHQgZXhwb3J0LCBhbmQgdGhlIG1vZHVsZSBpcyBhIGZ1bmN0aW9uLFxuICAgIC8vIHJldHVybiB0aGUgbW9kdWxlIGl0c2VsZi5cbiAgICBpZiAodHlwZW9mIG1vZHVsZSA9PT0gXCJmdW5jdGlvblwiICYmIG5hbWUgPT09IFwiZGVmYXVsdFwiKSB7XG4gICAgICAgIHJldHVybiBtb2R1bGU7XG4gICAgfVxuICAgIC8vIE90aGVyd2lzZSwgcmV0dXJuIHVuZGVmaW5lZC5cbiAgICByZXR1cm4gdW5kZWZpbmVkO1xufVxuXG4vLyMgc291cmNlTWFwcGluZ1VSTD1oZWxwZXJzLmpzLm1hcCJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/build/templates/helpers.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/pages/_app.js": +/*!**********************************************!*\ + !*** ./node_modules/next/dist/pages/_app.js ***! + \**********************************************/ +/***/ ((module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"default\", ({\n enumerable: true,\n get: function() {\n return App;\n }\n}));\nconst _interop_require_default = __webpack_require__(/*! @swc/helpers/_/_interop_require_default */ \"./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_default.cjs\");\nconst _jsxruntime = __webpack_require__(/*! react/jsx-runtime */ \"react/jsx-runtime\");\nconst _react = /*#__PURE__*/ _interop_require_default._(__webpack_require__(/*! react */ \"react\"));\nconst _utils = __webpack_require__(/*! ../shared/lib/utils */ \"./node_modules/next/dist/shared/lib/utils.js\");\n/**\n * `App` component is used for initialize of pages. It allows for overwriting and full control of the `page` initialization.\n * This allows for keeping state between navigation, custom error handling, injecting additional data.\n */ async function appGetInitialProps(param) {\n let { Component, ctx } = param;\n const pageProps = await (0, _utils.loadGetInitialProps)(Component, ctx);\n return {\n pageProps\n };\n}\nclass App extends _react.default.Component {\n render() {\n const { Component, pageProps } = this.props;\n return /*#__PURE__*/ (0, _jsxruntime.jsx)(Component, {\n ...pageProps\n });\n }\n}\nApp.origGetInitialProps = appGetInitialProps;\nApp.getInitialProps = appGetInitialProps;\nif ((typeof exports.default === \"function\" || typeof exports.default === \"object\" && exports.default !== null) && typeof exports.default.__esModule === \"undefined\") {\n Object.defineProperty(exports.default, \"__esModule\", {\n value: true\n });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n} //# sourceMappingURL=_app.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3BhZ2VzL19hcHAuanMiLCJtYXBwaW5ncyI6Ijs7Ozs7OztlQWlDcUJBOzs7Ozs0RUFqQ0g7bUNBV2tCO0FBVXBDOzs7Q0FHQyxHQUNELGVBQWVDLG1CQUFtQkMsS0FHckI7SUFIcUIsTUFDaENDLFNBQVMsRUFDVEMsR0FBRyxFQUNRLEdBSHFCRjtJQUloQyxNQUFNRyxZQUFZLE1BQU1DLENBQUFBLEdBQUFBLE9BQUFBLG1CQUFtQixFQUFDSCxXQUFXQztJQUN2RCxPQUFPO1FBQUVDO0lBQVU7QUFDckI7QUFFZSxNQUFNTCxZQUFzQ08sT0FBQUEsT0FBSyxDQUFDSixTQUFTO0lBT3hFSyxTQUFTO1FBQ1AsTUFBTSxFQUFFTCxTQUFTLEVBQUVFLFNBQVMsRUFBRSxHQUFHLElBQUksQ0FBQ0ksS0FBSztRQUUzQyxPQUFPLFdBQVAsR0FBTyxJQUFBQyxZQUFBQyxHQUFBLEVBQUNSLFdBQUFBO1lBQVcsR0FBR0UsU0FBUzs7SUFDakM7QUFDRjtBQVpxQkwsSUFJWlksbUJBQUFBLEdBQXNCWDtBQUpWRCxJQUtaYSxlQUFBQSxHQUFrQloiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4uLy4uL3NyYy9wYWdlcy9fYXBwLnRzeD83YzZhIl0sIm5hbWVzIjpbIkFwcCIsImFwcEdldEluaXRpYWxQcm9wcyIsInBhcmFtIiwiQ29tcG9uZW50IiwiY3R4IiwicGFnZVByb3BzIiwibG9hZEdldEluaXRpYWxQcm9wcyIsIlJlYWN0IiwicmVuZGVyIiwicHJvcHMiLCJfanN4cnVudGltZSIsImpzeCIsIm9yaWdHZXRJbml0aWFsUHJvcHMiLCJnZXRJbml0aWFsUHJvcHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/pages/_app.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/pages/_document.js": +/*!***************************************************!*\ + !*** ./node_modules/next/dist/pages/_document.js ***! + \***************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n Head: function() {\n return Head;\n },\n Html: function() {\n return Html;\n },\n Main: function() {\n return Main;\n },\n NextScript: function() {\n return NextScript;\n },\n /**\n * `Document` component handles the initial `document` markup and renders only on the server side.\n * Commonly used for implementing server side rendering for `css-in-js` libraries.\n */ default: function() {\n return Document;\n }\n});\nconst _jsxruntime = __webpack_require__(/*! react/jsx-runtime */ \"react/jsx-runtime\");\nconst _react = /*#__PURE__*/ _interop_require_wildcard(__webpack_require__(/*! react */ \"react\"));\nconst _constants = __webpack_require__(/*! ../shared/lib/constants */ \"./node_modules/next/dist/shared/lib/constants.js\");\nconst _getpagefiles = __webpack_require__(/*! ../server/get-page-files */ \"./node_modules/next/dist/server/get-page-files.js\");\nconst _htmlescape = __webpack_require__(/*! ../server/htmlescape */ \"./node_modules/next/dist/server/htmlescape.js\");\nconst _iserror = /*#__PURE__*/ _interop_require_default(__webpack_require__(/*! ../lib/is-error */ \"./node_modules/next/dist/lib/is-error.js\"));\nconst _htmlcontextsharedruntime = __webpack_require__(/*! ../shared/lib/html-context.shared-runtime */ \"./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js\");\nconst _encodeuripath = __webpack_require__(/*! ../shared/lib/encode-uri-path */ \"./node_modules/next/dist/shared/lib/encode-uri-path.js\");\nfunction _interop_require_default(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\nfunction _getRequireWildcardCache(nodeInterop) {\n if (typeof WeakMap !== \"function\") return null;\n var cacheBabelInterop = new WeakMap();\n var cacheNodeInterop = new WeakMap();\n return (_getRequireWildcardCache = function(nodeInterop) {\n return nodeInterop ? cacheNodeInterop : cacheBabelInterop;\n })(nodeInterop);\n}\nfunction _interop_require_wildcard(obj, nodeInterop) {\n if (!nodeInterop && obj && obj.__esModule) {\n return obj;\n }\n if (obj === null || typeof obj !== \"object\" && typeof obj !== \"function\") {\n return {\n default: obj\n };\n }\n var cache = _getRequireWildcardCache(nodeInterop);\n if (cache && cache.has(obj)) {\n return cache.get(obj);\n }\n var newObj = {\n __proto__: null\n };\n var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;\n for(var key in obj){\n if (key !== \"default\" && Object.prototype.hasOwnProperty.call(obj, key)) {\n var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;\n if (desc && (desc.get || desc.set)) {\n Object.defineProperty(newObj, key, desc);\n } else {\n newObj[key] = obj[key];\n }\n }\n }\n newObj.default = obj;\n if (cache) {\n cache.set(obj, newObj);\n }\n return newObj;\n}\n/** Set of pages that have triggered a large data warning on production mode. */ const largePageDataWarnings = new Set();\nfunction getDocumentFiles(buildManifest, pathname, inAmpMode) {\n const sharedFiles = (0, _getpagefiles.getPageFiles)(buildManifest, \"/_app\");\n const pageFiles = true && inAmpMode ? [] : (0, _getpagefiles.getPageFiles)(buildManifest, pathname);\n return {\n sharedFiles,\n pageFiles,\n allFiles: [\n ...new Set([\n ...sharedFiles,\n ...pageFiles\n ])\n ]\n };\n}\nfunction getPolyfillScripts(context, props) {\n // polyfills.js has to be rendered as nomodule without async\n // It also has to be the first script to load\n const { assetPrefix, buildManifest, assetQueryString, disableOptimizedLoading, crossOrigin } = context;\n return buildManifest.polyfillFiles.filter((polyfill)=>polyfill.endsWith(\".js\") && !polyfill.endsWith(\".module.js\")).map((polyfill)=>/*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n defer: !disableOptimizedLoading,\n nonce: props.nonce,\n crossOrigin: props.crossOrigin || crossOrigin,\n noModule: true,\n src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(polyfill)}${assetQueryString}`\n }, polyfill));\n}\nfunction hasComponentProps(child) {\n return !!child && !!child.props;\n}\nfunction AmpStyles({ styles }) {\n if (!styles) return null;\n // try to parse styles from fragment for backwards compat\n const curStyles = Array.isArray(styles) ? styles : [];\n if (styles.props && // @ts-ignore Property 'props' does not exist on type ReactElement\n Array.isArray(styles.props.children)) {\n const hasStyles = (el)=>{\n var _el_props_dangerouslySetInnerHTML, _el_props;\n return el == null ? void 0 : (_el_props = el.props) == null ? void 0 : (_el_props_dangerouslySetInnerHTML = _el_props.dangerouslySetInnerHTML) == null ? void 0 : _el_props_dangerouslySetInnerHTML.__html;\n };\n // @ts-ignore Property 'props' does not exist on type ReactElement\n styles.props.children.forEach((child)=>{\n if (Array.isArray(child)) {\n child.forEach((el)=>hasStyles(el) && curStyles.push(el));\n } else if (hasStyles(child)) {\n curStyles.push(child);\n }\n });\n }\n /* Add custom styles before AMP styles to prevent accidental overrides */ return /*#__PURE__*/ (0, _jsxruntime.jsx)(\"style\", {\n \"amp-custom\": \"\",\n dangerouslySetInnerHTML: {\n __html: curStyles.map((style)=>style.props.dangerouslySetInnerHTML.__html).join(\"\").replace(/\\/\\*# sourceMappingURL=.*\\*\\//g, \"\").replace(/\\/\\*@ sourceURL=.*?\\*\\//g, \"\")\n }\n });\n}\nfunction getDynamicChunks(context, props, files) {\n const { dynamicImports, assetPrefix, isDevelopment, assetQueryString, disableOptimizedLoading, crossOrigin } = context;\n return dynamicImports.map((file)=>{\n if (!file.endsWith(\".js\") || files.allFiles.includes(file)) return null;\n return /*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n async: !isDevelopment && disableOptimizedLoading,\n defer: !disableOptimizedLoading,\n src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,\n nonce: props.nonce,\n crossOrigin: props.crossOrigin || crossOrigin\n }, file);\n });\n}\nfunction getScripts(context, props, files) {\n var _buildManifest_lowPriorityFiles;\n const { assetPrefix, buildManifest, isDevelopment, assetQueryString, disableOptimizedLoading, crossOrigin } = context;\n const normalScripts = files.allFiles.filter((file)=>file.endsWith(\".js\"));\n const lowPriorityScripts = (_buildManifest_lowPriorityFiles = buildManifest.lowPriorityFiles) == null ? void 0 : _buildManifest_lowPriorityFiles.filter((file)=>file.endsWith(\".js\"));\n return [\n ...normalScripts,\n ...lowPriorityScripts\n ].map((file)=>{\n return /*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,\n nonce: props.nonce,\n async: !isDevelopment && disableOptimizedLoading,\n defer: !disableOptimizedLoading,\n crossOrigin: props.crossOrigin || crossOrigin\n }, file);\n });\n}\nfunction getPreNextWorkerScripts(context, props) {\n const { assetPrefix, scriptLoader, crossOrigin, nextScriptWorkers } = context;\n // disable `nextScriptWorkers` in edge runtime\n if (!nextScriptWorkers || \"nodejs\" === \"edge\") return null;\n try {\n let { partytownSnippet } = require(\"@builder.io/partytown/integration\");\n const children = Array.isArray(props.children) ? props.children : [\n props.children\n ];\n // Check to see if the user has defined their own Partytown configuration\n const userDefinedConfig = children.find((child)=>{\n var _child_props_dangerouslySetInnerHTML, _child_props;\n return hasComponentProps(child) && (child == null ? void 0 : (_child_props = child.props) == null ? void 0 : (_child_props_dangerouslySetInnerHTML = _child_props.dangerouslySetInnerHTML) == null ? void 0 : _child_props_dangerouslySetInnerHTML.__html.length) && \"data-partytown-config\" in child.props;\n });\n return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {\n children: [\n !userDefinedConfig && /*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n \"data-partytown-config\": \"\",\n dangerouslySetInnerHTML: {\n __html: `\n partytown = {\n lib: \"${assetPrefix}/_next/static/~partytown/\"\n };\n `\n }\n }),\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n \"data-partytown\": \"\",\n dangerouslySetInnerHTML: {\n __html: partytownSnippet()\n }\n }),\n (scriptLoader.worker || []).map((file, index)=>{\n const { strategy, src, children: scriptChildren, dangerouslySetInnerHTML, ...scriptProps } = file;\n let srcProps = {};\n if (src) {\n // Use external src if provided\n srcProps.src = src;\n } else if (dangerouslySetInnerHTML && dangerouslySetInnerHTML.__html) {\n // Embed inline script if provided with dangerouslySetInnerHTML\n srcProps.dangerouslySetInnerHTML = {\n __html: dangerouslySetInnerHTML.__html\n };\n } else if (scriptChildren) {\n // Embed inline script if provided with children\n srcProps.dangerouslySetInnerHTML = {\n __html: typeof scriptChildren === \"string\" ? scriptChildren : Array.isArray(scriptChildren) ? scriptChildren.join(\"\") : \"\"\n };\n } else {\n throw new Error(\"Invalid usage of next/script. Did you forget to include a src attribute or an inline script? https://nextjs.org/docs/messages/invalid-script\");\n }\n return /*#__PURE__*/ (0, _react.createElement)(\"script\", {\n ...srcProps,\n ...scriptProps,\n type: \"text/partytown\",\n key: src || index,\n nonce: props.nonce,\n \"data-nscript\": \"worker\",\n crossOrigin: props.crossOrigin || crossOrigin\n });\n })\n ]\n });\n } catch (err) {\n if ((0, _iserror.default)(err) && err.code !== \"MODULE_NOT_FOUND\") {\n console.warn(`Warning: ${err.message}`);\n }\n return null;\n }\n}\nfunction getPreNextScripts(context, props) {\n const { scriptLoader, disableOptimizedLoading, crossOrigin } = context;\n const webWorkerScripts = getPreNextWorkerScripts(context, props);\n const beforeInteractiveScripts = (scriptLoader.beforeInteractive || []).filter((script)=>script.src).map((file, index)=>{\n const { strategy, ...scriptProps } = file;\n return /*#__PURE__*/ (0, _react.createElement)(\"script\", {\n ...scriptProps,\n key: scriptProps.src || index,\n defer: scriptProps.defer ?? !disableOptimizedLoading,\n nonce: props.nonce,\n \"data-nscript\": \"beforeInteractive\",\n crossOrigin: props.crossOrigin || crossOrigin\n });\n });\n return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {\n children: [\n webWorkerScripts,\n beforeInteractiveScripts\n ]\n });\n}\nfunction getHeadHTMLProps(props) {\n const { crossOrigin, nonce, ...restProps } = props;\n // This assignment is necessary for additional type checking to avoid unsupported attributes in \n const headProps = restProps;\n return headProps;\n}\nfunction getAmpPath(ampPath, asPath) {\n return ampPath || `${asPath}${asPath.includes(\"?\") ? \"&\" : \"?\"}amp=1`;\n}\nfunction getNextFontLinkTags(nextFontManifest, dangerousAsPath, assetPrefix = \"\") {\n if (!nextFontManifest) {\n return {\n preconnect: null,\n preload: null\n };\n }\n const appFontsEntry = nextFontManifest.pages[\"/_app\"];\n const pageFontsEntry = nextFontManifest.pages[dangerousAsPath];\n const preloadedFontFiles = Array.from(new Set([\n ...appFontsEntry ?? [],\n ...pageFontsEntry ?? []\n ]));\n // If no font files should preload but there's an entry for the path, add a preconnect tag.\n const preconnectToSelf = !!(preloadedFontFiles.length === 0 && (appFontsEntry || pageFontsEntry));\n return {\n preconnect: preconnectToSelf ? /*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n \"data-next-font\": nextFontManifest.pagesUsingSizeAdjust ? \"size-adjust\" : \"\",\n rel: \"preconnect\",\n href: \"/\",\n crossOrigin: \"anonymous\"\n }) : null,\n preload: preloadedFontFiles ? preloadedFontFiles.map((fontFile)=>{\n const ext = /\\.(woff|woff2|eot|ttf|otf)$/.exec(fontFile)[1];\n return /*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n rel: \"preload\",\n href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(fontFile)}`,\n as: \"font\",\n type: `font/${ext}`,\n crossOrigin: \"anonymous\",\n \"data-next-font\": fontFile.includes(\"-s\") ? \"size-adjust\" : \"\"\n }, fontFile);\n }) : null\n };\n}\nclass Head extends _react.default.Component {\n static #_ = this.contextType = _htmlcontextsharedruntime.HtmlContext;\n getCssLinks(files) {\n const { assetPrefix, assetQueryString, dynamicImports, crossOrigin, optimizeCss, optimizeFonts } = this.context;\n const cssFiles = files.allFiles.filter((f)=>f.endsWith(\".css\"));\n const sharedFiles = new Set(files.sharedFiles);\n // Unmanaged files are CSS files that will be handled directly by the\n // webpack runtime (`mini-css-extract-plugin`).\n let unmangedFiles = new Set([]);\n let dynamicCssFiles = Array.from(new Set(dynamicImports.filter((file)=>file.endsWith(\".css\"))));\n if (dynamicCssFiles.length) {\n const existing = new Set(cssFiles);\n dynamicCssFiles = dynamicCssFiles.filter((f)=>!(existing.has(f) || sharedFiles.has(f)));\n unmangedFiles = new Set(dynamicCssFiles);\n cssFiles.push(...dynamicCssFiles);\n }\n let cssLinkElements = [];\n cssFiles.forEach((file)=>{\n const isSharedFile = sharedFiles.has(file);\n if (!optimizeCss) {\n cssLinkElements.push(/*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n nonce: this.props.nonce,\n rel: \"preload\",\n href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,\n as: \"style\",\n crossOrigin: this.props.crossOrigin || crossOrigin\n }, `${file}-preload`));\n }\n const isUnmanagedFile = unmangedFiles.has(file);\n cssLinkElements.push(/*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n nonce: this.props.nonce,\n rel: \"stylesheet\",\n href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,\n crossOrigin: this.props.crossOrigin || crossOrigin,\n \"data-n-g\": isUnmanagedFile ? undefined : isSharedFile ? \"\" : undefined,\n \"data-n-p\": isUnmanagedFile ? undefined : isSharedFile ? undefined : \"\"\n }, file));\n });\n if (false) {}\n return cssLinkElements.length === 0 ? null : cssLinkElements;\n }\n getPreloadDynamicChunks() {\n const { dynamicImports, assetPrefix, assetQueryString, crossOrigin } = this.context;\n return dynamicImports.map((file)=>{\n if (!file.endsWith(\".js\")) {\n return null;\n }\n return /*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n rel: \"preload\",\n href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,\n as: \"script\",\n nonce: this.props.nonce,\n crossOrigin: this.props.crossOrigin || crossOrigin\n }, file);\n }) // Filter out nulled scripts\n .filter(Boolean);\n }\n getPreloadMainLinks(files) {\n const { assetPrefix, assetQueryString, scriptLoader, crossOrigin } = this.context;\n const preloadFiles = files.allFiles.filter((file)=>{\n return file.endsWith(\".js\");\n });\n return [\n ...(scriptLoader.beforeInteractive || []).map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n nonce: this.props.nonce,\n rel: \"preload\",\n href: file.src,\n as: \"script\",\n crossOrigin: this.props.crossOrigin || crossOrigin\n }, file.src)),\n ...preloadFiles.map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n nonce: this.props.nonce,\n rel: \"preload\",\n href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,\n as: \"script\",\n crossOrigin: this.props.crossOrigin || crossOrigin\n }, file))\n ];\n }\n getBeforeInteractiveInlineScripts() {\n const { scriptLoader } = this.context;\n const { nonce, crossOrigin } = this.props;\n return (scriptLoader.beforeInteractive || []).filter((script)=>!script.src && (script.dangerouslySetInnerHTML || script.children)).map((file, index)=>{\n const { strategy, children, dangerouslySetInnerHTML, src, ...scriptProps } = file;\n let html = \"\";\n if (dangerouslySetInnerHTML && dangerouslySetInnerHTML.__html) {\n html = dangerouslySetInnerHTML.__html;\n } else if (children) {\n html = typeof children === \"string\" ? children : Array.isArray(children) ? children.join(\"\") : \"\";\n }\n return /*#__PURE__*/ (0, _react.createElement)(\"script\", {\n ...scriptProps,\n dangerouslySetInnerHTML: {\n __html: html\n },\n key: scriptProps.id || index,\n nonce: nonce,\n \"data-nscript\": \"beforeInteractive\",\n crossOrigin: crossOrigin || undefined\n });\n });\n }\n getDynamicChunks(files) {\n return getDynamicChunks(this.context, this.props, files);\n }\n getPreNextScripts() {\n return getPreNextScripts(this.context, this.props);\n }\n getScripts(files) {\n return getScripts(this.context, this.props, files);\n }\n getPolyfillScripts() {\n return getPolyfillScripts(this.context, this.props);\n }\n makeStylesheetInert(node) {\n return _react.default.Children.map(node, (c)=>{\n var _c_props, _c_props1;\n if ((c == null ? void 0 : c.type) === \"link\" && (c == null ? void 0 : (_c_props = c.props) == null ? void 0 : _c_props.href) && _constants.OPTIMIZED_FONT_PROVIDERS.some(({ url })=>{\n var _c_props_href, _c_props;\n return c == null ? void 0 : (_c_props = c.props) == null ? void 0 : (_c_props_href = _c_props.href) == null ? void 0 : _c_props_href.startsWith(url);\n })) {\n const newProps = {\n ...c.props || {},\n \"data-href\": c.props.href,\n href: undefined\n };\n return /*#__PURE__*/ _react.default.cloneElement(c, newProps);\n } else if (c == null ? void 0 : (_c_props1 = c.props) == null ? void 0 : _c_props1.children) {\n const newProps = {\n ...c.props || {},\n children: this.makeStylesheetInert(c.props.children)\n };\n return /*#__PURE__*/ _react.default.cloneElement(c, newProps);\n }\n return c;\n // @types/react bug. Returned value from .map will not be `null` if you pass in `[null]`\n }).filter(Boolean);\n }\n render() {\n const { styles, ampPath, inAmpMode, hybridAmp, canonicalBase, __NEXT_DATA__, dangerousAsPath, headTags, unstable_runtimeJS, unstable_JsPreload, disableOptimizedLoading, optimizeCss, optimizeFonts, assetPrefix, nextFontManifest } = this.context;\n const disableRuntimeJS = unstable_runtimeJS === false;\n const disableJsPreload = unstable_JsPreload === false || !disableOptimizedLoading;\n this.context.docComponentsRendered.Head = true;\n let { head } = this.context;\n let cssPreloads = [];\n let otherHeadElements = [];\n if (head) {\n head.forEach((c)=>{\n let metaTag;\n if (this.context.strictNextHead) {\n metaTag = /*#__PURE__*/ _react.default.createElement(\"meta\", {\n name: \"next-head\",\n content: \"1\"\n });\n }\n if (c && c.type === \"link\" && c.props[\"rel\"] === \"preload\" && c.props[\"as\"] === \"style\") {\n metaTag && cssPreloads.push(metaTag);\n cssPreloads.push(c);\n } else {\n if (c) {\n if (metaTag && (c.type !== \"meta\" || !c.props[\"charSet\"])) {\n otherHeadElements.push(metaTag);\n }\n otherHeadElements.push(c);\n }\n }\n });\n head = cssPreloads.concat(otherHeadElements);\n }\n let children = _react.default.Children.toArray(this.props.children).filter(Boolean);\n // show a warning if Head contains (only in development)\n if (true) {\n children = _react.default.Children.map(children, (child)=>{\n var _child_props;\n const isReactHelmet = child == null ? void 0 : (_child_props = child.props) == null ? void 0 : _child_props[\"data-react-helmet\"];\n if (!isReactHelmet) {\n var _child_props1;\n if ((child == null ? void 0 : child.type) === \"title\") {\n console.warn(\"Warning: <title> should not be used in _document.js's <Head>. https://nextjs.org/docs/messages/no-document-title\");\n } else if ((child == null ? void 0 : child.type) === \"meta\" && (child == null ? void 0 : (_child_props1 = child.props) == null ? void 0 : _child_props1.name) === \"viewport\") {\n console.warn(\"Warning: viewport meta tags should not be used in _document.js's <Head>. https://nextjs.org/docs/messages/no-document-viewport-meta\");\n }\n }\n return child;\n // @types/react bug. Returned value from .map will not be `null` if you pass in `[null]`\n });\n if (this.props.crossOrigin) console.warn(\"Warning: `Head` attribute `crossOrigin` is deprecated. https://nextjs.org/docs/messages/doc-crossorigin-deprecated\");\n }\n if (false) {}\n let hasAmphtmlRel = false;\n let hasCanonicalRel = false;\n // show warning and remove conflicting amp head tags\n head = _react.default.Children.map(head || [], (child)=>{\n if (!child) return child;\n const { type, props } = child;\n if ( true && inAmpMode) {\n let badProp = \"\";\n if (type === \"meta\" && props.name === \"viewport\") {\n badProp = 'name=\"viewport\"';\n } else if (type === \"link\" && props.rel === \"canonical\") {\n hasCanonicalRel = true;\n } else if (type === \"script\") {\n // only block if\n // 1. it has a src and isn't pointing to ampproject's CDN\n // 2. it is using dangerouslySetInnerHTML without a type or\n // a type of text/javascript\n if (props.src && props.src.indexOf(\"ampproject\") < -1 || props.dangerouslySetInnerHTML && (!props.type || props.type === \"text/javascript\")) {\n badProp = \"<script\";\n Object.keys(props).forEach((prop)=>{\n badProp += ` ${prop}=\"${props[prop]}\"`;\n });\n badProp += \"/>\";\n }\n }\n if (badProp) {\n console.warn(`Found conflicting amp tag \"${child.type}\" with conflicting prop ${badProp} in ${__NEXT_DATA__.page}. https://nextjs.org/docs/messages/conflicting-amp-tag`);\n return null;\n }\n } else {\n // non-amp mode\n if (type === \"link\" && props.rel === \"amphtml\") {\n hasAmphtmlRel = true;\n }\n }\n return child;\n // @types/react bug. Returned value from .map will not be `null` if you pass in `[null]`\n });\n const files = getDocumentFiles(this.context.buildManifest, this.context.__NEXT_DATA__.page, true && inAmpMode);\n const nextFontLinkTags = getNextFontLinkTags(nextFontManifest, dangerousAsPath, assetPrefix);\n return /*#__PURE__*/ (0, _jsxruntime.jsxs)(\"head\", {\n ...getHeadHTMLProps(this.props),\n children: [\n this.context.isDevelopment && /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {\n children: [\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"style\", {\n \"data-next-hide-fouc\": true,\n \"data-ampdevmode\": true && inAmpMode ? \"true\" : undefined,\n dangerouslySetInnerHTML: {\n __html: `body{display:none}`\n }\n }),\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"noscript\", {\n \"data-next-hide-fouc\": true,\n \"data-ampdevmode\": true && inAmpMode ? \"true\" : undefined,\n children: /*#__PURE__*/ (0, _jsxruntime.jsx)(\"style\", {\n dangerouslySetInnerHTML: {\n __html: `body{display:block}`\n }\n })\n })\n ]\n }),\n head,\n this.context.strictNextHead ? null : /*#__PURE__*/ (0, _jsxruntime.jsx)(\"meta\", {\n name: \"next-head-count\",\n content: _react.default.Children.count(head || []).toString()\n }),\n children,\n optimizeFonts && /*#__PURE__*/ (0, _jsxruntime.jsx)(\"meta\", {\n name: \"next-font-preconnect\"\n }),\n nextFontLinkTags.preconnect,\n nextFontLinkTags.preload,\n true && inAmpMode && /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {\n children: [\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"meta\", {\n name: \"viewport\",\n content: \"width=device-width,minimum-scale=1,initial-scale=1\"\n }),\n !hasCanonicalRel && /*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n rel: \"canonical\",\n href: canonicalBase + (__webpack_require__(/*! ../server/utils */ \"./node_modules/next/dist/server/utils.js\").cleanAmpPath)(dangerousAsPath)\n }),\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n rel: \"preload\",\n as: \"script\",\n href: \"https://cdn.ampproject.org/v0.js\"\n }),\n /*#__PURE__*/ (0, _jsxruntime.jsx)(AmpStyles, {\n styles: styles\n }),\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"style\", {\n \"amp-boilerplate\": \"\",\n dangerouslySetInnerHTML: {\n __html: `body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}`\n }\n }),\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"noscript\", {\n children: /*#__PURE__*/ (0, _jsxruntime.jsx)(\"style\", {\n \"amp-boilerplate\": \"\",\n dangerouslySetInnerHTML: {\n __html: `body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}`\n }\n })\n }),\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n async: true,\n src: \"https://cdn.ampproject.org/v0.js\"\n })\n ]\n }),\n !( true && inAmpMode) && /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {\n children: [\n !hasAmphtmlRel && hybridAmp && /*#__PURE__*/ (0, _jsxruntime.jsx)(\"link\", {\n rel: \"amphtml\",\n href: canonicalBase + getAmpPath(ampPath, dangerousAsPath)\n }),\n this.getBeforeInteractiveInlineScripts(),\n !optimizeCss && this.getCssLinks(files),\n !optimizeCss && /*#__PURE__*/ (0, _jsxruntime.jsx)(\"noscript\", {\n \"data-n-css\": this.props.nonce ?? \"\"\n }),\n !disableRuntimeJS && !disableJsPreload && this.getPreloadDynamicChunks(),\n !disableRuntimeJS && !disableJsPreload && this.getPreloadMainLinks(files),\n !disableOptimizedLoading && !disableRuntimeJS && this.getPolyfillScripts(),\n !disableOptimizedLoading && !disableRuntimeJS && this.getPreNextScripts(),\n !disableOptimizedLoading && !disableRuntimeJS && this.getDynamicChunks(files),\n !disableOptimizedLoading && !disableRuntimeJS && this.getScripts(files),\n optimizeCss && this.getCssLinks(files),\n optimizeCss && /*#__PURE__*/ (0, _jsxruntime.jsx)(\"noscript\", {\n \"data-n-css\": this.props.nonce ?? \"\"\n }),\n this.context.isDevelopment && // this element is used to mount development styles so the\n // ordering matches production\n // (by default, style-loader injects at the bottom of <head />)\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"noscript\", {\n id: \"__next_css__DO_NOT_USE__\"\n }),\n styles || null\n ]\n }),\n /*#__PURE__*/ _react.default.createElement(_react.default.Fragment, {}, ...headTags || [])\n ]\n });\n }\n}\nfunction handleDocumentScriptLoaderItems(scriptLoader, __NEXT_DATA__, props) {\n var _children_find_props, _children_find, _children_find_props1, _children_find1;\n if (!props.children) return;\n const scriptLoaderItems = [];\n const children = Array.isArray(props.children) ? props.children : [\n props.children\n ];\n const headChildren = (_children_find = children.find((child)=>child.type === Head)) == null ? void 0 : (_children_find_props = _children_find.props) == null ? void 0 : _children_find_props.children;\n const bodyChildren = (_children_find1 = children.find((child)=>child.type === \"body\")) == null ? void 0 : (_children_find_props1 = _children_find1.props) == null ? void 0 : _children_find_props1.children;\n // Scripts with beforeInteractive can be placed inside Head or <body> so children of both needs to be traversed\n const combinedChildren = [\n ...Array.isArray(headChildren) ? headChildren : [\n headChildren\n ],\n ...Array.isArray(bodyChildren) ? bodyChildren : [\n bodyChildren\n ]\n ];\n _react.default.Children.forEach(combinedChildren, (child)=>{\n var _child_type;\n if (!child) return;\n // When using the `next/script` component, register it in script loader.\n if ((_child_type = child.type) == null ? void 0 : _child_type.__nextScript) {\n if (child.props.strategy === \"beforeInteractive\") {\n scriptLoader.beforeInteractive = (scriptLoader.beforeInteractive || []).concat([\n {\n ...child.props\n }\n ]);\n return;\n } else if ([\n \"lazyOnload\",\n \"afterInteractive\",\n \"worker\"\n ].includes(child.props.strategy)) {\n scriptLoaderItems.push(child.props);\n return;\n }\n }\n });\n __NEXT_DATA__.scriptLoader = scriptLoaderItems;\n}\nclass NextScript extends _react.default.Component {\n static #_ = this.contextType = _htmlcontextsharedruntime.HtmlContext;\n getDynamicChunks(files) {\n return getDynamicChunks(this.context, this.props, files);\n }\n getPreNextScripts() {\n return getPreNextScripts(this.context, this.props);\n }\n getScripts(files) {\n return getScripts(this.context, this.props, files);\n }\n getPolyfillScripts() {\n return getPolyfillScripts(this.context, this.props);\n }\n static getInlineScriptSource(context) {\n const { __NEXT_DATA__, largePageDataBytes } = context;\n try {\n const data = JSON.stringify(__NEXT_DATA__);\n if (largePageDataWarnings.has(__NEXT_DATA__.page)) {\n return (0, _htmlescape.htmlEscapeJsonString)(data);\n }\n const bytes = false ? 0 : Buffer.from(data).byteLength;\n const prettyBytes = (__webpack_require__(/*! ../lib/pretty-bytes */ \"./node_modules/next/dist/lib/pretty-bytes.js\")[\"default\"]);\n if (largePageDataBytes && bytes > largePageDataBytes) {\n if (false) {}\n console.warn(`Warning: data for page \"${__NEXT_DATA__.page}\"${__NEXT_DATA__.page === context.dangerousAsPath ? \"\" : ` (path \"${context.dangerousAsPath}\")`} is ${prettyBytes(bytes)} which exceeds the threshold of ${prettyBytes(largePageDataBytes)}, this amount of data can reduce performance.\\nSee more info here: https://nextjs.org/docs/messages/large-page-data`);\n }\n return (0, _htmlescape.htmlEscapeJsonString)(data);\n } catch (err) {\n if ((0, _iserror.default)(err) && err.message.indexOf(\"circular structure\") !== -1) {\n throw new Error(`Circular structure in \"getInitialProps\" result of page \"${__NEXT_DATA__.page}\". https://nextjs.org/docs/messages/circular-structure`);\n }\n throw err;\n }\n }\n render() {\n const { assetPrefix, inAmpMode, buildManifest, unstable_runtimeJS, docComponentsRendered, assetQueryString, disableOptimizedLoading, crossOrigin } = this.context;\n const disableRuntimeJS = unstable_runtimeJS === false;\n docComponentsRendered.NextScript = true;\n if ( true && inAmpMode) {\n if (false) {}\n const ampDevFiles = [\n ...buildManifest.devFiles,\n ...buildManifest.polyfillFiles,\n ...buildManifest.ampDevFiles\n ];\n return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {\n children: [\n disableRuntimeJS ? null : /*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n id: \"__NEXT_DATA__\",\n type: \"application/json\",\n nonce: this.props.nonce,\n crossOrigin: this.props.crossOrigin || crossOrigin,\n dangerouslySetInnerHTML: {\n __html: NextScript.getInlineScriptSource(this.context)\n },\n \"data-ampdevmode\": true\n }),\n ampDevFiles.map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,\n nonce: this.props.nonce,\n crossOrigin: this.props.crossOrigin || crossOrigin,\n \"data-ampdevmode\": true\n }, file))\n ]\n });\n }\n if (true) {\n if (this.props.crossOrigin) console.warn(\"Warning: `NextScript` attribute `crossOrigin` is deprecated. https://nextjs.org/docs/messages/doc-crossorigin-deprecated\");\n }\n const files = getDocumentFiles(this.context.buildManifest, this.context.__NEXT_DATA__.page, true && inAmpMode);\n return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {\n children: [\n !disableRuntimeJS && buildManifest.devFiles ? buildManifest.devFiles.map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,\n nonce: this.props.nonce,\n crossOrigin: this.props.crossOrigin || crossOrigin\n }, file)) : null,\n disableRuntimeJS ? null : /*#__PURE__*/ (0, _jsxruntime.jsx)(\"script\", {\n id: \"__NEXT_DATA__\",\n type: \"application/json\",\n nonce: this.props.nonce,\n crossOrigin: this.props.crossOrigin || crossOrigin,\n dangerouslySetInnerHTML: {\n __html: NextScript.getInlineScriptSource(this.context)\n }\n }),\n disableOptimizedLoading && !disableRuntimeJS && this.getPolyfillScripts(),\n disableOptimizedLoading && !disableRuntimeJS && this.getPreNextScripts(),\n disableOptimizedLoading && !disableRuntimeJS && this.getDynamicChunks(files),\n disableOptimizedLoading && !disableRuntimeJS && this.getScripts(files)\n ]\n });\n }\n}\nfunction Html(props) {\n const { inAmpMode, docComponentsRendered, locale, scriptLoader, __NEXT_DATA__ } = (0, _htmlcontextsharedruntime.useHtmlContext)();\n docComponentsRendered.Html = true;\n handleDocumentScriptLoaderItems(scriptLoader, __NEXT_DATA__, props);\n return /*#__PURE__*/ (0, _jsxruntime.jsx)(\"html\", {\n ...props,\n lang: props.lang || locale || undefined,\n amp: true && inAmpMode ? \"\" : undefined,\n \"data-ampdevmode\": true && inAmpMode && \"development\" !== \"production\" ? \"\" : undefined\n });\n}\nfunction Main() {\n const { docComponentsRendered } = (0, _htmlcontextsharedruntime.useHtmlContext)();\n docComponentsRendered.Main = true;\n // @ts-ignore\n return /*#__PURE__*/ (0, _jsxruntime.jsx)(\"next-js-internal-body-render-target\", {});\n}\nclass Document extends _react.default.Component {\n /**\n * `getInitialProps` hook returns the context object with the addition of `renderPage`.\n * `renderPage` callback executes `React` rendering logic synchronously to support server-rendering wrappers\n */ static getInitialProps(ctx) {\n return ctx.defaultGetInitialProps(ctx);\n }\n render() {\n return /*#__PURE__*/ (0, _jsxruntime.jsxs)(Html, {\n children: [\n /*#__PURE__*/ (0, _jsxruntime.jsx)(Head, {}),\n /*#__PURE__*/ (0, _jsxruntime.jsxs)(\"body\", {\n children: [\n /*#__PURE__*/ (0, _jsxruntime.jsx)(Main, {}),\n /*#__PURE__*/ (0, _jsxruntime.jsx)(NextScript, {})\n ]\n })\n ]\n });\n }\n}\n// Add a special property to the built-in `Document` component so later we can\n// identify if a user customized `Document` is used or not.\nconst InternalFunctionDocument = function InternalFunctionDocument() {\n return /*#__PURE__*/ (0, _jsxruntime.jsxs)(Html, {\n children: [\n /*#__PURE__*/ (0, _jsxruntime.jsx)(Head, {}),\n /*#__PURE__*/ (0, _jsxruntime.jsxs)(\"body\", {\n children: [\n /*#__PURE__*/ (0, _jsxruntime.jsx)(Main, {}),\n /*#__PURE__*/ (0, _jsxruntime.jsx)(NextScript, {})\n ]\n })\n ]\n });\n};\nDocument[_constants.NEXT_BUILTIN_DOCUMENT] = InternalFunctionDocument; //# sourceMappingURL=_document.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3BhZ2VzL19kb2N1bWVudC5qcyIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7SUF1YWFBLE1BQUk7ZUFBSkE7O0lBNHVCR0MsTUFBSTtlQUFKQTs7SUFpQ0FDLE1BQUk7ZUFBSkE7O0lBN01IQyxZQUFVO2VBQVZBOztJQW9OYjs7O0NBR0MsR0FDREMsU0FzQkM7ZUF0Qm9CQzs7OzsyRUEvckNIO3VDQUtYOzBDQVdzQjt3Q0FFUTs0RUFDakI7c0RBS2I7MkNBRXVCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQXdCOUIsOEVBQThFLEdBQzlFLE1BQU1DLHdCQUF3QixJQUFJQztBQUVsQyxTQUFTQyxpQkFDUEMsYUFBNEIsRUFDNUJDLFFBQWdCLEVBQ2hCQyxTQUFrQjtJQUVsQixNQUFNQyxjQUFpQ0MsQ0FBQUEsR0FBQUEsY0FBQUEsWUFBWSxFQUFDSixlQUFlO0lBQ25FLE1BQU1LLFlBQ0pDLEtBQTZCLElBQVVKLFlBQ25DLEVBQUUsR0FDRkUsQ0FBQUEsR0FBQUEsY0FBQUEsWUFBWSxFQUFDSixlQUFlQztJQUVsQyxPQUFPO1FBQ0xFO1FBQ0FFO1FBQ0FJLFVBQVU7ZUFBSSxJQUFJWCxJQUFJO21CQUFJSzttQkFBZ0JFO2FBQVU7U0FBRTtJQUN4RDtBQUNGO0FBRUEsU0FBU0ssbUJBQW1CQyxPQUFrQixFQUFFQyxLQUFrQjtJQUNoRSw0REFBNEQ7SUFDNUQsNkNBQTZDO0lBQzdDLE1BQU0sRUFDSkMsV0FBVyxFQUNYYixhQUFhLEVBQ2JjLGdCQUFnQixFQUNoQkMsdUJBQXVCLEVBQ3ZCQyxXQUFXLEVBQ1osR0FBR0w7SUFFSixPQUFPWCxjQUFjaUIsYUFBYSxDQUMvQkMsTUFBTSxDQUNMLENBQUNDLFdBQWFBLFNBQVNDLFFBQVEsQ0FBQyxVQUFVLENBQUNELFNBQVNDLFFBQVEsQ0FBQyxlQUU5REMsR0FBRyxDQUFDLENBQUNGLFdBQ0osV0FESUEsR0FDSixJQUFBRyxZQUFBQyxHQUFBLEVBQUNDLFVBQUFBO1lBRUNDLE9BQU8sQ0FBQ1Y7WUFDUlcsT0FBT2QsTUFBTWMsS0FBSztZQUNsQlYsYUFBYUosTUFBTUksV0FBVyxJQUFJQTtZQUNsQ1csVUFBVTtZQUNWQyxLQUFLLENBQUMsRUFBRWYsWUFBWSxPQUFPLEVBQUVnQixDQUFBQSxHQUFBQSxlQUFBQSxhQUFhLEVBQ3hDVixVQUNBLEVBQUVMLGlCQUFpQixDQUFDO1dBUGpCSztBQVViO0FBRUEsU0FBU1csa0JBQWtCQyxLQUFVO0lBQ25DLE9BQU8sQ0FBQyxDQUFDQSxTQUFTLENBQUMsQ0FBQ0EsTUFBTW5CLEtBQUs7QUFDakM7QUFFQSxTQUFTb0IsVUFBVSxFQUNqQkMsTUFBTSxFQUdQO0lBQ0MsSUFBSSxDQUFDQSxRQUFRLE9BQU87SUFFcEIseURBQXlEO0lBQ3pELE1BQU1DLFlBQWtDQyxNQUFNQyxPQUFPLENBQUNILFVBQ2pEQSxTQUNELEVBQUU7SUFDTixJQUVFQSxPQUFPckIsS0FBSyxJQUNaLGtFQUFrRTtJQUNsRXVCLE1BQU1DLE9BQU8sQ0FBQ0gsT0FBT3JCLEtBQUssQ0FBQ3lCLFFBQVEsR0FDbkM7UUFDQSxNQUFNQyxZQUFZLENBQUNDO2dCQUNqQkEsbUNBQUFBO21CQUFBQSxNQUFBQSxPQUFBQSxLQUFBQSxJQUFBQSxDQUFBQSxZQUFBQSxHQUFJM0IsS0FBSyxzQkFBVDJCLG9DQUFBQSxVQUFXQyx1QkFBdUIscUJBQWxDRCxrQ0FBb0NFLE1BQU07O1FBQzVDLGtFQUFrRTtRQUNsRVIsT0FBT3JCLEtBQUssQ0FBQ3lCLFFBQVEsQ0FBQ0ssT0FBTyxDQUFDLENBQUNYO1lBQzdCLElBQUlJLE1BQU1DLE9BQU8sQ0FBQ0wsUUFBUTtnQkFDeEJBLE1BQU1XLE9BQU8sQ0FBQyxDQUFDSCxLQUFPRCxVQUFVQyxPQUFPTCxVQUFVUyxJQUFJLENBQUNKO1lBQ3hELE9BQU8sSUFBSUQsVUFBVVAsUUFBUTtnQkFDM0JHLFVBQVVTLElBQUksQ0FBQ1o7WUFDakI7UUFDRjtJQUNGO0lBRUEsdUVBQXVFLEdBQ3ZFLE9BQ0UsV0FERixHQUNFLElBQUFULFlBQUFDLEdBQUEsRUFBQ3FCLFNBQUFBO1FBQ0NDLGNBQVc7UUFDWEwseUJBQXlCO1lBQ3ZCQyxRQUFRUCxVQUNMYixHQUFHLENBQUMsQ0FBQ3VCLFFBQVVBLE1BQU1oQyxLQUFLLENBQUM0Qix1QkFBdUIsQ0FBQ0MsTUFBTSxFQUN6REssSUFBSSxDQUFDLElBQ0xDLE9BQU8sQ0FBQyxrQ0FBa0MsSUFDMUNBLE9BQU8sQ0FBQyw0QkFBNEI7UUFDekM7O0FBR047QUFFQSxTQUFTQyxpQkFDUHJDLE9BQWtCLEVBQ2xCQyxLQUFrQixFQUNsQnFDLEtBQW9CO0lBRXBCLE1BQU0sRUFDSkMsY0FBYyxFQUNkckMsV0FBVyxFQUNYc0MsYUFBYSxFQUNickMsZ0JBQWdCLEVBQ2hCQyx1QkFBdUIsRUFDdkJDLFdBQVcsRUFDWixHQUFHTDtJQUVKLE9BQU91QyxlQUFlN0IsR0FBRyxDQUFDLENBQUMrQjtRQUN6QixJQUFJLENBQUNBLEtBQUtoQyxRQUFRLENBQUMsVUFBVTZCLE1BQU14QyxRQUFRLENBQUM0QyxRQUFRLENBQUNELE9BQU8sT0FBTztRQUVuRSxPQUNFLFdBREYsR0FDRSxJQUFBOUIsWUFBQUMsR0FBQSxFQUFDQyxVQUFBQTtZQUNDOEIsT0FBTyxDQUFDSCxpQkFBaUJwQztZQUN6QlUsT0FBTyxDQUFDVjtZQUVSYSxLQUFLLENBQUMsRUFBRWYsWUFBWSxPQUFPLEVBQUVnQixDQUFBQSxHQUFBQSxlQUFBQSxhQUFhLEVBQUN1QixNQUFNLEVBQUV0QyxpQkFBaUIsQ0FBQztZQUNyRVksT0FBT2QsTUFBTWMsS0FBSztZQUNsQlYsYUFBYUosTUFBTUksV0FBVyxJQUFJQTtXQUg3Qm9DO0lBTVg7QUFDRjtBQUVBLFNBQVNHLFdBQ1A1QyxPQUFrQixFQUNsQkMsS0FBa0IsRUFDbEJxQyxLQUFvQjtRQVlPakQ7SUFWM0IsTUFBTSxFQUNKYSxXQUFXLEVBQ1hiLGFBQWEsRUFDYm1ELGFBQWEsRUFDYnJDLGdCQUFnQixFQUNoQkMsdUJBQXVCLEVBQ3ZCQyxXQUFXLEVBQ1osR0FBR0w7SUFFSixNQUFNNkMsZ0JBQWdCUCxNQUFNeEMsUUFBUSxDQUFDUyxNQUFNLENBQUMsQ0FBQ2tDLE9BQVNBLEtBQUtoQyxRQUFRLENBQUM7SUFDcEUsTUFBTXFDLHFCQUFBQSxDQUFxQnpELGtDQUFBQSxjQUFjMEQsZ0JBQWdCLHFCQUE5QjFELGdDQUFnQ2tCLE1BQU0sQ0FBQyxDQUFDa0MsT0FDakVBLEtBQUtoQyxRQUFRLENBQUM7SUFHaEIsT0FBTztXQUFJb0M7V0FBa0JDO0tBQW1CLENBQUNwQyxHQUFHLENBQUMsQ0FBQytCO1FBQ3BELE9BQ0UsV0FERixHQUNFLElBQUE5QixZQUFBQyxHQUFBLEVBQUNDLFVBQUFBO1lBRUNJLEtBQUssQ0FBQyxFQUFFZixZQUFZLE9BQU8sRUFBRWdCLENBQUFBLEdBQUFBLGVBQUFBLGFBQWEsRUFBQ3VCLE1BQU0sRUFBRXRDLGlCQUFpQixDQUFDO1lBQ3JFWSxPQUFPZCxNQUFNYyxLQUFLO1lBQ2xCNEIsT0FBTyxDQUFDSCxpQkFBaUJwQztZQUN6QlUsT0FBTyxDQUFDVjtZQUNSQyxhQUFhSixNQUFNSSxXQUFXLElBQUlBO1dBTDdCb0M7SUFRWDtBQUNGO0FBRUEsU0FBU08sd0JBQXdCaEQsT0FBa0IsRUFBRUMsS0FBa0I7SUFDckUsTUFBTSxFQUFFQyxXQUFXLEVBQUUrQyxZQUFZLEVBQUU1QyxXQUFXLEVBQUU2QyxpQkFBaUIsRUFBRSxHQUFHbEQ7SUFFdEUsOENBQThDO0lBQzlDLElBQUksQ0FBQ2tELHFCQUFxQnZELFFBQXdCLEtBQUssUUFBUSxPQUFPO0lBRXRFLElBQUk7UUFDRixJQUFJLEVBQ0Z3RCxnQkFBZ0IsRUFFakIsR0FBR0MsT0FBQUEsQ0FBd0I7UUFFNUIsTUFBTTFCLFdBQVdGLE1BQU1DLE9BQU8sQ0FBQ3hCLE1BQU15QixRQUFRLElBQ3pDekIsTUFBTXlCLFFBQVEsR0FDZDtZQUFDekIsTUFBTXlCLFFBQVE7U0FBQztRQUVwQix5RUFBeUU7UUFDekUsTUFBTTJCLG9CQUFvQjNCLFNBQVM0QixJQUFJLENBQ3JDLENBQUNsQztnQkFFQ0Esc0NBQUFBO21CQURBRCxrQkFBa0JDLFVBQ2xCQSxDQUFBQSxTQUFBQSxPQUFBQSxLQUFBQSxJQUFBQSxDQUFBQSxlQUFBQSxNQUFPbkIsS0FBSyxzQkFBWm1CLHVDQUFBQSxhQUFjUyx1QkFBdUIscUJBQXJDVCxxQ0FBdUNVLE1BQU0sQ0FBQ3lCLE1BQU0sS0FDcEQsMkJBQTJCbkMsTUFBTW5CLEtBQUs7O1FBRzFDLE9BQ0UsV0FERixHQUNFLElBQUFVLFlBQUE2QyxJQUFBLEVBQUE3QyxZQUFBOEMsUUFBQTs7Z0JBQ0csQ0FBQ0oscUJBQ0EsV0FEQUEsR0FDQSxJQUFBMUMsWUFBQUMsR0FBQSxFQUFDQyxVQUFBQTtvQkFDQzZDLHlCQUFzQjtvQkFDdEI3Qix5QkFBeUI7d0JBQ3ZCQyxRQUFRLENBQUM7O29CQUVILEVBQUU1QixZQUFZOztVQUV4QixDQUFDO29CQUNDOzs4QkFHSixJQUFBUyxZQUFBQyxHQUFBLEVBQUNDLFVBQUFBO29CQUNDOEMsa0JBQWU7b0JBQ2Y5Qix5QkFBeUI7d0JBQ3ZCQyxRQUFRcUI7b0JBQ1Y7O2dCQUVBRixDQUFBQSxhQUFhVyxNQUFNLElBQUksRUFBRSxFQUFFbEQsR0FBRyxDQUFDLENBQUMrQixNQUFtQm9CO29CQUNuRCxNQUFNLEVBQ0pDLFFBQVEsRUFDUjdDLEdBQUcsRUFDSFMsVUFBVXFDLGNBQWMsRUFDeEJsQyx1QkFBdUIsRUFDdkIsR0FBR21DLGFBQ0osR0FBR3ZCO29CQUVKLElBQUl3QixXQUdBLENBQUM7b0JBRUwsSUFBSWhELEtBQUs7d0JBQ1AsK0JBQStCO3dCQUMvQmdELFNBQVNoRCxHQUFHLEdBQUdBO29CQUNqQixPQUFPLElBQ0xZLDJCQUNBQSx3QkFBd0JDLE1BQU0sRUFDOUI7d0JBQ0EsK0RBQStEO3dCQUMvRG1DLFNBQVNwQyx1QkFBdUIsR0FBRzs0QkFDakNDLFFBQVFELHdCQUF3QkMsTUFBTTt3QkFDeEM7b0JBQ0YsT0FBTyxJQUFJaUMsZ0JBQWdCO3dCQUN6QixnREFBZ0Q7d0JBQ2hERSxTQUFTcEMsdUJBQXVCLEdBQUc7NEJBQ2pDQyxRQUNFLE9BQU9pQyxtQkFBbUIsV0FDdEJBLGlCQUNBdkMsTUFBTUMsT0FBTyxDQUFDc0Msa0JBQ2RBLGVBQWU1QixJQUFJLENBQUMsTUFDcEI7d0JBQ1I7b0JBQ0YsT0FBTzt3QkFDTCxNQUFNLElBQUkrQixNQUNSO29CQUVKO29CQUVBLE9BQ0UsV0FERixHQUNFLElBQUFDLE9BQUFDLGFBQUEsRUFBQ3ZELFVBQUFBO3dCQUNFLEdBQUdvRCxRQUFRO3dCQUNYLEdBQUdELFdBQVc7d0JBQ2ZLLE1BQUs7d0JBQ0xDLEtBQUtyRCxPQUFPNEM7d0JBQ1o5QyxPQUFPZCxNQUFNYyxLQUFLO3dCQUNsQndELGdCQUFhO3dCQUNibEUsYUFBYUosTUFBTUksV0FBVyxJQUFJQTs7Z0JBR3hDOzs7SUFHTixFQUFFLE9BQU9tRSxLQUFLO1FBQ1osSUFBSUMsQ0FBQUEsR0FBQUEsU0FBQUEsT0FBTyxFQUFDRCxRQUFRQSxJQUFJRSxJQUFJLEtBQUssb0JBQW9CO1lBQ25EQyxRQUFRQyxJQUFJLENBQUMsQ0FBQyxTQUFTLEVBQUVKLElBQUlLLE9BQU8sQ0FBQyxDQUFDO1FBQ3hDO1FBQ0EsT0FBTztJQUNUO0FBQ0Y7QUFFQSxTQUFTQyxrQkFBa0I5RSxPQUFrQixFQUFFQyxLQUFrQjtJQUMvRCxNQUFNLEVBQUVnRCxZQUFZLEVBQUU3Qyx1QkFBdUIsRUFBRUMsV0FBVyxFQUFFLEdBQUdMO0lBRS9ELE1BQU0rRSxtQkFBbUIvQix3QkFBd0JoRCxTQUFTQztJQUUxRCxNQUFNK0UsMkJBQTJCLENBQUMvQixhQUFhZ0MsaUJBQWlCLElBQUksRUFBRSxFQUNuRTFFLE1BQU0sQ0FBQyxDQUFDTSxTQUFXQSxPQUFPSSxHQUFHLEVBQzdCUCxHQUFHLENBQUMsQ0FBQytCLE1BQW1Cb0I7UUFDdkIsTUFBTSxFQUFFQyxRQUFRLEVBQUUsR0FBR0UsYUFBYSxHQUFHdkI7UUFDckMsT0FDRSxXQURGLEdBQ0UsSUFBQTBCLE9BQUFDLGFBQUEsRUFBQ3ZELFVBQUFBO1lBQ0UsR0FBR21ELFdBQVc7WUFDZk0sS0FBS04sWUFBWS9DLEdBQUcsSUFBSTRDO1lBQ3hCL0MsT0FBT2tELFlBQVlsRCxLQUFLLElBQUksQ0FBQ1Y7WUFDN0JXLE9BQU9kLE1BQU1jLEtBQUs7WUFDbEJ3RCxnQkFBYTtZQUNibEUsYUFBYUosTUFBTUksV0FBVyxJQUFJQTs7SUFHeEM7SUFFRixPQUNFLFdBREYsR0FDRSxJQUFBTSxZQUFBNkMsSUFBQSxFQUFBN0MsWUFBQThDLFFBQUE7O1lBQ0dzQjtZQUNBQzs7O0FBR1A7QUFFQSxTQUFTRSxpQkFBaUJqRixLQUFnQjtJQUN4QyxNQUFNLEVBQUVJLFdBQVcsRUFBRVUsS0FBSyxFQUFFLEdBQUdvRSxXQUFXLEdBQUdsRjtJQUU3QyxzR0FBc0c7SUFDdEcsTUFBTW1GLFlBRUZEO0lBRUosT0FBT0M7QUFDVDtBQUVBLFNBQVNDLFdBQVdDLE9BQWUsRUFBRUMsTUFBYztJQUNqRCxPQUFPRCxXQUFXLENBQUMsRUFBRUMsT0FBTyxFQUFFQSxPQUFPN0MsUUFBUSxDQUFDLE9BQU8sTUFBTSxJQUFJLEtBQUssQ0FBQztBQUN2RTtBQUVBLFNBQVM4QyxvQkFDUEMsZ0JBQTRELEVBQzVEQyxlQUF1QixFQUN2QnhGLGNBQXNCLEVBQUU7SUFFeEIsSUFBSSxDQUFDdUYsa0JBQWtCO1FBQ3JCLE9BQU87WUFDTEUsWUFBWTtZQUNaQyxTQUFTO1FBQ1g7SUFDRjtJQUVBLE1BQU1DLGdCQUFnQkosaUJBQWlCSyxLQUFLLENBQUMsUUFBUTtJQUNyRCxNQUFNQyxpQkFBaUJOLGlCQUFpQkssS0FBSyxDQUFDSixnQkFBZ0I7SUFFOUQsTUFBTU0scUJBQXFCeEUsTUFBTXlFLElBQUksQ0FDbkMsSUFBSTlHLElBQUk7V0FBSzBHLGlCQUFpQixFQUFFO1dBQU9FLGtCQUFrQixFQUFFO0tBQUU7SUFHL0QsMkZBQTJGO0lBQzNGLE1BQU1HLG1CQUFtQixDQUFDLENBQ3hCRixDQUFBQSxtQkFBbUJ6QyxNQUFNLEtBQUssS0FDN0JzQyxDQUFBQSxpQkFBaUJFLGNBQUFBLENBQWE7SUFHakMsT0FBTztRQUNMSixZQUFZTyxtQkFDVixXQURVQSxHQUNWLElBQUF2RixZQUFBQyxHQUFBLEVBQUN1RixRQUFBQTtZQUNDQyxrQkFDRVgsaUJBQWlCWSxvQkFBb0IsR0FBRyxnQkFBZ0I7WUFFMURDLEtBQUk7WUFDSkMsTUFBSztZQUNMbEcsYUFBWTthQUVaO1FBQ0p1RixTQUFTSSxxQkFDTEEsbUJBQW1CdEYsR0FBRyxDQUFDLENBQUM4RjtZQUN0QixNQUFNQyxNQUFNLDhCQUE4QkMsSUFBSSxDQUFDRixTQUFVLENBQUMsRUFBRTtZQUM1RCxPQUNFLFdBREYsR0FDRSxJQUFBN0YsWUFBQUMsR0FBQSxFQUFDdUYsUUFBQUE7Z0JBRUNHLEtBQUk7Z0JBQ0pDLE1BQU0sQ0FBQyxFQUFFckcsWUFBWSxPQUFPLEVBQUVnQixDQUFBQSxHQUFBQSxlQUFBQSxhQUFhLEVBQUNzRixVQUFVLENBQUM7Z0JBQ3ZERyxJQUFHO2dCQUNIdEMsTUFBTSxDQUFDLEtBQUssRUFBRW9DLElBQUksQ0FBQztnQkFDbkJwRyxhQUFZO2dCQUNaK0Ysa0JBQWdCSSxTQUFTOUQsUUFBUSxDQUFDLFFBQVEsZ0JBQWdCO2VBTnJEOEQ7UUFTWCxLQUNBO0lBQ047QUFDRjtBQVFPLE1BQU01SCxhQUFhZ0ksT0FBQUEsT0FBSyxDQUFDQyxTQUFTO3FCQUNoQ0MsV0FBQUEsR0FBY0MsMEJBQUFBLFdBQVc7SUFJaENDLFlBQVkxRSxLQUFvQixFQUF3QjtRQUN0RCxNQUFNLEVBQ0pwQyxXQUFXLEVBQ1hDLGdCQUFnQixFQUNoQm9DLGNBQWMsRUFDZGxDLFdBQVcsRUFDWDRHLFdBQVcsRUFDWEMsYUFBYSxFQUNkLEdBQUcsSUFBSSxDQUFDbEgsT0FBTztRQUNoQixNQUFNbUgsV0FBVzdFLE1BQU14QyxRQUFRLENBQUNTLE1BQU0sQ0FBQyxDQUFDNkcsSUFBTUEsRUFBRTNHLFFBQVEsQ0FBQztRQUN6RCxNQUFNakIsY0FBMkIsSUFBSUwsSUFBSW1ELE1BQU05QyxXQUFXO1FBRTFELHFFQUFxRTtRQUNyRSwrQ0FBK0M7UUFDL0MsSUFBSTZILGdCQUE2QixJQUFJbEksSUFBSSxFQUFFO1FBQzNDLElBQUltSSxrQkFBa0I5RixNQUFNeUUsSUFBSSxDQUM5QixJQUFJOUcsSUFBSW9ELGVBQWVoQyxNQUFNLENBQUMsQ0FBQ2tDLE9BQVNBLEtBQUtoQyxRQUFRLENBQUM7UUFFeEQsSUFBSTZHLGdCQUFnQi9ELE1BQU0sRUFBRTtZQUMxQixNQUFNZ0UsV0FBVyxJQUFJcEksSUFBSWdJO1lBQ3pCRyxrQkFBa0JBLGdCQUFnQi9HLE1BQU0sQ0FDdEMsQ0FBQzZHLElBQU0sQ0FBRUcsQ0FBQUEsU0FBU0MsR0FBRyxDQUFDSixNQUFNNUgsWUFBWWdJLEdBQUcsQ0FBQ0osRUFBQUE7WUFFOUNDLGdCQUFnQixJQUFJbEksSUFBSW1JO1lBQ3hCSCxTQUFTbkYsSUFBSSxJQUFJc0Y7UUFDbkI7UUFFQSxJQUFJRyxrQkFBaUMsRUFBRTtRQUN2Q04sU0FBU3BGLE9BQU8sQ0FBQyxDQUFDVTtZQUNoQixNQUFNaUYsZUFBZWxJLFlBQVlnSSxHQUFHLENBQUMvRTtZQUVyQyxJQUFJLENBQUN3RSxhQUFhO2dCQUNoQlEsZ0JBQWdCekYsSUFBSSxDQUNsQixXQURrQixHQUNsQixJQUFBckIsWUFBQUMsR0FBQSxFQUFDdUYsUUFBQUE7b0JBRUNwRixPQUFPLElBQUksQ0FBQ2QsS0FBSyxDQUFDYyxLQUFLO29CQUN2QnVGLEtBQUk7b0JBQ0pDLE1BQU0sQ0FBQyxFQUFFckcsWUFBWSxPQUFPLEVBQUVnQixDQUFBQSxHQUFBQSxlQUFBQSxhQUFhLEVBQ3pDdUIsTUFDQSxFQUFFdEMsaUJBQWlCLENBQUM7b0JBQ3RCd0csSUFBRztvQkFDSHRHLGFBQWEsSUFBSSxDQUFDSixLQUFLLENBQUNJLFdBQVcsSUFBSUE7bUJBUGxDLENBQUMsRUFBRW9DLEtBQUssUUFBUSxDQUFDO1lBVTVCO1lBRUEsTUFBTWtGLGtCQUFrQk4sY0FBY0csR0FBRyxDQUFDL0U7WUFDMUNnRixnQkFBZ0J6RixJQUFJLENBQ2xCLFdBRGtCLEdBQ2xCLElBQUFyQixZQUFBQyxHQUFBLEVBQUN1RixRQUFBQTtnQkFFQ3BGLE9BQU8sSUFBSSxDQUFDZCxLQUFLLENBQUNjLEtBQUs7Z0JBQ3ZCdUYsS0FBSTtnQkFDSkMsTUFBTSxDQUFDLEVBQUVyRyxZQUFZLE9BQU8sRUFBRWdCLENBQUFBLEdBQUFBLGVBQUFBLGFBQWEsRUFDekN1QixNQUNBLEVBQUV0QyxpQkFBaUIsQ0FBQztnQkFDdEJFLGFBQWEsSUFBSSxDQUFDSixLQUFLLENBQUNJLFdBQVcsSUFBSUE7Z0JBQ3ZDdUgsWUFBVUQsa0JBQWtCRSxZQUFZSCxlQUFlLEtBQUtHO2dCQUM1REMsWUFBVUgsa0JBQWtCRSxZQUFZSCxlQUFlRyxZQUFZO2VBUjlEcEY7UUFXWDtRQUVBLElBQUk5QyxLQUEwQ3VILEVBQWUsRUFJN0Q7UUFFQSxPQUFPTyxnQkFBZ0JsRSxNQUFNLEtBQUssSUFBSSxPQUFPa0U7SUFDL0M7SUFFQU8sMEJBQTBCO1FBQ3hCLE1BQU0sRUFBRXpGLGNBQWMsRUFBRXJDLFdBQVcsRUFBRUMsZ0JBQWdCLEVBQUVFLFdBQVcsRUFBRSxHQUNsRSxJQUFJLENBQUNMLE9BQU87UUFFZCxPQUNFdUMsZUFDRzdCLEdBQUcsQ0FBQyxDQUFDK0I7WUFDSixJQUFJLENBQUNBLEtBQUtoQyxRQUFRLENBQUMsUUFBUTtnQkFDekIsT0FBTztZQUNUO1lBRUEsT0FDRSxXQURGLEdBQ0UsSUFBQUUsWUFBQUMsR0FBQSxFQUFDdUYsUUFBQUE7Z0JBQ0NHLEtBQUk7Z0JBRUpDLE1BQU0sQ0FBQyxFQUFFckcsWUFBWSxPQUFPLEVBQUVnQixDQUFBQSxHQUFBQSxlQUFBQSxhQUFhLEVBQ3pDdUIsTUFDQSxFQUFFdEMsaUJBQWlCLENBQUM7Z0JBQ3RCd0csSUFBRztnQkFDSDVGLE9BQU8sSUFBSSxDQUFDZCxLQUFLLENBQUNjLEtBQUs7Z0JBQ3ZCVixhQUFhLElBQUksQ0FBQ0osS0FBSyxDQUFDSSxXQUFXLElBQUlBO2VBTmxDb0M7UUFTWCxHQUNBLDRCQUE0QjtTQUMzQmxDLE1BQU0sQ0FBQzBIO0lBRWQ7SUFFQUMsb0JBQW9CNUYsS0FBb0IsRUFBd0I7UUFDOUQsTUFBTSxFQUFFcEMsV0FBVyxFQUFFQyxnQkFBZ0IsRUFBRThDLFlBQVksRUFBRTVDLFdBQVcsRUFBRSxHQUNoRSxJQUFJLENBQUNMLE9BQU87UUFDZCxNQUFNbUksZUFBZTdGLE1BQU14QyxRQUFRLENBQUNTLE1BQU0sQ0FBQyxDQUFDa0M7WUFDMUMsT0FBT0EsS0FBS2hDLFFBQVEsQ0FBQztRQUN2QjtRQUVBLE9BQU87ZUFDRixDQUFDd0MsYUFBYWdDLGlCQUFpQixJQUFJLEVBQUUsRUFBRXZFLEdBQUcsQ0FBQyxDQUFDK0IsT0FDN0MsV0FENkNBLEdBQzdDLElBQUE5QixZQUFBQyxHQUFBLEVBQUN1RixRQUFBQTtvQkFFQ3BGLE9BQU8sSUFBSSxDQUFDZCxLQUFLLENBQUNjLEtBQUs7b0JBQ3ZCdUYsS0FBSTtvQkFDSkMsTUFBTTlELEtBQUt4QixHQUFHO29CQUNkMEYsSUFBRztvQkFDSHRHLGFBQWEsSUFBSSxDQUFDSixLQUFLLENBQUNJLFdBQVcsSUFBSUE7bUJBTGxDb0MsS0FBS3hCLEdBQUc7ZUFRZGtILGFBQWF6SCxHQUFHLENBQUMsQ0FBQytCLE9BQ25CLFdBRG1CQSxHQUNuQixJQUFBOUIsWUFBQUMsR0FBQSxFQUFDdUYsUUFBQUE7b0JBRUNwRixPQUFPLElBQUksQ0FBQ2QsS0FBSyxDQUFDYyxLQUFLO29CQUN2QnVGLEtBQUk7b0JBQ0pDLE1BQU0sQ0FBQyxFQUFFckcsWUFBWSxPQUFPLEVBQUVnQixDQUFBQSxHQUFBQSxlQUFBQSxhQUFhLEVBQ3pDdUIsTUFDQSxFQUFFdEMsaUJBQWlCLENBQUM7b0JBQ3RCd0csSUFBRztvQkFDSHRHLGFBQWEsSUFBSSxDQUFDSixLQUFLLENBQUNJLFdBQVcsSUFBSUE7bUJBUGxDb0M7U0FVVjtJQUNIO0lBRUEyRixvQ0FBb0M7UUFDbEMsTUFBTSxFQUFFbkYsWUFBWSxFQUFFLEdBQUcsSUFBSSxDQUFDakQsT0FBTztRQUNyQyxNQUFNLEVBQUVlLEtBQUssRUFBRVYsV0FBVyxFQUFFLEdBQUcsSUFBSSxDQUFDSixLQUFLO1FBRXpDLE9BQU8sQ0FBQ2dELGFBQWFnQyxpQkFBaUIsSUFBSSxFQUFFLEVBQ3pDMUUsTUFBTSxDQUNMLENBQUNNLFNBQ0MsQ0FBQ0EsT0FBT0ksR0FBRyxJQUFLSixDQUFBQSxPQUFPZ0IsdUJBQXVCLElBQUloQixPQUFPYSxRQUFRLEdBRXBFaEIsR0FBRyxDQUFDLENBQUMrQixNQUFtQm9CO1lBQ3ZCLE1BQU0sRUFDSkMsUUFBUSxFQUNScEMsUUFBUSxFQUNSRyx1QkFBdUIsRUFDdkJaLEdBQUcsRUFDSCxHQUFHK0MsYUFDSixHQUFHdkI7WUFDSixJQUFJNEYsT0FFVTtZQUVkLElBQUl4RywyQkFBMkJBLHdCQUF3QkMsTUFBTSxFQUFFO2dCQUM3RHVHLE9BQU94Ryx3QkFBd0JDLE1BQU07WUFDdkMsT0FBTyxJQUFJSixVQUFVO2dCQUNuQjJHLE9BQ0UsT0FBTzNHLGFBQWEsV0FDaEJBLFdBQ0FGLE1BQU1DLE9BQU8sQ0FBQ0MsWUFDZEEsU0FBU1MsSUFBSSxDQUFDLE1BQ2Q7WUFDUjtZQUVBLE9BQ0UsV0FERixHQUNFLElBQUFnQyxPQUFBQyxhQUFBLEVBQUN2RCxVQUFBQTtnQkFDRSxHQUFHbUQsV0FBVztnQkFDZm5DLHlCQUF5QjtvQkFBRUMsUUFBUXVHO2dCQUFLO2dCQUN4Qy9ELEtBQUtOLFlBQVlzRSxFQUFFLElBQUl6RTtnQkFDdkI5QyxPQUFPQTtnQkFDUHdELGdCQUFhO2dCQUNibEUsYUFDRUEsZUFDQ1YsU0FBK0I7O1FBSXhDO0lBQ0o7SUFFQTBDLGlCQUFpQkMsS0FBb0IsRUFBRTtRQUNyQyxPQUFPRCxpQkFBaUIsSUFBSSxDQUFDckMsT0FBTyxFQUFFLElBQUksQ0FBQ0MsS0FBSyxFQUFFcUM7SUFDcEQ7SUFFQXdDLG9CQUFvQjtRQUNsQixPQUFPQSxrQkFBa0IsSUFBSSxDQUFDOUUsT0FBTyxFQUFFLElBQUksQ0FBQ0MsS0FBSztJQUNuRDtJQUVBMkMsV0FBV04sS0FBb0IsRUFBRTtRQUMvQixPQUFPTSxXQUFXLElBQUksQ0FBQzVDLE9BQU8sRUFBRSxJQUFJLENBQUNDLEtBQUssRUFBRXFDO0lBQzlDO0lBRUF2QyxxQkFBcUI7UUFDbkIsT0FBT0EsbUJBQW1CLElBQUksQ0FBQ0MsT0FBTyxFQUFFLElBQUksQ0FBQ0MsS0FBSztJQUNwRDtJQUVBOEgsb0JBQW9CUyxJQUFpQixFQUFlO1FBQ2xELE9BQU81QixPQUFBQSxPQUFLLENBQUM2QixRQUFRLENBQUMvSCxHQUFHLENBQUM4SCxNQUFNLENBQUNFO2dCQUc3QkEsVUFZU0E7WUFkWCxJQUNFQSxDQUFBQSxLQUFBQSxPQUFBQSxLQUFBQSxJQUFBQSxFQUFHckUsSUFBSSxNQUFLLFVBQ1pxRSxDQUFBQSxLQUFBQSxPQUFBQSxLQUFBQSxJQUFBQSxDQUFBQSxXQUFBQSxFQUFHekksS0FBSyxxQkFBUnlJLFNBQVVuQyxJQUFJLEtBQ2RvQyxXQUFBQSx3QkFBd0IsQ0FBQ0MsSUFBSSxDQUFDLENBQUMsRUFBRUMsR0FBRyxFQUFFO29CQUNwQ0gsZUFBQUE7dUJBQUFBLEtBQUFBLE9BQUFBLEtBQUFBLElBQUFBLENBQUFBLFdBQUFBLEVBQUd6SSxLQUFLLHNCQUFSeUksZ0JBQUFBLFNBQVVuQyxJQUFJLHFCQUFkbUMsY0FBZ0JJLFVBQVUsQ0FBQ0Q7Z0JBRTdCO2dCQUNBLE1BQU1FLFdBQVc7b0JBQ2YsR0FBSUwsRUFBRXpJLEtBQUssSUFBSSxDQUFDLENBQUM7b0JBQ2pCLGFBQWF5SSxFQUFFekksS0FBSyxDQUFDc0csSUFBSTtvQkFDekJBLE1BQU1zQjtnQkFDUjtnQkFFQSxxQkFBT2pCLE9BQUFBLE9BQUssQ0FBQ29DLFlBQVksQ0FBQ04sR0FBR0s7WUFDL0IsT0FBTyxJQUFJTCxLQUFBQSxPQUFBQSxLQUFBQSxJQUFBQSxDQUFBQSxZQUFBQSxFQUFHekksS0FBSyxxQkFBUnlJLFVBQVVoSCxRQUFRLEVBQUU7Z0JBQzdCLE1BQU1xSCxXQUFXO29CQUNmLEdBQUlMLEVBQUV6SSxLQUFLLElBQUksQ0FBQyxDQUFDO29CQUNqQnlCLFVBQVUsSUFBSSxDQUFDcUcsbUJBQW1CLENBQUNXLEVBQUV6SSxLQUFLLENBQUN5QixRQUFRO2dCQUNyRDtnQkFFQSxxQkFBT2tGLE9BQUFBLE9BQUssQ0FBQ29DLFlBQVksQ0FBQ04sR0FBR0s7WUFDL0I7WUFFQSxPQUFPTDtRQUNQLHdGQUF3RjtRQUMxRixHQUFJbkksTUFBTSxDQUFDMEg7SUFDYjtJQUVBZ0IsU0FBUztRQUNQLE1BQU0sRUFDSjNILE1BQU0sRUFDTmdFLE9BQU8sRUFDUC9GLFNBQVMsRUFDVDJKLFNBQVMsRUFDVEMsYUFBYSxFQUNiQyxhQUFhLEVBQ2IxRCxlQUFlLEVBQ2YyRCxRQUFRLEVBQ1JDLGtCQUFrQixFQUNsQkMsa0JBQWtCLEVBQ2xCbkosdUJBQXVCLEVBQ3ZCNkcsV0FBVyxFQUNYQyxhQUFhLEVBQ2JoSCxXQUFXLEVBQ1h1RixnQkFBZ0IsRUFDakIsR0FBRyxJQUFJLENBQUN6RixPQUFPO1FBRWhCLE1BQU13SixtQkFBbUJGLHVCQUF1QjtRQUNoRCxNQUFNRyxtQkFDSkYsdUJBQXVCLFNBQVMsQ0FBQ25KO1FBRW5DLElBQUksQ0FBQ0osT0FBTyxDQUFDMEoscUJBQXFCLENBQUM5SyxJQUFJLEdBQUc7UUFFMUMsSUFBSSxFQUFFK0ssSUFBSSxFQUFFLEdBQUcsSUFBSSxDQUFDM0osT0FBTztRQUMzQixJQUFJNEosY0FBa0MsRUFBRTtRQUN4QyxJQUFJQyxvQkFBd0MsRUFBRTtRQUM5QyxJQUFJRixNQUFNO1lBQ1JBLEtBQUs1SCxPQUFPLENBQUMsQ0FBQzJHO2dCQUNaLElBQUlvQjtnQkFFSixJQUFJLElBQUksQ0FBQzlKLE9BQU8sQ0FBQytKLGNBQWMsRUFBRTtvQkFDL0JELFVBQUFBLFdBQUFBLEdBQVVsRCxPQUFBQSxPQUFLLENBQUN4QyxhQUFhLENBQUMsUUFBUTt3QkFDcEM0RixNQUFNO3dCQUNOQyxTQUFTO29CQUNYO2dCQUNGO2dCQUVBLElBQ0V2QixLQUNBQSxFQUFFckUsSUFBSSxLQUFLLFVBQ1hxRSxFQUFFekksS0FBSyxDQUFDLE1BQU0sS0FBSyxhQUNuQnlJLEVBQUV6SSxLQUFLLENBQUMsS0FBSyxLQUFLLFNBQ2xCO29CQUNBNkosV0FBV0YsWUFBWTVILElBQUksQ0FBQzhIO29CQUM1QkYsWUFBWTVILElBQUksQ0FBQzBHO2dCQUNuQixPQUFPO29CQUNMLElBQUlBLEdBQUc7d0JBQ0wsSUFBSW9CLFdBQVlwQixDQUFBQSxFQUFFckUsSUFBSSxLQUFLLFVBQVUsQ0FBQ3FFLEVBQUV6SSxLQUFLLENBQUMsVUFBVSxHQUFHOzRCQUN6RDRKLGtCQUFrQjdILElBQUksQ0FBQzhIO3dCQUN6Qjt3QkFDQUQsa0JBQWtCN0gsSUFBSSxDQUFDMEc7b0JBQ3pCO2dCQUNGO1lBQ0Y7WUFDQWlCLE9BQU9DLFlBQVlNLE1BQU0sQ0FBQ0w7UUFDNUI7UUFDQSxJQUFJbkksV0FBOEJrRixPQUFBQSxPQUFLLENBQUM2QixRQUFRLENBQUMwQixPQUFPLENBQ3RELElBQUksQ0FBQ2xLLEtBQUssQ0FBQ3lCLFFBQVEsRUFDbkJuQixNQUFNLENBQUMwSDtRQUNULGdFQUFnRTtRQUNoRSxJQUFJdEksSUFBeUIsRUFBYztZQUN6QytCLFdBQVdrRixPQUFBQSxPQUFLLENBQUM2QixRQUFRLENBQUMvSCxHQUFHLENBQUNnQixVQUFVLENBQUNOO29CQUNqQkE7Z0JBQXRCLE1BQU1nSixnQkFBZ0JoSixTQUFBQSxPQUFBQSxLQUFBQSxJQUFBQSxDQUFBQSxlQUFBQSxNQUFPbkIsS0FBSyxxQkFBWm1CLFlBQWMsQ0FBQyxvQkFBb0I7Z0JBQ3pELElBQUksQ0FBQ2dKLGVBQWU7d0JBT2hCaEo7b0JBTkYsSUFBSUEsQ0FBQUEsU0FBQUEsT0FBQUEsS0FBQUEsSUFBQUEsTUFBT2lELElBQUksTUFBSyxTQUFTO3dCQUMzQk0sUUFBUUMsSUFBSSxDQUNWO29CQUVKLE9BQU8sSUFDTHhELENBQUFBLFNBQUFBLE9BQUFBLEtBQUFBLElBQUFBLE1BQU9pRCxJQUFJLE1BQUssVUFDaEJqRCxDQUFBQSxTQUFBQSxPQUFBQSxLQUFBQSxJQUFBQSxDQUFBQSxnQkFBQUEsTUFBT25CLEtBQUsscUJBQVptQixjQUFjNEksSUFBSSxNQUFLLFlBQ3ZCO3dCQUNBckYsUUFBUUMsSUFBSSxDQUNWO29CQUVKO2dCQUNGO2dCQUNBLE9BQU94RDtZQUNQLHdGQUF3RjtZQUMxRjtZQUNBLElBQUksSUFBSSxDQUFDbkIsS0FBSyxDQUFDSSxXQUFXLEVBQ3hCc0UsUUFBUUMsSUFBSSxDQUNWO1FBRU47UUFFQSxJQUNFakYsS0FFeUNKLEVBQ3pDLEVBRUY7UUFFQSxJQUFJOEssZ0JBQWdCO1FBQ3BCLElBQUlDLGtCQUFrQjtRQUV0QixvREFBb0Q7UUFDcERYLE9BQU8vQyxPQUFBQSxPQUFLLENBQUM2QixRQUFRLENBQUMvSCxHQUFHLENBQUNpSixRQUFRLEVBQUUsRUFBRSxDQUFDdkk7WUFDckMsSUFBSSxDQUFDQSxPQUFPLE9BQU9BO1lBQ25CLE1BQU0sRUFBRWlELElBQUksRUFBRXBFLEtBQUssRUFBRSxHQUFHbUI7WUFDeEIsSUFBSXpCLEtBQTZCLElBQVVKLFdBQVc7Z0JBQ3BELElBQUlnTCxVQUFrQjtnQkFFdEIsSUFBSWxHLFNBQVMsVUFBVXBFLE1BQU0rSixJQUFJLEtBQUssWUFBWTtvQkFDaERPLFVBQVU7Z0JBQ1osT0FBTyxJQUFJbEcsU0FBUyxVQUFVcEUsTUFBTXFHLEdBQUcsS0FBSyxhQUFhO29CQUN2RGdFLGtCQUFrQjtnQkFDcEIsT0FBTyxJQUFJakcsU0FBUyxVQUFVO29CQUM1QixnQkFBZ0I7b0JBQ2hCLHlEQUF5RDtvQkFDekQsMkRBQTJEO29CQUMzRCw0QkFBNEI7b0JBQzVCLElBQ0VwRSxNQUFPZ0IsR0FBRyxJQUFJaEIsTUFBTWdCLEdBQUcsQ0FBQ3VKLE9BQU8sQ0FBQyxnQkFBZ0IsQ0FBQyxLQUNoRHZLLE1BQU00Qix1QkFBdUIsSUFDM0IsRUFBQzVCLE1BQU1vRSxJQUFJLElBQUlwRSxNQUFNb0UsSUFBSSxLQUFLLG9CQUNqQzt3QkFDQWtHLFVBQVU7d0JBQ1ZFLE9BQU9DLElBQUksQ0FBQ3pLLE9BQU84QixPQUFPLENBQUMsQ0FBQzRJOzRCQUMxQkosV0FBVyxDQUFDLENBQUMsRUFBRUksS0FBSyxFQUFFLEVBQUUxSyxLQUFLLENBQUMwSyxLQUFLLENBQUMsQ0FBQyxDQUFDO3dCQUN4Qzt3QkFDQUosV0FBVztvQkFDYjtnQkFDRjtnQkFFQSxJQUFJQSxTQUFTO29CQUNYNUYsUUFBUUMsSUFBSSxDQUNWLENBQUMsMkJBQTJCLEVBQUV4RCxNQUFNaUQsSUFBSSxDQUFDLHdCQUF3QixFQUFFa0csUUFBUSxJQUFJLEVBQUVuQixjQUFjd0IsSUFBSSxDQUFDLHNEQUFzRCxDQUFDO29CQUU3SixPQUFPO2dCQUNUO1lBQ0YsT0FBTztnQkFDTCxlQUFlO2dCQUNmLElBQUl2RyxTQUFTLFVBQVVwRSxNQUFNcUcsR0FBRyxLQUFLLFdBQVc7b0JBQzlDK0QsZ0JBQWdCO2dCQUNsQjtZQUNGO1lBQ0EsT0FBT2pKO1FBQ1Asd0ZBQXdGO1FBQzFGO1FBRUEsTUFBTWtCLFFBQXVCbEQsaUJBQzNCLElBQUksQ0FBQ1ksT0FBTyxDQUFDWCxhQUFhLEVBQzFCLElBQUksQ0FBQ1csT0FBTyxDQUFDb0osYUFBYSxDQUFDd0IsSUFBSSxFQUMvQmpMLEtBQTZCLElBQVVKO1FBR3pDLE1BQU1zTCxtQkFBbUJyRixvQkFDdkJDLGtCQUNBQyxpQkFDQXhGO1FBR0YsT0FDRSxXQURGLEdBQ0UsSUFBQVMsWUFBQTZDLElBQUEsRUFBQ21HLFFBQUFBO1lBQU0sR0FBR3pFLGlCQUFpQixJQUFJLENBQUNqRixLQUFLLENBQUM7O2dCQUNuQyxJQUFJLENBQUNELE9BQU8sQ0FBQ3dDLGFBQWEsSUFDekIsV0FEeUIsR0FDekIsSUFBQTdCLFlBQUE2QyxJQUFBLEVBQUE3QyxZQUFBOEMsUUFBQTs7c0NBQ0UsSUFBQTlDLFlBQUFDLEdBQUEsRUFBQ3FCLFNBQUFBOzRCQUNDNkksdUJBQW1COzRCQUNuQkMsbUJBQ0VwTCxLQUE2QixJQUFVSixZQUNuQyxTQUNBc0k7NEJBRU5oRyx5QkFBeUI7Z0NBQ3ZCQyxRQUFRLENBQUMsa0JBQWtCLENBQUM7NEJBQzlCOztzQ0FFRixJQUFBbkIsWUFBQUMsR0FBQSxFQUFDb0ssWUFBQUE7NEJBQ0NGLHVCQUFtQjs0QkFDbkJDLG1CQUNFcEwsS0FBNkIsSUFBVUosWUFDbkMsU0FDQXNJO3NDQUdOLGtCQUFBbEgsWUFBQUMsR0FBQSxFQUFDcUIsU0FBQUE7Z0NBQ0NKLHlCQUF5QjtvQ0FDdkJDLFFBQVEsQ0FBQyxtQkFBbUIsQ0FBQztnQ0FDL0I7Ozs7O2dCQUtQNkg7Z0JBQ0EsSUFBSSxDQUFDM0osT0FBTyxDQUFDK0osY0FBYyxHQUFHLE9BQzdCLFdBRDZCLEdBQzdCLElBQUFwSixZQUFBQyxHQUFBLEVBQUNxSyxRQUFBQTtvQkFDQ2pCLE1BQUs7b0JBQ0xDLFNBQVNyRCxPQUFBQSxPQUFLLENBQUM2QixRQUFRLENBQUN5QyxLQUFLLENBQUN2QixRQUFRLEVBQUUsRUFBRXdCLFFBQVE7O2dCQUlyRHpKO2dCQUNBd0YsaUJBQWlCLFdBQWpCQSxHQUFpQixJQUFBdkcsWUFBQUMsR0FBQSxFQUFDcUssUUFBQUE7b0JBQUtqQixNQUFLOztnQkFFNUJhLGlCQUFpQmxGLFVBQVU7Z0JBQzNCa0YsaUJBQWlCakYsT0FBTztnQkFFeEJqRyxLQUE2QixJQUFVSixhQUN0QyxXQURzQ0EsR0FDdEMsSUFBQW9CLFlBQUE2QyxJQUFBLEVBQUE3QyxZQUFBOEMsUUFBQTs7c0NBQ0UsSUFBQTlDLFlBQUFDLEdBQUEsRUFBQ3FLLFFBQUFBOzRCQUNDakIsTUFBSzs0QkFDTEMsU0FBUTs7d0JBRVQsQ0FBQ0ssbUJBQ0EsV0FEQUEsR0FDQSxJQUFBM0osWUFBQUMsR0FBQSxFQUFDdUYsUUFBQUE7NEJBQ0NHLEtBQUk7NEJBQ0pDLE1BQ0U0QyxnQkFDQWlDLHFHQUF1QyxDQUFDMUY7O3NDQUs5QyxJQUFBL0UsWUFBQUMsR0FBQSxFQUFDdUYsUUFBQUE7NEJBQ0NHLEtBQUk7NEJBQ0pLLElBQUc7NEJBQ0hKLE1BQUs7O3NDQUVQLElBQUE1RixZQUFBQyxHQUFBLEVBQUNTLFdBQUFBOzRCQUFVQyxRQUFRQTs7c0NBQ25CLElBQUFYLFlBQUFDLEdBQUEsRUFBQ3FCLFNBQUFBOzRCQUNDcUosbUJBQWdCOzRCQUNoQnpKLHlCQUF5QjtnQ0FDdkJDLFFBQVEsQ0FBQyxzbEJBQXNsQixDQUFDOzRCQUNsbUI7O3NDQUVGLElBQUFuQixZQUFBQyxHQUFBLEVBQUNvSyxZQUFBQTtzQ0FDQyxrQkFBQXJLLFlBQUFDLEdBQUEsRUFBQ3FCLFNBQUFBO2dDQUNDcUosbUJBQWdCO2dDQUNoQnpKLHlCQUF5QjtvQ0FDdkJDLFFBQVEsQ0FBQyxrRkFBa0YsQ0FBQztnQ0FDOUY7OztzQ0FHSixJQUFBbkIsWUFBQUMsR0FBQSxFQUFDQyxVQUFBQTs0QkFBTzhCLE9BQUs7NEJBQUMxQixLQUFJOzs7O2dCQUdyQixDQUFFdEIsQ0FBQUEsS0FBNkIsSUFBVUosU0FBQUEsS0FDeEMsV0FEZ0QsR0FDaEQsSUFBQW9CLFlBQUE2QyxJQUFBLEVBQUE3QyxZQUFBOEMsUUFBQTs7d0JBQ0csQ0FBQzRHLGlCQUFpQm5CLGFBQ2pCLFdBRGlCQSxHQUNqQixJQUFBdkksWUFBQUMsR0FBQSxFQUFDdUYsUUFBQUE7NEJBQ0NHLEtBQUk7NEJBQ0pDLE1BQU00QyxnQkFBZ0I5RCxXQUFXQyxTQUFTSTs7d0JBRzdDLElBQUksQ0FBQzBDLGlDQUFpQzt3QkFDdEMsQ0FBQ25CLGVBQWUsSUFBSSxDQUFDRCxXQUFXLENBQUMxRTt3QkFDakMsQ0FBQzJFLGVBQWUsV0FBZkEsR0FBZSxJQUFBdEcsWUFBQUMsR0FBQSxFQUFDb0ssWUFBQUE7NEJBQVNPLGNBQVksSUFBSSxDQUFDdEwsS0FBSyxDQUFDYyxLQUFLLElBQUk7O3dCQUUxRCxDQUFDeUksb0JBQ0EsQ0FBQ0Msb0JBQ0QsSUFBSSxDQUFDekIsdUJBQXVCO3dCQUM3QixDQUFDd0Isb0JBQ0EsQ0FBQ0Msb0JBQ0QsSUFBSSxDQUFDdkIsbUJBQW1CLENBQUM1Rjt3QkFFMUIsQ0FBQ2xDLDJCQUNBLENBQUNvSixvQkFDRCxJQUFJLENBQUN6SixrQkFBa0I7d0JBRXhCLENBQUNLLDJCQUNBLENBQUNvSixvQkFDRCxJQUFJLENBQUMxRSxpQkFBaUI7d0JBQ3ZCLENBQUMxRSwyQkFDQSxDQUFDb0osb0JBQ0QsSUFBSSxDQUFDbkgsZ0JBQWdCLENBQUNDO3dCQUN2QixDQUFDbEMsMkJBQ0EsQ0FBQ29KLG9CQUNELElBQUksQ0FBQzVHLFVBQVUsQ0FBQ047d0JBRWpCMkUsZUFBZSxJQUFJLENBQUNELFdBQVcsQ0FBQzFFO3dCQUNoQzJFLGVBQWUsV0FBZkEsR0FBZSxJQUFBdEcsWUFBQUMsR0FBQSxFQUFDb0ssWUFBQUE7NEJBQVNPLGNBQVksSUFBSSxDQUFDdEwsS0FBSyxDQUFDYyxLQUFLLElBQUk7O3dCQUN6RCxJQUFJLENBQUNmLE9BQU8sQ0FBQ3dDLGFBQWEsSUFJekIsMERBSDBEO3dCQUMxRCw4QkFBOEI7d0JBQzlCLCtEQUErRDtzQ0FDL0QsSUFBQTdCLFlBQUFDLEdBQUEsRUFBQ29LLFlBQUFBOzRCQUFTMUMsSUFBRzs7d0JBRWRoSCxVQUFVOzs7OEJBR2RzRixPQUFBQSxPQUFLLENBQUN4QyxhQUFhLENBQUN3QyxPQUFBQSxPQUFLLENBQUNuRCxRQUFRLEVBQUUsQ0FBQyxNQUFPNEYsWUFBWSxFQUFFOzs7SUFHakU7QUFDRjtBQUVBLFNBQVNtQyxnQ0FDUHZJLFlBQTJDLEVBQzNDbUcsYUFBd0IsRUFDeEJuSixLQUFVO1FBVVd5QixzQkFBQUEsZ0JBR0FBLHVCQUFBQTtJQVhyQixJQUFJLENBQUN6QixNQUFNeUIsUUFBUSxFQUFFO0lBRXJCLE1BQU0rSixvQkFBbUMsRUFBRTtJQUUzQyxNQUFNL0osV0FBV0YsTUFBTUMsT0FBTyxDQUFDeEIsTUFBTXlCLFFBQVEsSUFDekN6QixNQUFNeUIsUUFBUSxHQUNkO1FBQUN6QixNQUFNeUIsUUFBUTtLQUFDO0lBRXBCLE1BQU1nSyxlQUFBQSxDQUFlaEssaUJBQUFBLFNBQVM0QixJQUFJLENBQ2hDLENBQUNsQyxRQUE4QkEsTUFBTWlELElBQUksS0FBS3pGLEtBQUFBLEtBQUFBLE9BQUFBLEtBQUFBLElBQUFBLENBRDNCOEMsdUJBQUFBLGVBRWxCekIsS0FBSyxxQkFGYXlCLHFCQUVYQSxRQUFRO0lBQ2xCLE1BQU1pSyxlQUFBQSxDQUFlakssa0JBQUFBLFNBQVM0QixJQUFJLENBQ2hDLENBQUNsQyxRQUE4QkEsTUFBTWlELElBQUksS0FBSyw2QkFEM0IzQyx3QkFBQUEsZ0JBRWxCekIsS0FBSyxxQkFGYXlCLHNCQUVYQSxRQUFRO0lBRWxCLCtHQUErRztJQUMvRyxNQUFNa0ssbUJBQW1CO1dBQ25CcEssTUFBTUMsT0FBTyxDQUFDaUssZ0JBQWdCQSxlQUFlO1lBQUNBO1NBQWE7V0FDM0RsSyxNQUFNQyxPQUFPLENBQUNrSyxnQkFBZ0JBLGVBQWU7WUFBQ0E7U0FBYTtLQUNoRTtJQUVEL0UsT0FBQUEsT0FBSyxDQUFDNkIsUUFBUSxDQUFDMUcsT0FBTyxDQUFDNkosa0JBQWtCLENBQUN4SztZQUlwQ0E7UUFISixJQUFJLENBQUNBLE9BQU87UUFFWix3RUFBd0U7UUFDeEUsS0FBSUEsY0FBQUEsTUFBTWlELElBQUkscUJBQVZqRCxZQUFZeUssWUFBWSxFQUFFO1lBQzVCLElBQUl6SyxNQUFNbkIsS0FBSyxDQUFDNkQsUUFBUSxLQUFLLHFCQUFxQjtnQkFDaERiLGFBQWFnQyxpQkFBaUIsR0FBRyxDQUMvQmhDLGFBQWFnQyxpQkFBaUIsSUFBSSxFQUFFLEVBQ3BDaUYsTUFBTSxDQUFDO29CQUNQO3dCQUNFLEdBQUc5SSxNQUFNbkIsS0FBSztvQkFDaEI7aUJBQ0Q7Z0JBQ0Q7WUFDRixPQUFPLElBQ0w7Z0JBQUM7Z0JBQWM7Z0JBQW9CO2FBQVMsQ0FBQ3lDLFFBQVEsQ0FDbkR0QixNQUFNbkIsS0FBSyxDQUFDNkQsUUFBUSxHQUV0QjtnQkFDQTJILGtCQUFrQnpKLElBQUksQ0FBQ1osTUFBTW5CLEtBQUs7Z0JBQ2xDO1lBQ0Y7UUFDRjtJQUNGO0lBRUFtSixjQUFjbkcsWUFBWSxHQUFHd0k7QUFDL0I7QUFFTyxNQUFNMU0sbUJBQW1CNkgsT0FBQUEsT0FBSyxDQUFDQyxTQUFTO3FCQUN0Q0MsV0FBQUEsR0FBY0MsMEJBQUFBLFdBQVc7SUFJaEMxRSxpQkFBaUJDLEtBQW9CLEVBQUU7UUFDckMsT0FBT0QsaUJBQWlCLElBQUksQ0FBQ3JDLE9BQU8sRUFBRSxJQUFJLENBQUNDLEtBQUssRUFBRXFDO0lBQ3BEO0lBRUF3QyxvQkFBb0I7UUFDbEIsT0FBT0Esa0JBQWtCLElBQUksQ0FBQzlFLE9BQU8sRUFBRSxJQUFJLENBQUNDLEtBQUs7SUFDbkQ7SUFFQTJDLFdBQVdOLEtBQW9CLEVBQUU7UUFDL0IsT0FBT00sV0FBVyxJQUFJLENBQUM1QyxPQUFPLEVBQUUsSUFBSSxDQUFDQyxLQUFLLEVBQUVxQztJQUM5QztJQUVBdkMscUJBQXFCO1FBQ25CLE9BQU9BLG1CQUFtQixJQUFJLENBQUNDLE9BQU8sRUFBRSxJQUFJLENBQUNDLEtBQUs7SUFDcEQ7SUFFQSxPQUFPNkwsc0JBQXNCOUwsT0FBNEIsRUFBVTtRQUNqRSxNQUFNLEVBQUVvSixhQUFhLEVBQUUyQyxrQkFBa0IsRUFBRSxHQUFHL0w7UUFDOUMsSUFBSTtZQUNGLE1BQU1nTSxPQUFPQyxLQUFLQyxTQUFTLENBQUM5QztZQUU1QixJQUFJbEssc0JBQXNCc0ksR0FBRyxDQUFDNEIsY0FBY3dCLElBQUksR0FBRztnQkFDakQsT0FBT3VCLENBQUFBLEdBQUFBLFlBQUFBLG9CQUFvQixFQUFDSDtZQUM5QjtZQUVBLE1BQU1JLFFBQ0p6TSxNQUE2QixHQUN6QixDQUFnRCxHQUNoRDhNLE9BQU94RyxJQUFJLENBQUMrRixNQUFNUSxVQUFVO1lBQ2xDLE1BQU1FLGNBQWN0QiwyR0FBc0M7WUFFMUQsSUFBSVcsc0JBQXNCSyxRQUFRTCxvQkFBb0I7Z0JBQ3BELElBQUlwTSxLQUF5QixFQUFjLEVBRTNDO2dCQUVBZ0YsUUFBUUMsSUFBSSxDQUNWLENBQUMsd0JBQXdCLEVBQUV3RSxjQUFjd0IsSUFBSSxDQUFDLENBQUMsRUFDN0N4QixjQUFjd0IsSUFBSSxLQUFLNUssUUFBUTBGLGVBQWUsR0FDMUMsS0FDQSxDQUFDLFFBQVEsRUFBRTFGLFFBQVEwRixlQUFlLENBQUMsRUFBRSxDQUFDLENBQzNDLElBQUksRUFBRWdILFlBQ0xOLE9BQ0EsZ0NBQWdDLEVBQUVNLFlBQ2xDWCxvQkFDQSxtSEFBbUgsQ0FBQztZQUUxSDtZQUVBLE9BQU9JLENBQUFBLEdBQUFBLFlBQUFBLG9CQUFvQixFQUFDSDtRQUM5QixFQUFFLE9BQU94SCxLQUFLO1lBQ1osSUFBSUMsQ0FBQUEsR0FBQUEsU0FBQUEsT0FBTyxFQUFDRCxRQUFRQSxJQUFJSyxPQUFPLENBQUMyRixPQUFPLENBQUMsMEJBQTBCLENBQUMsR0FBRztnQkFDcEUsTUFBTSxJQUFJdEcsTUFDUixDQUFDLHdEQUF3RCxFQUFFa0YsY0FBY3dCLElBQUksQ0FBQyxzREFBc0QsQ0FBQztZQUV6STtZQUNBLE1BQU1wRztRQUNSO0lBQ0Y7SUFFQXlFLFNBQVM7UUFDUCxNQUFNLEVBQ0ovSSxXQUFXLEVBQ1hYLFNBQVMsRUFDVEYsYUFBYSxFQUNiaUssa0JBQWtCLEVBQ2xCSSxxQkFBcUIsRUFDckJ2SixnQkFBZ0IsRUFDaEJDLHVCQUF1QixFQUN2QkMsV0FBVyxFQUNaLEdBQUcsSUFBSSxDQUFDTCxPQUFPO1FBQ2hCLE1BQU13SixtQkFBbUJGLHVCQUF1QjtRQUVoREksc0JBQXNCM0ssVUFBVSxHQUFHO1FBRW5DLElBQUlZLEtBQTZCLElBQVVKLFdBQVc7WUFDcEQsSUFBSUksS0FBeUIsRUFBYyxFQUUzQztZQUNBLE1BQU1pTixjQUFjO21CQUNmdk4sY0FBY3dOLFFBQVE7bUJBQ3RCeE4sY0FBY2lCLGFBQWE7bUJBQzNCakIsY0FBY3VOLFdBQVc7YUFDN0I7WUFFRCxPQUNFLFdBREYsR0FDRSxJQUFBak0sWUFBQTZDLElBQUEsRUFBQTdDLFlBQUE4QyxRQUFBOztvQkFDRytGLG1CQUFtQixPQUNsQixXQURrQixHQUNsQixJQUFBN0ksWUFBQUMsR0FBQSxFQUFDQyxVQUFBQTt3QkFDQ3lILElBQUc7d0JBQ0hqRSxNQUFLO3dCQUNMdEQsT0FBTyxJQUFJLENBQUNkLEtBQUssQ0FBQ2MsS0FBSzt3QkFDdkJWLGFBQWEsSUFBSSxDQUFDSixLQUFLLENBQUNJLFdBQVcsSUFBSUE7d0JBQ3ZDd0IseUJBQXlCOzRCQUN2QkMsUUFBUS9DLFdBQVcrTSxxQkFBcUIsQ0FBQyxJQUFJLENBQUM5TCxPQUFPO3dCQUN2RDt3QkFDQStLLG1CQUFlOztvQkFHbEI2QixZQUFZbE0sR0FBRyxDQUFDLENBQUMrQixPQUNoQixXQURnQkEsR0FDaEIsSUFBQTlCLFlBQUFDLEdBQUEsRUFBQ0MsVUFBQUE7NEJBRUNJLEtBQUssQ0FBQyxFQUFFZixZQUFZLE9BQU8sRUFBRWdCLENBQUFBLEdBQUFBLGVBQUFBLGFBQWEsRUFDeEN1QixNQUNBLEVBQUV0QyxpQkFBaUIsQ0FBQzs0QkFDdEJZLE9BQU8sSUFBSSxDQUFDZCxLQUFLLENBQUNjLEtBQUs7NEJBQ3ZCVixhQUFhLElBQUksQ0FBQ0osS0FBSyxDQUFDSSxXQUFXLElBQUlBOzRCQUN2QzBLLG1CQUFlOzJCQU5WdEk7OztRQVdmO1FBRUEsSUFBSTlDLElBQXlCLEVBQWM7WUFDekMsSUFBSSxJQUFJLENBQUNNLEtBQUssQ0FBQ0ksV0FBVyxFQUN4QnNFLFFBQVFDLElBQUksQ0FDVjtRQUVOO1FBRUEsTUFBTXRDLFFBQXVCbEQsaUJBQzNCLElBQUksQ0FBQ1ksT0FBTyxDQUFDWCxhQUFhLEVBQzFCLElBQUksQ0FBQ1csT0FBTyxDQUFDb0osYUFBYSxDQUFDd0IsSUFBSSxFQUMvQmpMLEtBQTZCLElBQVVKO1FBR3pDLE9BQ0UsV0FERixHQUNFLElBQUFvQixZQUFBNkMsSUFBQSxFQUFBN0MsWUFBQThDLFFBQUE7O2dCQUNHLENBQUMrRixvQkFBb0JuSyxjQUFjd04sUUFBUSxHQUN4Q3hOLGNBQWN3TixRQUFRLENBQUNuTSxHQUFHLENBQUMsQ0FBQytCLE9BQzFCLFdBRDBCQSxHQUMxQixJQUFBOUIsWUFBQUMsR0FBQSxFQUFDQyxVQUFBQTt3QkFFQ0ksS0FBSyxDQUFDLEVBQUVmLFlBQVksT0FBTyxFQUFFZ0IsQ0FBQUEsR0FBQUEsZUFBQUEsYUFBYSxFQUN4Q3VCLE1BQ0EsRUFBRXRDLGlCQUFpQixDQUFDO3dCQUN0QlksT0FBTyxJQUFJLENBQUNkLEtBQUssQ0FBQ2MsS0FBSzt3QkFDdkJWLGFBQWEsSUFBSSxDQUFDSixLQUFLLENBQUNJLFdBQVcsSUFBSUE7dUJBTGxDb0MsU0FRVDtnQkFDSCtHLG1CQUFtQixPQUNsQixXQURrQixHQUNsQixJQUFBN0ksWUFBQUMsR0FBQSxFQUFDQyxVQUFBQTtvQkFDQ3lILElBQUc7b0JBQ0hqRSxNQUFLO29CQUNMdEQsT0FBTyxJQUFJLENBQUNkLEtBQUssQ0FBQ2MsS0FBSztvQkFDdkJWLGFBQWEsSUFBSSxDQUFDSixLQUFLLENBQUNJLFdBQVcsSUFBSUE7b0JBQ3ZDd0IseUJBQXlCO3dCQUN2QkMsUUFBUS9DLFdBQVcrTSxxQkFBcUIsQ0FBQyxJQUFJLENBQUM5TCxPQUFPO29CQUN2RDs7Z0JBR0hJLDJCQUNDLENBQUNvSixvQkFDRCxJQUFJLENBQUN6SixrQkFBa0I7Z0JBQ3hCSywyQkFDQyxDQUFDb0osb0JBQ0QsSUFBSSxDQUFDMUUsaUJBQWlCO2dCQUN2QjFFLDJCQUNDLENBQUNvSixvQkFDRCxJQUFJLENBQUNuSCxnQkFBZ0IsQ0FBQ0M7Z0JBQ3ZCbEMsMkJBQTJCLENBQUNvSixvQkFBb0IsSUFBSSxDQUFDNUcsVUFBVSxDQUFDTjs7O0lBR3ZFO0FBQ0Y7QUFFTyxTQUFTekQsS0FDZG9CLEtBR0M7SUFFRCxNQUFNLEVBQ0pWLFNBQVMsRUFDVG1LLHFCQUFxQixFQUNyQm9ELE1BQU0sRUFDTjdKLFlBQVksRUFDWm1HLGFBQWEsRUFDZCxHQUFHMkQsQ0FBQUEsR0FBQUEsMEJBQUFBLGNBQWM7SUFFbEJyRCxzQkFBc0I3SyxJQUFJLEdBQUc7SUFDN0IyTSxnQ0FBZ0N2SSxjQUFjbUcsZUFBZW5KO0lBRTdELE9BQ0UsV0FERixHQUNFLElBQUFVLFlBQUFDLEdBQUEsRUFBQ3lILFFBQUFBO1FBQ0UsR0FBR3BJLEtBQUs7UUFDVCtNLE1BQU0vTSxNQUFNK00sSUFBSSxJQUFJRixVQUFVakY7UUFDOUJvRixLQUFLdE4sS0FBNkIsSUFBVUosWUFBWSxLQUFLc0k7UUFDN0RrRCxtQkFDRXBMLEtBQTZCLElBQzdCSixhQUNBSSxrQkFBeUIsZUFDckIsS0FDQWtJOztBQUlaO0FBRU8sU0FBUy9JO0lBQ2QsTUFBTSxFQUFFNEsscUJBQXFCLEVBQUUsR0FBR3FELENBQUFBLEdBQUFBLDBCQUFBQSxjQUFjO0lBQ2hEckQsc0JBQXNCNUssSUFBSSxHQUFHO0lBQzdCLGFBQWE7SUFDYixPQUFPLFdBQVAsR0FBTyxJQUFBNkIsWUFBQUMsR0FBQSxFQUFDc00sdUNBQUFBLENBQUFBO0FBQ1Y7QUFNZSxNQUFNak8saUJBQXlCMkgsT0FBQUEsT0FBSyxDQUFDQyxTQUFTO0lBRzNEOzs7R0FHQyxHQUNELE9BQU9zRyxnQkFBZ0JDLEdBQW9CLEVBQWlDO1FBQzFFLE9BQU9BLElBQUlDLHNCQUFzQixDQUFDRDtJQUNwQztJQUVBbkUsU0FBUztRQUNQLE9BQ0UsV0FERixHQUNFLElBQUF0SSxZQUFBNkMsSUFBQSxFQUFDM0UsTUFBQUE7OzhCQUNDLElBQUE4QixZQUFBQyxHQUFBLEVBQUNoQyxNQUFBQSxDQUFBQTs4QkFDRCxJQUFBK0IsWUFBQTZDLElBQUEsRUFBQzhKLFFBQUFBOztzQ0FDQyxJQUFBM00sWUFBQUMsR0FBQSxFQUFDOUIsTUFBQUEsQ0FBQUE7c0NBQ0QsSUFBQTZCLFlBQUFDLEdBQUEsRUFBQzdCLFlBQUFBLENBQUFBOzs7OztJQUlUO0FBQ0Y7QUFFQSw4RUFBOEU7QUFDOUUsMkRBQTJEO0FBQzNELE1BQU13TywyQkFDSixTQUFTQTtJQUNQLE9BQ0UsV0FERixHQUNFLElBQUE1TSxZQUFBNkMsSUFBQSxFQUFDM0UsTUFBQUE7OzBCQUNDLElBQUE4QixZQUFBQyxHQUFBLEVBQUNoQyxNQUFBQSxDQUFBQTswQkFDRCxJQUFBK0IsWUFBQTZDLElBQUEsRUFBQzhKLFFBQUFBOztrQ0FDQyxJQUFBM00sWUFBQUMsR0FBQSxFQUFDOUIsTUFBQUEsQ0FBQUE7a0NBQ0QsSUFBQTZCLFlBQUFDLEdBQUEsRUFBQzdCLFlBQUFBLENBQUFBOzs7OztBQUlUO0FBQ0FFLFFBQWdCLENBQUN1TyxXQUFBQSxxQkFBcUIsQ0FBQyxHQUFHRCIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi4vLi4vc3JjL3BhZ2VzL19kb2N1bWVudC50c3g/YzQ2OCJdLCJuYW1lcyI6WyJIZWFkIiwiSHRtbCIsIk1haW4iLCJOZXh0U2NyaXB0IiwiZGVmYXVsdCIsIkRvY3VtZW50IiwibGFyZ2VQYWdlRGF0YVdhcm5pbmdzIiwiU2V0IiwiZ2V0RG9jdW1lbnRGaWxlcyIsImJ1aWxkTWFuaWZlc3QiLCJwYXRobmFtZSIsImluQW1wTW9kZSIsInNoYXJlZEZpbGVzIiwiZ2V0UGFnZUZpbGVzIiwicGFnZUZpbGVzIiwicHJvY2VzcyIsImVudiIsIk5FWFRfUlVOVElNRSIsImFsbEZpbGVzIiwiZ2V0UG9seWZpbGxTY3JpcHRzIiwiY29udGV4dCIsInByb3BzIiwiYXNzZXRQcmVmaXgiLCJhc3NldFF1ZXJ5U3RyaW5nIiwiZGlzYWJsZU9wdGltaXplZExvYWRpbmciLCJjcm9zc09yaWdpbiIsInBvbHlmaWxsRmlsZXMiLCJmaWx0ZXIiLCJwb2x5ZmlsbCIsImVuZHNXaXRoIiwibWFwIiwiX2pzeHJ1bnRpbWUiLCJqc3giLCJzY3JpcHQiLCJkZWZlciIsIm5vbmNlIiwibm9Nb2R1bGUiLCJzcmMiLCJlbmNvZGVVUklQYXRoIiwiaGFzQ29tcG9uZW50UHJvcHMiLCJjaGlsZCIsIkFtcFN0eWxlcyIsInN0eWxlcyIsImN1clN0eWxlcyIsIkFycmF5IiwiaXNBcnJheSIsImNoaWxkcmVuIiwiaGFzU3R5bGVzIiwiZWwiLCJkYW5nZXJvdXNseVNldElubmVySFRNTCIsIl9faHRtbCIsImZvckVhY2giLCJwdXNoIiwic3R5bGUiLCJhbXAtY3VzdG9tIiwiam9pbiIsInJlcGxhY2UiLCJnZXREeW5hbWljQ2h1bmtzIiwiZmlsZXMiLCJkeW5hbWljSW1wb3J0cyIsImlzRGV2ZWxvcG1lbnQiLCJmaWxlIiwiaW5jbHVkZXMiLCJhc3luYyIsImdldFNjcmlwdHMiLCJub3JtYWxTY3JpcHRzIiwibG93UHJpb3JpdHlTY3JpcHRzIiwibG93UHJpb3JpdHlGaWxlcyIsImdldFByZU5leHRXb3JrZXJTY3JpcHRzIiwic2NyaXB0TG9hZGVyIiwibmV4dFNjcmlwdFdvcmtlcnMiLCJwYXJ0eXRvd25TbmlwcGV0IiwiX19ub25fd2VicGFja19yZXF1aXJlX18iLCJ1c2VyRGVmaW5lZENvbmZpZyIsImZpbmQiLCJsZW5ndGgiLCJqc3hzIiwiRnJhZ21lbnQiLCJkYXRhLXBhcnR5dG93bi1jb25maWciLCJkYXRhLXBhcnR5dG93biIsIndvcmtlciIsImluZGV4Iiwic3RyYXRlZ3kiLCJzY3JpcHRDaGlsZHJlbiIsInNjcmlwdFByb3BzIiwic3JjUHJvcHMiLCJFcnJvciIsIl9yZWFjdCIsImNyZWF0ZUVsZW1lbnQiLCJ0eXBlIiwia2V5IiwiZGF0YS1uc2NyaXB0IiwiZXJyIiwiaXNFcnJvciIsImNvZGUiLCJjb25zb2xlIiwid2FybiIsIm1lc3NhZ2UiLCJnZXRQcmVOZXh0U2NyaXB0cyIsIndlYldvcmtlclNjcmlwdHMiLCJiZWZvcmVJbnRlcmFjdGl2ZVNjcmlwdHMiLCJiZWZvcmVJbnRlcmFjdGl2ZSIsImdldEhlYWRIVE1MUHJvcHMiLCJyZXN0UHJvcHMiLCJoZWFkUHJvcHMiLCJnZXRBbXBQYXRoIiwiYW1wUGF0aCIsImFzUGF0aCIsImdldE5leHRGb250TGlua1RhZ3MiLCJuZXh0Rm9udE1hbmlmZXN0IiwiZGFuZ2Vyb3VzQXNQYXRoIiwicHJlY29ubmVjdCIsInByZWxvYWQiLCJhcHBGb250c0VudHJ5IiwicGFnZXMiLCJwYWdlRm9udHNFbnRyeSIsInByZWxvYWRlZEZvbnRGaWxlcyIsImZyb20iLCJwcmVjb25uZWN0VG9TZWxmIiwibGluayIsImRhdGEtbmV4dC1mb250IiwicGFnZXNVc2luZ1NpemVBZGp1c3QiLCJyZWwiLCJocmVmIiwiZm9udEZpbGUiLCJleHQiLCJleGVjIiwiYXMiLCJSZWFjdCIsIkNvbXBvbmVudCIsImNvbnRleHRUeXBlIiwiSHRtbENvbnRleHQiLCJnZXRDc3NMaW5rcyIsIm9wdGltaXplQ3NzIiwib3B0aW1pemVGb250cyIsImNzc0ZpbGVzIiwiZiIsInVubWFuZ2VkRmlsZXMiLCJkeW5hbWljQ3NzRmlsZXMiLCJleGlzdGluZyIsImhhcyIsImNzc0xpbmtFbGVtZW50cyIsImlzU2hhcmVkRmlsZSIsImlzVW5tYW5hZ2VkRmlsZSIsImRhdGEtbi1nIiwidW5kZWZpbmVkIiwiZGF0YS1uLXAiLCJtYWtlU3R5bGVzaGVldEluZXJ0IiwiZ2V0UHJlbG9hZER5bmFtaWNDaHVua3MiLCJCb29sZWFuIiwiZ2V0UHJlbG9hZE1haW5MaW5rcyIsInByZWxvYWRGaWxlcyIsImdldEJlZm9yZUludGVyYWN0aXZlSW5saW5lU2NyaXB0cyIsImh0bWwiLCJpZCIsIl9fTkVYVF9DUk9TU19PUklHSU4iLCJub2RlIiwiQ2hpbGRyZW4iLCJjIiwiT1BUSU1JWkVEX0ZPTlRfUFJPVklERVJTIiwic29tZSIsInVybCIsInN0YXJ0c1dpdGgiLCJuZXdQcm9wcyIsImNsb25lRWxlbWVudCIsInJlbmRlciIsImh5YnJpZEFtcCIsImNhbm9uaWNhbEJhc2UiLCJfX05FWFRfREFUQV9fIiwiaGVhZFRhZ3MiLCJ1bnN0YWJsZV9ydW50aW1lSlMiLCJ1bnN0YWJsZV9Kc1ByZWxvYWQiLCJkaXNhYmxlUnVudGltZUpTIiwiZGlzYWJsZUpzUHJlbG9hZCIsImRvY0NvbXBvbmVudHNSZW5kZXJlZCIsImhlYWQiLCJjc3NQcmVsb2FkcyIsIm90aGVySGVhZEVsZW1lbnRzIiwibWV0YVRhZyIsInN0cmljdE5leHRIZWFkIiwibmFtZSIsImNvbnRlbnQiLCJjb25jYXQiLCJ0b0FycmF5IiwiaXNSZWFjdEhlbG1ldCIsImhhc0FtcGh0bWxSZWwiLCJoYXNDYW5vbmljYWxSZWwiLCJiYWRQcm9wIiwiaW5kZXhPZiIsIk9iamVjdCIsImtleXMiLCJwcm9wIiwicGFnZSIsIm5leHRGb250TGlua1RhZ3MiLCJkYXRhLW5leHQtaGlkZS1mb3VjIiwiZGF0YS1hbXBkZXZtb2RlIiwibm9zY3JpcHQiLCJtZXRhIiwiY291bnQiLCJ0b1N0cmluZyIsInJlcXVpcmUiLCJjbGVhbkFtcFBhdGgiLCJhbXAtYm9pbGVycGxhdGUiLCJkYXRhLW4tY3NzIiwiaGFuZGxlRG9jdW1lbnRTY3JpcHRMb2FkZXJJdGVtcyIsInNjcmlwdExvYWRlckl0ZW1zIiwiaGVhZENoaWxkcmVuIiwiYm9keUNoaWxkcmVuIiwiY29tYmluZWRDaGlsZHJlbiIsIl9fbmV4dFNjcmlwdCIsImdldElubGluZVNjcmlwdFNvdXJjZSIsImxhcmdlUGFnZURhdGFCeXRlcyIsImRhdGEiLCJKU09OIiwic3RyaW5naWZ5IiwiaHRtbEVzY2FwZUpzb25TdHJpbmciLCJieXRlcyIsIlRleHRFbmNvZGVyIiwiZW5jb2RlIiwiYnVmZmVyIiwiYnl0ZUxlbmd0aCIsIkJ1ZmZlciIsInByZXR0eUJ5dGVzIiwiYWRkIiwiYW1wRGV2RmlsZXMiLCJkZXZGaWxlcyIsImxvY2FsZSIsInVzZUh0bWxDb250ZXh0IiwibGFuZyIsImFtcCIsIm5leHQtanMtaW50ZXJuYWwtYm9keS1yZW5kZXItdGFyZ2V0IiwiZ2V0SW5pdGlhbFByb3BzIiwiY3R4IiwiZGVmYXVsdEdldEluaXRpYWxQcm9wcyIsImJvZHkiLCJJbnRlcm5hbEZ1bmN0aW9uRG9jdW1lbnQiLCJORVhUX0JVSUxUSU5fRE9DVU1FTlQiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/pages/_document.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/pages/_error.js": +/*!************************************************!*\ + !*** ./node_modules/next/dist/pages/_error.js ***! + \************************************************/ +/***/ ((module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"default\", ({\n enumerable: true,\n get: function() {\n return Error;\n }\n}));\nconst _interop_require_default = __webpack_require__(/*! @swc/helpers/_/_interop_require_default */ \"./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_default.cjs\");\nconst _jsxruntime = __webpack_require__(/*! react/jsx-runtime */ \"react/jsx-runtime\");\nconst _react = /*#__PURE__*/ _interop_require_default._(__webpack_require__(/*! react */ \"react\"));\nconst _head = /*#__PURE__*/ _interop_require_default._(__webpack_require__(/*! ../shared/lib/head */ \"./node_modules/next/dist/shared/lib/head.js\"));\nconst statusCodes = {\n 400: \"Bad Request\",\n 404: \"This page could not be found\",\n 405: \"Method Not Allowed\",\n 500: \"Internal Server Error\"\n};\nfunction _getInitialProps(param) {\n let { res, err } = param;\n const statusCode = res && res.statusCode ? res.statusCode : err ? err.statusCode : 404;\n return {\n statusCode\n };\n}\nconst styles = {\n error: {\n // https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css#L38-L52\n fontFamily: 'system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"',\n height: \"100vh\",\n textAlign: \"center\",\n display: \"flex\",\n flexDirection: \"column\",\n alignItems: \"center\",\n justifyContent: \"center\"\n },\n desc: {\n lineHeight: \"48px\"\n },\n h1: {\n display: \"inline-block\",\n margin: \"0 20px 0 0\",\n paddingRight: 23,\n fontSize: 24,\n fontWeight: 500,\n verticalAlign: \"top\"\n },\n h2: {\n fontSize: 14,\n fontWeight: 400,\n lineHeight: \"28px\"\n },\n wrap: {\n display: \"inline-block\"\n }\n};\nclass Error extends _react.default.Component {\n render() {\n const { statusCode, withDarkMode = true } = this.props;\n const title = this.props.title || statusCodes[statusCode] || \"An unexpected error has occurred\";\n return /*#__PURE__*/ (0, _jsxruntime.jsxs)(\"div\", {\n style: styles.error,\n children: [\n /*#__PURE__*/ (0, _jsxruntime.jsx)(_head.default, {\n children: /*#__PURE__*/ (0, _jsxruntime.jsx)(\"title\", {\n children: statusCode ? statusCode + \": \" + title : \"Application error: a client-side exception has occurred\"\n })\n }),\n /*#__PURE__*/ (0, _jsxruntime.jsxs)(\"div\", {\n style: styles.desc,\n children: [\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"style\", {\n dangerouslySetInnerHTML: {\n /* CSS minified from\n body { margin: 0; color: #000; background: #fff; }\n .next-error-h1 {\n border-right: 1px solid rgba(0, 0, 0, .3);\n }\n\n ${\n withDarkMode\n ? `@media (prefers-color-scheme: dark) {\n body { color: #fff; background: #000; }\n .next-error-h1 {\n border-right: 1px solid rgba(255, 255, 255, .3);\n }\n }`\n : ''\n }\n */ __html: \"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\" + (withDarkMode ? \"@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\" : \"\")\n }\n }),\n statusCode ? /*#__PURE__*/ (0, _jsxruntime.jsx)(\"h1\", {\n className: \"next-error-h1\",\n style: styles.h1,\n children: statusCode\n }) : null,\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"div\", {\n style: styles.wrap,\n children: /*#__PURE__*/ (0, _jsxruntime.jsxs)(\"h2\", {\n style: styles.h2,\n children: [\n this.props.title || statusCode ? title : /*#__PURE__*/ (0, _jsxruntime.jsx)(_jsxruntime.Fragment, {\n children: \"Application error: a client-side exception has occurred (see the browser console for more information)\"\n }),\n \".\"\n ]\n })\n })\n ]\n })\n ]\n });\n }\n}\nError.displayName = \"ErrorPage\";\nError.getInitialProps = _getInitialProps;\nError.origGetInitialProps = _getInitialProps;\nif ((typeof exports.default === \"function\" || typeof exports.default === \"object\" && exports.default !== null) && typeof exports.default.__esModule === \"undefined\") {\n Object.defineProperty(exports.default, \"__esModule\", {\n value: true\n });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n} //# sourceMappingURL=_error.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3BhZ2VzL19lcnJvci5qcyIsIm1hcHBpbmdzIjoiOzs7Ozs7O2VBOERxQkE7Ozs7OzRFQTlESDsyRUFDRDtBQUdqQixNQUFNQyxjQUEwQztJQUM5QyxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBQ1A7QUFRQSxTQUFTQyxpQkFBaUJDLEtBR1I7SUFIUSxNQUN4QkMsR0FBRyxFQUNIQyxHQUFHLEVBQ2EsR0FIUUY7SUFJeEIsTUFBTUcsYUFDSkYsT0FBT0EsSUFBSUUsVUFBVSxHQUFHRixJQUFJRSxVQUFVLEdBQUdELE1BQU1BLElBQUlDLFVBQVUsR0FBSTtJQUNuRSxPQUFPO1FBQUVBO0lBQVc7QUFDdEI7QUFFQSxNQUFNQyxTQUE4QztJQUNsREMsT0FBTztRQUNMLDBGQUEwRjtRQUMxRkMsWUFDRTtRQUNGQyxRQUFRO1FBQ1JDLFdBQVc7UUFDWEMsU0FBUztRQUNUQyxlQUFlO1FBQ2ZDLFlBQVk7UUFDWkMsZ0JBQWdCO0lBQ2xCO0lBQ0FDLE1BQU07UUFDSkMsWUFBWTtJQUNkO0lBQ0FDLElBQUk7UUFDRk4sU0FBUztRQUNUTyxRQUFRO1FBQ1JDLGNBQWM7UUFDZEMsVUFBVTtRQUNWQyxZQUFZO1FBQ1pDLGVBQWU7SUFDakI7SUFDQUMsSUFBSTtRQUNGSCxVQUFVO1FBQ1ZDLFlBQVk7UUFDWkwsWUFBWTtJQUNkO0lBQ0FRLE1BQU07UUFDSmIsU0FBUztJQUNYO0FBQ0Y7QUFLZSxNQUFNWixjQUFzQjBCLE9BQUFBLE9BQUssQ0FBQ0MsU0FBUztJQU14REMsU0FBUztRQUNQLE1BQU0sRUFBRXRCLFVBQVUsRUFBRXVCLGVBQWUsSUFBSSxFQUFFLEdBQUcsSUFBSSxDQUFDQyxLQUFLO1FBQ3RELE1BQU1DLFFBQ0osSUFBSSxDQUFDRCxLQUFLLENBQUNDLEtBQUssSUFDaEI5QixXQUFXLENBQUNLLFdBQVcsSUFDdkI7UUFFRixPQUNFLFdBREYsR0FDRSxJQUFBMEIsWUFBQUMsSUFBQSxFQUFDQyxPQUFBQTtZQUFJQyxPQUFPNUIsT0FBT0MsS0FBSzs7OEJBQ3RCLElBQUF3QixZQUFBSSxHQUFBLEVBQUNDLE1BQUFBLE9BQUk7OEJBQ0gsa0JBQUFMLFlBQUFJLEdBQUEsRUFBQ0wsU0FBQUE7a0NBQ0V6QixhQUNHQSxhQUFjLE9BQUl5QixRQUNsQjs7OzhCQUdSLElBQUFDLFlBQUFDLElBQUEsRUFBQ0MsT0FBQUE7b0JBQUlDLE9BQU81QixPQUFPUyxJQUFJOztzQ0FDckIsSUFBQWdCLFlBQUFJLEdBQUEsRUFBQ0QsU0FBQUE7NEJBQ0NHLHlCQUF5QjtnQ0FDdkI7Ozs7Ozs7Ozs7Ozs7Ozs7ZUFnQkMsR0FDREMsUUFBUSxtR0FDTlYsQ0FBQUEsZUFDSSxvSUFDQTs0QkFFUjs7d0JBR0R2QixhQUNDLFdBRERBLEdBQ0MsSUFBQTBCLFlBQUFJLEdBQUEsRUFBQ2xCLE1BQUFBOzRCQUFHc0IsV0FBVTs0QkFBZ0JMLE9BQU81QixPQUFPVyxFQUFFO3NDQUMzQ1o7NkJBRUQ7c0NBQ0osSUFBQTBCLFlBQUFJLEdBQUEsRUFBQ0YsT0FBQUE7NEJBQUlDLE9BQU81QixPQUFPa0IsSUFBSTtzQ0FDckIsa0JBQUFPLFlBQUFDLElBQUEsRUFBQ1QsTUFBQUE7Z0NBQUdXLE9BQU81QixPQUFPaUIsRUFBRTs7b0NBQ2pCLElBQUksQ0FBQ00sS0FBSyxDQUFDQyxLQUFLLElBQUl6QixhQUNuQnlCLFFBRUEsV0FGQUEsR0FFQSxJQUFBQyxZQUFBSSxHQUFBLEVBQUFKLFlBQUFTLFFBQUE7a0RBQUU7O29DQUlGOzs7Ozs7OztJQU9kO0FBQ0Y7QUF4RXFCekMsTUFDWjBDLFdBQUFBLEdBQWM7QUFERjFDLE1BR1oyQyxlQUFBQSxHQUFrQnpDO0FBSE5GLE1BSVo0QyxtQkFBQUEsR0FBc0IxQyIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi4vLi4vc3JjL3BhZ2VzL19lcnJvci50c3g/NDg3ZSJdLCJuYW1lcyI6WyJFcnJvciIsInN0YXR1c0NvZGVzIiwiX2dldEluaXRpYWxQcm9wcyIsInBhcmFtIiwicmVzIiwiZXJyIiwic3RhdHVzQ29kZSIsInN0eWxlcyIsImVycm9yIiwiZm9udEZhbWlseSIsImhlaWdodCIsInRleHRBbGlnbiIsImRpc3BsYXkiLCJmbGV4RGlyZWN0aW9uIiwiYWxpZ25JdGVtcyIsImp1c3RpZnlDb250ZW50IiwiZGVzYyIsImxpbmVIZWlnaHQiLCJoMSIsIm1hcmdpbiIsInBhZGRpbmdSaWdodCIsImZvbnRTaXplIiwiZm9udFdlaWdodCIsInZlcnRpY2FsQWxpZ24iLCJoMiIsIndyYXAiLCJSZWFjdCIsIkNvbXBvbmVudCIsInJlbmRlciIsIndpdGhEYXJrTW9kZSIsInByb3BzIiwidGl0bGUiLCJfanN4cnVudGltZSIsImpzeHMiLCJkaXYiLCJzdHlsZSIsImpzeCIsIkhlYWQiLCJkYW5nZXJvdXNseVNldElubmVySFRNTCIsIl9faHRtbCIsImNsYXNzTmFtZSIsIkZyYWdtZW50IiwiZGlzcGxheU5hbWUiLCJnZXRJbml0aWFsUHJvcHMiLCJvcmlnR2V0SW5pdGlhbFByb3BzIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/pages/_error.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/amp-mode.js": +/*!*******************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/amp-mode.js ***! + \*******************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"isInAmpMode\", ({\n enumerable: true,\n get: function() {\n return isInAmpMode;\n }\n}));\nfunction isInAmpMode(param) {\n let { ampFirst = false, hybrid = false, hasQuery = false } = param === void 0 ? {} : param;\n return ampFirst || hybrid && hasQuery;\n} //# sourceMappingURL=amp-mode.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvYW1wLW1vZGUuanMiLCJtYXBwaW5ncyI6Ijs7OzsrQ0FBZ0JBOzs7ZUFBQUE7OztBQUFULFNBQVNBLFlBQVlDLEtBQUE7SUFBQSxNQUMxQkMsV0FBVyxLQUFLLEVBQ2hCQyxTQUFTLEtBQUssRUFDZEMsV0FBVyxLQUFLLEVBQ2pCLEdBSjJCSCxVQUFBLFNBSXhCLENBQUMsSUFKdUJBO0lBSzFCLE9BQU9DLFlBQWFDLFVBQVVDO0FBQ2hDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uLi8uLi8uLi9zcmMvc2hhcmVkL2xpYi9hbXAtbW9kZS50cz9jZTA0Il0sIm5hbWVzIjpbImlzSW5BbXBNb2RlIiwicGFyYW0iLCJhbXBGaXJzdCIsImh5YnJpZCIsImhhc1F1ZXJ5Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/amp-mode.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/constants.js": +/*!********************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/constants.js ***! + \********************************************************/ +/***/ ((module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n APP_BUILD_MANIFEST: function() {\n return APP_BUILD_MANIFEST;\n },\n APP_CLIENT_INTERNALS: function() {\n return APP_CLIENT_INTERNALS;\n },\n APP_PATHS_MANIFEST: function() {\n return APP_PATHS_MANIFEST;\n },\n APP_PATH_ROUTES_MANIFEST: function() {\n return APP_PATH_ROUTES_MANIFEST;\n },\n AUTOMATIC_FONT_OPTIMIZATION_MANIFEST: function() {\n return AUTOMATIC_FONT_OPTIMIZATION_MANIFEST;\n },\n BARREL_OPTIMIZATION_PREFIX: function() {\n return BARREL_OPTIMIZATION_PREFIX;\n },\n BLOCKED_PAGES: function() {\n return BLOCKED_PAGES;\n },\n BUILD_ID_FILE: function() {\n return BUILD_ID_FILE;\n },\n BUILD_MANIFEST: function() {\n return BUILD_MANIFEST;\n },\n CLIENT_PUBLIC_FILES_PATH: function() {\n return CLIENT_PUBLIC_FILES_PATH;\n },\n CLIENT_REFERENCE_MANIFEST: function() {\n return CLIENT_REFERENCE_MANIFEST;\n },\n CLIENT_STATIC_FILES_PATH: function() {\n return CLIENT_STATIC_FILES_PATH;\n },\n CLIENT_STATIC_FILES_RUNTIME_AMP: function() {\n return CLIENT_STATIC_FILES_RUNTIME_AMP;\n },\n CLIENT_STATIC_FILES_RUNTIME_MAIN: function() {\n return CLIENT_STATIC_FILES_RUNTIME_MAIN;\n },\n CLIENT_STATIC_FILES_RUNTIME_MAIN_APP: function() {\n return CLIENT_STATIC_FILES_RUNTIME_MAIN_APP;\n },\n CLIENT_STATIC_FILES_RUNTIME_POLYFILLS: function() {\n return CLIENT_STATIC_FILES_RUNTIME_POLYFILLS;\n },\n CLIENT_STATIC_FILES_RUNTIME_POLYFILLS_SYMBOL: function() {\n return CLIENT_STATIC_FILES_RUNTIME_POLYFILLS_SYMBOL;\n },\n CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH: function() {\n return CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH;\n },\n CLIENT_STATIC_FILES_RUNTIME_WEBPACK: function() {\n return CLIENT_STATIC_FILES_RUNTIME_WEBPACK;\n },\n COMPILER_INDEXES: function() {\n return COMPILER_INDEXES;\n },\n COMPILER_NAMES: function() {\n return COMPILER_NAMES;\n },\n CONFIG_FILES: function() {\n return CONFIG_FILES;\n },\n DEFAULT_RUNTIME_WEBPACK: function() {\n return DEFAULT_RUNTIME_WEBPACK;\n },\n DEFAULT_SANS_SERIF_FONT: function() {\n return DEFAULT_SANS_SERIF_FONT;\n },\n DEFAULT_SERIF_FONT: function() {\n return DEFAULT_SERIF_FONT;\n },\n DEV_CLIENT_PAGES_MANIFEST: function() {\n return DEV_CLIENT_PAGES_MANIFEST;\n },\n DEV_MIDDLEWARE_MANIFEST: function() {\n return DEV_MIDDLEWARE_MANIFEST;\n },\n EDGE_RUNTIME_WEBPACK: function() {\n return EDGE_RUNTIME_WEBPACK;\n },\n EDGE_UNSUPPORTED_NODE_APIS: function() {\n return EDGE_UNSUPPORTED_NODE_APIS;\n },\n EXPORT_DETAIL: function() {\n return EXPORT_DETAIL;\n },\n EXPORT_MARKER: function() {\n return EXPORT_MARKER;\n },\n FUNCTIONS_CONFIG_MANIFEST: function() {\n return FUNCTIONS_CONFIG_MANIFEST;\n },\n GOOGLE_FONT_PROVIDER: function() {\n return GOOGLE_FONT_PROVIDER;\n },\n IMAGES_MANIFEST: function() {\n return IMAGES_MANIFEST;\n },\n INTERCEPTION_ROUTE_REWRITE_MANIFEST: function() {\n return INTERCEPTION_ROUTE_REWRITE_MANIFEST;\n },\n MIDDLEWARE_BUILD_MANIFEST: function() {\n return MIDDLEWARE_BUILD_MANIFEST;\n },\n MIDDLEWARE_MANIFEST: function() {\n return MIDDLEWARE_MANIFEST;\n },\n MIDDLEWARE_REACT_LOADABLE_MANIFEST: function() {\n return MIDDLEWARE_REACT_LOADABLE_MANIFEST;\n },\n MODERN_BROWSERSLIST_TARGET: function() {\n return _modernbrowserslisttarget.default;\n },\n NEXT_BUILTIN_DOCUMENT: function() {\n return NEXT_BUILTIN_DOCUMENT;\n },\n NEXT_FONT_MANIFEST: function() {\n return NEXT_FONT_MANIFEST;\n },\n OPTIMIZED_FONT_PROVIDERS: function() {\n return OPTIMIZED_FONT_PROVIDERS;\n },\n PAGES_MANIFEST: function() {\n return PAGES_MANIFEST;\n },\n PHASE_DEVELOPMENT_SERVER: function() {\n return PHASE_DEVELOPMENT_SERVER;\n },\n PHASE_EXPORT: function() {\n return PHASE_EXPORT;\n },\n PHASE_INFO: function() {\n return PHASE_INFO;\n },\n PHASE_PRODUCTION_BUILD: function() {\n return PHASE_PRODUCTION_BUILD;\n },\n PHASE_PRODUCTION_SERVER: function() {\n return PHASE_PRODUCTION_SERVER;\n },\n PHASE_TEST: function() {\n return PHASE_TEST;\n },\n PRERENDER_MANIFEST: function() {\n return PRERENDER_MANIFEST;\n },\n REACT_LOADABLE_MANIFEST: function() {\n return REACT_LOADABLE_MANIFEST;\n },\n ROUTES_MANIFEST: function() {\n return ROUTES_MANIFEST;\n },\n RSC_MODULE_TYPES: function() {\n return RSC_MODULE_TYPES;\n },\n SERVER_DIRECTORY: function() {\n return SERVER_DIRECTORY;\n },\n SERVER_FILES_MANIFEST: function() {\n return SERVER_FILES_MANIFEST;\n },\n SERVER_PROPS_ID: function() {\n return SERVER_PROPS_ID;\n },\n SERVER_REFERENCE_MANIFEST: function() {\n return SERVER_REFERENCE_MANIFEST;\n },\n STATIC_PROPS_ID: function() {\n return STATIC_PROPS_ID;\n },\n STATIC_STATUS_PAGES: function() {\n return STATIC_STATUS_PAGES;\n },\n STRING_LITERAL_DROP_BUNDLE: function() {\n return STRING_LITERAL_DROP_BUNDLE;\n },\n SUBRESOURCE_INTEGRITY_MANIFEST: function() {\n return SUBRESOURCE_INTEGRITY_MANIFEST;\n },\n SYSTEM_ENTRYPOINTS: function() {\n return SYSTEM_ENTRYPOINTS;\n },\n TRACE_OUTPUT_VERSION: function() {\n return TRACE_OUTPUT_VERSION;\n },\n TURBO_TRACE_DEFAULT_MEMORY_LIMIT: function() {\n return TURBO_TRACE_DEFAULT_MEMORY_LIMIT;\n },\n UNDERSCORE_NOT_FOUND_ROUTE: function() {\n return UNDERSCORE_NOT_FOUND_ROUTE;\n },\n UNDERSCORE_NOT_FOUND_ROUTE_ENTRY: function() {\n return UNDERSCORE_NOT_FOUND_ROUTE_ENTRY;\n }\n});\nconst _interop_require_default = __webpack_require__(/*! @swc/helpers/_/_interop_require_default */ \"./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_default.cjs\");\nconst _modernbrowserslisttarget = /*#__PURE__*/ _interop_require_default._(__webpack_require__(/*! ./modern-browserslist-target */ \"./node_modules/next/dist/shared/lib/modern-browserslist-target.js\"));\nconst COMPILER_NAMES = {\n client: \"client\",\n server: \"server\",\n edgeServer: \"edge-server\"\n};\nconst COMPILER_INDEXES = {\n [COMPILER_NAMES.client]: 0,\n [COMPILER_NAMES.server]: 1,\n [COMPILER_NAMES.edgeServer]: 2\n};\nconst UNDERSCORE_NOT_FOUND_ROUTE = \"/_not-found\";\nconst UNDERSCORE_NOT_FOUND_ROUTE_ENTRY = \"\" + UNDERSCORE_NOT_FOUND_ROUTE + \"/page\";\nconst PHASE_EXPORT = \"phase-export\";\nconst PHASE_PRODUCTION_BUILD = \"phase-production-build\";\nconst PHASE_PRODUCTION_SERVER = \"phase-production-server\";\nconst PHASE_DEVELOPMENT_SERVER = \"phase-development-server\";\nconst PHASE_TEST = \"phase-test\";\nconst PHASE_INFO = \"phase-info\";\nconst PAGES_MANIFEST = \"pages-manifest.json\";\nconst APP_PATHS_MANIFEST = \"app-paths-manifest.json\";\nconst APP_PATH_ROUTES_MANIFEST = \"app-path-routes-manifest.json\";\nconst BUILD_MANIFEST = \"build-manifest.json\";\nconst APP_BUILD_MANIFEST = \"app-build-manifest.json\";\nconst FUNCTIONS_CONFIG_MANIFEST = \"functions-config-manifest.json\";\nconst SUBRESOURCE_INTEGRITY_MANIFEST = \"subresource-integrity-manifest\";\nconst NEXT_FONT_MANIFEST = \"next-font-manifest\";\nconst EXPORT_MARKER = \"export-marker.json\";\nconst EXPORT_DETAIL = \"export-detail.json\";\nconst PRERENDER_MANIFEST = \"prerender-manifest.json\";\nconst ROUTES_MANIFEST = \"routes-manifest.json\";\nconst IMAGES_MANIFEST = \"images-manifest.json\";\nconst SERVER_FILES_MANIFEST = \"required-server-files.json\";\nconst DEV_CLIENT_PAGES_MANIFEST = \"_devPagesManifest.json\";\nconst MIDDLEWARE_MANIFEST = \"middleware-manifest.json\";\nconst DEV_MIDDLEWARE_MANIFEST = \"_devMiddlewareManifest.json\";\nconst REACT_LOADABLE_MANIFEST = \"react-loadable-manifest.json\";\nconst AUTOMATIC_FONT_OPTIMIZATION_MANIFEST = \"font-manifest.json\";\nconst SERVER_DIRECTORY = \"server\";\nconst CONFIG_FILES = [\n \"next.config.js\",\n \"next.config.mjs\"\n];\nconst BUILD_ID_FILE = \"BUILD_ID\";\nconst BLOCKED_PAGES = [\n \"/_document\",\n \"/_app\",\n \"/_error\"\n];\nconst CLIENT_PUBLIC_FILES_PATH = \"public\";\nconst CLIENT_STATIC_FILES_PATH = \"static\";\nconst STRING_LITERAL_DROP_BUNDLE = \"__NEXT_DROP_CLIENT_FILE__\";\nconst NEXT_BUILTIN_DOCUMENT = \"__NEXT_BUILTIN_DOCUMENT__\";\nconst BARREL_OPTIMIZATION_PREFIX = \"__barrel_optimize__\";\nconst CLIENT_REFERENCE_MANIFEST = \"client-reference-manifest\";\nconst SERVER_REFERENCE_MANIFEST = \"server-reference-manifest\";\nconst MIDDLEWARE_BUILD_MANIFEST = \"middleware-build-manifest\";\nconst MIDDLEWARE_REACT_LOADABLE_MANIFEST = \"middleware-react-loadable-manifest\";\nconst INTERCEPTION_ROUTE_REWRITE_MANIFEST = \"interception-route-rewrite-manifest\";\nconst CLIENT_STATIC_FILES_RUNTIME_MAIN = \"main\";\nconst CLIENT_STATIC_FILES_RUNTIME_MAIN_APP = \"\" + CLIENT_STATIC_FILES_RUNTIME_MAIN + \"-app\";\nconst APP_CLIENT_INTERNALS = \"app-pages-internals\";\nconst CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH = \"react-refresh\";\nconst CLIENT_STATIC_FILES_RUNTIME_AMP = \"amp\";\nconst CLIENT_STATIC_FILES_RUNTIME_WEBPACK = \"webpack\";\nconst CLIENT_STATIC_FILES_RUNTIME_POLYFILLS = \"polyfills\";\nconst CLIENT_STATIC_FILES_RUNTIME_POLYFILLS_SYMBOL = Symbol(CLIENT_STATIC_FILES_RUNTIME_POLYFILLS);\nconst DEFAULT_RUNTIME_WEBPACK = \"webpack-runtime\";\nconst EDGE_RUNTIME_WEBPACK = \"edge-runtime-webpack\";\nconst STATIC_PROPS_ID = \"__N_SSG\";\nconst SERVER_PROPS_ID = \"__N_SSP\";\nconst GOOGLE_FONT_PROVIDER = \"https://fonts.googleapis.com/\";\nconst OPTIMIZED_FONT_PROVIDERS = [\n {\n url: GOOGLE_FONT_PROVIDER,\n preconnect: \"https://fonts.gstatic.com\"\n },\n {\n url: \"https://use.typekit.net\",\n preconnect: \"https://use.typekit.net\"\n }\n];\nconst DEFAULT_SERIF_FONT = {\n name: \"Times New Roman\",\n xAvgCharWidth: 821,\n azAvgWidth: 854.3953488372093,\n unitsPerEm: 2048\n};\nconst DEFAULT_SANS_SERIF_FONT = {\n name: \"Arial\",\n xAvgCharWidth: 904,\n azAvgWidth: 934.5116279069767,\n unitsPerEm: 2048\n};\nconst STATIC_STATUS_PAGES = [\n \"/500\"\n];\nconst TRACE_OUTPUT_VERSION = 1;\nconst TURBO_TRACE_DEFAULT_MEMORY_LIMIT = 6000;\nconst RSC_MODULE_TYPES = {\n client: \"client\",\n server: \"server\"\n};\nconst EDGE_UNSUPPORTED_NODE_APIS = [\n \"clearImmediate\",\n \"setImmediate\",\n \"BroadcastChannel\",\n \"ByteLengthQueuingStrategy\",\n \"CompressionStream\",\n \"CountQueuingStrategy\",\n \"DecompressionStream\",\n \"DomException\",\n \"MessageChannel\",\n \"MessageEvent\",\n \"MessagePort\",\n \"ReadableByteStreamController\",\n \"ReadableStreamBYOBRequest\",\n \"ReadableStreamDefaultController\",\n \"TransformStreamDefaultController\",\n \"WritableStreamDefaultController\"\n];\nconst SYSTEM_ENTRYPOINTS = new Set([\n CLIENT_STATIC_FILES_RUNTIME_MAIN,\n CLIENT_STATIC_FILES_RUNTIME_REACT_REFRESH,\n CLIENT_STATIC_FILES_RUNTIME_AMP,\n CLIENT_STATIC_FILES_RUNTIME_MAIN_APP\n]);\nif ((typeof exports.default === \"function\" || typeof exports.default === \"object\" && exports.default !== null) && typeof exports.default.__esModule === \"undefined\") {\n Object.defineProperty(exports.default, \"__esModule\", {\n value: true\n });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n} //# sourceMappingURL=constants.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvY29uc3RhbnRzLmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7OztJQWtDYUEsb0JBQWtCO2VBQWxCQTs7SUEwQ0FDLHNCQUFvQjtlQUFwQkE7O0lBN0NBQyxvQkFBa0I7ZUFBbEJBOztJQUNBQywwQkFBd0I7ZUFBeEJBOztJQWdCQUMsc0NBQW9DO2VBQXBDQTs7SUFTQUMsNEJBQTBCO2VBQTFCQTs7SUFMQUMsZUFBYTtlQUFiQTs7SUFEQUMsZUFBYTtlQUFiQTs7SUFsQkFDLGdCQUFjO2VBQWRBOztJQW9CQUMsMEJBQXdCO2VBQXhCQTs7SUFPQUMsMkJBQXlCO2VBQXpCQTs7SUFOQUMsMEJBQXdCO2VBQXhCQTs7SUEwQkFDLGlDQUErQjtlQUEvQkE7O0lBUEFDLGtDQUFnQztlQUFoQ0E7O0lBQ0FDLHNDQUFvQztlQUFwQ0E7O0lBVUFDLHVDQUFxQztlQUFyQ0E7O0lBQ0FDLDhDQUE0QztlQUE1Q0E7O0lBUEFDLDJDQUF5QztlQUF6Q0E7O0lBSUFDLHFDQUFtQztlQUFuQ0E7O0lBcEVBQyxrQkFBZ0I7ZUFBaEJBOztJQVJBQyxnQkFBYztlQUFkQTs7SUE0Q0FDLGNBQVk7ZUFBWkE7O0lBc0NBQyx5QkFBdUI7ZUFBdkJBOztJQWVBQyx5QkFBdUI7ZUFBdkJBOztJQU5BQyxvQkFBa0I7ZUFBbEJBOztJQXJEQUMsMkJBQXlCO2VBQXpCQTs7SUFFQUMseUJBQXVCO2VBQXZCQTs7SUEyQ0FDLHNCQUFvQjtlQUFwQkE7O0lBa0NBQyw0QkFBMEI7ZUFBMUJBOztJQXBGQUMsZUFBYTtlQUFiQTs7SUFEQUMsZUFBYTtlQUFiQTs7SUFIQUMsMkJBQXlCO2VBQXpCQTs7SUF5REFDLHNCQUFvQjtlQUFwQkE7O0lBbERBQyxpQkFBZTtlQUFmQTs7SUEyQkFDLHFDQUFtQztlQUFuQ0E7O0lBTEFDLDJCQUF5QjtlQUF6QkE7O0lBbkJBQyxxQkFBbUI7ZUFBbkJBOztJQXFCQUMsb0NBQWtDO2VBQWxDQTs7SUFoRUpDLDRCQUEwQjtlQUExQkEsMEJBQUFBLE9BQTBCOztJQXNEdEJDLHVCQUFxQjtlQUFyQkE7O0lBbkJBQyxvQkFBa0I7ZUFBbEJBOztJQXdEQUMsMEJBQXdCO2VBQXhCQTs7SUEvREFDLGdCQUFjO2VBQWRBOztJQUhBQywwQkFBd0I7ZUFBeEJBOztJQUhBQyxjQUFZO2VBQVpBOztJQUtBQyxZQUFVO2VBQVZBOztJQUpBQyx3QkFBc0I7ZUFBdEJBOztJQUNBQyx5QkFBdUI7ZUFBdkJBOztJQUVBQyxZQUFVO2VBQVZBOztJQVlBQyxvQkFBa0I7ZUFBbEJBOztJQU9BQyx5QkFBdUI7ZUFBdkJBOztJQU5BQyxpQkFBZTtlQUFmQTs7SUF5RUFDLGtCQUFnQjtlQUFoQkE7O0lBakVBQyxrQkFBZ0I7ZUFBaEJBOztJQU5BQyx1QkFBcUI7ZUFBckJBOztJQWdEQUMsaUJBQWU7ZUFBZkE7O0lBN0JBQywyQkFBeUI7ZUFBekJBOztJQTRCQUMsaUJBQWU7ZUFBZkE7O0lBbUJBQyxxQkFBbUI7ZUFBbkJBOztJQXREQUMsNEJBQTBCO2VBQTFCQTs7SUFuQkFDLGdDQUE4QjtlQUE5QkE7O0lBMEdBQyxvQkFBa0I7ZUFBbEJBOztJQWhDQUMsc0JBQW9CO2VBQXBCQTs7SUFFQUMsa0NBQWdDO2VBQWhDQTs7SUExRkFDLDRCQUEwQjtlQUExQkE7O0lBQ0FDLGtDQUFnQztlQUFoQ0E7Ozs7K0ZBdkIwQjtBQU1oQyxNQUFNN0MsaUJBQWlCO0lBQzVCOEMsUUFBUTtJQUNSQyxRQUFRO0lBQ1JDLFlBQVk7QUFDZDtBQUlPLE1BQU1qRCxtQkFFVDtJQUNGLENBQUNDLGVBQWU4QyxNQUFNLENBQUMsRUFBRTtJQUN6QixDQUFDOUMsZUFBZStDLE1BQU0sQ0FBQyxFQUFFO0lBQ3pCLENBQUMvQyxlQUFlZ0QsVUFBVSxDQUFDLEVBQUU7QUFDL0I7QUFFTyxNQUFNSiw2QkFBNkI7QUFDbkMsTUFBTUMsbUNBQW1DLEtBQUdELDZCQUEyQjtBQUN2RSxNQUFNcEIsZUFBZTtBQUNyQixNQUFNRSx5QkFBeUI7QUFDL0IsTUFBTUMsMEJBQTBCO0FBQ2hDLE1BQU1KLDJCQUEyQjtBQUNqQyxNQUFNSyxhQUFhO0FBQ25CLE1BQU1ILGFBQWE7QUFDbkIsTUFBTUgsaUJBQWlCO0FBQ3ZCLE1BQU14QyxxQkFBcUI7QUFDM0IsTUFBTUMsMkJBQTJCO0FBQ2pDLE1BQU1LLGlCQUFpQjtBQUN2QixNQUFNUixxQkFBcUI7QUFDM0IsTUFBTStCLDRCQUE0QjtBQUNsQyxNQUFNNkIsaUNBQWlDO0FBQ3ZDLE1BQU1wQixxQkFBcUI7QUFDM0IsTUFBTVYsZ0JBQWdCO0FBQ3RCLE1BQU1ELGdCQUFnQjtBQUN0QixNQUFNb0IscUJBQXFCO0FBQzNCLE1BQU1FLGtCQUFrQjtBQUN4QixNQUFNbEIsa0JBQWtCO0FBQ3hCLE1BQU1xQix3QkFBd0I7QUFDOUIsTUFBTTdCLDRCQUE0QjtBQUNsQyxNQUFNVyxzQkFBc0I7QUFDNUIsTUFBTVYsMEJBQTBCO0FBQ2hDLE1BQU13QiwwQkFBMEI7QUFDaEMsTUFBTTlDLHVDQUF1QztBQUM3QyxNQUFNaUQsbUJBQW1CO0FBQ3pCLE1BQU1oQyxlQUFlO0lBQUM7SUFBa0I7Q0FBa0I7QUFDMUQsTUFBTWQsZ0JBQWdCO0FBQ3RCLE1BQU1ELGdCQUFnQjtJQUFDO0lBQWM7SUFBUztDQUFVO0FBQ3hELE1BQU1HLDJCQUEyQjtBQUNqQyxNQUFNRSwyQkFBMkI7QUFDakMsTUFBTWdELDZCQUE2QjtBQUNuQyxNQUFNcEIsd0JBQXdCO0FBQzlCLE1BQU1sQyw2QkFBNkI7QUFHbkMsTUFBTUssNEJBQTRCO0FBRWxDLE1BQU04Qyw0QkFBNEI7QUFFbEMsTUFBTXJCLDRCQUE0QjtBQUVsQyxNQUFNRSxxQ0FDWDtBQUVLLE1BQU1ILHNDQUNYO0FBR0ssTUFBTXJCLG1DQUFvQztBQUMxQyxNQUFNQyx1Q0FBdUMsS0FBR0QsbUNBQWlDO0FBRWpGLE1BQU1aLHVCQUF1QjtBQUU3QixNQUFNZ0IsNENBQTZDO0FBRW5ELE1BQU1MLGtDQUFtQztBQUV6QyxNQUFNTSxzQ0FBdUM7QUFFN0MsTUFBTUgsd0NBQXdDO0FBQzlDLE1BQU1DLCtDQUErQ3FELE9BQzFEdEQ7QUFFSyxNQUFNTywwQkFBMEI7QUFDaEMsTUFBTUssdUJBQXVCO0FBQzdCLE1BQU04QixrQkFBa0I7QUFDeEIsTUFBTUYsa0JBQWtCO0FBQ3hCLE1BQU12Qix1QkFBdUI7QUFDN0IsTUFBTVMsMkJBQTJCO0lBQ3RDO1FBQUU2QixLQUFLdEM7UUFBc0J1QyxZQUFZO0lBQTRCO0lBQ3JFO1FBQUVELEtBQUs7UUFBMkJDLFlBQVk7SUFBMEI7Q0FDekU7QUFDTSxNQUFNL0MscUJBQXFCO0lBQ2hDZ0QsTUFBTTtJQUNOQyxlQUFlO0lBQ2ZDLFlBQVk7SUFDWkMsWUFBWTtBQUNkO0FBQ08sTUFBTXBELDBCQUEwQjtJQUNyQ2lELE1BQU07SUFDTkMsZUFBZTtJQUNmQyxZQUFZO0lBQ1pDLFlBQVk7QUFDZDtBQUNPLE1BQU1qQixzQkFBc0I7SUFBQztDQUFPO0FBQ3BDLE1BQU1JLHVCQUF1QjtBQUU3QixNQUFNQyxtQ0FBbUM7QUFFekMsTUFBTVgsbUJBQW1CO0lBQzlCYyxRQUFRO0lBQ1JDLFFBQVE7QUFDVjtBQU1PLE1BQU12Qyw2QkFBNkI7SUFDeEM7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7Q0FDRDtBQUVNLE1BQU1pQyxxQkFBcUIsSUFBSWUsSUFBWTtJQUNoRC9EO0lBQ0FJO0lBQ0FMO0lBQ0FFO0NBQ0QiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4uLy4uLy4uL3NyYy9zaGFyZWQvbGliL2NvbnN0YW50cy50cz80MDlhIl0sIm5hbWVzIjpbIkFQUF9CVUlMRF9NQU5JRkVTVCIsIkFQUF9DTElFTlRfSU5URVJOQUxTIiwiQVBQX1BBVEhTX01BTklGRVNUIiwiQVBQX1BBVEhfUk9VVEVTX01BTklGRVNUIiwiQVVUT01BVElDX0ZPTlRfT1BUSU1JWkFUSU9OX01BTklGRVNUIiwiQkFSUkVMX09QVElNSVpBVElPTl9QUkVGSVgiLCJCTE9DS0VEX1BBR0VTIiwiQlVJTERfSURfRklMRSIsIkJVSUxEX01BTklGRVNUIiwiQ0xJRU5UX1BVQkxJQ19GSUxFU19QQVRIIiwiQ0xJRU5UX1JFRkVSRU5DRV9NQU5JRkVTVCIsIkNMSUVOVF9TVEFUSUNfRklMRVNfUEFUSCIsIkNMSUVOVF9TVEFUSUNfRklMRVNfUlVOVElNRV9BTVAiLCJDTElFTlRfU1RBVElDX0ZJTEVTX1JVTlRJTUVfTUFJTiIsIkNMSUVOVF9TVEFUSUNfRklMRVNfUlVOVElNRV9NQUlOX0FQUCIsIkNMSUVOVF9TVEFUSUNfRklMRVNfUlVOVElNRV9QT0xZRklMTFMiLCJDTElFTlRfU1RBVElDX0ZJTEVTX1JVTlRJTUVfUE9MWUZJTExTX1NZTUJPTCIsIkNMSUVOVF9TVEFUSUNfRklMRVNfUlVOVElNRV9SRUFDVF9SRUZSRVNIIiwiQ0xJRU5UX1NUQVRJQ19GSUxFU19SVU5USU1FX1dFQlBBQ0siLCJDT01QSUxFUl9JTkRFWEVTIiwiQ09NUElMRVJfTkFNRVMiLCJDT05GSUdfRklMRVMiLCJERUZBVUxUX1JVTlRJTUVfV0VCUEFDSyIsIkRFRkFVTFRfU0FOU19TRVJJRl9GT05UIiwiREVGQVVMVF9TRVJJRl9GT05UIiwiREVWX0NMSUVOVF9QQUdFU19NQU5JRkVTVCIsIkRFVl9NSURETEVXQVJFX01BTklGRVNUIiwiRURHRV9SVU5USU1FX1dFQlBBQ0siLCJFREdFX1VOU1VQUE9SVEVEX05PREVfQVBJUyIsIkVYUE9SVF9ERVRBSUwiLCJFWFBPUlRfTUFSS0VSIiwiRlVOQ1RJT05TX0NPTkZJR19NQU5JRkVTVCIsIkdPT0dMRV9GT05UX1BST1ZJREVSIiwiSU1BR0VTX01BTklGRVNUIiwiSU5URVJDRVBUSU9OX1JPVVRFX1JFV1JJVEVfTUFOSUZFU1QiLCJNSURETEVXQVJFX0JVSUxEX01BTklGRVNUIiwiTUlERExFV0FSRV9NQU5JRkVTVCIsIk1JRERMRVdBUkVfUkVBQ1RfTE9BREFCTEVfTUFOSUZFU1QiLCJNT0RFUk5fQlJPV1NFUlNMSVNUX1RBUkdFVCIsIk5FWFRfQlVJTFRJTl9ET0NVTUVOVCIsIk5FWFRfRk9OVF9NQU5JRkVTVCIsIk9QVElNSVpFRF9GT05UX1BST1ZJREVSUyIsIlBBR0VTX01BTklGRVNUIiwiUEhBU0VfREVWRUxPUE1FTlRfU0VSVkVSIiwiUEhBU0VfRVhQT1JUIiwiUEhBU0VfSU5GTyIsIlBIQVNFX1BST0RVQ1RJT05fQlVJTEQiLCJQSEFTRV9QUk9EVUNUSU9OX1NFUlZFUiIsIlBIQVNFX1RFU1QiLCJQUkVSRU5ERVJfTUFOSUZFU1QiLCJSRUFDVF9MT0FEQUJMRV9NQU5JRkVTVCIsIlJPVVRFU19NQU5JRkVTVCIsIlJTQ19NT0RVTEVfVFlQRVMiLCJTRVJWRVJfRElSRUNUT1JZIiwiU0VSVkVSX0ZJTEVTX01BTklGRVNUIiwiU0VSVkVSX1BST1BTX0lEIiwiU0VSVkVSX1JFRkVSRU5DRV9NQU5JRkVTVCIsIlNUQVRJQ19QUk9QU19JRCIsIlNUQVRJQ19TVEFUVVNfUEFHRVMiLCJTVFJJTkdfTElURVJBTF9EUk9QX0JVTkRMRSIsIlNVQlJFU09VUkNFX0lOVEVHUklUWV9NQU5JRkVTVCIsIlNZU1RFTV9FTlRSWVBPSU5UUyIsIlRSQUNFX09VVFBVVF9WRVJTSU9OIiwiVFVSQk9fVFJBQ0VfREVGQVVMVF9NRU1PUllfTElNSVQiLCJVTkRFUlNDT1JFX05PVF9GT1VORF9ST1VURSIsIlVOREVSU0NPUkVfTk9UX0ZPVU5EX1JPVVRFX0VOVFJZIiwiY2xpZW50Iiwic2VydmVyIiwiZWRnZVNlcnZlciIsIlN5bWJvbCIsInVybCIsInByZWNvbm5lY3QiLCJuYW1lIiwieEF2Z0NoYXJXaWR0aCIsImF6QXZnV2lkdGgiLCJ1bml0c1BlckVtIiwiU2V0Il0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/constants.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/encode-uri-path.js": +/*!**************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/encode-uri-path.js ***! + \**************************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"encodeURIPath\", ({\n enumerable: true,\n get: function() {\n return encodeURIPath;\n }\n}));\nfunction encodeURIPath(file) {\n return file.split(\"/\").map((p)=>encodeURIComponent(p)).join(\"/\");\n} //# sourceMappingURL=encode-uri-path.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvZW5jb2RlLXVyaS1wYXRoLmpzIiwibWFwcGluZ3MiOiI7Ozs7aURBQWdCQTs7O2VBQUFBOzs7QUFBVCxTQUFTQSxjQUFjQyxJQUFZO0lBQ3hDLE9BQU9BLEtBQ0pDLEtBQUssQ0FBQyxLQUNOQyxHQUFHLENBQUMsQ0FBQ0MsSUFBTUMsbUJBQW1CRCxJQUM5QkUsSUFBSSxDQUFDO0FBQ1YiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4uLy4uLy4uL3NyYy9zaGFyZWQvbGliL2VuY29kZS11cmktcGF0aC50cz82MGRhIl0sIm5hbWVzIjpbImVuY29kZVVSSVBhdGgiLCJmaWxlIiwic3BsaXQiLCJtYXAiLCJwIiwiZW5jb2RlVVJJQ29tcG9uZW50Iiwiam9pbiJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/encode-uri-path.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/head.js": +/*!***************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/head.js ***! + \***************************************************/ +/***/ ((module, exports, __webpack_require__) => { + +"use strict"; +eval("/* __next_internal_client_entry_do_not_use__ cjs */ \nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n default: function() {\n return _default;\n },\n defaultHead: function() {\n return defaultHead;\n }\n});\nconst _interop_require_default = __webpack_require__(/*! @swc/helpers/_/_interop_require_default */ \"./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_default.cjs\");\nconst _interop_require_wildcard = __webpack_require__(/*! @swc/helpers/_/_interop_require_wildcard */ \"./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs\");\nconst _jsxruntime = __webpack_require__(/*! react/jsx-runtime */ \"react/jsx-runtime\");\nconst _react = /*#__PURE__*/ _interop_require_wildcard._(__webpack_require__(/*! react */ \"react\"));\nconst _sideeffect = /*#__PURE__*/ _interop_require_default._(__webpack_require__(/*! ./side-effect */ \"./node_modules/next/dist/shared/lib/side-effect.js\"));\nconst _ampcontextsharedruntime = __webpack_require__(/*! ./amp-context.shared-runtime */ \"./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js\");\nconst _headmanagercontextsharedruntime = __webpack_require__(/*! ./head-manager-context.shared-runtime */ \"./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js\");\nconst _ampmode = __webpack_require__(/*! ./amp-mode */ \"./node_modules/next/dist/shared/lib/amp-mode.js\");\nconst _warnonce = __webpack_require__(/*! ./utils/warn-once */ \"./node_modules/next/dist/shared/lib/utils/warn-once.js\");\nfunction defaultHead(inAmpMode) {\n if (inAmpMode === void 0) inAmpMode = false;\n const head = [\n /*#__PURE__*/ (0, _jsxruntime.jsx)(\"meta\", {\n charSet: \"utf-8\"\n })\n ];\n if (!inAmpMode) {\n head.push(/*#__PURE__*/ (0, _jsxruntime.jsx)(\"meta\", {\n name: \"viewport\",\n content: \"width=device-width\"\n }));\n }\n return head;\n}\nfunction onlyReactElement(list, child) {\n // React children can be \"string\" or \"number\" in this case we ignore them for backwards compat\n if (typeof child === \"string\" || typeof child === \"number\") {\n return list;\n }\n // Adds support for React.Fragment\n if (child.type === _react.default.Fragment) {\n return list.concat(_react.default.Children.toArray(child.props.children).reduce((fragmentList, fragmentChild)=>{\n if (typeof fragmentChild === \"string\" || typeof fragmentChild === \"number\") {\n return fragmentList;\n }\n return fragmentList.concat(fragmentChild);\n }, []));\n }\n return list.concat(child);\n}\nconst METATYPES = [\n \"name\",\n \"httpEquiv\",\n \"charSet\",\n \"itemProp\"\n];\n/*\n returns a function for filtering head child elements\n which shouldn't be duplicated, like <title/>\n Also adds support for deduplicated `key` properties\n*/ function unique() {\n const keys = new Set();\n const tags = new Set();\n const metaTypes = new Set();\n const metaCategories = {};\n return (h)=>{\n let isUnique = true;\n let hasKey = false;\n if (h.key && typeof h.key !== \"number\" && h.key.indexOf(\"$\") > 0) {\n hasKey = true;\n const key = h.key.slice(h.key.indexOf(\"$\") + 1);\n if (keys.has(key)) {\n isUnique = false;\n } else {\n keys.add(key);\n }\n }\n // eslint-disable-next-line default-case\n switch(h.type){\n case \"title\":\n case \"base\":\n if (tags.has(h.type)) {\n isUnique = false;\n } else {\n tags.add(h.type);\n }\n break;\n case \"meta\":\n for(let i = 0, len = METATYPES.length; i < len; i++){\n const metatype = METATYPES[i];\n if (!h.props.hasOwnProperty(metatype)) continue;\n if (metatype === \"charSet\") {\n if (metaTypes.has(metatype)) {\n isUnique = false;\n } else {\n metaTypes.add(metatype);\n }\n } else {\n const category = h.props[metatype];\n const categories = metaCategories[metatype] || new Set();\n if ((metatype !== \"name\" || !hasKey) && categories.has(category)) {\n isUnique = false;\n } else {\n categories.add(category);\n metaCategories[metatype] = categories;\n }\n }\n }\n break;\n }\n return isUnique;\n };\n}\n/**\n *\n * @param headChildrenElements List of children of <Head>\n */ function reduceComponents(headChildrenElements, props) {\n const { inAmpMode } = props;\n return headChildrenElements.reduce(onlyReactElement, []).reverse().concat(defaultHead(inAmpMode).reverse()).filter(unique()).reverse().map((c, i)=>{\n const key = c.key || i;\n if (false) {}\n if (true) {\n // omit JSON-LD structured data snippets from the warning\n if (c.type === \"script\" && c.props[\"type\"] !== \"application/ld+json\") {\n const srcMessage = c.props[\"src\"] ? '<script> tag with src=\"' + c.props[\"src\"] + '\"' : \"inline <script>\";\n (0, _warnonce.warnOnce)(\"Do not add <script> tags using next/head (see \" + srcMessage + \"). Use next/script instead. \\nSee more info here: https://nextjs.org/docs/messages/no-script-tags-in-head-component\");\n } else if (c.type === \"link\" && c.props[\"rel\"] === \"stylesheet\") {\n (0, _warnonce.warnOnce)('Do not add stylesheets using next/head (see <link rel=\"stylesheet\"> tag with href=\"' + c.props[\"href\"] + '\"). Use Document instead. \\nSee more info here: https://nextjs.org/docs/messages/no-stylesheets-in-head-component');\n }\n }\n return /*#__PURE__*/ _react.default.cloneElement(c, {\n key\n });\n });\n}\n/**\n * This component injects elements to `<head>` of your page.\n * To avoid duplicated `tags` in `<head>` you can use the `key` property, which will make sure every tag is only rendered once.\n */ function Head(param) {\n let { children } = param;\n const ampState = (0, _react.useContext)(_ampcontextsharedruntime.AmpStateContext);\n const headManager = (0, _react.useContext)(_headmanagercontextsharedruntime.HeadManagerContext);\n return /*#__PURE__*/ (0, _jsxruntime.jsx)(_sideeffect.default, {\n reduceComponentsToState: reduceComponents,\n headManager: headManager,\n inAmpMode: (0, _ampmode.isInAmpMode)(ampState),\n children: children\n });\n}\nconst _default = Head;\nif ((typeof exports.default === \"function\" || typeof exports.default === \"object\" && exports.default !== null) && typeof exports.default.__esModule === \"undefined\") {\n Object.defineProperty(exports.default, \"__esModule\", {\n value: true\n });\n Object.assign(exports.default, exports);\n module.exports = exports.default;\n} //# sourceMappingURL=head.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvaGVhZC5qcyIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7OztRQXFNQUEsU0FBbUI7OztJQXhMSEM7aUJBQUFBOzs7Ozs7OzsyREFUZ0JDLENBQUEsQ0FBQUMsbUJBQUFBLENBQUE7O3lDQUVKQSxtQkFBQUEsQ0FBQTs7QUFPckIsTUFBQUMsWUFBU0gsbUJBQUFBLENBQVlJLGlGQUFBQTtTQUFBQSxZQUFBQSxTQUFBQTtJQUMxQixJQUFBQSxjQUFhLFFBQUFBLFlBQUE7O21CQUFPQyxHQUFRLElBQUFDLFlBQUFDLEdBQUE7O1FBQVc7S0FDdkM7UUFDRUMsQ0FBQUEsV0FBUzthQUFPQyxJQUFBQSxDQUFLLGtCQUFBSCxZQUFBQyxHQUFBO1lBQVdHLE1BQUFBOztRQUNsQztJQUNBO0lBQ0YsT0FBQUY7QUFFQTtTQUlFRyxpQkFBQUMsSUFBQSxFQUFBQyxLQUFBO0lBQ0EsOEZBQTREO1FBQzFELE9BQU9ELFVBQUFBLFlBQUFBLE9BQUFBLFVBQUFBLFVBQUFBO1FBQ1QsT0FBQUE7SUFDQTtJQUNBLGtDQUF5QkU7UUFDdkJELE1BQUFFLElBQU9ILEtBQUtJLE9BQ1ZDLE9BQUEsQ0FBQUgsUUFBQTtRQUNBSSxPQUFBQSxLQUFBQSxNQUFNQyxDQUVKQyxPQUNFQyxPQUFBQSxDQUNBQyxRQUFBQSxDQUFBQSxPQUFBQSxDQUFBQSxNQUFBQSxLQUFBQSxDQUFBQSxRQUFBQSxFQUFBQSxNQUFBQSxnQkFHU0E7Z0JBR1AsT0FBT0Qsa0JBQUFBLFlBQUFBLE9BQUFBLGtCQUFBQSxVQUFBQTtnQkFDVCxPQUFBQTtZQUNBO1lBRUYsT0FBRUEsYUFBQUwsTUFBQSxDQUFBTTtRQUdSO0lBQ0E7SUFDRixPQUFBVixLQUFBSSxNQUFBLENBQUFIO0FBRUE7TUFBbUJVLFlBQUE7SUFBUTtJQUFhO0lBQVc7SUFBVztDQUU5RDs7Ozs7WUFNUUM7SUFDTixNQUFNQyxPQUFPLElBQUlDO0lBQ2pCLE1BQU1DLE9BQUFBLElBQUFBO0lBQ04sTUFBTUMsWUFBQUEsSUFBQUE7SUFFTixNQUFBQSxpQkFBUUMsQ0FBQUE7V0FDTixDQUFJQztRQUNKLElBQUlDLFdBQVM7UUFFYixJQUFJRixTQUFTO1lBQ1hFLEVBQUFBLEdBQUFBLElBQVMsT0FBQUYsRUFBQUcsR0FBQSxpQkFBQUgsRUFBQUcsR0FBQSxDQUFBQyxPQUFBO1lBQ1RGLFNBQU1DO1lBQ04sTUFBSVIsTUFBUUssRUFBQ0csR0FBQUEsQ0FBQUEsS0FBTSxDQUFBSCxFQUFBRyxHQUFBLENBQUFDLE9BQUE7Z0JBQ2pCSCxLQUFBQSxHQUFBQSxDQUFBQSxNQUFXO2dCQUNiQSxXQUFPO21CQUNMTjtnQkFDRkEsS0FBQVUsR0FBQSxDQUFBRjtZQUNGO1FBRUE7UUFDQSx3Q0FBYztlQUNaSCxFQUFLZCxJQUFBO1lBQ0wsS0FBSztpQkFDSDtvQkFDRWUsS0FBQUEsR0FBQUEsQ0FBQUEsRUFBV2YsSUFBQTtvQkFDYmUsV0FBTzt1QkFDTEw7b0JBQ0ZBLEtBQUFTLEdBQUEsQ0FBQUwsRUFBQWQsSUFBQTtnQkFDQTtnQkFDRjtpQkFDRTtvQkFDRSxJQUFBb0IsSUFBTUMsR0FBQUEsTUFBV2IsVUFBVVksTUFBRSxFQUFBQSxJQUFBRSxLQUFBRixJQUFBO29CQUM3QixNQUFLTixXQUFRUyxTQUFBQSxDQUFjSCxFQUFDQztvQkFFNUIsSUFBSUEsQ0FBQUEsRUFBQUEsS0FBQUEsQ0FBQUEsY0FBYSxDQUFXQSxXQUFBO3dCQUMxQkEsYUFBSVQsV0FBY1M7NEJBQ2hCTixVQUFBQSxHQUFXLENBQUFNLFdBQUE7NEJBQ2JOLFdBQU87K0JBQ0xIOzRCQUNGQSxVQUFBTyxHQUFBLENBQUFFO3dCQUNGOzJCQUNFO3dCQUNBLE1BQU1HLFdBQUFBLEVBQWFYLEtBQUFBLENBQUFBLFNBQWVRO3dCQUNsQyxNQUFLQSxhQUFhUixjQUFXRyxDQUFBQSxTQUFXUSxJQUFBQSxJQUFXQzs0QkFDakRWLENBQUFBLGFBQVcsV0FBQUMsTUFBQSxLQUFBUSxXQUFBQyxHQUFBLENBQUFDLFdBQUE7NEJBQ2JYLFdBQU87K0JBQ0xTOzRCQUNBWCxXQUFBQSxHQUFjLENBQUNROzRCQUNqQlIsY0FBQSxDQUFBUSxTQUFBLEdBQUFHO3dCQUNGO29CQUNGO2dCQUNBO2dCQUNKO1FBRUE7UUFDRixPQUFBVDtJQUNGO0FBRUE7Ozs7SUFRRSxTQUFRMUIsaUJBQWNzQyxvQkFBQUEsRUFBQUEsS0FBQUE7SUFDdEIsUUFBT0MsU0FBQUEsRUFBQUEsR0FBQUE7V0FPSEEscUJBQXFCUixNQUFBQSxDQUFBQSxrQkFBQUEsRUFBQUEsRUFBQUEsT0FBQUEsR0FBQUEsTUFBQUEsQ0FBQUEsWUFBQUEsV0FBQUEsT0FBQUEsSUFBQUEsTUFBQUEsQ0FBQUEsVUFBQUEsT0FBQUEsR0FBQUEsR0FBQUEsQ0FBQUEsQ0FBQUEsR0FBQUE7UUFDckIsTUFDRVMsTUFBUUMsRUFBQUEsR0FBSUMsSUFBQUE7WUFJWkYsS0FHRXhDLEVBQUEsRUFlSjtZQUNFd0MsSUFBQTtZQUNBLHlEQUErQztnQkFDN0NHLEVBQUFoQyxJQUFNd0MsS0FBQUEsWUFBZWIsRUFBQUEsS0FBTSxRQUN0Qiw0QkFBMkJBO2dCQUVoQ2MsTUFBQUEsYUFBQUEsRUFBQUEsS0FDRyxzQ0FBQVQsRUFBQUwsS0FBQSxPQUFnRGEsR0FBQUEsTUFBQUE7Z0JBRXJELElBQU9wRCxVQUFVcUQsUUFBSyxxREFBMkNELGFBQUE7bUJBQy9EQyxJQUFBQSxFQUFBQSxJQUFBQSxLQUFBQSxVQUNHVCxFQUFBTCxLQUFBO2dCQUVMLElBQUF2QyxVQUFBcUQsUUFBQSwwRkFBQVQsRUFBQUwsS0FBQTtZQUNGO1FBQ0E7ZUFBK0JWLFdBQUFBLEdBQUFBLE9BQUFBLE9BQUFBLENBQUFBLFlBQUFBLENBQUFBLEdBQUFBO1lBQUlBO1FBQ3JDO0lBQ0o7QUFFQTs7OztJQUljLFNBQUV5QixLQUFRQyxLQUFWO0lBQ1osTUFBTUMsUUFBQUEsRUFBQUEsR0FBV0M7SUFDakIsTUFBTUMsV0FBQUEsQ0FBQUEsR0FBY0QsT0FBQUEsVUFBQUEsRUFBQUEseUJBQVdFLGVBQUFBO0lBQy9CLE1BQUFELGNBQUEsQ0FDRSxHQUFBekMsT0FBQXdDLFVBQUEsRUFBQ0csaUNBQU1ELGtCQUFBO1dBQ0xFLFdBQUFBLEdBQUFBLENBQUFBLEdBQUFBLFlBQXlCQyxHQUFBQSxFQUFBQSxZQUFBQSxPQUFBQSxFQUFBQTtRQUN6QkoseUJBQWFBO1FBQ2J6RCxhQUFXOEQ7bUJBRVZULENBQUFBLEdBQUFBLFNBQUFBLFdBQUFBLEVBQUFBOztJQUdQIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uLi8uLi8uLi9zcmMvc2hhcmVkL2xpYi9oZWFkLnRzeD8zNjcwIl0sIm5hbWVzIjpbImV4cG9ydHMiLCJkZWZhdWx0SGVhZCIsIl8iLCJyZXF1aXJlIiwiX3dhcm5vbmNlIiwiaW5BbXBNb2RlIiwiY2hhclNldCIsIl9qc3hydW50aW1lIiwianN4IiwiaGVhZCIsIm5hbWUiLCJjb250ZW50Iiwib25seVJlYWN0RWxlbWVudCIsImxpc3QiLCJjaGlsZCIsIkZyYWdtZW50IiwidHlwZSIsImNvbmNhdCIsImRlZmF1bHQiLCJSZWFjdCIsIkNoaWxkcmVuIiwiX3JlYWN0IiwiZnJhZ21lbnRMaXN0IiwiZnJhZ21lbnRDaGlsZCIsIk1FVEFUWVBFUyIsImtleXMiLCJ0YWdzIiwiU2V0IiwibWV0YVR5cGVzIiwibWV0YUNhdGVnb3JpZXMiLCJoIiwiaXNVbmlxdWUiLCJoYXNLZXkiLCJrZXkiLCJpbmRleE9mIiwiYWRkIiwiaSIsIm1ldGF0eXBlIiwibGVuIiwiaGFzT3duUHJvcGVydHkiLCJjYXRlZ29yaWVzIiwiaGFzIiwiY2F0ZWdvcnkiLCJwcm9wcyIsImhlYWRDaGlsZHJlbkVsZW1lbnRzIiwicHJvY2VzcyIsImVudiIsIk5PREVfRU5WIiwiYyIsIl9fTkVYVF9PUFRJTUlaRV9GT05UUyIsInNvbWUiLCJ1cmwiLCJuZXdQcm9wcyIsInN0YXJ0c1dpdGgiLCJ1bmRlZmluZWQiLCJjbG9uZUVsZW1lbnQiLCJzcmNNZXNzYWdlIiwid2Fybk9uY2UiLCJjaGlsZHJlbiIsInBhcmFtIiwiYW1wU3RhdGUiLCJ1c2VDb250ZXh0IiwiaGVhZE1hbmFnZXIiLCJIZWFkTWFuYWdlckNvbnRleHQiLCJFZmZlY3QiLCJyZWR1Y2VDb21wb25lbnRzVG9TdGF0ZSIsInJlZHVjZUNvbXBvbmVudHMiLCJpc0luQW1wTW9kZSJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/head.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/is-plain-object.js": +/*!**************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/is-plain-object.js ***! + \**************************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n getObjectClassLabel: function() {\n return getObjectClassLabel;\n },\n isPlainObject: function() {\n return isPlainObject;\n }\n});\nfunction getObjectClassLabel(value) {\n return Object.prototype.toString.call(value);\n}\nfunction isPlainObject(value) {\n if (getObjectClassLabel(value) !== \"[object Object]\") {\n return false;\n }\n const prototype = Object.getPrototypeOf(value);\n /**\n * this used to be previously:\n *\n * `return prototype === null || prototype === Object.prototype`\n *\n * but Edge Runtime expose Object from vm, being that kind of type-checking wrongly fail.\n *\n * It was changed to the current implementation since it's resilient to serialization.\n */ return prototype === null || prototype.hasOwnProperty(\"isPrototypeOf\");\n} //# sourceMappingURL=is-plain-object.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvaXMtcGxhaW4tb2JqZWN0LmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7OztJQUFnQkEscUJBQW1CO2VBQW5CQTs7SUFJQUMsZUFBYTtlQUFiQTs7O0FBSlQsU0FBU0Qsb0JBQW9CRSxLQUFVO0lBQzVDLE9BQU9DLE9BQU9DLFNBQVMsQ0FBQ0MsUUFBUSxDQUFDQyxJQUFJLENBQUNKO0FBQ3hDO0FBRU8sU0FBU0QsY0FBY0MsS0FBVTtJQUN0QyxJQUFJRixvQkFBb0JFLFdBQVcsbUJBQW1CO1FBQ3BELE9BQU87SUFDVDtJQUVBLE1BQU1FLFlBQVlELE9BQU9JLGNBQWMsQ0FBQ0w7SUFFeEM7Ozs7Ozs7O0dBUUMsR0FDRCxPQUFPRSxjQUFjLFFBQVFBLFVBQVVJLGNBQWMsQ0FBQztBQUN4RCIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi4vLi4vLi4vc3JjL3NoYXJlZC9saWIvaXMtcGxhaW4tb2JqZWN0LnRzPzJmYjIiXSwibmFtZXMiOlsiZ2V0T2JqZWN0Q2xhc3NMYWJlbCIsImlzUGxhaW5PYmplY3QiLCJ2YWx1ZSIsIk9iamVjdCIsInByb3RvdHlwZSIsInRvU3RyaW5nIiwiY2FsbCIsImdldFByb3RvdHlwZU9mIiwiaGFzT3duUHJvcGVydHkiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/is-plain-object.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/modern-browserslist-target.js": +/*!*************************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/modern-browserslist-target.js ***! + \*************************************************************************/ +/***/ ((module) => { + +"use strict"; +eval("// Note: This file is JS because it's used by the taskfile-swc.js file, which is JS.\n// Keep file changes in sync with the corresponding `.d.ts` files.\n/**\n * These are the browser versions that support all of the following:\n * static import: https://caniuse.com/es6-module\n * dynamic import: https://caniuse.com/es6-module-dynamic-import\n * import.meta: https://caniuse.com/mdn-javascript_operators_import_meta\n */ \nconst MODERN_BROWSERSLIST_TARGET = [\n \"chrome 64\",\n \"edge 79\",\n \"firefox 67\",\n \"opera 51\",\n \"safari 12\"\n];\nmodule.exports = MODERN_BROWSERSLIST_TARGET; //# sourceMappingURL=modern-browserslist-target.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvbW9kZXJuLWJyb3dzZXJzbGlzdC10YXJnZXQuanMiLCJtYXBwaW5ncyI6IkFBQUEsb0ZBQW9GO0FBQ3BGLGtFQUFrRTtBQUNsRTs7Ozs7Q0FLQztBQUNELE1BQU1BLDZCQUE2QjtJQUNqQztJQUNBO0lBQ0E7SUFDQTtJQUNBO0NBQ0Q7QUFFREMsT0FBT0MsT0FBTyxHQUFHRiIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi4vLi4vLi4vc3JjL3NoYXJlZC9saWIvbW9kZXJuLWJyb3dzZXJzbGlzdC10YXJnZXQuanM/ZDUxZSJdLCJuYW1lcyI6WyJNT0RFUk5fQlJPV1NFUlNMSVNUX1RBUkdFVCIsIm1vZHVsZSIsImV4cG9ydHMiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/modern-browserslist-target.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js": +/*!******************************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js ***! + \******************************************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"denormalizePagePath\", ({\n enumerable: true,\n get: function() {\n return denormalizePagePath;\n }\n}));\nconst _utils = __webpack_require__(/*! ../router/utils */ \"./node_modules/next/dist/shared/lib/router/utils/index.js\");\nconst _normalizepathsep = __webpack_require__(/*! ./normalize-path-sep */ \"./node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js\");\nfunction denormalizePagePath(page) {\n let _page = (0, _normalizepathsep.normalizePathSep)(page);\n return _page.startsWith(\"/index/\") && !(0, _utils.isDynamicRoute)(_page) ? _page.slice(6) : _page !== \"/index\" ? _page : \"/\";\n} //# sourceMappingURL=denormalize-page-path.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvcGFnZS1wYXRoL2Rlbm9ybWFsaXplLXBhZ2UtcGF0aC5qcyIsIm1hcHBpbmdzIjoiOzs7O3VEQVdnQkE7OztlQUFBQTs7O21DQVhlOzhDQUNFO0FBVTFCLFNBQVNBLG9CQUFvQkMsSUFBWTtJQUM5QyxJQUFJQyxRQUFRQyxDQUFBQSxHQUFBQSxrQkFBQUEsZ0JBQWdCLEVBQUNGO0lBQzdCLE9BQU9DLE1BQU1FLFVBQVUsQ0FBQyxjQUFjLENBQUNDLENBQUFBLEdBQUFBLE9BQUFBLGNBQWMsRUFBQ0gsU0FDbERBLE1BQU1JLEtBQUssQ0FBQyxLQUNaSixVQUFVLFdBQ1ZBLFFBQ0E7QUFDTiIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi4vLi4vLi4vLi4vc3JjL3NoYXJlZC9saWIvcGFnZS1wYXRoL2Rlbm9ybWFsaXplLXBhZ2UtcGF0aC50cz84NDQwIl0sIm5hbWVzIjpbImRlbm9ybWFsaXplUGFnZVBhdGgiLCJwYWdlIiwiX3BhZ2UiLCJub3JtYWxpemVQYXRoU2VwIiwic3RhcnRzV2l0aCIsImlzRHluYW1pY1JvdXRlIiwic2xpY2UiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js": +/*!*****************************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js ***! + \*****************************************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("/**\n * For a given page path, this function ensures that there is a leading slash.\n * If there is not a leading slash, one is added, otherwise it is noop.\n */ \nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"ensureLeadingSlash\", ({\n enumerable: true,\n get: function() {\n return ensureLeadingSlash;\n }\n}));\nfunction ensureLeadingSlash(path) {\n return path.startsWith(\"/\") ? path : \"/\" + path;\n} //# sourceMappingURL=ensure-leading-slash.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvcGFnZS1wYXRoL2Vuc3VyZS1sZWFkaW5nLXNsYXNoLmpzIiwibWFwcGluZ3MiOiJBQUFBOzs7Q0FHQzs7OztzREFDZUE7OztlQUFBQTs7O0FBQVQsU0FBU0EsbUJBQW1CQyxJQUFZO0lBQzdDLE9BQU9BLEtBQUtDLFVBQVUsQ0FBQyxPQUFPRCxPQUFPLE1BQUlBO0FBQzNDIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uLi8uLi8uLi8uLi9zcmMvc2hhcmVkL2xpYi9wYWdlLXBhdGgvZW5zdXJlLWxlYWRpbmctc2xhc2gudHM/MThmMiJdLCJuYW1lcyI6WyJlbnN1cmVMZWFkaW5nU2xhc2giLCJwYXRoIiwic3RhcnRzV2l0aCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/page-path/normalize-page-path.js": +/*!****************************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/page-path/normalize-page-path.js ***! + \****************************************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"normalizePagePath\", ({\n enumerable: true,\n get: function() {\n return normalizePagePath;\n }\n}));\nconst _ensureleadingslash = __webpack_require__(/*! ./ensure-leading-slash */ \"./node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js\");\nconst _utils = __webpack_require__(/*! ../router/utils */ \"./node_modules/next/dist/shared/lib/router/utils/index.js\");\nconst _utils1 = __webpack_require__(/*! ../utils */ \"./node_modules/next/dist/shared/lib/utils.js\");\nfunction normalizePagePath(page) {\n const normalized = /^\\/index(\\/|$)/.test(page) && !(0, _utils.isDynamicRoute)(page) ? \"/index\" + page : page === \"/\" ? \"/index\" : (0, _ensureleadingslash.ensureLeadingSlash)(page);\n if (true) {\n const { posix } = __webpack_require__(/*! path */ \"path\");\n const resolvedPage = posix.normalize(normalized);\n if (resolvedPage !== normalized) {\n throw new _utils1.NormalizeError(\"Requested and resolved page mismatch: \" + normalized + \" \" + resolvedPage);\n }\n }\n return normalized;\n} //# sourceMappingURL=normalize-page-path.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvcGFnZS1wYXRoL25vcm1hbGl6ZS1wYWdlLXBhdGguanMiLCJtYXBwaW5ncyI6Ijs7OztxREFhZ0JBOzs7ZUFBQUE7OztnREFibUI7bUNBQ0o7b0NBQ0E7QUFXeEIsU0FBU0Esa0JBQWtCQyxJQUFZO0lBQzVDLE1BQU1DLGFBQ0osaUJBQWlCQyxJQUFJLENBQUNGLFNBQVMsQ0FBQ0csQ0FBQUEsR0FBQUEsT0FBQUEsY0FBYyxFQUFDSCxRQUMzQyxXQUFTQSxPQUNUQSxTQUFTLE1BQ1QsV0FDQUksQ0FBQUEsR0FBQUEsb0JBQUFBLGtCQUFrQixFQUFDSjtJQUV6QixJQUFJSyxJQUE2QixFQUFRO1FBQ3ZDLE1BQU0sRUFBRUcsS0FBSyxFQUFFLEdBQUdDLG1CQUFBQSxDQUFRO1FBQzFCLE1BQU1DLGVBQWVGLE1BQU1HLFNBQVMsQ0FBQ1Y7UUFDckMsSUFBSVMsaUJBQWlCVCxZQUFZO1lBQy9CLE1BQU0sSUFBSVcsUUFBQUEsY0FBYyxDQUN0QiwyQ0FBeUNYLGFBQVcsTUFBR1M7UUFFM0Q7SUFDRjtJQUVBLE9BQU9UO0FBQ1QiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4uLy4uLy4uLy4uL3NyYy9zaGFyZWQvbGliL3BhZ2UtcGF0aC9ub3JtYWxpemUtcGFnZS1wYXRoLnRzPzhlNTQiXSwibmFtZXMiOlsibm9ybWFsaXplUGFnZVBhdGgiLCJwYWdlIiwibm9ybWFsaXplZCIsInRlc3QiLCJpc0R5bmFtaWNSb3V0ZSIsImVuc3VyZUxlYWRpbmdTbGFzaCIsInByb2Nlc3MiLCJlbnYiLCJORVhUX1JVTlRJTUUiLCJwb3NpeCIsInJlcXVpcmUiLCJyZXNvbHZlZFBhZ2UiLCJub3JtYWxpemUiLCJOb3JtYWxpemVFcnJvciJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/page-path/normalize-page-path.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js": +/*!***************************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js ***! + \***************************************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("/**\n * For a given page path, this function ensures that there is no backslash\n * escaping slashes in the path. Example:\n * - `foo\\/bar\\/baz` -> `foo/bar/baz`\n */ \nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"normalizePathSep\", ({\n enumerable: true,\n get: function() {\n return normalizePathSep;\n }\n}));\nfunction normalizePathSep(path) {\n return path.replace(/\\\\/g, \"/\");\n} //# sourceMappingURL=normalize-path-sep.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvcGFnZS1wYXRoL25vcm1hbGl6ZS1wYXRoLXNlcC5qcyIsIm1hcHBpbmdzIjoiQUFBQTs7OztDQUlDOzs7O29EQUNlQTs7O2VBQUFBOzs7QUFBVCxTQUFTQSxpQkFBaUJDLElBQVk7SUFDM0MsT0FBT0EsS0FBS0MsT0FBTyxDQUFDLE9BQU87QUFDN0IiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4uLy4uLy4uLy4uL3NyYy9zaGFyZWQvbGliL3BhZ2UtcGF0aC9ub3JtYWxpemUtcGF0aC1zZXAudHM/NWNmMCJdLCJuYW1lcyI6WyJub3JtYWxpemVQYXRoU2VwIiwicGF0aCIsInJlcGxhY2UiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/router/utils/app-paths.js": +/*!*********************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/router/utils/app-paths.js ***! + \*********************************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n normalizeAppPath: function() {\n return normalizeAppPath;\n },\n normalizeRscURL: function() {\n return normalizeRscURL;\n }\n});\nconst _ensureleadingslash = __webpack_require__(/*! ../../page-path/ensure-leading-slash */ \"./node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js\");\nconst _segment = __webpack_require__(/*! ../../segment */ \"./node_modules/next/dist/shared/lib/segment.js\");\nfunction normalizeAppPath(route) {\n return (0, _ensureleadingslash.ensureLeadingSlash)(route.split(\"/\").reduce((pathname, segment, index, segments)=>{\n // Empty segments are ignored.\n if (!segment) {\n return pathname;\n }\n // Groups are ignored.\n if ((0, _segment.isGroupSegment)(segment)) {\n return pathname;\n }\n // Parallel segments are ignored.\n if (segment[0] === \"@\") {\n return pathname;\n }\n // The last segment (if it's a leaf) should be ignored.\n if ((segment === \"page\" || segment === \"route\") && index === segments.length - 1) {\n return pathname;\n }\n return pathname + \"/\" + segment;\n }, \"\"));\n}\nfunction normalizeRscURL(url) {\n return url.replace(/\\.rsc($|\\?)/, \"$1\");\n} //# sourceMappingURL=app-paths.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvcm91dGVyL3V0aWxzL2FwcC1wYXRocy5qcyIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7SUFzQmdCQSxrQkFBZ0I7ZUFBaEJBOztJQW1DQUMsaUJBQWU7ZUFBZkE7OztnREF6RG1CO3FDQUNKO0FBcUJ4QixTQUFTRCxpQkFBaUJFLEtBQWE7SUFDNUMsT0FBT0MsQ0FBQUEsR0FBQUEsb0JBQUFBLGtCQUFrQixFQUN2QkQsTUFBTUUsS0FBSyxDQUFDLEtBQUtDLE1BQU0sQ0FBQyxDQUFDQyxVQUFVQyxTQUFTQyxPQUFPQztRQUNqRCw4QkFBOEI7UUFDOUIsSUFBSSxDQUFDRixTQUFTO1lBQ1osT0FBT0Q7UUFDVDtRQUVBLHNCQUFzQjtRQUN0QixJQUFJSSxDQUFBQSxHQUFBQSxTQUFBQSxjQUFjLEVBQUNILFVBQVU7WUFDM0IsT0FBT0Q7UUFDVDtRQUVBLGlDQUFpQztRQUNqQyxJQUFJQyxPQUFPLENBQUMsRUFBRSxLQUFLLEtBQUs7WUFDdEIsT0FBT0Q7UUFDVDtRQUVBLHVEQUF1RDtRQUN2RCxJQUNFLENBQUNDLFlBQVksVUFBVUEsWUFBWSxZQUNuQ0MsVUFBVUMsU0FBU0UsTUFBTSxHQUFHLEdBQzVCO1lBQ0EsT0FBT0w7UUFDVDtRQUVBLE9BQU9BLFdBQVksTUFBR0M7SUFDeEIsR0FBRztBQUVQO0FBTU8sU0FBU04sZ0JBQWdCVyxHQUFXO0lBQ3pDLE9BQU9BLElBQUlDLE9BQU8sQ0FDaEIsZUFFQTtBQUVKIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uLi8uLi8uLi8uLi8uLi9zcmMvc2hhcmVkL2xpYi9yb3V0ZXIvdXRpbHMvYXBwLXBhdGhzLnRzP2Q0NmQiXSwibmFtZXMiOlsibm9ybWFsaXplQXBwUGF0aCIsIm5vcm1hbGl6ZVJzY1VSTCIsInJvdXRlIiwiZW5zdXJlTGVhZGluZ1NsYXNoIiwic3BsaXQiLCJyZWR1Y2UiLCJwYXRobmFtZSIsInNlZ21lbnQiLCJpbmRleCIsInNlZ21lbnRzIiwiaXNHcm91cFNlZ21lbnQiLCJsZW5ndGgiLCJ1cmwiLCJyZXBsYWNlIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/router/utils/app-paths.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/router/utils/index.js": +/*!*****************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/router/utils/index.js ***! + \*****************************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n getSortedRoutes: function() {\n return _sortedroutes.getSortedRoutes;\n },\n isDynamicRoute: function() {\n return _isdynamic.isDynamicRoute;\n }\n});\nconst _sortedroutes = __webpack_require__(/*! ./sorted-routes */ \"./node_modules/next/dist/shared/lib/router/utils/sorted-routes.js\");\nconst _isdynamic = __webpack_require__(/*! ./is-dynamic */ \"./node_modules/next/dist/shared/lib/router/utils/is-dynamic.js\"); //# sourceMappingURL=index.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvcm91dGVyL3V0aWxzL2luZGV4LmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7OztJQUFTQSxpQkFBZTtlQUFmQSxjQUFBQSxlQUFlOztJQUNmQyxnQkFBYztlQUFkQSxXQUFBQSxjQUFjOzs7MENBRFM7dUNBQ0QiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4uLy4uLy4uLy4uLy4uL3NyYy9zaGFyZWQvbGliL3JvdXRlci91dGlscy9pbmRleC50cz83MmQ1Il0sIm5hbWVzIjpbImdldFNvcnRlZFJvdXRlcyIsImlzRHluYW1pY1JvdXRlIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/router/utils/index.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/router/utils/is-dynamic.js": +/*!**********************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/router/utils/is-dynamic.js ***! + \**********************************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"isDynamicRoute\", ({\n enumerable: true,\n get: function() {\n return isDynamicRoute;\n }\n}));\nconst _interceptionroutes = __webpack_require__(/*! ../../../../server/future/helpers/interception-routes */ \"./node_modules/next/dist/server/future/helpers/interception-routes.js\");\n// Identify /[param]/ in route string\nconst TEST_ROUTE = /\\/\\[[^/]+?\\](?=\\/|$)/;\nfunction isDynamicRoute(route) {\n if ((0, _interceptionroutes.isInterceptionRouteAppPath)(route)) {\n route = (0, _interceptionroutes.extractInterceptionRouteInformation)(route).interceptedRoute;\n }\n return TEST_ROUTE.test(route);\n} //# sourceMappingURL=is-dynamic.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvcm91dGVyL3V0aWxzL2lzLWR5bmFtaWMuanMiLCJtYXBwaW5ncyI6Ijs7OztrREFRZ0JBOzs7ZUFBQUE7OztnREFMVDtBQUVQLHFDQUFxQztBQUNyQyxNQUFNQyxhQUFhO0FBRVosU0FBU0QsZUFBZUUsS0FBYTtJQUMxQyxJQUFJQyxDQUFBQSxHQUFBQSxvQkFBQUEsMEJBQTBCLEVBQUNELFFBQVE7UUFDckNBLFFBQVFFLENBQUFBLEdBQUFBLG9CQUFBQSxtQ0FBbUMsRUFBQ0YsT0FBT0csZ0JBQWdCO0lBQ3JFO0lBRUEsT0FBT0osV0FBV0ssSUFBSSxDQUFDSjtBQUN6QiIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi4vLi4vLi4vLi4vLi4vc3JjL3NoYXJlZC9saWIvcm91dGVyL3V0aWxzL2lzLWR5bmFtaWMudHM/ODJkYyJdLCJuYW1lcyI6WyJpc0R5bmFtaWNSb3V0ZSIsIlRFU1RfUk9VVEUiLCJyb3V0ZSIsImlzSW50ZXJjZXB0aW9uUm91dGVBcHBQYXRoIiwiZXh0cmFjdEludGVyY2VwdGlvblJvdXRlSW5mb3JtYXRpb24iLCJpbnRlcmNlcHRlZFJvdXRlIiwidGVzdCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/router/utils/is-dynamic.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/router/utils/sorted-routes.js": +/*!*************************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/router/utils/sorted-routes.js ***! + \*************************************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"getSortedRoutes\", ({\n enumerable: true,\n get: function() {\n return getSortedRoutes;\n }\n}));\nclass UrlNode {\n insert(urlPath) {\n this._insert(urlPath.split(\"/\").filter(Boolean), [], false);\n }\n smoosh() {\n return this._smoosh();\n }\n _smoosh(prefix) {\n if (prefix === void 0) prefix = \"/\";\n const childrenPaths = [\n ...this.children.keys()\n ].sort();\n if (this.slugName !== null) {\n childrenPaths.splice(childrenPaths.indexOf(\"[]\"), 1);\n }\n if (this.restSlugName !== null) {\n childrenPaths.splice(childrenPaths.indexOf(\"[...]\"), 1);\n }\n if (this.optionalRestSlugName !== null) {\n childrenPaths.splice(childrenPaths.indexOf(\"[[...]]\"), 1);\n }\n const routes = childrenPaths.map((c)=>this.children.get(c)._smoosh(\"\" + prefix + c + \"/\")).reduce((prev, curr)=>[\n ...prev,\n ...curr\n ], []);\n if (this.slugName !== null) {\n routes.push(...this.children.get(\"[]\")._smoosh(prefix + \"[\" + this.slugName + \"]/\"));\n }\n if (!this.placeholder) {\n const r = prefix === \"/\" ? \"/\" : prefix.slice(0, -1);\n if (this.optionalRestSlugName != null) {\n throw new Error('You cannot define a route with the same specificity as a optional catch-all route (\"' + r + '\" and \"' + r + \"[[...\" + this.optionalRestSlugName + ']]\").');\n }\n routes.unshift(r);\n }\n if (this.restSlugName !== null) {\n routes.push(...this.children.get(\"[...]\")._smoosh(prefix + \"[...\" + this.restSlugName + \"]/\"));\n }\n if (this.optionalRestSlugName !== null) {\n routes.push(...this.children.get(\"[[...]]\")._smoosh(prefix + \"[[...\" + this.optionalRestSlugName + \"]]/\"));\n }\n return routes;\n }\n _insert(urlPaths, slugNames, isCatchAll) {\n if (urlPaths.length === 0) {\n this.placeholder = false;\n return;\n }\n if (isCatchAll) {\n throw new Error(\"Catch-all must be the last part of the URL.\");\n }\n // The next segment in the urlPaths list\n let nextSegment = urlPaths[0];\n // Check if the segment matches `[something]`\n if (nextSegment.startsWith(\"[\") && nextSegment.endsWith(\"]\")) {\n // Strip `[` and `]`, leaving only `something`\n let segmentName = nextSegment.slice(1, -1);\n let isOptional = false;\n if (segmentName.startsWith(\"[\") && segmentName.endsWith(\"]\")) {\n // Strip optional `[` and `]`, leaving only `something`\n segmentName = segmentName.slice(1, -1);\n isOptional = true;\n }\n if (segmentName.startsWith(\"...\")) {\n // Strip `...`, leaving only `something`\n segmentName = segmentName.substring(3);\n isCatchAll = true;\n }\n if (segmentName.startsWith(\"[\") || segmentName.endsWith(\"]\")) {\n throw new Error(\"Segment names may not start or end with extra brackets ('\" + segmentName + \"').\");\n }\n if (segmentName.startsWith(\".\")) {\n throw new Error(\"Segment names may not start with erroneous periods ('\" + segmentName + \"').\");\n }\n function handleSlug(previousSlug, nextSlug) {\n if (previousSlug !== null) {\n // If the specific segment already has a slug but the slug is not `something`\n // This prevents collisions like:\n // pages/[post]/index.js\n // pages/[id]/index.js\n // Because currently multiple dynamic params on the same segment level are not supported\n if (previousSlug !== nextSlug) {\n // TODO: This error seems to be confusing for users, needs an error link, the description can be based on above comment.\n throw new Error(\"You cannot use different slug names for the same dynamic path ('\" + previousSlug + \"' !== '\" + nextSlug + \"').\");\n }\n }\n slugNames.forEach((slug)=>{\n if (slug === nextSlug) {\n throw new Error('You cannot have the same slug name \"' + nextSlug + '\" repeat within a single dynamic path');\n }\n if (slug.replace(/\\W/g, \"\") === nextSegment.replace(/\\W/g, \"\")) {\n throw new Error('You cannot have the slug names \"' + slug + '\" and \"' + nextSlug + '\" differ only by non-word symbols within a single dynamic path');\n }\n });\n slugNames.push(nextSlug);\n }\n if (isCatchAll) {\n if (isOptional) {\n if (this.restSlugName != null) {\n throw new Error('You cannot use both an required and optional catch-all route at the same level (\"[...' + this.restSlugName + ']\" and \"' + urlPaths[0] + '\" ).');\n }\n handleSlug(this.optionalRestSlugName, segmentName);\n // slugName is kept as it can only be one particular slugName\n this.optionalRestSlugName = segmentName;\n // nextSegment is overwritten to [[...]] so that it can later be sorted specifically\n nextSegment = \"[[...]]\";\n } else {\n if (this.optionalRestSlugName != null) {\n throw new Error('You cannot use both an optional and required catch-all route at the same level (\"[[...' + this.optionalRestSlugName + ']]\" and \"' + urlPaths[0] + '\").');\n }\n handleSlug(this.restSlugName, segmentName);\n // slugName is kept as it can only be one particular slugName\n this.restSlugName = segmentName;\n // nextSegment is overwritten to [...] so that it can later be sorted specifically\n nextSegment = \"[...]\";\n }\n } else {\n if (isOptional) {\n throw new Error('Optional route parameters are not yet supported (\"' + urlPaths[0] + '\").');\n }\n handleSlug(this.slugName, segmentName);\n // slugName is kept as it can only be one particular slugName\n this.slugName = segmentName;\n // nextSegment is overwritten to [] so that it can later be sorted specifically\n nextSegment = \"[]\";\n }\n }\n // If this UrlNode doesn't have the nextSegment yet we create a new child UrlNode\n if (!this.children.has(nextSegment)) {\n this.children.set(nextSegment, new UrlNode());\n }\n this.children.get(nextSegment)._insert(urlPaths.slice(1), slugNames, isCatchAll);\n }\n constructor(){\n this.placeholder = true;\n this.children = new Map();\n this.slugName = null;\n this.restSlugName = null;\n this.optionalRestSlugName = null;\n }\n}\nfunction getSortedRoutes(normalizedPages) {\n // First the UrlNode is created, and every UrlNode can have only 1 dynamic segment\n // Eg you can't have pages/[post]/abc.js and pages/[hello]/something-else.js\n // Only 1 dynamic segment per nesting level\n // So in the case that is test/integration/dynamic-routing it'll be this:\n // pages/[post]/comments.js\n // pages/blog/[post]/comment/[id].js\n // Both are fine because `pages/[post]` and `pages/blog` are on the same level\n // So in this case `UrlNode` created here has `this.slugName === 'post'`\n // And since your PR passed through `slugName` as an array basically it'd including it in too many possibilities\n // Instead what has to be passed through is the upwards path's dynamic names\n const root = new UrlNode();\n // Here the `root` gets injected multiple paths, and insert will break them up into sublevels\n normalizedPages.forEach((pagePath)=>root.insert(pagePath));\n // Smoosh will then sort those sublevels up to the point where you get the correct route definition priority\n return root.smoosh();\n} //# sourceMappingURL=sorted-routes.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvcm91dGVyL3V0aWxzL3NvcnRlZC1yb3V0ZXMuanMiLCJtYXBwaW5ncyI6Ijs7OzttREFxTWdCQTs7O2VBQUFBOzs7QUFyTWhCLE1BQU1DO0lBT0pDLE9BQU9DLE9BQWUsRUFBUTtRQUM1QixJQUFJLENBQUNDLE9BQU8sQ0FBQ0QsUUFBUUUsS0FBSyxDQUFDLEtBQUtDLE1BQU0sQ0FBQ0MsVUFBVSxFQUFFLEVBQUU7SUFDdkQ7SUFFQUMsU0FBbUI7UUFDakIsT0FBTyxJQUFJLENBQUNDLE9BQU87SUFDckI7SUFFUUEsUUFBUUMsTUFBb0IsRUFBWTtRQUFoQ0EsSUFBQUEsV0FBQUEsS0FBQUEsR0FBQUEsU0FBaUI7UUFDL0IsTUFBTUMsZ0JBQWdCO2VBQUksSUFBSSxDQUFDQyxRQUFRLENBQUNDLElBQUk7U0FBRyxDQUFDQyxJQUFJO1FBQ3BELElBQUksSUFBSSxDQUFDQyxRQUFRLEtBQUssTUFBTTtZQUMxQkosY0FBY0ssTUFBTSxDQUFDTCxjQUFjTSxPQUFPLENBQUMsT0FBTztRQUNwRDtRQUNBLElBQUksSUFBSSxDQUFDQyxZQUFZLEtBQUssTUFBTTtZQUM5QlAsY0FBY0ssTUFBTSxDQUFDTCxjQUFjTSxPQUFPLENBQUMsVUFBVTtRQUN2RDtRQUNBLElBQUksSUFBSSxDQUFDRSxvQkFBb0IsS0FBSyxNQUFNO1lBQ3RDUixjQUFjSyxNQUFNLENBQUNMLGNBQWNNLE9BQU8sQ0FBQyxZQUFZO1FBQ3pEO1FBRUEsTUFBTUcsU0FBU1QsY0FDWlUsR0FBRyxDQUFDLENBQUNDLElBQU0sSUFBSSxDQUFDVixRQUFRLENBQUNXLEdBQUcsQ0FBQ0QsR0FBSWIsT0FBTyxDQUFDLEtBQUdDLFNBQVNZLElBQUUsTUFDdkRFLE1BQU0sQ0FBQyxDQUFDQyxNQUFNQyxPQUFTO21CQUFJRDttQkFBU0M7YUFBSyxFQUFFLEVBQUU7UUFFaEQsSUFBSSxJQUFJLENBQUNYLFFBQVEsS0FBSyxNQUFNO1lBQzFCSyxPQUFPTyxJQUFJLElBQ04sSUFBSSxDQUFDZixRQUFRLENBQUNXLEdBQUcsQ0FBQyxNQUFPZCxPQUFPLENBQUNDLFNBQVUsTUFBRyxJQUFJLENBQUNLLFFBQVEsR0FBQztRQUVuRTtRQUVBLElBQUksQ0FBQyxJQUFJLENBQUNhLFdBQVcsRUFBRTtZQUNyQixNQUFNQyxJQUFJbkIsV0FBVyxNQUFNLE1BQU1BLE9BQU9vQixLQUFLLENBQUMsR0FBRyxDQUFDO1lBQ2xELElBQUksSUFBSSxDQUFDWCxvQkFBb0IsSUFBSSxNQUFNO2dCQUNyQyxNQUFNLElBQUlZLE1BQ1IseUZBQXVGRixJQUFFLFlBQVNBLElBQUUsVUFBTyxJQUFJLENBQUNWLG9CQUFvQixHQUFDO1lBRXpJO1lBRUFDLE9BQU9ZLE9BQU8sQ0FBQ0g7UUFDakI7UUFFQSxJQUFJLElBQUksQ0FBQ1gsWUFBWSxLQUFLLE1BQU07WUFDOUJFLE9BQU9PLElBQUksSUFDTixJQUFJLENBQUNmLFFBQVEsQ0FDYlcsR0FBRyxDQUFDLFNBQ0pkLE9BQU8sQ0FBQ0MsU0FBVSxTQUFNLElBQUksQ0FBQ1EsWUFBWSxHQUFDO1FBRWpEO1FBRUEsSUFBSSxJQUFJLENBQUNDLG9CQUFvQixLQUFLLE1BQU07WUFDdENDLE9BQU9PLElBQUksSUFDTixJQUFJLENBQUNmLFFBQVEsQ0FDYlcsR0FBRyxDQUFDLFdBQ0pkLE9BQU8sQ0FBQ0MsU0FBVSxVQUFPLElBQUksQ0FBQ1Msb0JBQW9CLEdBQUM7UUFFMUQ7UUFFQSxPQUFPQztJQUNUO0lBRVFoQixRQUNONkIsUUFBa0IsRUFDbEJDLFNBQW1CLEVBQ25CQyxVQUFtQixFQUNiO1FBQ04sSUFBSUYsU0FBU0csTUFBTSxLQUFLLEdBQUc7WUFDekIsSUFBSSxDQUFDUixXQUFXLEdBQUc7WUFDbkI7UUFDRjtRQUVBLElBQUlPLFlBQVk7WUFDZCxNQUFNLElBQUlKLE1BQU87UUFDbkI7UUFFQSx3Q0FBd0M7UUFDeEMsSUFBSU0sY0FBY0osUUFBUSxDQUFDLEVBQUU7UUFFN0IsNkNBQTZDO1FBQzdDLElBQUlJLFlBQVlDLFVBQVUsQ0FBQyxRQUFRRCxZQUFZRSxRQUFRLENBQUMsTUFBTTtZQUM1RCw4Q0FBOEM7WUFDOUMsSUFBSUMsY0FBY0gsWUFBWVAsS0FBSyxDQUFDLEdBQUcsQ0FBQztZQUV4QyxJQUFJVyxhQUFhO1lBQ2pCLElBQUlELFlBQVlGLFVBQVUsQ0FBQyxRQUFRRSxZQUFZRCxRQUFRLENBQUMsTUFBTTtnQkFDNUQsdURBQXVEO2dCQUN2REMsY0FBY0EsWUFBWVYsS0FBSyxDQUFDLEdBQUcsQ0FBQztnQkFDcENXLGFBQWE7WUFDZjtZQUVBLElBQUlELFlBQVlGLFVBQVUsQ0FBQyxRQUFRO2dCQUNqQyx3Q0FBd0M7Z0JBQ3hDRSxjQUFjQSxZQUFZRSxTQUFTLENBQUM7Z0JBQ3BDUCxhQUFhO1lBQ2Y7WUFFQSxJQUFJSyxZQUFZRixVQUFVLENBQUMsUUFBUUUsWUFBWUQsUUFBUSxDQUFDLE1BQU07Z0JBQzVELE1BQU0sSUFBSVIsTUFDUiw4REFBNERTLGNBQVk7WUFFNUU7WUFFQSxJQUFJQSxZQUFZRixVQUFVLENBQUMsTUFBTTtnQkFDL0IsTUFBTSxJQUFJUCxNQUNSLDBEQUF3RFMsY0FBWTtZQUV4RTtZQUVBLFNBQVNHLFdBQVdDLFlBQTJCLEVBQUVDLFFBQWdCO2dCQUMvRCxJQUFJRCxpQkFBaUIsTUFBTTtvQkFDekIsNkVBQTZFO29CQUM3RSxpQ0FBaUM7b0JBQ2pDLHdCQUF3QjtvQkFDeEIsc0JBQXNCO29CQUN0Qix3RkFBd0Y7b0JBQ3hGLElBQUlBLGlCQUFpQkMsVUFBVTt3QkFDN0Isd0hBQXdIO3dCQUN4SCxNQUFNLElBQUlkLE1BQ1IscUVBQW1FYSxlQUFhLFlBQVNDLFdBQVM7b0JBRXRHO2dCQUNGO2dCQUVBWCxVQUFVWSxPQUFPLENBQUMsQ0FBQ0M7b0JBQ2pCLElBQUlBLFNBQVNGLFVBQVU7d0JBQ3JCLE1BQU0sSUFBSWQsTUFDUix5Q0FBdUNjLFdBQVM7b0JBRXBEO29CQUVBLElBQUlFLEtBQUtDLE9BQU8sQ0FBQyxPQUFPLFFBQVFYLFlBQVlXLE9BQU8sQ0FBQyxPQUFPLEtBQUs7d0JBQzlELE1BQU0sSUFBSWpCLE1BQ1IscUNBQW1DZ0IsT0FBSyxZQUFTRixXQUFTO29CQUU5RDtnQkFDRjtnQkFFQVgsVUFBVVAsSUFBSSxDQUFDa0I7WUFDakI7WUFFQSxJQUFJVixZQUFZO2dCQUNkLElBQUlNLFlBQVk7b0JBQ2QsSUFBSSxJQUFJLENBQUN2QixZQUFZLElBQUksTUFBTTt3QkFDN0IsTUFBTSxJQUFJYSxNQUNSLDBGQUF3RixJQUFJLENBQUNiLFlBQVksR0FBQyxhQUFVZSxRQUFRLENBQUMsRUFBRSxHQUFDO29CQUVwSTtvQkFFQVUsV0FBVyxJQUFJLENBQUN4QixvQkFBb0IsRUFBRXFCO29CQUN0Qyw2REFBNkQ7b0JBQzdELElBQUksQ0FBQ3JCLG9CQUFvQixHQUFHcUI7b0JBQzVCLG9GQUFvRjtvQkFDcEZILGNBQWM7Z0JBQ2hCLE9BQU87b0JBQ0wsSUFBSSxJQUFJLENBQUNsQixvQkFBb0IsSUFBSSxNQUFNO3dCQUNyQyxNQUFNLElBQUlZLE1BQ1IsMkZBQXlGLElBQUksQ0FBQ1osb0JBQW9CLEdBQUMsY0FBV2MsUUFBUSxDQUFDLEVBQUUsR0FBQztvQkFFOUk7b0JBRUFVLFdBQVcsSUFBSSxDQUFDekIsWUFBWSxFQUFFc0I7b0JBQzlCLDZEQUE2RDtvQkFDN0QsSUFBSSxDQUFDdEIsWUFBWSxHQUFHc0I7b0JBQ3BCLGtGQUFrRjtvQkFDbEZILGNBQWM7Z0JBQ2hCO1lBQ0YsT0FBTztnQkFDTCxJQUFJSSxZQUFZO29CQUNkLE1BQU0sSUFBSVYsTUFDUix1REFBcURFLFFBQVEsQ0FBQyxFQUFFLEdBQUM7Z0JBRXJFO2dCQUNBVSxXQUFXLElBQUksQ0FBQzVCLFFBQVEsRUFBRXlCO2dCQUMxQiw2REFBNkQ7Z0JBQzdELElBQUksQ0FBQ3pCLFFBQVEsR0FBR3lCO2dCQUNoQiwrRUFBK0U7Z0JBQy9FSCxjQUFjO1lBQ2hCO1FBQ0Y7UUFFQSxpRkFBaUY7UUFDakYsSUFBSSxDQUFDLElBQUksQ0FBQ3pCLFFBQVEsQ0FBQ3FDLEdBQUcsQ0FBQ1osY0FBYztZQUNuQyxJQUFJLENBQUN6QixRQUFRLENBQUNzQyxHQUFHLENBQUNiLGFBQWEsSUFBSXBDO1FBQ3JDO1FBRUEsSUFBSSxDQUFDVyxRQUFRLENBQ1ZXLEdBQUcsQ0FBQ2MsYUFDSmpDLE9BQU8sQ0FBQzZCLFNBQVNILEtBQUssQ0FBQyxJQUFJSSxXQUFXQztJQUMzQzs7YUFqTUFQLFdBQUFBLEdBQXVCO2FBQ3ZCaEIsUUFBQUEsR0FBaUMsSUFBSXVDO2FBQ3JDcEMsUUFBQUEsR0FBMEI7YUFDMUJHLFlBQUFBLEdBQThCO2FBQzlCQyxvQkFBQUEsR0FBc0M7O0FBOEx4QztBQUVPLFNBQVNuQixnQkFDZG9ELGVBQXNDO0lBRXRDLGtGQUFrRjtJQUNsRiw0RUFBNEU7SUFDNUUsMkNBQTJDO0lBRTNDLHlFQUF5RTtJQUN6RSwyQkFBMkI7SUFDM0Isb0NBQW9DO0lBQ3BDLDhFQUE4RTtJQUM5RSx3RUFBd0U7SUFDeEUsZ0hBQWdIO0lBQ2hILDRFQUE0RTtJQUM1RSxNQUFNQyxPQUFPLElBQUlwRDtJQUVqQiw2RkFBNkY7SUFDN0ZtRCxnQkFBZ0JOLE9BQU8sQ0FBQyxDQUFDUSxXQUFhRCxLQUFLbkQsTUFBTSxDQUFDb0Q7SUFDbEQsNEdBQTRHO0lBQzVHLE9BQU9ELEtBQUs3QyxNQUFNO0FBQ3BCIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uLi8uLi8uLi8uLi8uLi9zcmMvc2hhcmVkL2xpYi9yb3V0ZXIvdXRpbHMvc29ydGVkLXJvdXRlcy50cz9kNTNiIl0sIm5hbWVzIjpbImdldFNvcnRlZFJvdXRlcyIsIlVybE5vZGUiLCJpbnNlcnQiLCJ1cmxQYXRoIiwiX2luc2VydCIsInNwbGl0IiwiZmlsdGVyIiwiQm9vbGVhbiIsInNtb29zaCIsIl9zbW9vc2giLCJwcmVmaXgiLCJjaGlsZHJlblBhdGhzIiwiY2hpbGRyZW4iLCJrZXlzIiwic29ydCIsInNsdWdOYW1lIiwic3BsaWNlIiwiaW5kZXhPZiIsInJlc3RTbHVnTmFtZSIsIm9wdGlvbmFsUmVzdFNsdWdOYW1lIiwicm91dGVzIiwibWFwIiwiYyIsImdldCIsInJlZHVjZSIsInByZXYiLCJjdXJyIiwicHVzaCIsInBsYWNlaG9sZGVyIiwiciIsInNsaWNlIiwiRXJyb3IiLCJ1bnNoaWZ0IiwidXJsUGF0aHMiLCJzbHVnTmFtZXMiLCJpc0NhdGNoQWxsIiwibGVuZ3RoIiwibmV4dFNlZ21lbnQiLCJzdGFydHNXaXRoIiwiZW5kc1dpdGgiLCJzZWdtZW50TmFtZSIsImlzT3B0aW9uYWwiLCJzdWJzdHJpbmciLCJoYW5kbGVTbHVnIiwicHJldmlvdXNTbHVnIiwibmV4dFNsdWciLCJmb3JFYWNoIiwic2x1ZyIsInJlcGxhY2UiLCJoYXMiLCJzZXQiLCJNYXAiLCJub3JtYWxpemVkUGFnZXMiLCJyb290IiwicGFnZVBhdGgiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/router/utils/sorted-routes.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/segment.js": +/*!******************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/segment.js ***! + \******************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n DEFAULT_SEGMENT_KEY: function() {\n return DEFAULT_SEGMENT_KEY;\n },\n PAGE_SEGMENT_KEY: function() {\n return PAGE_SEGMENT_KEY;\n },\n isGroupSegment: function() {\n return isGroupSegment;\n }\n});\nfunction isGroupSegment(segment) {\n // Use array[0] for performant purpose\n return segment[0] === \"(\" && segment.endsWith(\")\");\n}\nconst PAGE_SEGMENT_KEY = \"__PAGE__\";\nconst DEFAULT_SEGMENT_KEY = \"__DEFAULT__\"; //# sourceMappingURL=segment.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvc2VnbWVudC5qcyIsIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7SUFNYUEscUJBQW1CO2VBQW5CQTs7SUFEQUMsa0JBQWdCO2VBQWhCQTs7SUFMR0MsZ0JBQWM7ZUFBZEE7OztBQUFULFNBQVNBLGVBQWVDLE9BQWU7SUFDNUMsc0NBQXNDO0lBQ3RDLE9BQU9BLE9BQU8sQ0FBQyxFQUFFLEtBQUssT0FBT0EsUUFBUUMsUUFBUSxDQUFDO0FBQ2hEO0FBRU8sTUFBTUgsbUJBQW1CO0FBQ3pCLE1BQU1ELHNCQUFzQiIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi4vLi4vLi4vc3JjL3NoYXJlZC9saWIvc2VnbWVudC50cz9hZDI1Il0sIm5hbWVzIjpbIkRFRkFVTFRfU0VHTUVOVF9LRVkiLCJQQUdFX1NFR01FTlRfS0VZIiwiaXNHcm91cFNlZ21lbnQiLCJzZWdtZW50IiwiZW5kc1dpdGgiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/segment.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/side-effect.js": +/*!**********************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/side-effect.js ***! + \**********************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"default\", ({\n enumerable: true,\n get: function() {\n return SideEffect;\n }\n}));\nconst _react = __webpack_require__(/*! react */ \"react\");\nconst isServer = \"undefined\" === \"undefined\";\nconst useClientOnlyLayoutEffect = isServer ? ()=>{} : _react.useLayoutEffect;\nconst useClientOnlyEffect = isServer ? ()=>{} : _react.useEffect;\nfunction SideEffect(props) {\n const { headManager, reduceComponentsToState } = props;\n function emitChange() {\n if (headManager && headManager.mountedInstances) {\n const headElements = _react.Children.toArray(Array.from(headManager.mountedInstances).filter(Boolean));\n headManager.updateHead(reduceComponentsToState(headElements, props));\n }\n }\n if (isServer) {\n var _headManager_mountedInstances;\n headManager == null ? void 0 : (_headManager_mountedInstances = headManager.mountedInstances) == null ? void 0 : _headManager_mountedInstances.add(props.children);\n emitChange();\n }\n useClientOnlyLayoutEffect(()=>{\n var _headManager_mountedInstances;\n headManager == null ? void 0 : (_headManager_mountedInstances = headManager.mountedInstances) == null ? void 0 : _headManager_mountedInstances.add(props.children);\n return ()=>{\n var _headManager_mountedInstances;\n headManager == null ? void 0 : (_headManager_mountedInstances = headManager.mountedInstances) == null ? void 0 : _headManager_mountedInstances.delete(props.children);\n };\n });\n // We need to call `updateHead` method whenever the `SideEffect` is trigger in all\n // life-cycles: mount, update, unmount. However, if there are multiple `SideEffect`s\n // being rendered, we only trigger the method from the last one.\n // This is ensured by keeping the last unflushed `updateHead` in the `_pendingUpdate`\n // singleton in the layout effect pass, and actually trigger it in the effect pass.\n useClientOnlyLayoutEffect(()=>{\n if (headManager) {\n headManager._pendingUpdate = emitChange;\n }\n return ()=>{\n if (headManager) {\n headManager._pendingUpdate = emitChange;\n }\n };\n });\n useClientOnlyEffect(()=>{\n if (headManager && headManager._pendingUpdate) {\n headManager._pendingUpdate();\n headManager._pendingUpdate = null;\n }\n return ()=>{\n if (headManager && headManager._pendingUpdate) {\n headManager._pendingUpdate();\n headManager._pendingUpdate = null;\n }\n };\n });\n return null;\n} //# sourceMappingURL=side-effect.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvc2lkZS1lZmZlY3QuanMiLCJtYXBwaW5ncyI6Ijs7OzsyQ0FvQkE7OztlQUF3QkE7OzttQ0FuQjZCO0FBZXJELE1BQU1DLFdBQVcsZ0JBQWtCO0FBQ25DLE1BQU1DLDRCQUE0QkQsV0FBVyxLQUFPLElBQUlFLE9BQUFBLGVBQWU7QUFDdkUsTUFBTUMsc0JBQXNCSCxXQUFXLEtBQU8sSUFBSUksT0FBQUEsU0FBUztBQUU1QyxTQUFTTCxXQUFXTSxLQUFzQjtJQUN2RCxNQUFNLEVBQUVDLFdBQVcsRUFBRUMsdUJBQXVCLEVBQUUsR0FBR0Y7SUFFakQsU0FBU0c7UUFDUCxJQUFJRixlQUFlQSxZQUFZRyxnQkFBZ0IsRUFBRTtZQUMvQyxNQUFNQyxlQUFlQyxPQUFBQSxRQUFRLENBQUNDLE9BQU8sQ0FDbkNDLE1BQU1DLElBQUksQ0FBQ1IsWUFBWUcsZ0JBQWdCLEVBQTBCTSxNQUFNLENBQ3JFQztZQUdKVixZQUFZVyxVQUFVLENBQUNWLHdCQUF3QkcsY0FBY0w7UUFDL0Q7SUFDRjtJQUVBLElBQUlMLFVBQVU7WUFDWk07UUFBQUEsZUFBQUEsT0FBQUEsS0FBQUEsSUFBQUEsQ0FBQUEsZ0NBQUFBLFlBQWFHLGdCQUFnQixxQkFBN0JILDhCQUErQlksR0FBRyxDQUFDYixNQUFNYyxRQUFRO1FBQ2pEWDtJQUNGO0lBRUFQLDBCQUEwQjtZQUN4Qks7UUFBQUEsZUFBQUEsT0FBQUEsS0FBQUEsSUFBQUEsQ0FBQUEsZ0NBQUFBLFlBQWFHLGdCQUFnQixxQkFBN0JILDhCQUErQlksR0FBRyxDQUFDYixNQUFNYyxRQUFRO1FBQ2pELE9BQU87Z0JBQ0xiO1lBQUFBLGVBQUFBLE9BQUFBLEtBQUFBLElBQUFBLENBQUFBLGdDQUFBQSxZQUFhRyxnQkFBZ0IscUJBQTdCSCw4QkFBK0JjLE1BQU0sQ0FBQ2YsTUFBTWMsUUFBUTtRQUN0RDtJQUNGO0lBRUEsa0ZBQWtGO0lBQ2xGLG9GQUFvRjtJQUNwRixnRUFBZ0U7SUFDaEUscUZBQXFGO0lBQ3JGLG1GQUFtRjtJQUNuRmxCLDBCQUEwQjtRQUN4QixJQUFJSyxhQUFhO1lBQ2ZBLFlBQVllLGNBQWMsR0FBR2I7UUFDL0I7UUFDQSxPQUFPO1lBQ0wsSUFBSUYsYUFBYTtnQkFDZkEsWUFBWWUsY0FBYyxHQUFHYjtZQUMvQjtRQUNGO0lBQ0Y7SUFFQUwsb0JBQW9CO1FBQ2xCLElBQUlHLGVBQWVBLFlBQVllLGNBQWMsRUFBRTtZQUM3Q2YsWUFBWWUsY0FBYztZQUMxQmYsWUFBWWUsY0FBYyxHQUFHO1FBQy9CO1FBQ0EsT0FBTztZQUNMLElBQUlmLGVBQWVBLFlBQVllLGNBQWMsRUFBRTtnQkFDN0NmLFlBQVllLGNBQWM7Z0JBQzFCZixZQUFZZSxjQUFjLEdBQUc7WUFDL0I7UUFDRjtJQUNGO0lBRUEsT0FBTztBQUNUIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uLi8uLi8uLi9zcmMvc2hhcmVkL2xpYi9zaWRlLWVmZmVjdC50c3g/ZThkZCJdLCJuYW1lcyI6WyJTaWRlRWZmZWN0IiwiaXNTZXJ2ZXIiLCJ1c2VDbGllbnRPbmx5TGF5b3V0RWZmZWN0IiwidXNlTGF5b3V0RWZmZWN0IiwidXNlQ2xpZW50T25seUVmZmVjdCIsInVzZUVmZmVjdCIsInByb3BzIiwiaGVhZE1hbmFnZXIiLCJyZWR1Y2VDb21wb25lbnRzVG9TdGF0ZSIsImVtaXRDaGFuZ2UiLCJtb3VudGVkSW5zdGFuY2VzIiwiaGVhZEVsZW1lbnRzIiwiQ2hpbGRyZW4iLCJ0b0FycmF5IiwiQXJyYXkiLCJmcm9tIiwiZmlsdGVyIiwiQm9vbGVhbiIsInVwZGF0ZUhlYWQiLCJhZGQiLCJjaGlsZHJlbiIsImRlbGV0ZSIsIl9wZW5kaW5nVXBkYXRlIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/side-effect.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/utils.js": +/*!****************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/utils.js ***! + \****************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n DecodeError: function() {\n return DecodeError;\n },\n MiddlewareNotFoundError: function() {\n return MiddlewareNotFoundError;\n },\n MissingStaticPage: function() {\n return MissingStaticPage;\n },\n NormalizeError: function() {\n return NormalizeError;\n },\n PageNotFoundError: function() {\n return PageNotFoundError;\n },\n SP: function() {\n return SP;\n },\n ST: function() {\n return ST;\n },\n WEB_VITALS: function() {\n return WEB_VITALS;\n },\n execOnce: function() {\n return execOnce;\n },\n getDisplayName: function() {\n return getDisplayName;\n },\n getLocationOrigin: function() {\n return getLocationOrigin;\n },\n getURL: function() {\n return getURL;\n },\n isAbsoluteUrl: function() {\n return isAbsoluteUrl;\n },\n isResSent: function() {\n return isResSent;\n },\n loadGetInitialProps: function() {\n return loadGetInitialProps;\n },\n normalizeRepeatedSlashes: function() {\n return normalizeRepeatedSlashes;\n },\n stringifyError: function() {\n return stringifyError;\n }\n});\nconst WEB_VITALS = [\n \"CLS\",\n \"FCP\",\n \"FID\",\n \"INP\",\n \"LCP\",\n \"TTFB\"\n];\nfunction execOnce(fn) {\n let used = false;\n let result;\n return function() {\n for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){\n args[_key] = arguments[_key];\n }\n if (!used) {\n used = true;\n result = fn(...args);\n }\n return result;\n };\n}\n// Scheme: https://tools.ietf.org/html/rfc3986#section-3.1\n// Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3\nconst ABSOLUTE_URL_REGEX = /^[a-zA-Z][a-zA-Z\\d+\\-.]*?:/;\nconst isAbsoluteUrl = (url)=>ABSOLUTE_URL_REGEX.test(url);\nfunction getLocationOrigin() {\n const { protocol, hostname, port } = window.location;\n return protocol + \"//\" + hostname + (port ? \":\" + port : \"\");\n}\nfunction getURL() {\n const { href } = window.location;\n const origin = getLocationOrigin();\n return href.substring(origin.length);\n}\nfunction getDisplayName(Component) {\n return typeof Component === \"string\" ? Component : Component.displayName || Component.name || \"Unknown\";\n}\nfunction isResSent(res) {\n return res.finished || res.headersSent;\n}\nfunction normalizeRepeatedSlashes(url) {\n const urlParts = url.split(\"?\");\n const urlNoQuery = urlParts[0];\n return urlNoQuery // first we replace any non-encoded backslashes with forward\n // then normalize repeated forward slashes\n .replace(/\\\\/g, \"/\").replace(/\\/\\/+/g, \"/\") + (urlParts[1] ? \"?\" + urlParts.slice(1).join(\"?\") : \"\");\n}\nasync function loadGetInitialProps(App, ctx) {\n if (true) {\n var _App_prototype;\n if ((_App_prototype = App.prototype) == null ? void 0 : _App_prototype.getInitialProps) {\n const message = '\"' + getDisplayName(App) + '.getInitialProps()\" is defined as an instance method - visit https://nextjs.org/docs/messages/get-initial-props-as-an-instance-method for more information.';\n throw new Error(message);\n }\n }\n // when called from _app `ctx` is nested in `ctx`\n const res = ctx.res || ctx.ctx && ctx.ctx.res;\n if (!App.getInitialProps) {\n if (ctx.ctx && ctx.Component) {\n // @ts-ignore pageProps default\n return {\n pageProps: await loadGetInitialProps(ctx.Component, ctx.ctx)\n };\n }\n return {};\n }\n const props = await App.getInitialProps(ctx);\n if (res && isResSent(res)) {\n return props;\n }\n if (!props) {\n const message = '\"' + getDisplayName(App) + '.getInitialProps()\" should resolve to an object. But found \"' + props + '\" instead.';\n throw new Error(message);\n }\n if (true) {\n if (Object.keys(props).length === 0 && !ctx.ctx) {\n console.warn(\"\" + getDisplayName(App) + \" returned an empty object from `getInitialProps`. This de-optimizes and prevents automatic static optimization. https://nextjs.org/docs/messages/empty-object-getInitialProps\");\n }\n }\n return props;\n}\nconst SP = typeof performance !== \"undefined\";\nconst ST = SP && [\n \"mark\",\n \"measure\",\n \"getEntriesByName\"\n].every((method)=>typeof performance[method] === \"function\");\nclass DecodeError extends Error {\n}\nclass NormalizeError extends Error {\n}\nclass PageNotFoundError extends Error {\n constructor(page){\n super();\n this.code = \"ENOENT\";\n this.name = \"PageNotFoundError\";\n this.message = \"Cannot find module for page: \" + page;\n }\n}\nclass MissingStaticPage extends Error {\n constructor(page, message){\n super();\n this.message = \"Failed to load static file for page: \" + page + \" \" + message;\n }\n}\nclass MiddlewareNotFoundError extends Error {\n constructor(){\n super();\n this.code = \"ENOENT\";\n this.message = \"Cannot find the middleware module\";\n }\n}\nfunction stringifyError(error) {\n return JSON.stringify({\n message: error.message,\n stack: error.stack\n });\n} //# sourceMappingURL=utils.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvdXRpbHMuanMiLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O0lBb2FhQSxhQUFXO2VBQVhBOztJQW9CQUMseUJBQXVCO2VBQXZCQTs7SUFQQUMsbUJBQWlCO2VBQWpCQTs7SUFaQUMsZ0JBQWM7ZUFBZEE7O0lBQ0FDLG1CQUFpQjtlQUFqQkE7O0lBVEFDLElBQUU7ZUFBRkE7O0lBQ0FDLElBQUU7ZUFBRkE7O0lBbFhBQyxZQUFVO2VBQVZBOztJQXNRR0MsVUFBUTtlQUFSQTs7SUErQkFDLGdCQUFjO2VBQWRBOztJQVhBQyxtQkFBaUI7ZUFBakJBOztJQUtBQyxRQUFNO2VBQU5BOztJQVBIQyxlQUFhO2VBQWJBOztJQW1CR0MsV0FBUztlQUFUQTs7SUFrQk1DLHFCQUFtQjtlQUFuQkE7O0lBZE5DLDBCQUF3QjtlQUF4QkE7O0lBK0dBQyxnQkFBYztlQUFkQTs7O0FBOVpULE1BQU1ULGFBQWE7SUFBQztJQUFPO0lBQU87SUFBTztJQUFPO0lBQU87Q0FBTztBQXNROUQsU0FBU0MsU0FDZFMsRUFBSztJQUVMLElBQUlDLE9BQU87SUFDWCxJQUFJQztJQUVKLE9BQVE7eUNBQUlDLE9BQUFBLElBQUFBLE1BQUFBLE9BQUFBLE9BQUFBLEdBQUFBLE9BQUFBLE1BQUFBLE9BQUFBO1lBQUFBLElBQUFBLENBQUFBLEtBQUFBLEdBQUFBLFNBQUFBLENBQUFBLEtBQUFBOztRQUNWLElBQUksQ0FBQ0YsTUFBTTtZQUNUQSxPQUFPO1lBQ1BDLFNBQVNGLE1BQU1HO1FBQ2pCO1FBQ0EsT0FBT0Q7SUFDVDtBQUNGO0FBRUEsMERBQTBEO0FBQzFELGdFQUFnRTtBQUNoRSxNQUFNRSxxQkFBcUI7QUFDcEIsTUFBTVQsZ0JBQWdCLENBQUNVLE1BQWdCRCxtQkFBbUJFLElBQUksQ0FBQ0Q7QUFFL0QsU0FBU1o7SUFDZCxNQUFNLEVBQUVjLFFBQVEsRUFBRUMsUUFBUSxFQUFFQyxJQUFJLEVBQUUsR0FBR0MsT0FBT0MsUUFBUTtJQUNwRCxPQUFPSixXQUFZLE9BQUlDLFdBQVdDLENBQUFBLE9BQU8sTUFBTUEsT0FBTztBQUN4RDtBQUVPLFNBQVNmO0lBQ2QsTUFBTSxFQUFFa0IsSUFBSSxFQUFFLEdBQUdGLE9BQU9DLFFBQVE7SUFDaEMsTUFBTUUsU0FBU3BCO0lBQ2YsT0FBT21CLEtBQUtFLFNBQVMsQ0FBQ0QsT0FBT0UsTUFBTTtBQUNyQztBQUVPLFNBQVN2QixlQUFrQndCLFNBQTJCO0lBQzNELE9BQU8sT0FBT0EsY0FBYyxXQUN4QkEsWUFDQUEsVUFBVUMsV0FBVyxJQUFJRCxVQUFVRSxJQUFJLElBQUk7QUFDakQ7QUFFTyxTQUFTdEIsVUFBVXVCLEdBQW1CO0lBQzNDLE9BQU9BLElBQUlDLFFBQVEsSUFBSUQsSUFBSUUsV0FBVztBQUN4QztBQUVPLFNBQVN2Qix5QkFBeUJPLEdBQVc7SUFDbEQsTUFBTWlCLFdBQVdqQixJQUFJa0IsS0FBSyxDQUFDO0lBQzNCLE1BQU1DLGFBQWFGLFFBQVEsQ0FBQyxFQUFFO0lBRTlCLE9BQ0VFLFdBQ0UsNERBQTREO0lBQzVELDBDQUEwQztLQUN6Q0MsT0FBTyxDQUFDLE9BQU8sS0FDZkEsT0FBTyxDQUFDLFVBQVUsT0FDcEJILENBQUFBLFFBQVEsQ0FBQyxFQUFFLEdBQUcsTUFBSUEsU0FBU0ksS0FBSyxDQUFDLEdBQUdDLElBQUksQ0FBQyxPQUFTO0FBRXZEO0FBRU8sZUFBZTlCLG9CQUlwQitCLEdBQWdDLEVBQUVDLEdBQU07SUFDeEMsSUFBSUMsSUFBeUIsRUFBYztZQUNyQ0Y7UUFBSixLQUFJQSxpQkFBQUEsSUFBSUcsU0FBUyxxQkFBYkgsZUFBZUksZUFBZSxFQUFFO1lBQ2xDLE1BQU1DLFVBQVUsTUFBSXpDLGVBQ2xCb0MsT0FDQTtZQUNGLE1BQU0sSUFBSU0sTUFBTUQ7UUFDbEI7SUFDRjtJQUNBLGlEQUFpRDtJQUNqRCxNQUFNZCxNQUFNVSxJQUFJVixHQUFHLElBQUtVLElBQUlBLEdBQUcsSUFBSUEsSUFBSUEsR0FBRyxDQUFDVixHQUFHO0lBRTlDLElBQUksQ0FBQ1MsSUFBSUksZUFBZSxFQUFFO1FBQ3hCLElBQUlILElBQUlBLEdBQUcsSUFBSUEsSUFBSWIsU0FBUyxFQUFFO1lBQzVCLCtCQUErQjtZQUMvQixPQUFPO2dCQUNMbUIsV0FBVyxNQUFNdEMsb0JBQW9CZ0MsSUFBSWIsU0FBUyxFQUFFYSxJQUFJQSxHQUFHO1lBQzdEO1FBQ0Y7UUFDQSxPQUFPLENBQUM7SUFDVjtJQUVBLE1BQU1PLFFBQVEsTUFBTVIsSUFBSUksZUFBZSxDQUFDSDtJQUV4QyxJQUFJVixPQUFPdkIsVUFBVXVCLE1BQU07UUFDekIsT0FBT2lCO0lBQ1Q7SUFFQSxJQUFJLENBQUNBLE9BQU87UUFDVixNQUFNSCxVQUFVLE1BQUl6QyxlQUNsQm9DLE9BQ0EsaUVBQThEUSxRQUFNO1FBQ3RFLE1BQU0sSUFBSUYsTUFBTUQ7SUFDbEI7SUFFQSxJQUFJSCxJQUF5QixFQUFjO1FBQ3pDLElBQUlPLE9BQU9DLElBQUksQ0FBQ0YsT0FBT3JCLE1BQU0sS0FBSyxLQUFLLENBQUNjLElBQUlBLEdBQUcsRUFBRTtZQUMvQ1UsUUFBUUMsSUFBSSxDQUNWLEtBQUdoRCxlQUNEb0MsT0FDQTtRQUVOO0lBQ0Y7SUFFQSxPQUFPUTtBQUNUO0FBRU8sTUFBTWhELEtBQUssT0FBT3FELGdCQUFnQjtBQUNsQyxNQUFNcEQsS0FDWEQsTUFDQTtJQUFFO0lBQVE7SUFBVztDQUFtQixDQUFXc0QsS0FBSyxDQUN0RCxDQUFDQyxTQUFXLE9BQU9GLFdBQVcsQ0FBQ0UsT0FBTyxLQUFLO0FBR3hDLE1BQU01RCxvQkFBb0JtRDtBQUFPO0FBQ2pDLE1BQU1oRCx1QkFBdUJnRDtBQUFPO0FBQ3BDLE1BQU0vQywwQkFBMEIrQztJQUdyQ1UsWUFBWUMsSUFBWSxDQUFFO1FBQ3hCLEtBQUs7UUFDTCxJQUFJLENBQUNDLElBQUksR0FBRztRQUNaLElBQUksQ0FBQzVCLElBQUksR0FBRztRQUNaLElBQUksQ0FBQ2UsT0FBTyxHQUFHLGtDQUFnQ1k7SUFDakQ7QUFDRjtBQUVPLE1BQU01RCwwQkFBMEJpRDtJQUNyQ1UsWUFBWUMsSUFBWSxFQUFFWixPQUFlLENBQUU7UUFDekMsS0FBSztRQUNMLElBQUksQ0FBQ0EsT0FBTyxHQUFHLDBDQUF3Q1ksT0FBSyxNQUFHWjtJQUNqRTtBQUNGO0FBRU8sTUFBTWpELGdDQUFnQ2tEO0lBRTNDVSxhQUFjO1FBQ1osS0FBSztRQUNMLElBQUksQ0FBQ0UsSUFBSSxHQUFHO1FBQ1osSUFBSSxDQUFDYixPQUFPLEdBQUk7SUFDbEI7QUFDRjtBQVdPLFNBQVNsQyxlQUFlZ0QsS0FBWTtJQUN6QyxPQUFPQyxLQUFLQyxTQUFTLENBQUM7UUFBRWhCLFNBQVNjLE1BQU1kLE9BQU87UUFBRWlCLE9BQU9ILE1BQU1HLEtBQUs7SUFBQztBQUNyRSIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi4vLi4vLi4vc3JjL3NoYXJlZC9saWIvdXRpbHMudHM/MWJkNSJdLCJuYW1lcyI6WyJEZWNvZGVFcnJvciIsIk1pZGRsZXdhcmVOb3RGb3VuZEVycm9yIiwiTWlzc2luZ1N0YXRpY1BhZ2UiLCJOb3JtYWxpemVFcnJvciIsIlBhZ2VOb3RGb3VuZEVycm9yIiwiU1AiLCJTVCIsIldFQl9WSVRBTFMiLCJleGVjT25jZSIsImdldERpc3BsYXlOYW1lIiwiZ2V0TG9jYXRpb25PcmlnaW4iLCJnZXRVUkwiLCJpc0Fic29sdXRlVXJsIiwiaXNSZXNTZW50IiwibG9hZEdldEluaXRpYWxQcm9wcyIsIm5vcm1hbGl6ZVJlcGVhdGVkU2xhc2hlcyIsInN0cmluZ2lmeUVycm9yIiwiZm4iLCJ1c2VkIiwicmVzdWx0IiwiYXJncyIsIkFCU09MVVRFX1VSTF9SRUdFWCIsInVybCIsInRlc3QiLCJwcm90b2NvbCIsImhvc3RuYW1lIiwicG9ydCIsIndpbmRvdyIsImxvY2F0aW9uIiwiaHJlZiIsIm9yaWdpbiIsInN1YnN0cmluZyIsImxlbmd0aCIsIkNvbXBvbmVudCIsImRpc3BsYXlOYW1lIiwibmFtZSIsInJlcyIsImZpbmlzaGVkIiwiaGVhZGVyc1NlbnQiLCJ1cmxQYXJ0cyIsInNwbGl0IiwidXJsTm9RdWVyeSIsInJlcGxhY2UiLCJzbGljZSIsImpvaW4iLCJBcHAiLCJjdHgiLCJwcm9jZXNzIiwicHJvdG90eXBlIiwiZ2V0SW5pdGlhbFByb3BzIiwibWVzc2FnZSIsIkVycm9yIiwicGFnZVByb3BzIiwicHJvcHMiLCJPYmplY3QiLCJrZXlzIiwiY29uc29sZSIsIndhcm4iLCJwZXJmb3JtYW5jZSIsImV2ZXJ5IiwibWV0aG9kIiwiY29uc3RydWN0b3IiLCJwYWdlIiwiY29kZSIsImVycm9yIiwiSlNPTiIsInN0cmluZ2lmeSIsInN0YWNrIl0sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/utils.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/shared/lib/utils/warn-once.js": +/*!**************************************************************!*\ + !*** ./node_modules/next/dist/shared/lib/utils/warn-once.js ***! + \**************************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"warnOnce\", ({\n enumerable: true,\n get: function() {\n return warnOnce;\n }\n}));\nlet warnOnce = (_)=>{};\nif (true) {\n const warnings = new Set();\n warnOnce = (msg)=>{\n if (!warnings.has(msg)) {\n console.warn(msg);\n }\n warnings.add(msg);\n };\n} //# sourceMappingURL=warn-once.js.map\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NoYXJlZC9saWIvdXRpbHMvd2Fybi1vbmNlLmpzIiwibWFwcGluZ3MiOiI7Ozs7NENBV1NBOzs7ZUFBQUE7OztBQVhULElBQUlBLFdBQVcsQ0FBQ0MsS0FBZTtBQUMvQixJQUFJQyxJQUF5QixFQUFjO0lBQ3pDLE1BQU1DLFdBQVcsSUFBSUM7SUFDckJKLFdBQVcsQ0FBQ0s7UUFDVixJQUFJLENBQUNGLFNBQVNHLEdBQUcsQ0FBQ0QsTUFBTTtZQUN0QkUsUUFBUUMsSUFBSSxDQUFDSDtRQUNmO1FBQ0FGLFNBQVNNLEdBQUcsQ0FBQ0o7SUFDZjtBQUNGIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uLi8uLi8uLi8uLi9zcmMvc2hhcmVkL2xpYi91dGlscy93YXJuLW9uY2UudHM/ZDA0MSJdLCJuYW1lcyI6WyJ3YXJuT25jZSIsIl8iLCJwcm9jZXNzIiwid2FybmluZ3MiLCJTZXQiLCJtc2ciLCJoYXMiLCJjb25zb2xlIiwid2FybiIsImFkZCJdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/shared/lib/utils/warn-once.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/lib/is-error.js": +/*!************************************************!*\ + !*** ./node_modules/next/dist/lib/is-error.js ***! + \************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n default: function() {\n return isError;\n },\n getProperError: function() {\n return getProperError;\n }\n});\nconst _isplainobject = __webpack_require__(/*! ../shared/lib/is-plain-object */ \"./node_modules/next/dist/shared/lib/is-plain-object.js\");\nfunction isError(err) {\n return typeof err === \"object\" && err !== null && \"name\" in err && \"message\" in err;\n}\nfunction getProperError(err) {\n if (isError(err)) {\n return err;\n }\n if (true) {\n // provide better error for case where `throw undefined`\n // is called in development\n if (typeof err === \"undefined\") {\n return new Error(\"An undefined error was thrown, \" + \"see here for more info: https://nextjs.org/docs/messages/threw-undefined\");\n }\n if (err === null) {\n return new Error(\"A null error was thrown, \" + \"see here for more info: https://nextjs.org/docs/messages/threw-undefined\");\n }\n }\n return new Error((0, _isplainobject.isPlainObject)(err) ? JSON.stringify(err) : err + \"\");\n}\n\n//# sourceMappingURL=is-error.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2xpYi9pcy1lcnJvci5qcyIsIm1hcHBpbmdzIjoiQUFBYTtBQUNiLDhDQUE2QztBQUM3QztBQUNBLENBQUMsRUFBQztBQUNGLE1BQU0sQ0FHTDtBQUNEO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRCx1QkFBdUIsbUJBQU8sQ0FBQyw2RkFBK0I7QUFDOUQ7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxRQUFRLElBQXNDO0FBQzlDO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7O0FBRUEiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4vbm9kZV9tb2R1bGVzL25leHQvZGlzdC9saWIvaXMtZXJyb3IuanM/MTc4ZSJdLCJzb3VyY2VzQ29udGVudCI6WyJcInVzZSBzdHJpY3RcIjtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShleHBvcnRzLCBcIl9fZXNNb2R1bGVcIiwge1xuICAgIHZhbHVlOiB0cnVlXG59KTtcbjAgJiYgKG1vZHVsZS5leHBvcnRzID0ge1xuICAgIGRlZmF1bHQ6IG51bGwsXG4gICAgZ2V0UHJvcGVyRXJyb3I6IG51bGxcbn0pO1xuZnVuY3Rpb24gX2V4cG9ydCh0YXJnZXQsIGFsbCkge1xuICAgIGZvcih2YXIgbmFtZSBpbiBhbGwpT2JqZWN0LmRlZmluZVByb3BlcnR5KHRhcmdldCwgbmFtZSwge1xuICAgICAgICBlbnVtZXJhYmxlOiB0cnVlLFxuICAgICAgICBnZXQ6IGFsbFtuYW1lXVxuICAgIH0pO1xufVxuX2V4cG9ydChleHBvcnRzLCB7XG4gICAgZGVmYXVsdDogZnVuY3Rpb24oKSB7XG4gICAgICAgIHJldHVybiBpc0Vycm9yO1xuICAgIH0sXG4gICAgZ2V0UHJvcGVyRXJyb3I6IGZ1bmN0aW9uKCkge1xuICAgICAgICByZXR1cm4gZ2V0UHJvcGVyRXJyb3I7XG4gICAgfVxufSk7XG5jb25zdCBfaXNwbGFpbm9iamVjdCA9IHJlcXVpcmUoXCIuLi9zaGFyZWQvbGliL2lzLXBsYWluLW9iamVjdFwiKTtcbmZ1bmN0aW9uIGlzRXJyb3IoZXJyKSB7XG4gICAgcmV0dXJuIHR5cGVvZiBlcnIgPT09IFwib2JqZWN0XCIgJiYgZXJyICE9PSBudWxsICYmIFwibmFtZVwiIGluIGVyciAmJiBcIm1lc3NhZ2VcIiBpbiBlcnI7XG59XG5mdW5jdGlvbiBnZXRQcm9wZXJFcnJvcihlcnIpIHtcbiAgICBpZiAoaXNFcnJvcihlcnIpKSB7XG4gICAgICAgIHJldHVybiBlcnI7XG4gICAgfVxuICAgIGlmIChwcm9jZXNzLmVudi5OT0RFX0VOViA9PT0gXCJkZXZlbG9wbWVudFwiKSB7XG4gICAgICAgIC8vIHByb3ZpZGUgYmV0dGVyIGVycm9yIGZvciBjYXNlIHdoZXJlIGB0aHJvdyB1bmRlZmluZWRgXG4gICAgICAgIC8vIGlzIGNhbGxlZCBpbiBkZXZlbG9wbWVudFxuICAgICAgICBpZiAodHlwZW9mIGVyciA9PT0gXCJ1bmRlZmluZWRcIikge1xuICAgICAgICAgICAgcmV0dXJuIG5ldyBFcnJvcihcIkFuIHVuZGVmaW5lZCBlcnJvciB3YXMgdGhyb3duLCBcIiArIFwic2VlIGhlcmUgZm9yIG1vcmUgaW5mbzogaHR0cHM6Ly9uZXh0anMub3JnL2RvY3MvbWVzc2FnZXMvdGhyZXctdW5kZWZpbmVkXCIpO1xuICAgICAgICB9XG4gICAgICAgIGlmIChlcnIgPT09IG51bGwpIHtcbiAgICAgICAgICAgIHJldHVybiBuZXcgRXJyb3IoXCJBIG51bGwgZXJyb3Igd2FzIHRocm93biwgXCIgKyBcInNlZSBoZXJlIGZvciBtb3JlIGluZm86IGh0dHBzOi8vbmV4dGpzLm9yZy9kb2NzL21lc3NhZ2VzL3RocmV3LXVuZGVmaW5lZFwiKTtcbiAgICAgICAgfVxuICAgIH1cbiAgICByZXR1cm4gbmV3IEVycm9yKCgwLCBfaXNwbGFpbm9iamVjdC5pc1BsYWluT2JqZWN0KShlcnIpID8gSlNPTi5zdHJpbmdpZnkoZXJyKSA6IGVyciArIFwiXCIpO1xufVxuXG4vLyMgc291cmNlTWFwcGluZ1VSTD1pcy1lcnJvci5qcy5tYXAiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/lib/is-error.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/lib/pretty-bytes.js": +/*!****************************************************!*\ + !*** ./node_modules/next/dist/lib/pretty-bytes.js ***! + \****************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("/*\nMIT License\n\nCopyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/ \nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"default\", ({\n enumerable: true,\n get: function() {\n return prettyBytes;\n }\n}));\nconst UNITS = [\n \"B\",\n \"kB\",\n \"MB\",\n \"GB\",\n \"TB\",\n \"PB\",\n \"EB\",\n \"ZB\",\n \"YB\"\n];\n/*\nFormats the given number using `Number#toLocaleString`.\n- If locale is a string, the value is expected to be a locale-key (for example: `de`).\n- If locale is true, the system default locale is used for translation.\n- If no value for locale is specified, the number is returned unmodified.\n*/ const toLocaleString = (number, locale)=>{\n let result = number;\n if (typeof locale === \"string\") {\n result = number.toLocaleString(locale);\n } else if (locale === true) {\n result = number.toLocaleString();\n }\n return result;\n};\nfunction prettyBytes(number, options) {\n if (!Number.isFinite(number)) {\n throw new TypeError(`Expected a finite number, got ${typeof number}: ${number}`);\n }\n options = Object.assign({}, options);\n if (options.signed && number === 0) {\n return \" 0 B\";\n }\n const isNegative = number < 0;\n const prefix = isNegative ? \"-\" : options.signed ? \"+\" : \"\";\n if (isNegative) {\n number = -number;\n }\n if (number < 1) {\n const numberString = toLocaleString(number, options.locale);\n return prefix + numberString + \" B\";\n }\n const exponent = Math.min(Math.floor(Math.log10(number) / 3), UNITS.length - 1);\n number = Number((number / Math.pow(1000, exponent)).toPrecision(3));\n const numberString = toLocaleString(number, options.locale);\n const unit = UNITS[exponent];\n return prefix + numberString + \" \" + unit;\n}\n\n//# sourceMappingURL=pretty-bytes.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2xpYi9wcmV0dHktYnl0ZXMuanMiLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTs7QUFFQTs7QUFFQTs7QUFFQTs7QUFFQTtBQUNBLEdBQWdCO0FBQ2hCLDhDQUE2QztBQUM3QztBQUNBLENBQUMsRUFBQztBQUNGLDJDQUEwQztBQUMxQztBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUMsRUFBQztBQUNGO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSxNQUFNO0FBQ047QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsNkRBQTZELGNBQWMsSUFBSSxPQUFPO0FBQ3RGO0FBQ0EsOEJBQThCO0FBQzlCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTs7QUFFQSIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L2xpYi9wcmV0dHktYnl0ZXMuanM/ZmYzMCJdLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuTUlUIExpY2Vuc2VcblxuQ29weXJpZ2h0IChjKSBTaW5kcmUgU29yaHVzIDxzaW5kcmVzb3JodXNAZ21haWwuY29tPiAoc2luZHJlc29yaHVzLmNvbSlcblxuUGVybWlzc2lvbiBpcyBoZXJlYnkgZ3JhbnRlZCwgZnJlZSBvZiBjaGFyZ2UsIHRvIGFueSBwZXJzb24gb2J0YWluaW5nIGEgY29weSBvZiB0aGlzIHNvZnR3YXJlIGFuZCBhc3NvY2lhdGVkIGRvY3VtZW50YXRpb24gZmlsZXMgKHRoZSBcIlNvZnR3YXJlXCIpLCB0byBkZWFsIGluIHRoZSBTb2Z0d2FyZSB3aXRob3V0IHJlc3RyaWN0aW9uLCBpbmNsdWRpbmcgd2l0aG91dCBsaW1pdGF0aW9uIHRoZSByaWdodHMgdG8gdXNlLCBjb3B5LCBtb2RpZnksIG1lcmdlLCBwdWJsaXNoLCBkaXN0cmlidXRlLCBzdWJsaWNlbnNlLCBhbmQvb3Igc2VsbCBjb3BpZXMgb2YgdGhlIFNvZnR3YXJlLCBhbmQgdG8gcGVybWl0IHBlcnNvbnMgdG8gd2hvbSB0aGUgU29mdHdhcmUgaXMgZnVybmlzaGVkIHRvIGRvIHNvLCBzdWJqZWN0IHRvIHRoZSBmb2xsb3dpbmcgY29uZGl0aW9uczpcblxuVGhlIGFib3ZlIGNvcHlyaWdodCBub3RpY2UgYW5kIHRoaXMgcGVybWlzc2lvbiBub3RpY2Ugc2hhbGwgYmUgaW5jbHVkZWQgaW4gYWxsIGNvcGllcyBvciBzdWJzdGFudGlhbCBwb3J0aW9ucyBvZiB0aGUgU29mdHdhcmUuXG5cblRIRSBTT0ZUV0FSRSBJUyBQUk9WSURFRCBcIkFTIElTXCIsIFdJVEhPVVQgV0FSUkFOVFkgT0YgQU5ZIEtJTkQsIEVYUFJFU1MgT1IgSU1QTElFRCwgSU5DTFVESU5HIEJVVCBOT1QgTElNSVRFRCBUTyBUSEUgV0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFksIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxBUiBQVVJQT1NFIEFORCBOT05JTkZSSU5HRU1FTlQuIElOIE5PIEVWRU5UIFNIQUxMIFRIRSBBVVRIT1JTIE9SIENPUFlSSUdIVCBIT0xERVJTIEJFIExJQUJMRSBGT1IgQU5ZIENMQUlNLCBEQU1BR0VTIE9SIE9USEVSIExJQUJJTElUWSwgV0hFVEhFUiBJTiBBTiBBQ1RJT04gT0YgQ09OVFJBQ1QsIFRPUlQgT1IgT1RIRVJXSVNFLCBBUklTSU5HIEZST00sIE9VVCBPRiBPUiBJTiBDT05ORUNUSU9OIFdJVEggVEhFIFNPRlRXQVJFIE9SIFRIRSBVU0UgT1IgT1RIRVIgREVBTElOR1MgSU4gVEhFIFNPRlRXQVJFLlxuKi8gXCJ1c2Ugc3RyaWN0XCI7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgXCJfX2VzTW9kdWxlXCIsIHtcbiAgICB2YWx1ZTogdHJ1ZVxufSk7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgXCJkZWZhdWx0XCIsIHtcbiAgICBlbnVtZXJhYmxlOiB0cnVlLFxuICAgIGdldDogZnVuY3Rpb24oKSB7XG4gICAgICAgIHJldHVybiBwcmV0dHlCeXRlcztcbiAgICB9XG59KTtcbmNvbnN0IFVOSVRTID0gW1xuICAgIFwiQlwiLFxuICAgIFwia0JcIixcbiAgICBcIk1CXCIsXG4gICAgXCJHQlwiLFxuICAgIFwiVEJcIixcbiAgICBcIlBCXCIsXG4gICAgXCJFQlwiLFxuICAgIFwiWkJcIixcbiAgICBcIllCXCJcbl07XG4vKlxuRm9ybWF0cyB0aGUgZ2l2ZW4gbnVtYmVyIHVzaW5nIGBOdW1iZXIjdG9Mb2NhbGVTdHJpbmdgLlxuLSBJZiBsb2NhbGUgaXMgYSBzdHJpbmcsIHRoZSB2YWx1ZSBpcyBleHBlY3RlZCB0byBiZSBhIGxvY2FsZS1rZXkgKGZvciBleGFtcGxlOiBgZGVgKS5cbi0gSWYgbG9jYWxlIGlzIHRydWUsIHRoZSBzeXN0ZW0gZGVmYXVsdCBsb2NhbGUgaXMgdXNlZCBmb3IgdHJhbnNsYXRpb24uXG4tIElmIG5vIHZhbHVlIGZvciBsb2NhbGUgaXMgc3BlY2lmaWVkLCB0aGUgbnVtYmVyIGlzIHJldHVybmVkIHVubW9kaWZpZWQuXG4qLyBjb25zdCB0b0xvY2FsZVN0cmluZyA9IChudW1iZXIsIGxvY2FsZSk9PntcbiAgICBsZXQgcmVzdWx0ID0gbnVtYmVyO1xuICAgIGlmICh0eXBlb2YgbG9jYWxlID09PSBcInN0cmluZ1wiKSB7XG4gICAgICAgIHJlc3VsdCA9IG51bWJlci50b0xvY2FsZVN0cmluZyhsb2NhbGUpO1xuICAgIH0gZWxzZSBpZiAobG9jYWxlID09PSB0cnVlKSB7XG4gICAgICAgIHJlc3VsdCA9IG51bWJlci50b0xvY2FsZVN0cmluZygpO1xuICAgIH1cbiAgICByZXR1cm4gcmVzdWx0O1xufTtcbmZ1bmN0aW9uIHByZXR0eUJ5dGVzKG51bWJlciwgb3B0aW9ucykge1xuICAgIGlmICghTnVtYmVyLmlzRmluaXRlKG51bWJlcikpIHtcbiAgICAgICAgdGhyb3cgbmV3IFR5cGVFcnJvcihgRXhwZWN0ZWQgYSBmaW5pdGUgbnVtYmVyLCBnb3QgJHt0eXBlb2YgbnVtYmVyfTogJHtudW1iZXJ9YCk7XG4gICAgfVxuICAgIG9wdGlvbnMgPSBPYmplY3QuYXNzaWduKHt9LCBvcHRpb25zKTtcbiAgICBpZiAob3B0aW9ucy5zaWduZWQgJiYgbnVtYmVyID09PSAwKSB7XG4gICAgICAgIHJldHVybiBcIiAwIEJcIjtcbiAgICB9XG4gICAgY29uc3QgaXNOZWdhdGl2ZSA9IG51bWJlciA8IDA7XG4gICAgY29uc3QgcHJlZml4ID0gaXNOZWdhdGl2ZSA/IFwiLVwiIDogb3B0aW9ucy5zaWduZWQgPyBcIitcIiA6IFwiXCI7XG4gICAgaWYgKGlzTmVnYXRpdmUpIHtcbiAgICAgICAgbnVtYmVyID0gLW51bWJlcjtcbiAgICB9XG4gICAgaWYgKG51bWJlciA8IDEpIHtcbiAgICAgICAgY29uc3QgbnVtYmVyU3RyaW5nID0gdG9Mb2NhbGVTdHJpbmcobnVtYmVyLCBvcHRpb25zLmxvY2FsZSk7XG4gICAgICAgIHJldHVybiBwcmVmaXggKyBudW1iZXJTdHJpbmcgKyBcIiBCXCI7XG4gICAgfVxuICAgIGNvbnN0IGV4cG9uZW50ID0gTWF0aC5taW4oTWF0aC5mbG9vcihNYXRoLmxvZzEwKG51bWJlcikgLyAzKSwgVU5JVFMubGVuZ3RoIC0gMSk7XG4gICAgbnVtYmVyID0gTnVtYmVyKChudW1iZXIgLyBNYXRoLnBvdygxMDAwLCBleHBvbmVudCkpLnRvUHJlY2lzaW9uKDMpKTtcbiAgICBjb25zdCBudW1iZXJTdHJpbmcgPSB0b0xvY2FsZVN0cmluZyhudW1iZXIsIG9wdGlvbnMubG9jYWxlKTtcbiAgICBjb25zdCB1bml0ID0gVU5JVFNbZXhwb25lbnRdO1xuICAgIHJldHVybiBwcmVmaXggKyBudW1iZXJTdHJpbmcgKyBcIiBcIiArIHVuaXQ7XG59XG5cbi8vIyBzb3VyY2VNYXBwaW5nVVJMPXByZXR0eS1ieXRlcy5qcy5tYXAiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/lib/pretty-bytes.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/server/future/helpers/interception-routes.js": +/*!*****************************************************************************!*\ + !*** ./node_modules/next/dist/server/future/helpers/interception-routes.js ***! + \*****************************************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n INTERCEPTION_ROUTE_MARKERS: function() {\n return INTERCEPTION_ROUTE_MARKERS;\n },\n extractInterceptionRouteInformation: function() {\n return extractInterceptionRouteInformation;\n },\n isInterceptionRouteAppPath: function() {\n return isInterceptionRouteAppPath;\n }\n});\nconst _apppaths = __webpack_require__(/*! ../../../shared/lib/router/utils/app-paths */ \"./node_modules/next/dist/shared/lib/router/utils/app-paths.js\");\nconst INTERCEPTION_ROUTE_MARKERS = [\n \"(..)(..)\",\n \"(.)\",\n \"(..)\",\n \"(...)\"\n];\nfunction isInterceptionRouteAppPath(path) {\n // TODO-APP: add more serious validation\n return path.split(\"/\").find((segment)=>INTERCEPTION_ROUTE_MARKERS.find((m)=>segment.startsWith(m))) !== undefined;\n}\nfunction extractInterceptionRouteInformation(path) {\n let interceptingRoute, marker, interceptedRoute;\n for (const segment of path.split(\"/\")){\n marker = INTERCEPTION_ROUTE_MARKERS.find((m)=>segment.startsWith(m));\n if (marker) {\n [interceptingRoute, interceptedRoute] = path.split(marker, 2);\n break;\n }\n }\n if (!interceptingRoute || !marker || !interceptedRoute) {\n throw new Error(`Invalid interception route: ${path}. Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>`);\n }\n interceptingRoute = (0, _apppaths.normalizeAppPath)(interceptingRoute) // normalize the path, e.g. /(blog)/feed -> /feed\n ;\n switch(marker){\n case \"(.)\":\n // (.) indicates that we should match with sibling routes, so we just need to append the intercepted route to the intercepting route\n if (interceptingRoute === \"/\") {\n interceptedRoute = `/${interceptedRoute}`;\n } else {\n interceptedRoute = interceptingRoute + \"/\" + interceptedRoute;\n }\n break;\n case \"(..)\":\n // (..) indicates that we should match at one level up, so we need to remove the last segment of the intercepting route\n if (interceptingRoute === \"/\") {\n throw new Error(`Invalid interception route: ${path}. Cannot use (..) marker at the root level, use (.) instead.`);\n }\n interceptedRoute = interceptingRoute.split(\"/\").slice(0, -1).concat(interceptedRoute).join(\"/\");\n break;\n case \"(...)\":\n // (...) will match the route segment in the root directory, so we need to use the root directory to prepend the intercepted route\n interceptedRoute = \"/\" + interceptedRoute;\n break;\n case \"(..)(..)\":\n // (..)(..) indicates that we should match at two levels up, so we need to remove the last two segments of the intercepting route\n const splitInterceptingRoute = interceptingRoute.split(\"/\");\n if (splitInterceptingRoute.length <= 2) {\n throw new Error(`Invalid interception route: ${path}. Cannot use (..)(..) marker at the root level or one level up.`);\n }\n interceptedRoute = splitInterceptingRoute.slice(0, -2).concat(interceptedRoute).join(\"/\");\n break;\n default:\n throw new Error(\"Invariant: unexpected marker\");\n }\n return {\n interceptingRoute,\n interceptedRoute\n };\n}\n\n//# sourceMappingURL=interception-routes.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvaGVscGVycy9pbnRlcmNlcHRpb24tcm91dGVzLmpzIiwibWFwcGluZ3MiOiJBQUFhO0FBQ2IsOENBQTZDO0FBQzdDO0FBQ0EsQ0FBQyxFQUFDO0FBQ0YsTUFBTSxDQUlMO0FBQ0Q7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBO0FBQ0E7QUFDQSxDQUFDO0FBQ0Qsa0JBQWtCLG1CQUFPLENBQUMsaUhBQTRDO0FBQ3RFO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSx1REFBdUQsS0FBSztBQUM1RDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLHVDQUF1QyxpQkFBaUI7QUFDeEQsY0FBYztBQUNkO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLCtEQUErRCxLQUFLO0FBQ3BFO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSwrREFBK0QsS0FBSztBQUNwRTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uL25vZGVfbW9kdWxlcy9uZXh0L2Rpc3Qvc2VydmVyL2Z1dHVyZS9oZWxwZXJzL2ludGVyY2VwdGlvbi1yb3V0ZXMuanM/MzVjYyJdLCJzb3VyY2VzQ29udGVudCI6WyJcInVzZSBzdHJpY3RcIjtcbk9iamVjdC5kZWZpbmVQcm9wZXJ0eShleHBvcnRzLCBcIl9fZXNNb2R1bGVcIiwge1xuICAgIHZhbHVlOiB0cnVlXG59KTtcbjAgJiYgKG1vZHVsZS5leHBvcnRzID0ge1xuICAgIElOVEVSQ0VQVElPTl9ST1VURV9NQVJLRVJTOiBudWxsLFxuICAgIGV4dHJhY3RJbnRlcmNlcHRpb25Sb3V0ZUluZm9ybWF0aW9uOiBudWxsLFxuICAgIGlzSW50ZXJjZXB0aW9uUm91dGVBcHBQYXRoOiBudWxsXG59KTtcbmZ1bmN0aW9uIF9leHBvcnQodGFyZ2V0LCBhbGwpIHtcbiAgICBmb3IodmFyIG5hbWUgaW4gYWxsKU9iamVjdC5kZWZpbmVQcm9wZXJ0eSh0YXJnZXQsIG5hbWUsIHtcbiAgICAgICAgZW51bWVyYWJsZTogdHJ1ZSxcbiAgICAgICAgZ2V0OiBhbGxbbmFtZV1cbiAgICB9KTtcbn1cbl9leHBvcnQoZXhwb3J0cywge1xuICAgIElOVEVSQ0VQVElPTl9ST1VURV9NQVJLRVJTOiBmdW5jdGlvbigpIHtcbiAgICAgICAgcmV0dXJuIElOVEVSQ0VQVElPTl9ST1VURV9NQVJLRVJTO1xuICAgIH0sXG4gICAgZXh0cmFjdEludGVyY2VwdGlvblJvdXRlSW5mb3JtYXRpb246IGZ1bmN0aW9uKCkge1xuICAgICAgICByZXR1cm4gZXh0cmFjdEludGVyY2VwdGlvblJvdXRlSW5mb3JtYXRpb247XG4gICAgfSxcbiAgICBpc0ludGVyY2VwdGlvblJvdXRlQXBwUGF0aDogZnVuY3Rpb24oKSB7XG4gICAgICAgIHJldHVybiBpc0ludGVyY2VwdGlvblJvdXRlQXBwUGF0aDtcbiAgICB9XG59KTtcbmNvbnN0IF9hcHBwYXRocyA9IHJlcXVpcmUoXCIuLi8uLi8uLi9zaGFyZWQvbGliL3JvdXRlci91dGlscy9hcHAtcGF0aHNcIik7XG5jb25zdCBJTlRFUkNFUFRJT05fUk9VVEVfTUFSS0VSUyA9IFtcbiAgICBcIiguLikoLi4pXCIsXG4gICAgXCIoLilcIixcbiAgICBcIiguLilcIixcbiAgICBcIiguLi4pXCJcbl07XG5mdW5jdGlvbiBpc0ludGVyY2VwdGlvblJvdXRlQXBwUGF0aChwYXRoKSB7XG4gICAgLy8gVE9ETy1BUFA6IGFkZCBtb3JlIHNlcmlvdXMgdmFsaWRhdGlvblxuICAgIHJldHVybiBwYXRoLnNwbGl0KFwiL1wiKS5maW5kKChzZWdtZW50KT0+SU5URVJDRVBUSU9OX1JPVVRFX01BUktFUlMuZmluZCgobSk9PnNlZ21lbnQuc3RhcnRzV2l0aChtKSkpICE9PSB1bmRlZmluZWQ7XG59XG5mdW5jdGlvbiBleHRyYWN0SW50ZXJjZXB0aW9uUm91dGVJbmZvcm1hdGlvbihwYXRoKSB7XG4gICAgbGV0IGludGVyY2VwdGluZ1JvdXRlLCBtYXJrZXIsIGludGVyY2VwdGVkUm91dGU7XG4gICAgZm9yIChjb25zdCBzZWdtZW50IG9mIHBhdGguc3BsaXQoXCIvXCIpKXtcbiAgICAgICAgbWFya2VyID0gSU5URVJDRVBUSU9OX1JPVVRFX01BUktFUlMuZmluZCgobSk9PnNlZ21lbnQuc3RhcnRzV2l0aChtKSk7XG4gICAgICAgIGlmIChtYXJrZXIpIHtcbiAgICAgICAgICAgIFtpbnRlcmNlcHRpbmdSb3V0ZSwgaW50ZXJjZXB0ZWRSb3V0ZV0gPSBwYXRoLnNwbGl0KG1hcmtlciwgMik7XG4gICAgICAgICAgICBicmVhaztcbiAgICAgICAgfVxuICAgIH1cbiAgICBpZiAoIWludGVyY2VwdGluZ1JvdXRlIHx8ICFtYXJrZXIgfHwgIWludGVyY2VwdGVkUm91dGUpIHtcbiAgICAgICAgdGhyb3cgbmV3IEVycm9yKGBJbnZhbGlkIGludGVyY2VwdGlvbiByb3V0ZTogJHtwYXRofS4gTXVzdCBiZSBpbiB0aGUgZm9ybWF0IC88aW50ZXJjZXB0aW5nIHJvdXRlPi8oLi58Li4ufC4uKSguLikvPGludGVyY2VwdGVkIHJvdXRlPmApO1xuICAgIH1cbiAgICBpbnRlcmNlcHRpbmdSb3V0ZSA9ICgwLCBfYXBwcGF0aHMubm9ybWFsaXplQXBwUGF0aCkoaW50ZXJjZXB0aW5nUm91dGUpIC8vIG5vcm1hbGl6ZSB0aGUgcGF0aCwgZS5nLiAvKGJsb2cpL2ZlZWQgLT4gL2ZlZWRcbiAgICA7XG4gICAgc3dpdGNoKG1hcmtlcil7XG4gICAgICAgIGNhc2UgXCIoLilcIjpcbiAgICAgICAgICAgIC8vICguKSBpbmRpY2F0ZXMgdGhhdCB3ZSBzaG91bGQgbWF0Y2ggd2l0aCBzaWJsaW5nIHJvdXRlcywgc28gd2UganVzdCBuZWVkIHRvIGFwcGVuZCB0aGUgaW50ZXJjZXB0ZWQgcm91dGUgdG8gdGhlIGludGVyY2VwdGluZyByb3V0ZVxuICAgICAgICAgICAgaWYgKGludGVyY2VwdGluZ1JvdXRlID09PSBcIi9cIikge1xuICAgICAgICAgICAgICAgIGludGVyY2VwdGVkUm91dGUgPSBgLyR7aW50ZXJjZXB0ZWRSb3V0ZX1gO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICBpbnRlcmNlcHRlZFJvdXRlID0gaW50ZXJjZXB0aW5nUm91dGUgKyBcIi9cIiArIGludGVyY2VwdGVkUm91dGU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBicmVhaztcbiAgICAgICAgY2FzZSBcIiguLilcIjpcbiAgICAgICAgICAgIC8vICguLikgaW5kaWNhdGVzIHRoYXQgd2Ugc2hvdWxkIG1hdGNoIGF0IG9uZSBsZXZlbCB1cCwgc28gd2UgbmVlZCB0byByZW1vdmUgdGhlIGxhc3Qgc2VnbWVudCBvZiB0aGUgaW50ZXJjZXB0aW5nIHJvdXRlXG4gICAgICAgICAgICBpZiAoaW50ZXJjZXB0aW5nUm91dGUgPT09IFwiL1wiKSB7XG4gICAgICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKGBJbnZhbGlkIGludGVyY2VwdGlvbiByb3V0ZTogJHtwYXRofS4gQ2Fubm90IHVzZSAoLi4pIG1hcmtlciBhdCB0aGUgcm9vdCBsZXZlbCwgdXNlICguKSBpbnN0ZWFkLmApO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaW50ZXJjZXB0ZWRSb3V0ZSA9IGludGVyY2VwdGluZ1JvdXRlLnNwbGl0KFwiL1wiKS5zbGljZSgwLCAtMSkuY29uY2F0KGludGVyY2VwdGVkUm91dGUpLmpvaW4oXCIvXCIpO1xuICAgICAgICAgICAgYnJlYWs7XG4gICAgICAgIGNhc2UgXCIoLi4uKVwiOlxuICAgICAgICAgICAgLy8gKC4uLikgd2lsbCBtYXRjaCB0aGUgcm91dGUgc2VnbWVudCBpbiB0aGUgcm9vdCBkaXJlY3RvcnksIHNvIHdlIG5lZWQgdG8gdXNlIHRoZSByb290IGRpcmVjdG9yeSB0byBwcmVwZW5kIHRoZSBpbnRlcmNlcHRlZCByb3V0ZVxuICAgICAgICAgICAgaW50ZXJjZXB0ZWRSb3V0ZSA9IFwiL1wiICsgaW50ZXJjZXB0ZWRSb3V0ZTtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICBjYXNlIFwiKC4uKSguLilcIjpcbiAgICAgICAgICAgIC8vICguLikoLi4pIGluZGljYXRlcyB0aGF0IHdlIHNob3VsZCBtYXRjaCBhdCB0d28gbGV2ZWxzIHVwLCBzbyB3ZSBuZWVkIHRvIHJlbW92ZSB0aGUgbGFzdCB0d28gc2VnbWVudHMgb2YgdGhlIGludGVyY2VwdGluZyByb3V0ZVxuICAgICAgICAgICAgY29uc3Qgc3BsaXRJbnRlcmNlcHRpbmdSb3V0ZSA9IGludGVyY2VwdGluZ1JvdXRlLnNwbGl0KFwiL1wiKTtcbiAgICAgICAgICAgIGlmIChzcGxpdEludGVyY2VwdGluZ1JvdXRlLmxlbmd0aCA8PSAyKSB7XG4gICAgICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKGBJbnZhbGlkIGludGVyY2VwdGlvbiByb3V0ZTogJHtwYXRofS4gQ2Fubm90IHVzZSAoLi4pKC4uKSBtYXJrZXIgYXQgdGhlIHJvb3QgbGV2ZWwgb3Igb25lIGxldmVsIHVwLmApO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaW50ZXJjZXB0ZWRSb3V0ZSA9IHNwbGl0SW50ZXJjZXB0aW5nUm91dGUuc2xpY2UoMCwgLTIpLmNvbmNhdChpbnRlcmNlcHRlZFJvdXRlKS5qb2luKFwiL1wiKTtcbiAgICAgICAgICAgIGJyZWFrO1xuICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgdGhyb3cgbmV3IEVycm9yKFwiSW52YXJpYW50OiB1bmV4cGVjdGVkIG1hcmtlclwiKTtcbiAgICB9XG4gICAgcmV0dXJuIHtcbiAgICAgICAgaW50ZXJjZXB0aW5nUm91dGUsXG4gICAgICAgIGludGVyY2VwdGVkUm91dGVcbiAgICB9O1xufVxuXG4vLyMgc291cmNlTWFwcGluZ1VSTD1pbnRlcmNlcHRpb24tcm91dGVzLmpzLm1hcCJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/server/future/helpers/interception-routes.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/server/future/route-kind.js": +/*!************************************************************!*\ + !*** ./node_modules/next/dist/server/future/route-kind.js ***! + \************************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"RouteKind\", ({\n enumerable: true,\n get: function() {\n return RouteKind;\n }\n}));\nvar RouteKind;\n(function(RouteKind) {\n /**\n * `PAGES` represents all the React pages that are under `pages/`.\n */ RouteKind[\"PAGES\"] = \"PAGES\";\n /**\n * `PAGES_API` represents all the API routes under `pages/api/`.\n */ RouteKind[\"PAGES_API\"] = \"PAGES_API\";\n /**\n * `APP_PAGE` represents all the React pages that are under `app/` with the\n * filename of `page.{j,t}s{,x}`.\n */ RouteKind[\"APP_PAGE\"] = \"APP_PAGE\";\n /**\n * `APP_ROUTE` represents all the API routes and metadata routes that are under `app/` with the\n * filename of `route.{j,t}s{,x}`.\n */ RouteKind[\"APP_ROUTE\"] = \"APP_ROUTE\";\n})(RouteKind || (RouteKind = {}));\n\n//# sourceMappingURL=route-kind.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUta2luZC5qcyIsIm1hcHBpbmdzIjoiQUFBYTtBQUNiLDhDQUE2QztBQUM3QztBQUNBLENBQUMsRUFBQztBQUNGLDZDQUE0QztBQUM1QztBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUMsRUFBQztBQUNGO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esd0JBQXdCLElBQUksRUFBRSxHQUFHO0FBQ2pDO0FBQ0E7QUFDQTtBQUNBLHlCQUF5QixJQUFJLEVBQUUsR0FBRztBQUNsQztBQUNBLENBQUMsOEJBQThCOztBQUUvQiIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUta2luZC5qcz8zOTc5Il0sInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsIFwiX19lc01vZHVsZVwiLCB7XG4gICAgdmFsdWU6IHRydWVcbn0pO1xuT2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsIFwiUm91dGVLaW5kXCIsIHtcbiAgICBlbnVtZXJhYmxlOiB0cnVlLFxuICAgIGdldDogZnVuY3Rpb24oKSB7XG4gICAgICAgIHJldHVybiBSb3V0ZUtpbmQ7XG4gICAgfVxufSk7XG52YXIgUm91dGVLaW5kO1xuKGZ1bmN0aW9uKFJvdXRlS2luZCkge1xuICAgIC8qKlxuICAgKiBgUEFHRVNgIHJlcHJlc2VudHMgYWxsIHRoZSBSZWFjdCBwYWdlcyB0aGF0IGFyZSB1bmRlciBgcGFnZXMvYC5cbiAgICovIFJvdXRlS2luZFtcIlBBR0VTXCJdID0gXCJQQUdFU1wiO1xuICAgIC8qKlxuICAgKiBgUEFHRVNfQVBJYCByZXByZXNlbnRzIGFsbCB0aGUgQVBJIHJvdXRlcyB1bmRlciBgcGFnZXMvYXBpL2AuXG4gICAqLyBSb3V0ZUtpbmRbXCJQQUdFU19BUElcIl0gPSBcIlBBR0VTX0FQSVwiO1xuICAgIC8qKlxuICAgKiBgQVBQX1BBR0VgIHJlcHJlc2VudHMgYWxsIHRoZSBSZWFjdCBwYWdlcyB0aGF0IGFyZSB1bmRlciBgYXBwL2Agd2l0aCB0aGVcbiAgICogZmlsZW5hbWUgb2YgYHBhZ2Uue2osdH1zeyx4fWAuXG4gICAqLyBSb3V0ZUtpbmRbXCJBUFBfUEFHRVwiXSA9IFwiQVBQX1BBR0VcIjtcbiAgICAvKipcbiAgICogYEFQUF9ST1VURWAgcmVwcmVzZW50cyBhbGwgdGhlIEFQSSByb3V0ZXMgYW5kIG1ldGFkYXRhIHJvdXRlcyB0aGF0IGFyZSB1bmRlciBgYXBwL2Agd2l0aCB0aGVcbiAgICogZmlsZW5hbWUgb2YgYHJvdXRlLntqLHR9c3sseH1gLlxuICAgKi8gUm91dGVLaW5kW1wiQVBQX1JPVVRFXCJdID0gXCJBUFBfUk9VVEVcIjtcbn0pKFJvdXRlS2luZCB8fCAoUm91dGVLaW5kID0ge30pKTtcblxuLy8jIHNvdXJjZU1hcHBpbmdVUkw9cm91dGUta2luZC5qcy5tYXAiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/server/future/route-kind.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/server/future/route-modules/pages/module.compiled.js": +/*!*************************************************************************************!*\ + !*** ./node_modules/next/dist/server/future/route-modules/pages/module.compiled.js ***! + \*************************************************************************************/ +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { + +"use strict"; +eval("\nif (false) {} else {\n if (true) {\n module.exports = __webpack_require__(/*! next/dist/compiled/next-server/pages.runtime.dev.js */ \"next/dist/compiled/next-server/pages.runtime.dev.js\");\n } else {}\n}\n\n//# sourceMappingURL=module.compiled.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUtbW9kdWxlcy9wYWdlcy9tb2R1bGUuY29tcGlsZWQuanMiLCJtYXBwaW5ncyI6IkFBQWE7QUFDYixJQUFJLEtBQW1DLEVBQUUsRUFFeEMsQ0FBQztBQUNGLFFBQVEsSUFBc0M7QUFDOUMsUUFBUSxzSkFBK0U7QUFDdkYsTUFBTSxLQUFLLEVBSU47QUFDTDs7QUFFQSIsInNvdXJjZXMiOlsid2VicGFjazovL3JhZGlhbnQvLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUtbW9kdWxlcy9wYWdlcy9tb2R1bGUuY29tcGlsZWQuanM/YmE0ZiJdLCJzb3VyY2VzQ29udGVudCI6WyJcInVzZSBzdHJpY3RcIjtcbmlmIChwcm9jZXNzLmVudi5ORVhUX1JVTlRJTUUgPT09IFwiZWRnZVwiKSB7XG4gICAgbW9kdWxlLmV4cG9ydHMgPSByZXF1aXJlKFwibmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUtbW9kdWxlcy9wYWdlcy9tb2R1bGUuanNcIik7XG59IGVsc2Uge1xuICAgIGlmIChwcm9jZXNzLmVudi5OT0RFX0VOViA9PT0gXCJkZXZlbG9wbWVudFwiKSB7XG4gICAgICAgIG1vZHVsZS5leHBvcnRzID0gcmVxdWlyZShcIm5leHQvZGlzdC9jb21waWxlZC9uZXh0LXNlcnZlci9wYWdlcy5ydW50aW1lLmRldi5qc1wiKTtcbiAgICB9IGVsc2UgaWYgKHByb2Nlc3MuZW52LlRVUkJPUEFDSykge1xuICAgICAgICBtb2R1bGUuZXhwb3J0cyA9IHJlcXVpcmUoXCJuZXh0L2Rpc3QvY29tcGlsZWQvbmV4dC1zZXJ2ZXIvcGFnZXMtdHVyYm8ucnVudGltZS5wcm9kLmpzXCIpO1xuICAgIH0gZWxzZSB7XG4gICAgICAgIG1vZHVsZS5leHBvcnRzID0gcmVxdWlyZShcIm5leHQvZGlzdC9jb21waWxlZC9uZXh0LXNlcnZlci9wYWdlcy5ydW50aW1lLnByb2QuanNcIik7XG4gICAgfVxufVxuXG4vLyMgc291cmNlTWFwcGluZ1VSTD1tb2R1bGUuY29tcGlsZWQuanMubWFwIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/server/future/route-modules/pages/module.compiled.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js": +/*!***************************************************************************************************!*\ + !*** ./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js ***! + \***************************************************************************************************/ +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { + +"use strict"; +eval("\nmodule.exports = __webpack_require__(/*! ../../module.compiled */ \"./node_modules/next/dist/server/future/route-modules/pages/module.compiled.js\").vendored.contexts.AmpContext;\n\n//# sourceMappingURL=amp-context.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUtbW9kdWxlcy9wYWdlcy92ZW5kb3JlZC9jb250ZXh0cy9hbXAtY29udGV4dC5qcyIsIm1hcHBpbmdzIjoiQUFBYTtBQUNiLCtLQUFpRjs7QUFFakYiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4vbm9kZV9tb2R1bGVzL25leHQvZGlzdC9zZXJ2ZXIvZnV0dXJlL3JvdXRlLW1vZHVsZXMvcGFnZXMvdmVuZG9yZWQvY29udGV4dHMvYW1wLWNvbnRleHQuanM/YTA1NSJdLCJzb3VyY2VzQ29udGVudCI6WyJcInVzZSBzdHJpY3RcIjtcbm1vZHVsZS5leHBvcnRzID0gcmVxdWlyZShcIi4uLy4uL21vZHVsZS5jb21waWxlZFwiKS52ZW5kb3JlZFtcImNvbnRleHRzXCJdLkFtcENvbnRleHQ7XG5cbi8vIyBzb3VyY2VNYXBwaW5nVVJMPWFtcC1jb250ZXh0LmpzLm1hcCJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js": +/*!************************************************************************************************************!*\ + !*** ./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js ***! + \************************************************************************************************************/ +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { + +"use strict"; +eval("\nmodule.exports = __webpack_require__(/*! ../../module.compiled */ \"./node_modules/next/dist/server/future/route-modules/pages/module.compiled.js\").vendored.contexts.HeadManagerContext;\n\n//# sourceMappingURL=head-manager-context.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUtbW9kdWxlcy9wYWdlcy92ZW5kb3JlZC9jb250ZXh0cy9oZWFkLW1hbmFnZXItY29udGV4dC5qcyIsIm1hcHBpbmdzIjoiQUFBYTtBQUNiLHVMQUF5Rjs7QUFFekYiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4vbm9kZV9tb2R1bGVzL25leHQvZGlzdC9zZXJ2ZXIvZnV0dXJlL3JvdXRlLW1vZHVsZXMvcGFnZXMvdmVuZG9yZWQvY29udGV4dHMvaGVhZC1tYW5hZ2VyLWNvbnRleHQuanM/YWRjOSJdLCJzb3VyY2VzQ29udGVudCI6WyJcInVzZSBzdHJpY3RcIjtcbm1vZHVsZS5leHBvcnRzID0gcmVxdWlyZShcIi4uLy4uL21vZHVsZS5jb21waWxlZFwiKS52ZW5kb3JlZFtcImNvbnRleHRzXCJdLkhlYWRNYW5hZ2VyQ29udGV4dDtcblxuLy8jIHNvdXJjZU1hcHBpbmdVUkw9aGVhZC1tYW5hZ2VyLWNvbnRleHQuanMubWFwIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js": +/*!****************************************************************************************************!*\ + !*** ./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js ***! + \****************************************************************************************************/ +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { + +"use strict"; +eval("\nmodule.exports = __webpack_require__(/*! ../../module.compiled */ \"./node_modules/next/dist/server/future/route-modules/pages/module.compiled.js\").vendored.contexts.HtmlContext;\n\n//# sourceMappingURL=html-context.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9mdXR1cmUvcm91dGUtbW9kdWxlcy9wYWdlcy92ZW5kb3JlZC9jb250ZXh0cy9odG1sLWNvbnRleHQuanMiLCJtYXBwaW5ncyI6IkFBQWE7QUFDYixnTEFBa0Y7O0FBRWxGIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uL25vZGVfbW9kdWxlcy9uZXh0L2Rpc3Qvc2VydmVyL2Z1dHVyZS9yb3V0ZS1tb2R1bGVzL3BhZ2VzL3ZlbmRvcmVkL2NvbnRleHRzL2h0bWwtY29udGV4dC5qcz80ZTg1Il0sInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xubW9kdWxlLmV4cG9ydHMgPSByZXF1aXJlKFwiLi4vLi4vbW9kdWxlLmNvbXBpbGVkXCIpLnZlbmRvcmVkW1wiY29udGV4dHNcIl0uSHRtbENvbnRleHQ7XG5cbi8vIyBzb3VyY2VNYXBwaW5nVVJMPWh0bWwtY29udGV4dC5qcy5tYXAiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/server/get-page-files.js": +/*!*********************************************************!*\ + !*** ./node_modules/next/dist/server/get-page-files.js ***! + \*********************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nObject.defineProperty(exports, \"getPageFiles\", ({\n enumerable: true,\n get: function() {\n return getPageFiles;\n }\n}));\nconst _denormalizepagepath = __webpack_require__(/*! ../shared/lib/page-path/denormalize-page-path */ \"./node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js\");\nconst _normalizepagepath = __webpack_require__(/*! ../shared/lib/page-path/normalize-page-path */ \"./node_modules/next/dist/shared/lib/page-path/normalize-page-path.js\");\nfunction getPageFiles(buildManifest, page) {\n const normalizedPage = (0, _denormalizepagepath.denormalizePagePath)((0, _normalizepagepath.normalizePagePath)(page));\n let files = buildManifest.pages[normalizedPage];\n if (!files) {\n console.warn(`Could not find files for ${normalizedPage} in .next/build-manifest.json`);\n return [];\n }\n return files;\n}\n\n//# sourceMappingURL=get-page-files.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9nZXQtcGFnZS1maWxlcy5qcyIsIm1hcHBpbmdzIjoiQUFBYTtBQUNiLDhDQUE2QztBQUM3QztBQUNBLENBQUMsRUFBQztBQUNGLGdEQUErQztBQUMvQztBQUNBO0FBQ0E7QUFDQTtBQUNBLENBQUMsRUFBQztBQUNGLDZCQUE2QixtQkFBTyxDQUFDLDZIQUErQztBQUNwRiwyQkFBMkIsbUJBQU8sQ0FBQyx5SEFBNkM7QUFDaEY7QUFDQTtBQUNBO0FBQ0E7QUFDQSxpREFBaUQsZ0JBQWdCO0FBQ2pFO0FBQ0E7QUFDQTtBQUNBOztBQUVBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uL25vZGVfbW9kdWxlcy9uZXh0L2Rpc3Qvc2VydmVyL2dldC1wYWdlLWZpbGVzLmpzP2M4NmIiXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgXCJfX2VzTW9kdWxlXCIsIHtcbiAgICB2YWx1ZTogdHJ1ZVxufSk7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgXCJnZXRQYWdlRmlsZXNcIiwge1xuICAgIGVudW1lcmFibGU6IHRydWUsXG4gICAgZ2V0OiBmdW5jdGlvbigpIHtcbiAgICAgICAgcmV0dXJuIGdldFBhZ2VGaWxlcztcbiAgICB9XG59KTtcbmNvbnN0IF9kZW5vcm1hbGl6ZXBhZ2VwYXRoID0gcmVxdWlyZShcIi4uL3NoYXJlZC9saWIvcGFnZS1wYXRoL2Rlbm9ybWFsaXplLXBhZ2UtcGF0aFwiKTtcbmNvbnN0IF9ub3JtYWxpemVwYWdlcGF0aCA9IHJlcXVpcmUoXCIuLi9zaGFyZWQvbGliL3BhZ2UtcGF0aC9ub3JtYWxpemUtcGFnZS1wYXRoXCIpO1xuZnVuY3Rpb24gZ2V0UGFnZUZpbGVzKGJ1aWxkTWFuaWZlc3QsIHBhZ2UpIHtcbiAgICBjb25zdCBub3JtYWxpemVkUGFnZSA9ICgwLCBfZGVub3JtYWxpemVwYWdlcGF0aC5kZW5vcm1hbGl6ZVBhZ2VQYXRoKSgoMCwgX25vcm1hbGl6ZXBhZ2VwYXRoLm5vcm1hbGl6ZVBhZ2VQYXRoKShwYWdlKSk7XG4gICAgbGV0IGZpbGVzID0gYnVpbGRNYW5pZmVzdC5wYWdlc1tub3JtYWxpemVkUGFnZV07XG4gICAgaWYgKCFmaWxlcykge1xuICAgICAgICBjb25zb2xlLndhcm4oYENvdWxkIG5vdCBmaW5kIGZpbGVzIGZvciAke25vcm1hbGl6ZWRQYWdlfSBpbiAubmV4dC9idWlsZC1tYW5pZmVzdC5qc29uYCk7XG4gICAgICAgIHJldHVybiBbXTtcbiAgICB9XG4gICAgcmV0dXJuIGZpbGVzO1xufVxuXG4vLyMgc291cmNlTWFwcGluZ1VSTD1nZXQtcGFnZS1maWxlcy5qcy5tYXAiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/next/dist/server/get-page-files.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/server/htmlescape.js": +/*!*****************************************************!*\ + !*** ./node_modules/next/dist/server/htmlescape.js ***! + \*****************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("// This utility is based on https://github.com/zertosh/htmlescape\n// License: https://github.com/zertosh/htmlescape/blob/0527ca7156a524d256101bb310a9f970f63078ad/LICENSE\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n ESCAPE_REGEX: function() {\n return ESCAPE_REGEX;\n },\n htmlEscapeJsonString: function() {\n return htmlEscapeJsonString;\n }\n});\nconst ESCAPE_LOOKUP = {\n \"&\": \"\\\\u0026\",\n \">\": \"\\\\u003e\",\n \"<\": \"\\\\u003c\",\n \"\\u2028\": \"\\\\u2028\",\n \"\\u2029\": \"\\\\u2029\"\n};\nconst ESCAPE_REGEX = /[&><\\u2028\\u2029]/g;\nfunction htmlEscapeJsonString(str) {\n return str.replace(ESCAPE_REGEX, (match)=>ESCAPE_LOOKUP[match]);\n}\n\n//# sourceMappingURL=htmlescape.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci9odG1sZXNjYXBlLmpzIiwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7QUFDYTtBQUNiLDhDQUE2QztBQUM3QztBQUNBLENBQUMsRUFBQztBQUNGLE1BQU0sQ0FHTDtBQUNEO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBLENBQUM7QUFDRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uL25vZGVfbW9kdWxlcy9uZXh0L2Rpc3Qvc2VydmVyL2h0bWxlc2NhcGUuanM/ZDIxNiJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBUaGlzIHV0aWxpdHkgaXMgYmFzZWQgb24gaHR0cHM6Ly9naXRodWIuY29tL3plcnRvc2gvaHRtbGVzY2FwZVxuLy8gTGljZW5zZTogaHR0cHM6Ly9naXRodWIuY29tL3plcnRvc2gvaHRtbGVzY2FwZS9ibG9iLzA1MjdjYTcxNTZhNTI0ZDI1NjEwMWJiMzEwYTlmOTcwZjYzMDc4YWQvTElDRU5TRVxuXCJ1c2Ugc3RyaWN0XCI7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgXCJfX2VzTW9kdWxlXCIsIHtcbiAgICB2YWx1ZTogdHJ1ZVxufSk7XG4wICYmIChtb2R1bGUuZXhwb3J0cyA9IHtcbiAgICBFU0NBUEVfUkVHRVg6IG51bGwsXG4gICAgaHRtbEVzY2FwZUpzb25TdHJpbmc6IG51bGxcbn0pO1xuZnVuY3Rpb24gX2V4cG9ydCh0YXJnZXQsIGFsbCkge1xuICAgIGZvcih2YXIgbmFtZSBpbiBhbGwpT2JqZWN0LmRlZmluZVByb3BlcnR5KHRhcmdldCwgbmFtZSwge1xuICAgICAgICBlbnVtZXJhYmxlOiB0cnVlLFxuICAgICAgICBnZXQ6IGFsbFtuYW1lXVxuICAgIH0pO1xufVxuX2V4cG9ydChleHBvcnRzLCB7XG4gICAgRVNDQVBFX1JFR0VYOiBmdW5jdGlvbigpIHtcbiAgICAgICAgcmV0dXJuIEVTQ0FQRV9SRUdFWDtcbiAgICB9LFxuICAgIGh0bWxFc2NhcGVKc29uU3RyaW5nOiBmdW5jdGlvbigpIHtcbiAgICAgICAgcmV0dXJuIGh0bWxFc2NhcGVKc29uU3RyaW5nO1xuICAgIH1cbn0pO1xuY29uc3QgRVNDQVBFX0xPT0tVUCA9IHtcbiAgICBcIiZcIjogXCJcXFxcdTAwMjZcIixcbiAgICBcIj5cIjogXCJcXFxcdTAwM2VcIixcbiAgICBcIjxcIjogXCJcXFxcdTAwM2NcIixcbiAgICBcIlxcdTIwMjhcIjogXCJcXFxcdTIwMjhcIixcbiAgICBcIlxcdTIwMjlcIjogXCJcXFxcdTIwMjlcIlxufTtcbmNvbnN0IEVTQ0FQRV9SRUdFWCA9IC9bJj48XFx1MjAyOFxcdTIwMjldL2c7XG5mdW5jdGlvbiBodG1sRXNjYXBlSnNvblN0cmluZyhzdHIpIHtcbiAgICByZXR1cm4gc3RyLnJlcGxhY2UoRVNDQVBFX1JFR0VYLCAobWF0Y2gpPT5FU0NBUEVfTE9PS1VQW21hdGNoXSk7XG59XG5cbi8vIyBzb3VyY2VNYXBwaW5nVVJMPWh0bWxlc2NhcGUuanMubWFwIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/server/htmlescape.js\n"); + +/***/ }), + +/***/ "./node_modules/next/dist/server/utils.js": +/*!************************************************!*\ + !*** ./node_modules/next/dist/server/utils.js ***! + \************************************************/ +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { + +"use strict"; +eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\n0 && (0);\nfunction _export(target, all) {\n for(var name in all)Object.defineProperty(target, name, {\n enumerable: true,\n get: all[name]\n });\n}\n_export(exports, {\n cleanAmpPath: function() {\n return cleanAmpPath;\n },\n debounce: function() {\n return debounce;\n },\n isBlockedPage: function() {\n return isBlockedPage;\n }\n});\nconst _constants = __webpack_require__(/*! ../shared/lib/constants */ \"./node_modules/next/dist/shared/lib/constants.js\");\nfunction isBlockedPage(page) {\n return _constants.BLOCKED_PAGES.includes(page);\n}\nfunction cleanAmpPath(pathname) {\n if (pathname.match(/\\?amp=(y|yes|true|1)/)) {\n pathname = pathname.replace(/\\?amp=(y|yes|true|1)&?/, \"?\");\n }\n if (pathname.match(/&=(y|yes|true|1)/)) {\n pathname = pathname.replace(/&=(y|yes|true|1)/, \"\");\n }\n pathname = pathname.replace(/\\?$/, \"\");\n return pathname;\n}\nfunction debounce(fn, ms, maxWait = Infinity) {\n let timeoutId;\n // The time the debouncing function was first called during this debounce queue.\n let startTime = 0;\n // The time the debouncing function was last called.\n let lastCall = 0;\n // The arguments and this context of the last call to the debouncing function.\n let args, context;\n // A helper used to that either invokes the debounced function, or\n // reschedules the timer if a more recent call was made.\n function run() {\n const now = Date.now();\n const diff = lastCall + ms - now;\n // If the diff is non-positive, then we've waited at least `ms`\n // milliseconds since the last call. Or if we've waited for longer than the\n // max wait time, we must call the debounced function.\n if (diff <= 0 || startTime + maxWait >= now) {\n // It's important to clear the timeout id before invoking the debounced\n // function, in case the function calls the debouncing function again.\n timeoutId = undefined;\n fn.apply(context, args);\n } else {\n // Else, a new call was made after the original timer was scheduled. We\n // didn't clear the timeout (doing so is very slow), so now we need to\n // reschedule the timer for the time difference.\n timeoutId = setTimeout(run, diff);\n }\n }\n return function(...passedArgs) {\n // The arguments and this context of the most recent call are saved so the\n // debounced function can be invoked with them later.\n args = passedArgs;\n context = this;\n // Instead of constantly clearing and scheduling a timer, we record the\n // time of the last call. If a second call comes in before the timer fires,\n // then we'll reschedule in the run function. Doing this is considerably\n // faster.\n lastCall = Date.now();\n // Only schedule a new timer if we're not currently waiting.\n if (timeoutId === undefined) {\n startTime = lastCall;\n timeoutId = setTimeout(run, ms);\n }\n };\n}\n\n//# sourceMappingURL=utils.js.map//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9kaXN0L3NlcnZlci91dGlscy5qcyIsIm1hcHBpbmdzIjoiQUFBYTtBQUNiLDhDQUE2QztBQUM3QztBQUNBLENBQUMsRUFBQztBQUNGLE1BQU0sQ0FJTDtBQUNEO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsS0FBSztBQUNMO0FBQ0E7QUFDQSxLQUFLO0FBQ0w7QUFDQTtBQUNBO0FBQ0EsQ0FBQztBQUNELG1CQUFtQixtQkFBTyxDQUFDLGlGQUF5QjtBQUNwRDtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLFVBQVU7QUFDVjtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vcmFkaWFudC8uL25vZGVfbW9kdWxlcy9uZXh0L2Rpc3Qvc2VydmVyL3V0aWxzLmpzPzFjNTgiXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5PYmplY3QuZGVmaW5lUHJvcGVydHkoZXhwb3J0cywgXCJfX2VzTW9kdWxlXCIsIHtcbiAgICB2YWx1ZTogdHJ1ZVxufSk7XG4wICYmIChtb2R1bGUuZXhwb3J0cyA9IHtcbiAgICBjbGVhbkFtcFBhdGg6IG51bGwsXG4gICAgZGVib3VuY2U6IG51bGwsXG4gICAgaXNCbG9ja2VkUGFnZTogbnVsbFxufSk7XG5mdW5jdGlvbiBfZXhwb3J0KHRhcmdldCwgYWxsKSB7XG4gICAgZm9yKHZhciBuYW1lIGluIGFsbClPYmplY3QuZGVmaW5lUHJvcGVydHkodGFyZ2V0LCBuYW1lLCB7XG4gICAgICAgIGVudW1lcmFibGU6IHRydWUsXG4gICAgICAgIGdldDogYWxsW25hbWVdXG4gICAgfSk7XG59XG5fZXhwb3J0KGV4cG9ydHMsIHtcbiAgICBjbGVhbkFtcFBhdGg6IGZ1bmN0aW9uKCkge1xuICAgICAgICByZXR1cm4gY2xlYW5BbXBQYXRoO1xuICAgIH0sXG4gICAgZGVib3VuY2U6IGZ1bmN0aW9uKCkge1xuICAgICAgICByZXR1cm4gZGVib3VuY2U7XG4gICAgfSxcbiAgICBpc0Jsb2NrZWRQYWdlOiBmdW5jdGlvbigpIHtcbiAgICAgICAgcmV0dXJuIGlzQmxvY2tlZFBhZ2U7XG4gICAgfVxufSk7XG5jb25zdCBfY29uc3RhbnRzID0gcmVxdWlyZShcIi4uL3NoYXJlZC9saWIvY29uc3RhbnRzXCIpO1xuZnVuY3Rpb24gaXNCbG9ja2VkUGFnZShwYWdlKSB7XG4gICAgcmV0dXJuIF9jb25zdGFudHMuQkxPQ0tFRF9QQUdFUy5pbmNsdWRlcyhwYWdlKTtcbn1cbmZ1bmN0aW9uIGNsZWFuQW1wUGF0aChwYXRobmFtZSkge1xuICAgIGlmIChwYXRobmFtZS5tYXRjaCgvXFw/YW1wPSh5fHllc3x0cnVlfDEpLykpIHtcbiAgICAgICAgcGF0aG5hbWUgPSBwYXRobmFtZS5yZXBsYWNlKC9cXD9hbXA9KHl8eWVzfHRydWV8MSkmPy8sIFwiP1wiKTtcbiAgICB9XG4gICAgaWYgKHBhdGhuYW1lLm1hdGNoKC8mYW1wPSh5fHllc3x0cnVlfDEpLykpIHtcbiAgICAgICAgcGF0aG5hbWUgPSBwYXRobmFtZS5yZXBsYWNlKC8mYW1wPSh5fHllc3x0cnVlfDEpLywgXCJcIik7XG4gICAgfVxuICAgIHBhdGhuYW1lID0gcGF0aG5hbWUucmVwbGFjZSgvXFw/JC8sIFwiXCIpO1xuICAgIHJldHVybiBwYXRobmFtZTtcbn1cbmZ1bmN0aW9uIGRlYm91bmNlKGZuLCBtcywgbWF4V2FpdCA9IEluZmluaXR5KSB7XG4gICAgbGV0IHRpbWVvdXRJZDtcbiAgICAvLyBUaGUgdGltZSB0aGUgZGVib3VuY2luZyBmdW5jdGlvbiB3YXMgZmlyc3QgY2FsbGVkIGR1cmluZyB0aGlzIGRlYm91bmNlIHF1ZXVlLlxuICAgIGxldCBzdGFydFRpbWUgPSAwO1xuICAgIC8vIFRoZSB0aW1lIHRoZSBkZWJvdW5jaW5nIGZ1bmN0aW9uIHdhcyBsYXN0IGNhbGxlZC5cbiAgICBsZXQgbGFzdENhbGwgPSAwO1xuICAgIC8vIFRoZSBhcmd1bWVudHMgYW5kIHRoaXMgY29udGV4dCBvZiB0aGUgbGFzdCBjYWxsIHRvIHRoZSBkZWJvdW5jaW5nIGZ1bmN0aW9uLlxuICAgIGxldCBhcmdzLCBjb250ZXh0O1xuICAgIC8vIEEgaGVscGVyIHVzZWQgdG8gdGhhdCBlaXRoZXIgaW52b2tlcyB0aGUgZGVib3VuY2VkIGZ1bmN0aW9uLCBvclxuICAgIC8vIHJlc2NoZWR1bGVzIHRoZSB0aW1lciBpZiBhIG1vcmUgcmVjZW50IGNhbGwgd2FzIG1hZGUuXG4gICAgZnVuY3Rpb24gcnVuKCkge1xuICAgICAgICBjb25zdCBub3cgPSBEYXRlLm5vdygpO1xuICAgICAgICBjb25zdCBkaWZmID0gbGFzdENhbGwgKyBtcyAtIG5vdztcbiAgICAgICAgLy8gSWYgdGhlIGRpZmYgaXMgbm9uLXBvc2l0aXZlLCB0aGVuIHdlJ3ZlIHdhaXRlZCBhdCBsZWFzdCBgbXNgXG4gICAgICAgIC8vIG1pbGxpc2Vjb25kcyBzaW5jZSB0aGUgbGFzdCBjYWxsLiBPciBpZiB3ZSd2ZSB3YWl0ZWQgZm9yIGxvbmdlciB0aGFuIHRoZVxuICAgICAgICAvLyBtYXggd2FpdCB0aW1lLCB3ZSBtdXN0IGNhbGwgdGhlIGRlYm91bmNlZCBmdW5jdGlvbi5cbiAgICAgICAgaWYgKGRpZmYgPD0gMCB8fCBzdGFydFRpbWUgKyBtYXhXYWl0ID49IG5vdykge1xuICAgICAgICAgICAgLy8gSXQncyBpbXBvcnRhbnQgdG8gY2xlYXIgdGhlIHRpbWVvdXQgaWQgYmVmb3JlIGludm9raW5nIHRoZSBkZWJvdW5jZWRcbiAgICAgICAgICAgIC8vIGZ1bmN0aW9uLCBpbiBjYXNlIHRoZSBmdW5jdGlvbiBjYWxscyB0aGUgZGVib3VuY2luZyBmdW5jdGlvbiBhZ2Fpbi5cbiAgICAgICAgICAgIHRpbWVvdXRJZCA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgIGZuLmFwcGx5KGNvbnRleHQsIGFyZ3MpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgLy8gRWxzZSwgYSBuZXcgY2FsbCB3YXMgbWFkZSBhZnRlciB0aGUgb3JpZ2luYWwgdGltZXIgd2FzIHNjaGVkdWxlZC4gV2VcbiAgICAgICAgICAgIC8vIGRpZG4ndCBjbGVhciB0aGUgdGltZW91dCAoZG9pbmcgc28gaXMgdmVyeSBzbG93KSwgc28gbm93IHdlIG5lZWQgdG9cbiAgICAgICAgICAgIC8vIHJlc2NoZWR1bGUgdGhlIHRpbWVyIGZvciB0aGUgdGltZSBkaWZmZXJlbmNlLlxuICAgICAgICAgICAgdGltZW91dElkID0gc2V0VGltZW91dChydW4sIGRpZmYpO1xuICAgICAgICB9XG4gICAgfVxuICAgIHJldHVybiBmdW5jdGlvbiguLi5wYXNzZWRBcmdzKSB7XG4gICAgICAgIC8vIFRoZSBhcmd1bWVudHMgYW5kIHRoaXMgY29udGV4dCBvZiB0aGUgbW9zdCByZWNlbnQgY2FsbCBhcmUgc2F2ZWQgc28gdGhlXG4gICAgICAgIC8vIGRlYm91bmNlZCBmdW5jdGlvbiBjYW4gYmUgaW52b2tlZCB3aXRoIHRoZW0gbGF0ZXIuXG4gICAgICAgIGFyZ3MgPSBwYXNzZWRBcmdzO1xuICAgICAgICBjb250ZXh0ID0gdGhpcztcbiAgICAgICAgLy8gSW5zdGVhZCBvZiBjb25zdGFudGx5IGNsZWFyaW5nIGFuZCBzY2hlZHVsaW5nIGEgdGltZXIsIHdlIHJlY29yZCB0aGVcbiAgICAgICAgLy8gdGltZSBvZiB0aGUgbGFzdCBjYWxsLiBJZiBhIHNlY29uZCBjYWxsIGNvbWVzIGluIGJlZm9yZSB0aGUgdGltZXIgZmlyZXMsXG4gICAgICAgIC8vIHRoZW4gd2UnbGwgcmVzY2hlZHVsZSBpbiB0aGUgcnVuIGZ1bmN0aW9uLiBEb2luZyB0aGlzIGlzIGNvbnNpZGVyYWJseVxuICAgICAgICAvLyBmYXN0ZXIuXG4gICAgICAgIGxhc3RDYWxsID0gRGF0ZS5ub3coKTtcbiAgICAgICAgLy8gT25seSBzY2hlZHVsZSBhIG5ldyB0aW1lciBpZiB3ZSdyZSBub3QgY3VycmVudGx5IHdhaXRpbmcuXG4gICAgICAgIGlmICh0aW1lb3V0SWQgPT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgc3RhcnRUaW1lID0gbGFzdENhbGw7XG4gICAgICAgICAgICB0aW1lb3V0SWQgPSBzZXRUaW1lb3V0KHJ1biwgbXMpO1xuICAgICAgICB9XG4gICAgfTtcbn1cblxuLy8jIHNvdXJjZU1hcHBpbmdVUkw9dXRpbHMuanMubWFwIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/server/utils.js\n"); + +/***/ }), + /***/ "(ssr)/./node_modules/next/dist/api/link.js": /*!********************************************!*\ !*** ./node_modules/next/dist/api/link.js ***! @@ -2946,6 +3309,28 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n})); /***/ }), +/***/ "./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_default.cjs": +/*!**************************************************************************************!*\ + !*** ./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_default.cjs ***! + \**************************************************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\n\nexports._ = exports._interop_require_default = _interop_require_default;\nfunction _interop_require_default(obj) {\n return obj && obj.__esModule ? obj : { default: obj };\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9ub2RlX21vZHVsZXMvQHN3Yy9oZWxwZXJzL2Nqcy9faW50ZXJvcF9yZXF1aXJlX2RlZmF1bHQuY2pzIiwibWFwcGluZ3MiOiJBQUFhOztBQUViLFNBQVMsR0FBRyxnQ0FBZ0M7QUFDNUM7QUFDQSwyQ0FBMkM7QUFDM0MiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4vbm9kZV9tb2R1bGVzL25leHQvbm9kZV9tb2R1bGVzL0Bzd2MvaGVscGVycy9janMvX2ludGVyb3BfcmVxdWlyZV9kZWZhdWx0LmNqcz8wNTM2Il0sInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xuXG5leHBvcnRzLl8gPSBleHBvcnRzLl9pbnRlcm9wX3JlcXVpcmVfZGVmYXVsdCA9IF9pbnRlcm9wX3JlcXVpcmVfZGVmYXVsdDtcbmZ1bmN0aW9uIF9pbnRlcm9wX3JlcXVpcmVfZGVmYXVsdChvYmopIHtcbiAgICByZXR1cm4gb2JqICYmIG9iai5fX2VzTW9kdWxlID8gb2JqIDogeyBkZWZhdWx0OiBvYmogfTtcbn1cbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_default.cjs\n"); + +/***/ }), + +/***/ "./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs": +/*!***************************************************************************************!*\ + !*** ./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs ***! + \***************************************************************************************/ +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; +eval("\n\nfunction _getRequireWildcardCache(nodeInterop) {\n if (typeof WeakMap !== \"function\") return null;\n\n var cacheBabelInterop = new WeakMap();\n var cacheNodeInterop = new WeakMap();\n\n return (_getRequireWildcardCache = function(nodeInterop) {\n return nodeInterop ? cacheNodeInterop : cacheBabelInterop;\n })(nodeInterop);\n}\nexports._ = exports._interop_require_wildcard = _interop_require_wildcard;\nfunction _interop_require_wildcard(obj, nodeInterop) {\n if (!nodeInterop && obj && obj.__esModule) return obj;\n if (obj === null || typeof obj !== \"object\" && typeof obj !== \"function\") return { default: obj };\n\n var cache = _getRequireWildcardCache(nodeInterop);\n\n if (cache && cache.has(obj)) return cache.get(obj);\n\n var newObj = { __proto__: null };\n var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;\n\n for (var key in obj) {\n if (key !== \"default\" && Object.prototype.hasOwnProperty.call(obj, key)) {\n var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;\n if (desc && (desc.get || desc.set)) Object.defineProperty(newObj, key, desc);\n else newObj[key] = obj[key];\n }\n }\n\n newObj.default = obj;\n\n if (cache) cache.set(obj, newObj);\n\n return newObj;\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvbmV4dC9ub2RlX21vZHVsZXMvQHN3Yy9oZWxwZXJzL2Nqcy9faW50ZXJvcF9yZXF1aXJlX3dpbGRjYXJkLmNqcyIsIm1hcHBpbmdzIjoiQUFBYTs7QUFFYjtBQUNBOztBQUVBO0FBQ0E7O0FBRUE7QUFDQTtBQUNBLEtBQUs7QUFDTDtBQUNBLFNBQVMsR0FBRyxpQ0FBaUM7QUFDN0M7QUFDQTtBQUNBLHVGQUF1Rjs7QUFFdkY7O0FBRUE7O0FBRUEsbUJBQW1CO0FBQ25COztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOztBQUVBOztBQUVBOztBQUVBO0FBQ0EiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9yYWRpYW50Ly4vbm9kZV9tb2R1bGVzL25leHQvbm9kZV9tb2R1bGVzL0Bzd2MvaGVscGVycy9janMvX2ludGVyb3BfcmVxdWlyZV93aWxkY2FyZC5janM/MDA3MyJdLCJzb3VyY2VzQ29udGVudCI6WyJcInVzZSBzdHJpY3RcIjtcblxuZnVuY3Rpb24gX2dldFJlcXVpcmVXaWxkY2FyZENhY2hlKG5vZGVJbnRlcm9wKSB7XG4gICAgaWYgKHR5cGVvZiBXZWFrTWFwICE9PSBcImZ1bmN0aW9uXCIpIHJldHVybiBudWxsO1xuXG4gICAgdmFyIGNhY2hlQmFiZWxJbnRlcm9wID0gbmV3IFdlYWtNYXAoKTtcbiAgICB2YXIgY2FjaGVOb2RlSW50ZXJvcCA9IG5ldyBXZWFrTWFwKCk7XG5cbiAgICByZXR1cm4gKF9nZXRSZXF1aXJlV2lsZGNhcmRDYWNoZSA9IGZ1bmN0aW9uKG5vZGVJbnRlcm9wKSB7XG4gICAgICAgIHJldHVybiBub2RlSW50ZXJvcCA/IGNhY2hlTm9kZUludGVyb3AgOiBjYWNoZUJhYmVsSW50ZXJvcDtcbiAgICB9KShub2RlSW50ZXJvcCk7XG59XG5leHBvcnRzLl8gPSBleHBvcnRzLl9pbnRlcm9wX3JlcXVpcmVfd2lsZGNhcmQgPSBfaW50ZXJvcF9yZXF1aXJlX3dpbGRjYXJkO1xuZnVuY3Rpb24gX2ludGVyb3BfcmVxdWlyZV93aWxkY2FyZChvYmosIG5vZGVJbnRlcm9wKSB7XG4gICAgaWYgKCFub2RlSW50ZXJvcCAmJiBvYmogJiYgb2JqLl9fZXNNb2R1bGUpIHJldHVybiBvYmo7XG4gICAgaWYgKG9iaiA9PT0gbnVsbCB8fCB0eXBlb2Ygb2JqICE9PSBcIm9iamVjdFwiICYmIHR5cGVvZiBvYmogIT09IFwiZnVuY3Rpb25cIikgcmV0dXJuIHsgZGVmYXVsdDogb2JqIH07XG5cbiAgICB2YXIgY2FjaGUgPSBfZ2V0UmVxdWlyZVdpbGRjYXJkQ2FjaGUobm9kZUludGVyb3ApO1xuXG4gICAgaWYgKGNhY2hlICYmIGNhY2hlLmhhcyhvYmopKSByZXR1cm4gY2FjaGUuZ2V0KG9iaik7XG5cbiAgICB2YXIgbmV3T2JqID0geyBfX3Byb3RvX186IG51bGwgfTtcbiAgICB2YXIgaGFzUHJvcGVydHlEZXNjcmlwdG9yID0gT2JqZWN0LmRlZmluZVByb3BlcnR5ICYmIE9iamVjdC5nZXRPd25Qcm9wZXJ0eURlc2NyaXB0b3I7XG5cbiAgICBmb3IgKHZhciBrZXkgaW4gb2JqKSB7XG4gICAgICAgIGlmIChrZXkgIT09IFwiZGVmYXVsdFwiICYmIE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChvYmosIGtleSkpIHtcbiAgICAgICAgICAgIHZhciBkZXNjID0gaGFzUHJvcGVydHlEZXNjcmlwdG9yID8gT2JqZWN0LmdldE93blByb3BlcnR5RGVzY3JpcHRvcihvYmosIGtleSkgOiBudWxsO1xuICAgICAgICAgICAgaWYgKGRlc2MgJiYgKGRlc2MuZ2V0IHx8IGRlc2Muc2V0KSkgT2JqZWN0LmRlZmluZVByb3BlcnR5KG5ld09iaiwga2V5LCBkZXNjKTtcbiAgICAgICAgICAgIGVsc2UgbmV3T2JqW2tleV0gPSBvYmpba2V5XTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIG5ld09iai5kZWZhdWx0ID0gb2JqO1xuXG4gICAgaWYgKGNhY2hlKSBjYWNoZS5zZXQob2JqLCBuZXdPYmopO1xuXG4gICAgcmV0dXJuIG5ld09iajtcbn1cbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/next/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs\n"); + +/***/ }), + /***/ "(ssr)/./node_modules/next/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js": /*!********************************************************************************************!*\ !*** ./node_modules/next/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js ***! diff --git a/.next/server/webpack-runtime.js b/.next/server/webpack-runtime.js index 35312e2..67dc55f 100644 --- a/.next/server/webpack-runtime.js +++ b/.next/server/webpack-runtime.js @@ -130,7 +130,7 @@ /******/ /******/ /* webpack/runtime/getFullHash */ /******/ (() => { -/******/ __webpack_require__.h = () => ("56c9b2cc61f04024") +/******/ __webpack_require__.h = () => ("6323d4b4a98ea250") /******/ })(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ diff --git a/.next/static/chunks/app/layout.js b/.next/static/chunks/app/layout.js index f304d9c..35c68b1 100644 --- a/.next/static/chunks/app/layout.js +++ b/.next/static/chunks/app/layout.js @@ -25,7 +25,7 @@ eval(__webpack_require__.ts("Promise.resolve(/*! import() eager */).then(__webpa /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = (\"edb9e1afdba2\");\nif (true) { module.hot.accept() }\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL3NyYy9zdHlsZXMvdGFpbHdpbmQuY3NzIiwibWFwcGluZ3MiOiI7QUFBQSwrREFBZSxjQUFjO0FBQzdCLElBQUksSUFBVSxJQUFJLGlCQUFpQiIsInNvdXJjZXMiOlsid2VicGFjazovL19OX0UvLi9zcmMvc3R5bGVzL3RhaWx3aW5kLmNzcz83NTBkIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IFwiZWRiOWUxYWZkYmEyXCJcbmlmIChtb2R1bGUuaG90KSB7IG1vZHVsZS5ob3QuYWNjZXB0KCkgfVxuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(app-pages-browser)/./src/styles/tailwind.css\n")); +eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = (\"d8d001526ad3\");\nif (true) { module.hot.accept() }\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL3NyYy9zdHlsZXMvdGFpbHdpbmQuY3NzIiwibWFwcGluZ3MiOiI7QUFBQSwrREFBZSxjQUFjO0FBQzdCLElBQUksSUFBVSxJQUFJLGlCQUFpQiIsInNvdXJjZXMiOlsid2VicGFjazovL19OX0UvLi9zcmMvc3R5bGVzL3RhaWx3aW5kLmNzcz83NTBkIl0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBkZWZhdWx0IFwiZDhkMDAxNTI2YWQzXCJcbmlmIChtb2R1bGUuaG90KSB7IG1vZHVsZS5ob3QuYWNjZXB0KCkgfVxuIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(app-pages-browser)/./src/styles/tailwind.css\n")); /***/ }) diff --git a/.next/static/chunks/app/page.js b/.next/static/chunks/app/page.js index 54e8ba4..5f71ad4 100644 --- a/.next/static/chunks/app/page.js +++ b/.next/static/chunks/app/page.js @@ -299,7 +299,7 @@ eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* har /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; -eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ IndabaOs: function() { return /* binding */ IndabaOs; }\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(app-pages-browser)/./node_modules/next/dist/compiled/react/jsx-dev-runtime.js\");\n/* __next_internal_client_entry_do_not_use__ IndabaOs auto */ \nconst stats = [\n {\n id: 1,\n name: \"A personalized, social and gamified funding platform.\",\n value: \"Adopt a Cause\",\n src: \"/indabaos/adopt.webp\"\n },\n {\n id: 2,\n name: \"For purpose driven citizens.\",\n value: \"World-class Scalable Projects\",\n src: \"/indabaos/sikana.webp\"\n },\n {\n id: 3,\n name: \"For NGOs, Experts & content creators.\",\n value: \"A Contribution System\",\n src: \"/indabaos/freezone.webp\"\n },\n {\n id: 4,\n name: \"For investors & hosts.\",\n value: \"A Funding System\",\n src: \"/indabaos/funding.webp\"\n }\n];\nfunction IndabaOs() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pt-24 pb-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl h-3/4 px-6 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative isolate overflow-hidden bg-white px-6 py-24 lg:py-56 lg:px-8 rounded-2xl min-h-[700px]\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/indabaos/earth.png\",\n className: \"absolute inset-0 -z-10 size-full w-full object-cover\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 20,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 -z-10 bg-black/50 pointer-events-none\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 27,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 top-15 flex justify-center pt-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/indabaos/os_icon.png\",\n className: \"h-35 w-auto\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 31,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 30,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mx-auto max-w-2xl text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-4xl font-medium tracking-tight text-white sm:text-5xl\",\n children: \"IndabaOS\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 40,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-8 text-lg font-light text-pretty text-white sm:text-xl/8\",\n children: \"Introducing the tech infrastructure that invites the world to accelerate the transition toward high quality youth development.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 43,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 39,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mt-10\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4 text-center max-w-5xl mx-auto\",\n children: stats.map((stat)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col items-center bg-white/10 rounded-xl p-6 backdrop-blur-md shadow-md\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n src: stat.src,\n alt: stat.name,\n className: \"h-45 w-45 object-contain rounded-xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 53,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"text-md font-semibold tracking-tight text-white\",\n children: stat.value\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 58,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"text-sm font-light text-white/90 mt-2\",\n children: stat.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 59,\n columnNumber: 19\n }, this)\n ]\n }, stat.id, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 52,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 50,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 49,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 18,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 17,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 16,\n columnNumber: 5\n }, this);\n}\n_c = IndabaOs;\nvar _c;\n$RefreshReg$(_c, \"IndabaOs\");\n\n\n;\n // Wrapped in an IIFE to avoid polluting the global scope\n ;\n (function () {\n var _a, _b;\n // Legacy CSS implementations will `eval` browser code in a Node.js context\n // to extract CSS. For backwards compatibility, we need to check we're in a\n // browser context before continuing.\n if (typeof self !== 'undefined' &&\n // AMP / No-JS mode does not inject these helpers:\n '$RefreshHelpers$' in self) {\n // @ts-ignore __webpack_module__ is global\n var currentExports = module.exports;\n // @ts-ignore __webpack_module__ is global\n var prevSignature = (_b = (_a = module.hot.data) === null || _a === void 0 ? void 0 : _a.prevSignature) !== null && _b !== void 0 ? _b : null;\n // This cannot happen in MainTemplate because the exports mismatch between\n // templating and execution.\n self.$RefreshHelpers$.registerExportsForReactRefresh(currentExports, module.id);\n // A module can be accepted automatically based on its exports, e.g. when\n // it is a Refresh Boundary.\n if (self.$RefreshHelpers$.isReactRefreshBoundary(currentExports)) {\n // Save the previous exports signature on update so we can compare the boundary\n // signatures. We avoid saving exports themselves since it causes memory leaks (https://github.com/vercel/next.js/pull/53797)\n module.hot.dispose(function (data) {\n data.prevSignature =\n self.$RefreshHelpers$.getRefreshBoundarySignature(currentExports);\n });\n // Unconditionally accept an update to this module, we'll check if it's\n // still a Refresh Boundary later.\n // @ts-ignore importMeta is replaced in the loader\n module.hot.accept();\n // This field is set when the previous version of this module was a\n // Refresh Boundary, letting us know we need to check for invalidation or\n // enqueue an update.\n if (prevSignature !== null) {\n // A boundary can become ineligible if its exports are incompatible\n // with the previous exports.\n //\n // For example, if you add/remove/change exports, we'll want to\n // re-execute the importing modules, and force those components to\n // re-render. Similarly, if you convert a class component to a\n // function, we want to invalidate the boundary.\n if (self.$RefreshHelpers$.shouldInvalidateReactRefreshBoundary(prevSignature, self.$RefreshHelpers$.getRefreshBoundarySignature(currentExports))) {\n module.hot.invalidate();\n }\n else {\n self.$RefreshHelpers$.scheduleUpdate();\n }\n }\n }\n else {\n // Since we just executed the code for the module, it's possible that the\n // new exports made it ineligible for being a boundary.\n // We only care about the case when we were _previously_ a boundary,\n // because we already accepted this update (accidental side effect).\n var isNoLongerABoundary = prevSignature !== null;\n if (isNoLongerABoundary) {\n module.hot.invalidate();\n }\n }\n }\n })();\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL3NyYy9jb21wb25lbnRzL2luZGFiYW9zLnRzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7QUFNQSxNQUFNQSxRQUFRO0lBQ1o7UUFBRUMsSUFBSTtRQUFHQyxNQUFNO1FBQXlEQyxPQUFPO1FBQWlCQyxLQUFLO0lBQXVCO0lBQzVIO1FBQUVILElBQUk7UUFBR0MsTUFBTTtRQUFnQ0MsT0FBTztRQUFpQ0MsS0FBSztJQUF3QjtJQUNwSDtRQUFFSCxJQUFJO1FBQUdDLE1BQU07UUFBeUNDLE9BQU87UUFBeUJDLEtBQUs7SUFBMEI7SUFDdkg7UUFBRUgsSUFBSTtRQUFHQyxNQUFNO1FBQTBCQyxPQUFPO1FBQW9CQyxLQUFLO0lBQXlCO0NBQ25HO0FBRU0sU0FBU0M7SUFDZCxxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTtrQkFDYiw0RUFBQ0Q7WUFBSUMsV0FBVTtzQkFDYiw0RUFBQ0Q7Z0JBQUlDLFdBQVU7O2tDQUViLDhEQUFDQzt3QkFDQ0MsS0FBSTt3QkFDSkwsS0FBSTt3QkFDSkcsV0FBVTs7Ozs7O2tDQUlaLDhEQUFDRDt3QkFBSUMsV0FBVTs7Ozs7O2tDQUdmLDhEQUFDRDt3QkFBSUMsV0FBVTtrQ0FDYiw0RUFBQ0M7NEJBQ0NDLEtBQUk7NEJBQ0pMLEtBQUk7NEJBQ0pHLFdBQVU7Ozs7Ozs7Ozs7O2tDQUtkLDhEQUFDRDt3QkFBSUMsV0FBVTs7MENBQ2IsOERBQUNHO2dDQUFHSCxXQUFVOzBDQUE2RDs7Ozs7OzBDQUczRSw4REFBQ0k7Z0NBQUVKLFdBQVU7MENBQThEOzs7Ozs7Ozs7Ozs7a0NBTTdFLDhEQUFDRDt3QkFBSUMsV0FBVTtrQ0FDYiw0RUFBQ0s7NEJBQUdMLFdBQVU7c0NBQ1hQLE1BQU1hLEdBQUcsQ0FBQyxDQUFDQyxxQkFDViw4REFBQ1I7b0NBQWtCQyxXQUFVOztzREFDM0IsOERBQUNDOzRDQUNDSixLQUFLVSxLQUFLVixHQUFHOzRDQUNiSyxLQUFLSyxLQUFLWixJQUFJOzRDQUNkSyxXQUFVOzs7Ozs7c0RBRVosOERBQUNROzRDQUFHUixXQUFVO3NEQUFtRE8sS0FBS1gsS0FBSzs7Ozs7O3NEQUMzRSw4REFBQ2E7NENBQUdULFdBQVU7c0RBQXlDTyxLQUFLWixJQUFJOzs7Ozs7O21DQVB4RFksS0FBS2IsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQWdCakM7S0F0RGdCSSIsInNvdXJjZXMiOlsid2VicGFjazovL19OX0UvLi9zcmMvY29tcG9uZW50cy9pbmRhYmFvcy50c3g/YmMzNyJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJy4vYnV0dG9uJ1xuaW1wb3J0IHsgSGVhZGluZywgU3ViaGVhZGluZyB9IGZyb20gJy4vdGV4dCdcbmltcG9ydCB7IGNsc3ggfSBmcm9tICdjbHN4J1xuaW1wb3J0IHsgQ2hldnJvblJpZ2h0SWNvbiB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMjAvc29saWQnICAgICAgICAgICAgXG5cbmNvbnN0IHN0YXRzID0gW1xuICB7IGlkOiAxLCBuYW1lOiAnQSBwZXJzb25hbGl6ZWQsIHNvY2lhbCBhbmQgZ2FtaWZpZWQgZnVuZGluZyBwbGF0Zm9ybS4nLCB2YWx1ZTogJ0Fkb3B0IGEgQ2F1c2UnLCBzcmM6ICcvaW5kYWJhb3MvYWRvcHQud2VicCcgfSxcbiAgeyBpZDogMiwgbmFtZTogJ0ZvciBwdXJwb3NlIGRyaXZlbiBjaXRpemVucy4nLCB2YWx1ZTogJ1dvcmxkLWNsYXNzIFNjYWxhYmxlIFByb2plY3RzJywgc3JjOiAnL2luZGFiYW9zL3Npa2FuYS53ZWJwJyB9LFxuICB7IGlkOiAzLCBuYW1lOiAnRm9yIE5HT3MsIEV4cGVydHMgJiBjb250ZW50IGNyZWF0b3JzLicsIHZhbHVlOiAnQSBDb250cmlidXRpb24gU3lzdGVtJywgc3JjOiAnL2luZGFiYW9zL2ZyZWV6b25lLndlYnAnIH0sXG4gIHsgaWQ6IDQsIG5hbWU6ICdGb3IgaW52ZXN0b3JzICYgaG9zdHMuJywgdmFsdWU6ICdBIEZ1bmRpbmcgU3lzdGVtJywgc3JjOiAnL2luZGFiYW9zL2Z1bmRpbmcud2VicCcgfSxcbl1cblxuZXhwb3J0IGZ1bmN0aW9uIEluZGFiYU9zKCkge1xuICByZXR1cm4gKFxuICAgIDxkaXYgY2xhc3NOYW1lPVwicHQtMjQgcGItMjRcIj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgaC0zLzQgcHgtNiBsZzpweC04XCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaXNvbGF0ZSBvdmVyZmxvdy1oaWRkZW4gYmctd2hpdGUgcHgtNiBweS0yNCBsZzpweS01NiBsZzpweC04IHJvdW5kZWQtMnhsIG1pbi1oLVs3MDBweF1cIj5cbiAgICAgICAgICB7LyogQmFja2dyb3VuZCBpbWFnZSAqL31cbiAgICAgICAgICA8aW1nXG4gICAgICAgICAgICBhbHQ9XCJcIlxuICAgICAgICAgICAgc3JjPVwiL2luZGFiYW9zL2VhcnRoLnBuZ1wiXG4gICAgICAgICAgICBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0wIC16LTEwIHNpemUtZnVsbCB3LWZ1bGwgb2JqZWN0LWNvdmVyXCJcbiAgICAgICAgICAvPlxuXG4gICAgICAgICAgey8qIERhcmsgb3ZlcmxheSBvbiBpbWFnZSAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgLXotMTAgYmctYmxhY2svNTAgcG9pbnRlci1ldmVudHMtbm9uZVwiIC8+XG5cbiAgICAgICAgICB7LyogT1MgaWNvbiAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LXgtMCB0b3AtMTUgZmxleCBqdXN0aWZ5LWNlbnRlciBwdC04XCI+XG4gICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgIGFsdD1cIlwiXG4gICAgICAgICAgICAgIHNyYz1cIi9pbmRhYmFvcy9vc19pY29uLnBuZ1wiXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtMzUgdy1hdXRvXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICB7LyogVGV4dCBjb250ZW50ICovfVxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgei0xMCBteC1hdXRvIG1heC13LTJ4bCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtNHhsIGZvbnQtbWVkaXVtIHRyYWNraW5nLXRpZ2h0IHRleHQtd2hpdGUgc206dGV4dC01eGxcIj5cbiAgICAgICAgICAgICAgSW5kYWJhT1NcbiAgICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC04IHRleHQtbGcgZm9udC1saWdodCB0ZXh0LXByZXR0eSB0ZXh0LXdoaXRlIHNtOnRleHQteGwvOFwiPlxuICAgICAgICAgICAgICBJbnRyb2R1Y2luZyB0aGUgdGVjaCBpbmZyYXN0cnVjdHVyZSB0aGF0IGludml0ZXMgdGhlIHdvcmxkIHRvIGFjY2VsZXJhdGUgdGhlIHRyYW5zaXRpb24gdG93YXJkIGhpZ2ggcXVhbGl0eSB5b3V0aCBkZXZlbG9wbWVudC5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgIHsvKiBTdGF0cyBpbnRlZ3JhdGVkIGludG8gYmFja2dyb3VuZCAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIHotMTAgbXQtMTBcIj5cbiAgICAgICAgICAgIDxkbCBjbGFzc05hbWU9XCJncmlkIGdyaWQtY29scy0xIGdhcC00IHNtOmdyaWQtY29scy0yIGxnOmdyaWQtY29scy00IHRleHQtY2VudGVyIG1heC13LTV4bCBteC1hdXRvXCI+XG4gICAgICAgICAgICAgIHtzdGF0cy5tYXAoKHN0YXQpID0+IChcbiAgICAgICAgICAgICAgICA8ZGl2IGtleT17c3RhdC5pZH0gY2xhc3NOYW1lPVwiZmxleCBmbGV4LWNvbCBpdGVtcy1jZW50ZXIgYmctd2hpdGUvMTAgcm91bmRlZC14bCBwLTYgYmFja2Ryb3AtYmx1ci1tZCBzaGFkb3ctbWRcIj5cbiAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgc3JjPXtzdGF0LnNyY31cbiAgICAgICAgICAgICAgICAgICAgYWx0PXtzdGF0Lm5hbWV9XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtNDUgdy00NSBvYmplY3QtY29udGFpbiByb3VuZGVkLXhsXCJcbiAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICA8ZGQgY2xhc3NOYW1lPVwidGV4dC1tZCBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtd2hpdGVcIj57c3RhdC52YWx1ZX08L2RkPlxuICAgICAgICAgICAgICAgICAgPGR0IGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1saWdodCB0ZXh0LXdoaXRlLzkwIG10LTJcIj57c3RhdC5uYW1lfTwvZHQ+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kbD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbInN0YXRzIiwiaWQiLCJuYW1lIiwidmFsdWUiLCJzcmMiLCJJbmRhYmFPcyIsImRpdiIsImNsYXNzTmFtZSIsImltZyIsImFsdCIsImgyIiwicCIsImRsIiwibWFwIiwic3RhdCIsImRkIiwiZHQiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(app-pages-browser)/./src/components/indabaos.tsx\n")); +eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ IndabaOs: function() { return /* binding */ IndabaOs; }\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"(app-pages-browser)/./node_modules/next/dist/compiled/react/jsx-dev-runtime.js\");\n/* __next_internal_client_entry_do_not_use__ IndabaOs auto */ \nconst stats = [\n {\n id: 1,\n name: \"A personalized, social and gamified funding platform.\",\n value: \"Adopt a Cause\",\n src: \"/indabaos/adopt.webp\"\n },\n {\n id: 2,\n name: \"For purpose driven citizens.\",\n value: \"World-class Scalable Projects\",\n src: \"/indabaos/sikana.webp\"\n },\n {\n id: 3,\n name: \"For NGOs, Experts & content creators.\",\n value: \"A Contribution System\",\n src: \"/indabaos/freezone.webp\"\n },\n {\n id: 4,\n name: \"For investors & hosts.\",\n value: \"A Funding System\",\n src: \"/indabaos/funding.webp\"\n }\n];\nfunction IndabaOs() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"pt-24 pb-24\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"mx-auto max-w-7xl h-3/4 px-6 lg:px-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative isolate overflow-hidden bg-white px-6 py-24 lg:py-45 lg:px-8 rounded-2xl min-h-[700px]\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/indabaos/earth.png\",\n className: \"absolute inset-0 -z-15 size-full w-full object-cover\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 20,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-0 -z-10 bg-black/50 pointer-events-none\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 27,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"absolute inset-x-0 top-15 flex justify-center pt-8\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n alt: \"\",\n src: \"/indabaos/os_icon.png\",\n className: \"h-35 w-auto\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 31,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 30,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mx-auto max-w-2xl mt-10 text-center\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"h2\", {\n className: \"text-4xl font-medium tracking-tight text-white sm:text-5xl\",\n children: \"IndabaOS\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 40,\n columnNumber: 13\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"p\", {\n className: \"mt-4 text-lg font-light text-pretty text-white sm:text-xl/8\",\n children: \"Introducing the tech infrastructure that invites the world to accelerate the transition toward high quality youth development.\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 43,\n columnNumber: 13\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 39,\n columnNumber: 11\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"relative z-10 mt-16\",\n children: /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dl\", {\n className: \"grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-4 text-center max-w-5xl mx-auto\",\n children: stats.map((stat)=>/*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"div\", {\n className: \"flex flex-col items-center bg-white/10 rounded-xl p-6 backdrop-blur-md shadow-md\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"img\", {\n src: stat.src,\n alt: stat.name,\n className: \"h-45 w-45 object-contain rounded-xl\"\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 53,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dd\", {\n className: \"text-md font-semibold tracking-tight text-white\",\n children: stat.value\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 58,\n columnNumber: 19\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"dt\", {\n className: \"text-sm font-light text-white/90 mt-2\",\n children: stat.name\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 59,\n columnNumber: 19\n }, this)\n ]\n }, stat.id, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 52,\n columnNumber: 17\n }, this))\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 50,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 49,\n columnNumber: 11\n }, this)\n ]\n }, void 0, true, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 18,\n columnNumber: 9\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 17,\n columnNumber: 7\n }, this)\n }, void 0, false, {\n fileName: \"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx\",\n lineNumber: 16,\n columnNumber: 5\n }, this);\n}\n_c = IndabaOs;\nvar _c;\n$RefreshReg$(_c, \"IndabaOs\");\n\n\n;\n // Wrapped in an IIFE to avoid polluting the global scope\n ;\n (function () {\n var _a, _b;\n // Legacy CSS implementations will `eval` browser code in a Node.js context\n // to extract CSS. For backwards compatibility, we need to check we're in a\n // browser context before continuing.\n if (typeof self !== 'undefined' &&\n // AMP / No-JS mode does not inject these helpers:\n '$RefreshHelpers$' in self) {\n // @ts-ignore __webpack_module__ is global\n var currentExports = module.exports;\n // @ts-ignore __webpack_module__ is global\n var prevSignature = (_b = (_a = module.hot.data) === null || _a === void 0 ? void 0 : _a.prevSignature) !== null && _b !== void 0 ? _b : null;\n // This cannot happen in MainTemplate because the exports mismatch between\n // templating and execution.\n self.$RefreshHelpers$.registerExportsForReactRefresh(currentExports, module.id);\n // A module can be accepted automatically based on its exports, e.g. when\n // it is a Refresh Boundary.\n if (self.$RefreshHelpers$.isReactRefreshBoundary(currentExports)) {\n // Save the previous exports signature on update so we can compare the boundary\n // signatures. We avoid saving exports themselves since it causes memory leaks (https://github.com/vercel/next.js/pull/53797)\n module.hot.dispose(function (data) {\n data.prevSignature =\n self.$RefreshHelpers$.getRefreshBoundarySignature(currentExports);\n });\n // Unconditionally accept an update to this module, we'll check if it's\n // still a Refresh Boundary later.\n // @ts-ignore importMeta is replaced in the loader\n module.hot.accept();\n // This field is set when the previous version of this module was a\n // Refresh Boundary, letting us know we need to check for invalidation or\n // enqueue an update.\n if (prevSignature !== null) {\n // A boundary can become ineligible if its exports are incompatible\n // with the previous exports.\n //\n // For example, if you add/remove/change exports, we'll want to\n // re-execute the importing modules, and force those components to\n // re-render. Similarly, if you convert a class component to a\n // function, we want to invalidate the boundary.\n if (self.$RefreshHelpers$.shouldInvalidateReactRefreshBoundary(prevSignature, self.$RefreshHelpers$.getRefreshBoundarySignature(currentExports))) {\n module.hot.invalidate();\n }\n else {\n self.$RefreshHelpers$.scheduleUpdate();\n }\n }\n }\n else {\n // Since we just executed the code for the module, it's possible that the\n // new exports made it ineligible for being a boundary.\n // We only care about the case when we were _previously_ a boundary,\n // because we already accepted this update (accidental side effect).\n var isNoLongerABoundary = prevSignature !== null;\n if (isNoLongerABoundary) {\n module.hot.invalidate();\n }\n }\n }\n })();\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiKGFwcC1wYWdlcy1icm93c2VyKS8uL3NyYy9jb21wb25lbnRzL2luZGFiYW9zLnRzeCIsIm1hcHBpbmdzIjoiOzs7Ozs7QUFNQSxNQUFNQSxRQUFRO0lBQ1o7UUFBRUMsSUFBSTtRQUFHQyxNQUFNO1FBQXlEQyxPQUFPO1FBQWlCQyxLQUFLO0lBQXVCO0lBQzVIO1FBQUVILElBQUk7UUFBR0MsTUFBTTtRQUFnQ0MsT0FBTztRQUFpQ0MsS0FBSztJQUF3QjtJQUNwSDtRQUFFSCxJQUFJO1FBQUdDLE1BQU07UUFBeUNDLE9BQU87UUFBeUJDLEtBQUs7SUFBMEI7SUFDdkg7UUFBRUgsSUFBSTtRQUFHQyxNQUFNO1FBQTBCQyxPQUFPO1FBQW9CQyxLQUFLO0lBQXlCO0NBQ25HO0FBRU0sU0FBU0M7SUFDZCxxQkFDRSw4REFBQ0M7UUFBSUMsV0FBVTtrQkFDYiw0RUFBQ0Q7WUFBSUMsV0FBVTtzQkFDYiw0RUFBQ0Q7Z0JBQUlDLFdBQVU7O2tDQUViLDhEQUFDQzt3QkFDQ0MsS0FBSTt3QkFDSkwsS0FBSTt3QkFDSkcsV0FBVTs7Ozs7O2tDQUlaLDhEQUFDRDt3QkFBSUMsV0FBVTs7Ozs7O2tDQUdmLDhEQUFDRDt3QkFBSUMsV0FBVTtrQ0FDYiw0RUFBQ0M7NEJBQ0NDLEtBQUk7NEJBQ0pMLEtBQUk7NEJBQ0pHLFdBQVU7Ozs7Ozs7Ozs7O2tDQUtkLDhEQUFDRDt3QkFBSUMsV0FBVTs7MENBQ2IsOERBQUNHO2dDQUFHSCxXQUFVOzBDQUE2RDs7Ozs7OzBDQUczRSw4REFBQ0k7Z0NBQUVKLFdBQVU7MENBQThEOzs7Ozs7Ozs7Ozs7a0NBTTdFLDhEQUFDRDt3QkFBSUMsV0FBVTtrQ0FDYiw0RUFBQ0s7NEJBQUdMLFdBQVU7c0NBQ1hQLE1BQU1hLEdBQUcsQ0FBQyxDQUFDQyxxQkFDViw4REFBQ1I7b0NBQWtCQyxXQUFVOztzREFDM0IsOERBQUNDOzRDQUNDSixLQUFLVSxLQUFLVixHQUFHOzRDQUNiSyxLQUFLSyxLQUFLWixJQUFJOzRDQUNkSyxXQUFVOzs7Ozs7c0RBRVosOERBQUNROzRDQUFHUixXQUFVO3NEQUFtRE8sS0FBS1gsS0FBSzs7Ozs7O3NEQUMzRSw4REFBQ2E7NENBQUdULFdBQVU7c0RBQXlDTyxLQUFLWixJQUFJOzs7Ozs7O21DQVB4RFksS0FBS2IsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQWdCakM7S0F0RGdCSSIsInNvdXJjZXMiOlsid2VicGFjazovL19OX0UvLi9zcmMvY29tcG9uZW50cy9pbmRhYmFvcy50c3g/YmMzNyJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIGNsaWVudCdcbmltcG9ydCB7IEJ1dHRvbiB9IGZyb20gJy4vYnV0dG9uJ1xuaW1wb3J0IHsgSGVhZGluZywgU3ViaGVhZGluZyB9IGZyb20gJy4vdGV4dCdcbmltcG9ydCB7IGNsc3ggfSBmcm9tICdjbHN4J1xuaW1wb3J0IHsgQ2hldnJvblJpZ2h0SWNvbiB9IGZyb20gJ0BoZXJvaWNvbnMvcmVhY3QvMjAvc29saWQnICAgICAgICAgICAgXG5cbmNvbnN0IHN0YXRzID0gW1xuICB7IGlkOiAxLCBuYW1lOiAnQSBwZXJzb25hbGl6ZWQsIHNvY2lhbCBhbmQgZ2FtaWZpZWQgZnVuZGluZyBwbGF0Zm9ybS4nLCB2YWx1ZTogJ0Fkb3B0IGEgQ2F1c2UnLCBzcmM6ICcvaW5kYWJhb3MvYWRvcHQud2VicCcgfSxcbiAgeyBpZDogMiwgbmFtZTogJ0ZvciBwdXJwb3NlIGRyaXZlbiBjaXRpemVucy4nLCB2YWx1ZTogJ1dvcmxkLWNsYXNzIFNjYWxhYmxlIFByb2plY3RzJywgc3JjOiAnL2luZGFiYW9zL3Npa2FuYS53ZWJwJyB9LFxuICB7IGlkOiAzLCBuYW1lOiAnRm9yIE5HT3MsIEV4cGVydHMgJiBjb250ZW50IGNyZWF0b3JzLicsIHZhbHVlOiAnQSBDb250cmlidXRpb24gU3lzdGVtJywgc3JjOiAnL2luZGFiYW9zL2ZyZWV6b25lLndlYnAnIH0sXG4gIHsgaWQ6IDQsIG5hbWU6ICdGb3IgaW52ZXN0b3JzICYgaG9zdHMuJywgdmFsdWU6ICdBIEZ1bmRpbmcgU3lzdGVtJywgc3JjOiAnL2luZGFiYW9zL2Z1bmRpbmcud2VicCcgfSxcbl1cblxuZXhwb3J0IGZ1bmN0aW9uIEluZGFiYU9zKCkge1xuICByZXR1cm4gKFxuICAgIDxkaXYgY2xhc3NOYW1lPVwicHQtMjQgcGItMjRcIj5cbiAgICAgIDxkaXYgY2xhc3NOYW1lPVwibXgtYXV0byBtYXgtdy03eGwgaC0zLzQgcHgtNiBsZzpweC04XCI+XG4gICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgaXNvbGF0ZSBvdmVyZmxvdy1oaWRkZW4gYmctd2hpdGUgcHgtNiBweS0yNCBsZzpweS00NSBsZzpweC04IHJvdW5kZWQtMnhsIG1pbi1oLVs3MDBweF1cIj5cbiAgICAgICAgICB7LyogQmFja2dyb3VuZCBpbWFnZSAqL31cbiAgICAgICAgICA8aW1nXG4gICAgICAgICAgICBhbHQ9XCJcIlxuICAgICAgICAgICAgc3JjPVwiL2luZGFiYW9zL2VhcnRoLnBuZ1wiXG4gICAgICAgICAgICBjbGFzc05hbWU9XCJhYnNvbHV0ZSBpbnNldC0wIC16LTE1IHNpemUtZnVsbCB3LWZ1bGwgb2JqZWN0LWNvdmVyXCJcbiAgICAgICAgICAvPlxuXG4gICAgICAgICAgey8qIERhcmsgb3ZlcmxheSBvbiBpbWFnZSAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LTAgLXotMTAgYmctYmxhY2svNTAgcG9pbnRlci1ldmVudHMtbm9uZVwiIC8+XG5cbiAgICAgICAgICB7LyogT1MgaWNvbiAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImFic29sdXRlIGluc2V0LXgtMCB0b3AtMTUgZmxleCBqdXN0aWZ5LWNlbnRlciBwdC04XCI+XG4gICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgIGFsdD1cIlwiXG4gICAgICAgICAgICAgIHNyYz1cIi9pbmRhYmFvcy9vc19pY29uLnBuZ1wiXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtMzUgdy1hdXRvXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgICB7LyogVGV4dCBjb250ZW50ICovfVxuICAgICAgICAgIDxkaXYgY2xhc3NOYW1lPVwicmVsYXRpdmUgei0xMCBteC1hdXRvIG1heC13LTJ4bCBtdC0xMCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgICAgPGgyIGNsYXNzTmFtZT1cInRleHQtNHhsIGZvbnQtbWVkaXVtIHRyYWNraW5nLXRpZ2h0IHRleHQtd2hpdGUgc206dGV4dC01eGxcIj5cbiAgICAgICAgICAgICAgSW5kYWJhT1NcbiAgICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgICA8cCBjbGFzc05hbWU9XCJtdC00IHRleHQtbGcgZm9udC1saWdodCB0ZXh0LXByZXR0eSB0ZXh0LXdoaXRlIHNtOnRleHQteGwvOFwiPlxuICAgICAgICAgICAgICBJbnRyb2R1Y2luZyB0aGUgdGVjaCBpbmZyYXN0cnVjdHVyZSB0aGF0IGludml0ZXMgdGhlIHdvcmxkIHRvIGFjY2VsZXJhdGUgdGhlIHRyYW5zaXRpb24gdG93YXJkIGhpZ2ggcXVhbGl0eSB5b3V0aCBkZXZlbG9wbWVudC5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgIHsvKiBTdGF0cyBpbnRlZ3JhdGVkIGludG8gYmFja2dyb3VuZCAqL31cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cInJlbGF0aXZlIHotMTAgbXQtMTZcIj5cbiAgICAgICAgICAgIDxkbCBjbGFzc05hbWU9XCJncmlkIGdyaWQtY29scy0xIGdhcC02IHNtOmdyaWQtY29scy0yIGxnOmdyaWQtY29scy00IHRleHQtY2VudGVyIG1heC13LTV4bCBteC1hdXRvXCI+XG4gICAgICAgICAgICAgIHtzdGF0cy5tYXAoKHN0YXQpID0+IChcbiAgICAgICAgICAgICAgICA8ZGl2IGtleT17c3RhdC5pZH0gY2xhc3NOYW1lPVwiZmxleCBmbGV4LWNvbCBpdGVtcy1jZW50ZXIgYmctd2hpdGUvMTAgcm91bmRlZC14bCBwLTYgYmFja2Ryb3AtYmx1ci1tZCBzaGFkb3ctbWRcIj5cbiAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgc3JjPXtzdGF0LnNyY31cbiAgICAgICAgICAgICAgICAgICAgYWx0PXtzdGF0Lm5hbWV9XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cImgtNDUgdy00NSBvYmplY3QtY29udGFpbiByb3VuZGVkLXhsXCJcbiAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICA8ZGQgY2xhc3NOYW1lPVwidGV4dC1tZCBmb250LXNlbWlib2xkIHRyYWNraW5nLXRpZ2h0IHRleHQtd2hpdGVcIj57c3RhdC52YWx1ZX08L2RkPlxuICAgICAgICAgICAgICAgICAgPGR0IGNsYXNzTmFtZT1cInRleHQtc20gZm9udC1saWdodCB0ZXh0LXdoaXRlLzkwIG10LTJcIj57c3RhdC5uYW1lfTwvZHQ+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICkpfVxuICAgICAgICAgICAgPC9kbD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgKVxufVxuIl0sIm5hbWVzIjpbInN0YXRzIiwiaWQiLCJuYW1lIiwidmFsdWUiLCJzcmMiLCJJbmRhYmFPcyIsImRpdiIsImNsYXNzTmFtZSIsImltZyIsImFsdCIsImgyIiwicCIsImRsIiwibWFwIiwic3RhdCIsImRkIiwiZHQiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///(app-pages-browser)/./src/components/indabaos.tsx\n")); /***/ }), diff --git a/.next/static/chunks/webpack.js b/.next/static/chunks/webpack.js index 51d453f..1ddd895 100644 --- a/.next/static/chunks/webpack.js +++ b/.next/static/chunks/webpack.js @@ -192,7 +192,7 @@ /******/ /******/ /* webpack/runtime/getFullHash */ /******/ !function() { -/******/ __webpack_require__.h = function() { return "4c594765be1ca7b3"; } +/******/ __webpack_require__.h = function() { return "b0ff53148ab83c56"; } /******/ }(); /******/ /******/ /* webpack/runtime/global */ diff --git a/.next/static/css/app/layout.css b/.next/static/css/app/layout.css index 6ab7c99..5aa36bc 100644 --- a/.next/static/css/app/layout.css +++ b/.next/static/css/app/layout.css @@ -349,15 +349,24 @@ .-z-10 { z-index: calc(10 * -1); } + .-z-15 { + z-index: calc(15 * -1); + } .z-0 { z-index: 0; } .z-10 { z-index: 10; } + .z-15 { + z-index: 15; + } .z-20 { z-index: 20; } + .z-30 { + z-index: 30; + } .order-first { order: -9999; } @@ -1051,6 +1060,9 @@ .bg-indigo-500 { background-color: var(--color-indigo-500); } + .bg-indigo-600 { + background-color: var(--color-indigo-600); + } .bg-indigo-800\/35 { background-color: color-mix(in srgb, oklch(39.8% 0.195 277.366) 35%, transparent); @supports (color: color-mix(in lab, red, red)) { @@ -1428,6 +1440,9 @@ .px-3 { padding-inline: calc(var(--spacing) * 3); } + .px-3\.5 { + padding-inline: calc(var(--spacing) * 3.5); + } .px-4 { padding-inline: calc(var(--spacing) * 4); } @@ -1446,6 +1461,9 @@ .py-1\.5 { padding-block: calc(var(--spacing) * 1.5); } + .py-2\.5 { + padding-block: calc(var(--spacing) * 2.5); + } .py-3 { padding-block: calc(var(--spacing) * 3); } @@ -1455,6 +1473,9 @@ .py-10 { padding-block: calc(var(--spacing) * 10); } + .py-12 { + padding-block: calc(var(--spacing) * 12); + } .py-24 { padding-block: calc(var(--spacing) * 24); } @@ -1527,6 +1548,9 @@ .pb-24 { padding-bottom: calc(var(--spacing) * 24); } + .pb-32 { + padding-bottom: calc(var(--spacing) * 32); + } .pl-2 { padding-left: calc(var(--spacing) * 2); } @@ -1603,6 +1627,10 @@ font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); } + .text-lg\/8 { + font-size: var(--text-lg); + line-height: calc(var(--spacing) * 8); + } .text-sm { font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); @@ -2162,6 +2190,13 @@ padding-bottom: calc(calc(var(--spacing) * 2) + 1px); } } + .hover\:bg-indigo-500 { + &:hover { + @media (hover: hover) { + background-color: var(--color-indigo-500); + } + } + } .hover\:text-gray-600 { &:hover { @media (hover: hover) { @@ -2169,6 +2204,22 @@ } } } + .focus-visible\:outline-2 { + &:focus-visible { + outline-style: var(--tw-outline-style); + outline-width: 2px; + } + } + .focus-visible\:outline-offset-2 { + &:focus-visible { + outline-offset: 2px; + } + } + .focus-visible\:outline-indigo-600 { + &:focus-visible { + outline-color: var(--color-indigo-600); + } + } .has-\[br\]\:mb-8 { &:has(*:is(br)) { margin-bottom: calc(var(--spacing) * 8); @@ -2575,6 +2626,16 @@ padding: calc(var(--spacing) * 12); } } + .sm\:px-6 { + @media (width >= 40rem) { + padding-inline: calc(var(--spacing) * 6); + } + } + .sm\:py-32 { + @media (width >= 40rem) { + padding-block: calc(var(--spacing) * 32); + } + } .sm\:pt-16 { @media (width >= 40rem) { padding-top: calc(var(--spacing) * 16); @@ -2835,6 +2896,21 @@ padding-inline: calc(var(--spacing) * 16); } } + .lg\:py-24 { + @media (width >= 64rem) { + padding-block: calc(var(--spacing) * 24); + } + } + .lg\:py-32 { + @media (width >= 64rem) { + padding-block: calc(var(--spacing) * 32); + } + } + .lg\:py-45 { + @media (width >= 64rem) { + padding-block: calc(var(--spacing) * 45); + } + } .lg\:py-56 { @media (width >= 64rem) { padding-block: calc(var(--spacing) * 56); diff --git a/.next/static/development/_buildManifest.js b/.next/static/development/_buildManifest.js index 982f699..fe9d3a9 100644 --- a/.next/static/development/_buildManifest.js +++ b/.next/static/development/_buildManifest.js @@ -1 +1 @@ -self.__BUILD_MANIFEST = {__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},sortedPages:["\u002F_app"]};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() \ No newline at end of file +self.__BUILD_MANIFEST = {__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/_error":["static\u002Fchunks\u002Fpages\u002F_error.js"],sortedPages:["\u002F_app","\u002F_error"]};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB() \ No newline at end of file diff --git a/.next/trace b/.next/trace index b340b9b..3feaab0 100644 --- a/.next/trace +++ b/.next/trace @@ -4,3 +4,56 @@ [{"name":"handle-request","duration":4602168,"timestamp":358137165220,"id":115,"tags":{"url":"/","isTurbopack":false},"startTime":1749572945560,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358141767838,"id":178,"parentId":115,"tags":{"url":"/","memory.rss":"369524736","memory.heapUsed":"278726416","memory.heapTotal":"313294848"},"startTime":1749572950162,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":47455,"timestamp":358142295398,"id":188,"parentId":187,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749572950690,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":65623,"timestamp":358142296638,"id":192,"parentId":187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749572950691,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":22152,"timestamp":358142348561,"id":196,"parentId":195,"tags":{},"startTime":1749572950743,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":169400,"timestamp":358142370916,"id":198,"parentId":197,"tags":{},"startTime":1749572950765,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":172194,"timestamp":358142370824,"id":197,"parentId":195,"tags":{},"startTime":1749572950765,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":64317,"timestamp":358142543081,"id":199,"parentId":195,"tags":{"astUsed":"true"},"startTime":1749572950937,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":266742,"timestamp":358142348070,"id":195,"parentId":194,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749572950742,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":326541,"timestamp":358142296463,"id":189,"parentId":187,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749572950691,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":309747,"timestamp":358142334751,"id":194,"parentId":186,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749572950729,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":112,"timestamp":358142649942,"id":200,"parentId":194,"tags":{},"startTime":1749572951044,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":353751,"timestamp":358142296602,"id":191,"parentId":187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749572950691,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":388635,"timestamp":358142296571,"id":190,"parentId":187,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749572950691,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":861431,"timestamp":358142298931,"id":193,"parentId":187,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!"},"startTime":1749572950693,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":880951,"timestamp":358142279471,"id":187,"parentId":186,"tags":{},"startTime":1749572950674,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":8528,"timestamp":358143189501,"id":202,"parentId":201,"tags":{},"startTime":1749572951584,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":29,"timestamp":358143198114,"id":204,"parentId":201,"tags":{},"startTime":1749572951592,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":273,"timestamp":358143198367,"id":205,"parentId":201,"tags":{},"startTime":1749572951593,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":18,"timestamp":358143198687,"id":206,"parentId":201,"tags":{},"startTime":1749572951593,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":22,"timestamp":358143198861,"id":207,"parentId":201,"tags":{},"startTime":1749572951593,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":6675,"timestamp":358143198085,"id":203,"parentId":201,"tags":{},"startTime":1749572951592,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2032,"timestamp":358143212073,"id":208,"parentId":201,"tags":{},"startTime":1749572951606,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6921,"timestamp":358143214141,"id":209,"parentId":201,"tags":{},"startTime":1749572951608,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":12085,"timestamp":358143226090,"id":210,"parentId":201,"tags":{},"startTime":1749572951620,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":296,"timestamp":358143238172,"id":211,"parentId":201,"tags":{},"startTime":1749572951632,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":224,"timestamp":358143238444,"id":212,"parentId":201,"tags":{},"startTime":1749572951633,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":26664,"timestamp":358143238680,"id":213,"parentId":201,"tags":{},"startTime":1749572951633,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":234,"timestamp":358143268901,"id":215,"parentId":186,"tags":{},"startTime":1749572951663,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":707,"timestamp":358143268456,"id":214,"parentId":186,"tags":{},"startTime":1749572951663,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":98909,"timestamp":358143176341,"id":201,"parentId":186,"tags":{},"startTime":1749572951571,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":996760,"timestamp":358142278567,"id":186,"parentId":183,"tags":{"name":"client"},"startTime":1749572950673,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":18265,"timestamp":358143275368,"id":216,"parentId":183,"tags":{},"startTime":1749572951670,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1023959,"timestamp":358142271041,"id":183,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749572950665,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":270020,"timestamp":358143315709,"id":219,"parentId":218,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749572951710,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":270789,"timestamp":358143315792,"id":220,"parentId":218,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749572951710,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":385003,"timestamp":358143306029,"id":218,"parentId":217,"tags":{},"startTime":1749572951700,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":5920,"timestamp":358143725976,"id":229,"parentId":228,"tags":{},"startTime":1749572952120,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":12,"timestamp":358143731951,"id":231,"parentId":228,"tags":{},"startTime":1749572952126,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":8505,"timestamp":358143732109,"id":232,"parentId":228,"tags":{},"startTime":1749572952126,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":18,"timestamp":358143740664,"id":233,"parentId":228,"tags":{},"startTime":1749572952135,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":13,"timestamp":358143740717,"id":234,"parentId":228,"tags":{},"startTime":1749572952135,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":14779,"timestamp":358143731932,"id":230,"parentId":228,"tags":{},"startTime":1749572952126,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1244,"timestamp":358143756267,"id":235,"parentId":228,"tags":{},"startTime":1749572952150,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":3862,"timestamp":358143757533,"id":236,"parentId":228,"tags":{},"startTime":1749572952152,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3377,"timestamp":358143764847,"id":237,"parentId":228,"tags":{},"startTime":1749572952159,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":143,"timestamp":358143768222,"id":238,"parentId":228,"tags":{},"startTime":1749572952162,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":265,"timestamp":358143768347,"id":239,"parentId":228,"tags":{},"startTime":1749572952163,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":599,"timestamp":358143768619,"id":240,"parentId":228,"tags":{},"startTime":1749572952163,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":59600,"timestamp":358143713778,"id":228,"parentId":217,"tags":{},"startTime":1749572952108,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":473559,"timestamp":358143304393,"id":217,"parentId":185,"tags":{"name":"server"},"startTime":1749572951699,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":4109,"timestamp":358143778015,"id":241,"parentId":185,"tags":{},"startTime":1749572952172,"traceId":"4a85c6b229012d5a"},{"name":"compile-path","duration":155402,"timestamp":358143628810,"id":227,"tags":{"trigger":"/favicon.ico","isTurbopack":false},"startTime":1749572952023,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":1174,"timestamp":358143783410,"id":242,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749572952178,"traceId":"4a85c6b229012d5a"}] [{"name":"add-entry","duration":17730,"timestamp":358143798104,"id":245,"parentId":244,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749572952192,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":37135,"timestamp":358143798162,"id":247,"parentId":244,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749572952192,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":47939,"timestamp":358143798154,"id":246,"parentId":244,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749572952192,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":107915,"timestamp":358143788807,"id":244,"parentId":243,"tags":{},"startTime":1749572952183,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":17891,"timestamp":358143935461,"id":254,"parentId":253,"tags":{},"startTime":1749572952330,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":14,"timestamp":358143953436,"id":256,"parentId":253,"tags":{},"startTime":1749572952348,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":11946,"timestamp":358143953672,"id":257,"parentId":253,"tags":{},"startTime":1749572952348,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":12,"timestamp":358143965670,"id":258,"parentId":253,"tags":{},"startTime":1749572952360,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":8,"timestamp":358143965707,"id":259,"parentId":253,"tags":{},"startTime":1749572952360,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":16798,"timestamp":358143953410,"id":255,"parentId":253,"tags":{},"startTime":1749572952348,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":3799,"timestamp":358143975566,"id":260,"parentId":253,"tags":{},"startTime":1749572952370,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":13618,"timestamp":358143979437,"id":261,"parentId":253,"tags":{},"startTime":1749572952374,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":5773,"timestamp":358143998135,"id":262,"parentId":253,"tags":{},"startTime":1749572952392,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":366,"timestamp":358144003906,"id":263,"parentId":253,"tags":{},"startTime":1749572952398,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":792,"timestamp":358144004247,"id":264,"parentId":253,"tags":{},"startTime":1749572952398,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":13841,"timestamp":358144005078,"id":265,"parentId":253,"tags":{},"startTime":1749572952399,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":105757,"timestamp":358143919747,"id":253,"parentId":243,"tags":{},"startTime":1749572952314,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":244062,"timestamp":358143788326,"id":243,"parentId":3,"tags":{"name":"server"},"startTime":1749572952183,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":8233,"timestamp":358144032472,"id":266,"parentId":3,"tags":{},"startTime":1749572952427,"traceId":"4a85c6b229012d5a"}] [{"name":"client-success","duration":7,"timestamp":358144278242,"id":267,"parentId":3,"tags":{},"startTime":1749572952672,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":816067,"timestamp":358143503081,"id":221,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749572951897,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358144319224,"id":268,"parentId":221,"tags":{"url":"/favicon.ico","memory.rss":"453902336","memory.heapUsed":"290096744","memory.heapTotal":"323715072"},"startTime":1749572952713,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":44664,"timestamp":358150025040,"id":269,"tags":{"url":"/indabaos/sikana.webp","isTurbopack":false},"startTime":1749572958419,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":6,"timestamp":358150069830,"id":270,"parentId":269,"tags":{"url":"/indabaos/sikana.webp","memory.rss":"174014464","memory.heapUsed":"291989488","memory.heapTotal":"323977216"},"startTime":1749572958464,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":90,"timestamp":358150713954,"id":271,"parentId":3,"tags":{},"startTime":1749572959108,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":2,"timestamp":358150714213,"id":272,"parentId":3,"tags":{},"startTime":1749572959108,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":35303,"timestamp":358190816168,"id":282,"parentId":276,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!"},"startTime":1749572999209,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":38740,"timestamp":358190815942,"id":277,"parentId":276,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749572999209,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8668,"timestamp":358190848738,"id":286,"parentId":285,"tags":{},"startTime":1749572999242,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":10826,"timestamp":358190846593,"id":285,"parentId":283,"tags":{},"startTime":1749572999240,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":36130,"timestamp":358190841892,"id":283,"parentId":275,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749572999235,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":79716,"timestamp":358190816161,"id":281,"parentId":276,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749572999209,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":16890,"timestamp":358190882764,"id":288,"parentId":287,"tags":{},"startTime":1749572999276,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":77755,"timestamp":358190900027,"id":290,"parentId":289,"tags":{},"startTime":1749572999293,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":80596,"timestamp":358190899808,"id":289,"parentId":287,"tags":{},"startTime":1749572999293,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":44599,"timestamp":358190980489,"id":291,"parentId":287,"tags":{"astUsed":"true"},"startTime":1749572999374,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":152652,"timestamp":358190881950,"id":287,"parentId":284,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749572999275,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":222190,"timestamp":358190816144,"id":278,"parentId":276,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749572999209,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":203360,"timestamp":358190844989,"id":284,"parentId":275,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749572999238,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":103,"timestamp":358191048906,"id":292,"parentId":284,"tags":{},"startTime":1749572999442,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":232908,"timestamp":358190816157,"id":280,"parentId":276,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749572999209,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":238279,"timestamp":358190816153,"id":279,"parentId":276,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749572999209,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":242652,"timestamp":358190811879,"id":276,"parentId":275,"tags":{},"startTime":1749572999205,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4281,"timestamp":358191076881,"id":294,"parentId":293,"tags":{},"startTime":1749572999470,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":15,"timestamp":358191081237,"id":296,"parentId":293,"tags":{},"startTime":1749572999474,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":190,"timestamp":358191081287,"id":297,"parentId":293,"tags":{},"startTime":1749572999474,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":16,"timestamp":358191081518,"id":298,"parentId":293,"tags":{},"startTime":1749572999475,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":24,"timestamp":358191081659,"id":299,"parentId":293,"tags":{},"startTime":1749572999475,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":5616,"timestamp":358191081216,"id":295,"parentId":293,"tags":{},"startTime":1749572999474,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":4951,"timestamp":358191092147,"id":300,"parentId":293,"tags":{},"startTime":1749572999485,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":4512,"timestamp":358191097132,"id":301,"parentId":293,"tags":{},"startTime":1749572999490,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":10399,"timestamp":358191105935,"id":302,"parentId":293,"tags":{},"startTime":1749572999499,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":415,"timestamp":358191116329,"id":303,"parentId":293,"tags":{},"startTime":1749572999509,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":164,"timestamp":358191116708,"id":304,"parentId":293,"tags":{},"startTime":1749572999510,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":6305,"timestamp":358191116882,"id":305,"parentId":293,"tags":{},"startTime":1749572999510,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":126,"timestamp":358191125521,"id":307,"parentId":275,"tags":{},"startTime":1749572999519,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":290,"timestamp":358191125370,"id":306,"parentId":275,"tags":{},"startTime":1749572999518,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":62181,"timestamp":358191068208,"id":293,"parentId":275,"tags":{},"startTime":1749572999461,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":326756,"timestamp":358190803699,"id":275,"parentId":273,"tags":{"name":"client"},"startTime":1749572999197,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":6948,"timestamp":358191130498,"id":308,"parentId":273,"tags":{},"startTime":1749572999524,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":374523,"timestamp":358190764277,"id":273,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749572999157,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":14,"timestamp":358191165025,"id":311,"parentId":3,"tags":{},"startTime":1749572999558,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":2,"timestamp":358191165164,"id":312,"parentId":3,"tags":{},"startTime":1749572999558,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":422000,"timestamp":358190769446,"id":316,"parentId":3,"tags":{"updatedModules":[],"page":"/indabaos/sikana.webp","isPageHidden":true},"startTime":1749572999584,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":423000,"timestamp":358190767639,"id":317,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749572999585,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":434000,"timestamp":358190768126,"id":318,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749572999607,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":46668,"timestamp":358191175703,"id":313,"parentId":310,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749572999569,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":11414,"timestamp":358191219545,"id":321,"parentId":320,"tags":{},"startTime":1749572999613,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":11820,"timestamp":358191219158,"id":320,"parentId":319,"tags":{},"startTime":1749572999612,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":17364,"timestamp":358191218388,"id":319,"parentId":309,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749572999611,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":74641,"timestamp":358191175959,"id":314,"parentId":310,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749572999569,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":74482,"timestamp":358191176140,"id":315,"parentId":310,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749572999569,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8578,"timestamp":358191290826,"id":329,"parentId":328,"tags":{},"startTime":1749572999684,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":9156,"timestamp":358191290271,"id":328,"parentId":327,"tags":{},"startTime":1749572999683,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":17899,"timestamp":358191289502,"id":327,"parentId":309,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749572999683,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":197868,"timestamp":358191157127,"id":310,"parentId":309,"tags":{},"startTime":1749572999550,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":10946,"timestamp":358191400334,"id":331,"parentId":330,"tags":{},"startTime":1749572999793,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":10,"timestamp":358191411338,"id":333,"parentId":330,"tags":{},"startTime":1749572999804,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":16390,"timestamp":358191411385,"id":334,"parentId":330,"tags":{},"startTime":1749572999804,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":19,"timestamp":358191427847,"id":335,"parentId":330,"tags":{},"startTime":1749572999821,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358191427900,"id":336,"parentId":330,"tags":{},"startTime":1749572999821,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":24860,"timestamp":358191411322,"id":332,"parentId":330,"tags":{},"startTime":1749572999804,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2767,"timestamp":358191443329,"id":337,"parentId":330,"tags":{},"startTime":1749572999836,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6097,"timestamp":358191446141,"id":338,"parentId":330,"tags":{},"startTime":1749572999839,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4607,"timestamp":358191457965,"id":339,"parentId":330,"tags":{},"startTime":1749572999851,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":197,"timestamp":358191462568,"id":340,"parentId":330,"tags":{},"startTime":1749572999856,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":267,"timestamp":358191462735,"id":341,"parentId":330,"tags":{},"startTime":1749572999856,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":423,"timestamp":358191463023,"id":342,"parentId":330,"tags":{},"startTime":1749572999856,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":95823,"timestamp":358191373394,"id":330,"parentId":309,"tags":{},"startTime":1749572999766,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":323751,"timestamp":358191156602,"id":309,"parentId":274,"tags":{"name":"server"},"startTime":1749572999550,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":5227,"timestamp":358191480867,"id":343,"parentId":274,"tags":{},"startTime":1749572999874,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":720766,"timestamp":358190767733,"id":274,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749572999161,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":235628,"timestamp":358191503488,"id":344,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749572999897,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358191739222,"id":345,"parentId":344,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"355368960","memory.heapUsed":"280960320","memory.heapTotal":"323485696"},"startTime":1749573000132,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":154861,"timestamp":358195324711,"id":346,"tags":{"url":"/","isTurbopack":false},"startTime":1749573003718,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358195479720,"id":347,"parentId":346,"tags":{"url":"/","memory.rss":"225689600","memory.heapUsed":"275906040","memory.heapTotal":"315359232"},"startTime":1749573003873,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":85907,"timestamp":358195729235,"id":348,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573004122,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358195815267,"id":349,"parentId":348,"tags":{"url":"/favicon.ico","memory.rss":"210534400","memory.heapUsed":"280005912","memory.heapTotal":"316407808"},"startTime":1749573004208,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":7100,"timestamp":358196241230,"id":350,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573004634,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358196248390,"id":351,"parentId":350,"tags":{"url":"/favicon.ico","memory.rss":"198049792","memory.heapUsed":"281977832","memory.heapTotal":"316407808"},"startTime":1749573004641,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":14,"timestamp":358196263598,"id":352,"parentId":3,"tags":{},"startTime":1749573004657,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":65002,"timestamp":358376981242,"id":360,"parentId":359,"tags":{},"startTime":1749573185370,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":65419,"timestamp":358376980895,"id":359,"parentId":358,"tags":{},"startTime":1749573185369,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":67833,"timestamp":358376979575,"id":358,"parentId":355,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573185368,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":92430,"timestamp":358376955053,"id":357,"parentId":356,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573185343,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":4714,"timestamp":358377216622,"id":364,"parentId":355,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1749573185605,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":318398,"timestamp":358376908402,"id":356,"parentId":355,"tags":{},"startTime":1749573185297,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":1060,"timestamp":358377229337,"id":366,"parentId":365,"tags":{},"startTime":1749573185618,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":358377230422,"id":368,"parentId":365,"tags":{},"startTime":1749573185619,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":1020,"timestamp":358377230447,"id":369,"parentId":365,"tags":{},"startTime":1749573185619,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":11,"timestamp":358377231498,"id":370,"parentId":365,"tags":{},"startTime":1749573185620,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358377231526,"id":371,"parentId":365,"tags":{},"startTime":1749573185620,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2112,"timestamp":358377230415,"id":367,"parentId":365,"tags":{},"startTime":1749573185619,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":621,"timestamp":358377233485,"id":372,"parentId":365,"tags":{},"startTime":1749573185622,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6209,"timestamp":358377234123,"id":373,"parentId":365,"tags":{},"startTime":1749573185622,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2231,"timestamp":358377241931,"id":374,"parentId":365,"tags":{},"startTime":1749573185630,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":133,"timestamp":358377244160,"id":375,"parentId":365,"tags":{},"startTime":1749573185633,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":64,"timestamp":358377244279,"id":376,"parentId":365,"tags":{},"startTime":1749573185633,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":4380,"timestamp":358377244349,"id":377,"parentId":365,"tags":{},"startTime":1749573185633,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":35539,"timestamp":358377228410,"id":365,"parentId":355,"tags":{},"startTime":1749573185617,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":357466,"timestamp":358376907425,"id":355,"parentId":353,"tags":{"name":"server"},"startTime":1749573185296,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":391559,"timestamp":358376877585,"id":353,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573185266,"traceId":"4a85c6b229012d5a"},{"name":"client-error","duration":9,"timestamp":358377288415,"id":385,"parentId":3,"tags":{"errorCount":1},"startTime":1749573185677,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":21171,"timestamp":358377286417,"id":380,"parentId":379,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573185675,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":1090,"timestamp":358377412083,"id":389,"parentId":382,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1749573185800,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":126615,"timestamp":358377286618,"id":384,"parentId":379,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573185675,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":126702,"timestamp":358377286599,"id":382,"parentId":379,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1749573185675,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":126767,"timestamp":358377286582,"id":381,"parentId":379,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573185675,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":102539,"timestamp":358377310874,"id":388,"parentId":387,"tags":{},"startTime":1749573185699,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":107366,"timestamp":358377413544,"id":391,"parentId":390,"tags":{},"startTime":1749573185802,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":108133,"timestamp":358377413494,"id":390,"parentId":387,"tags":{},"startTime":1749573185802,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":38355,"timestamp":358377521703,"id":392,"parentId":387,"tags":{"astUsed":"true"},"startTime":1749573185910,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":255298,"timestamp":358377309972,"id":387,"parentId":386,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573185698,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":281979,"timestamp":358377294118,"id":386,"parentId":378,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573185682,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":81,"timestamp":358377576358,"id":393,"parentId":386,"tags":{},"startTime":1749573185965,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":289869,"timestamp":358377286609,"id":383,"parentId":379,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573185675,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":295588,"timestamp":358377280952,"id":379,"parentId":378,"tags":{},"startTime":1749573185669,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":881,"timestamp":358377578958,"id":395,"parentId":394,"tags":{},"startTime":1749573185967,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":5,"timestamp":358377579864,"id":397,"parentId":394,"tags":{},"startTime":1749573185968,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":39,"timestamp":358377579927,"id":398,"parentId":394,"tags":{},"startTime":1749573185968,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":358377579984,"id":399,"parentId":394,"tags":{},"startTime":1749573185968,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":358377580008,"id":400,"parentId":394,"tags":{},"startTime":1749573185968,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":1074,"timestamp":358377579856,"id":396,"parentId":394,"tags":{},"startTime":1749573185968,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":192,"timestamp":358377581833,"id":401,"parentId":394,"tags":{},"startTime":1749573185970,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":1167,"timestamp":358377582051,"id":402,"parentId":394,"tags":{},"startTime":1749573185970,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6360,"timestamp":358377584585,"id":403,"parentId":394,"tags":{},"startTime":1749573185973,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":199,"timestamp":358377590944,"id":404,"parentId":394,"tags":{},"startTime":1749573185979,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":63,"timestamp":358377591130,"id":405,"parentId":394,"tags":{},"startTime":1749573185979,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3515,"timestamp":358377591197,"id":406,"parentId":394,"tags":{},"startTime":1749573185980,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":310,"timestamp":358377596624,"id":408,"parentId":378,"tags":{},"startTime":1749573185985,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":621,"timestamp":358377596321,"id":407,"parentId":378,"tags":{},"startTime":1749573185985,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":20126,"timestamp":358377578114,"id":394,"parentId":378,"tags":{},"startTime":1749573185966,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":320345,"timestamp":358377278064,"id":378,"parentId":354,"tags":{"name":"client"},"startTime":1749573185666,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":7924,"timestamp":358377598677,"id":409,"parentId":354,"tags":{},"startTime":1749573185987,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":731031,"timestamp":358376879659,"id":354,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573185268,"traceId":"4a85c6b229012d5a"}] +[{"name":"next-client-pages-loader","duration":702,"timestamp":358379538861,"id":420,"parentId":419,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1749573187927,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":8578,"timestamp":358379535892,"id":419,"parentId":416,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1749573187924,"traceId":"4a85c6b229012d5a"},{"name":"next-client-pages-loader","duration":53,"timestamp":358379544669,"id":422,"parentId":421,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1749573187933,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":984,"timestamp":358379544571,"id":421,"parentId":418,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1749573187933,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":5356,"timestamp":358379546302,"id":424,"parentId":423,"tags":{},"startTime":1749573187935,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":12310,"timestamp":358379545595,"id":423,"parentId":413,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js","layer":null},"startTime":1749573187934,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":1812,"timestamp":358379563977,"id":435,"parentId":434,"tags":{},"startTime":1749573187952,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":14587,"timestamp":358379563892,"id":434,"parentId":423,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js","layer":null},"startTime":1749573187952,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":30119,"timestamp":358379550719,"id":429,"parentId":428,"tags":{},"startTime":1749573187939,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":30619,"timestamp":358379550230,"id":428,"parentId":425,"tags":{},"startTime":1749573187939,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":38828,"timestamp":358379549520,"id":425,"parentId":415,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/next-dev.js","layer":null},"startTime":1749573187938,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":37593,"timestamp":358379550848,"id":431,"parentId":430,"tags":{},"startTime":1749573187939,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":37709,"timestamp":358379550737,"id":430,"parentId":426,"tags":{},"startTime":1749573187939,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":45992,"timestamp":358379549713,"id":426,"parentId":414,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/dev/amp-dev.js","layer":null},"startTime":1749573187938,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":44633,"timestamp":358379551171,"id":433,"parentId":432,"tags":{},"startTime":1749573187939,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":44758,"timestamp":358379551050,"id":432,"parentId":427,"tags":{},"startTime":1749573187939,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":55698,"timestamp":358379549908,"id":427,"parentId":417,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js","layer":null},"startTime":1749573187938,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":29719,"timestamp":358379579981,"id":441,"parentId":440,"tags":{},"startTime":1749573187968,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":30315,"timestamp":358379579399,"id":440,"parentId":437,"tags":{},"startTime":1749573187968,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":36669,"timestamp":358379578918,"id":437,"parentId":421,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1749573187967,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":36304,"timestamp":358379579387,"id":439,"parentId":438,"tags":{},"startTime":1749573187968,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":36456,"timestamp":358379579239,"id":438,"parentId":436,"tags":{},"startTime":1749573187968,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":39664,"timestamp":358379578723,"id":436,"parentId":419,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1749573187967,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3121,"timestamp":358379626710,"id":454,"parentId":453,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3162,"timestamp":358379626682,"id":453,"parentId":444,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":7603,"timestamp":358379626056,"id":444,"parentId":427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1749573188014,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":7006,"timestamp":358379626737,"id":456,"parentId":455,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7031,"timestamp":358379626717,"id":455,"parentId":445,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":11960,"timestamp":358379626137,"id":445,"parentId":425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/setup-hydration-warning.js","layer":null},"startTime":1749573188014,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":11600,"timestamp":358379626589,"id":450,"parentId":449,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":11821,"timestamp":358379626372,"id":449,"parentId":442,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":18854,"timestamp":358379625751,"id":442,"parentId":425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1749573188014,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":19650,"timestamp":358379626673,"id":452,"parentId":451,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":19730,"timestamp":358379626603,"id":451,"parentId":443,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":31132,"timestamp":358379625958,"id":443,"parentId":425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/page-bootstrap.js","layer":null},"startTime":1749573188014,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":31751,"timestamp":358379626887,"id":462,"parentId":461,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":31858,"timestamp":358379626795,"id":461,"parentId":448,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":36660,"timestamp":358379626302,"id":448,"parentId":426,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/dev/fouc.js","layer":null},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":36337,"timestamp":358379626762,"id":458,"parentId":457,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":36362,"timestamp":358379626744,"id":457,"parentId":446,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":42240,"timestamp":358379626197,"id":446,"parentId":426,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/dev/on-demand-entries-client.js","layer":null},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":41846,"timestamp":358379626788,"id":460,"parentId":459,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":41875,"timestamp":358379626770,"id":459,"parentId":447,"tags":{},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":48340,"timestamp":358379626255,"id":447,"parentId":425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/dev/hot-middleware-client.js","layer":null},"startTime":1749573188015,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":62026,"timestamp":358379628954,"id":467,"parentId":466,"tags":{},"startTime":1749573188017,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":62120,"timestamp":358379628882,"id":466,"parentId":463,"tags":{},"startTime":1749573188017,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":88719,"timestamp":358379628521,"id":463,"parentId":425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/index.js","layer":null},"startTime":1749573188017,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":106352,"timestamp":358379628835,"id":465,"parentId":464,"tags":{},"startTime":1749573188017,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":110088,"timestamp":358379628781,"id":464,"parentId":427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1749573188017,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":7718,"timestamp":358379733185,"id":481,"parentId":480,"tags":{},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7800,"timestamp":358379733114,"id":480,"parentId":472,"tags":{},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":11249,"timestamp":358379732244,"id":472,"parentId":427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":15187,"timestamp":358379733103,"id":479,"parentId":478,"tags":{},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":15239,"timestamp":358379733070,"id":478,"parentId":471,"tags":{},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":23387,"timestamp":358379732156,"id":471,"parentId":437,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1749573188120,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":27802,"timestamp":358379733051,"id":477,"parentId":476,"tags":{},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":27947,"timestamp":358379732925,"id":476,"parentId":470,"tags":{},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":38704,"timestamp":358379731824,"id":470,"parentId":436,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1749573188120,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":28517,"timestamp":358379746773,"id":491,"parentId":490,"tags":{},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":28637,"timestamp":358379746671,"id":490,"parentId":486,"tags":{},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":34829,"timestamp":358379746067,"id":486,"parentId":426,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1749573188134,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":34253,"timestamp":358379746826,"id":493,"parentId":492,"tags":{},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":34294,"timestamp":358379746793,"id":492,"parentId":487,"tags":{},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":39171,"timestamp":358379746232,"id":487,"parentId":443,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":null},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":62076,"timestamp":358379723487,"id":469,"parentId":468,"tags":{},"startTime":1749573188112,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":63211,"timestamp":358379723351,"id":468,"parentId":423,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":null},"startTime":1749573188112,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":40069,"timestamp":358379746865,"id":495,"parentId":494,"tags":{},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":40113,"timestamp":358379746836,"id":494,"parentId":488,"tags":{},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":52453,"timestamp":358379746318,"id":488,"parentId":443,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/dev/dev-build-watcher.js","layer":null},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":52346,"timestamp":358379746934,"id":497,"parentId":496,"tags":{},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":52413,"timestamp":358379746875,"id":496,"parentId":489,"tags":{},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":63784,"timestamp":358379746384,"id":489,"parentId":443,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/pages/hot-reloader-client.js","layer":null},"startTime":1749573188135,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":89692,"timestamp":358379733243,"id":483,"parentId":482,"tags":{},"startTime":1749573188122,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":89752,"timestamp":358379733202,"id":482,"parentId":473,"tags":{},"startTime":1749573188122,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":142386,"timestamp":358379732497,"id":473,"parentId":427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":147167,"timestamp":358379732614,"id":475,"parentId":474,"tags":{},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":148688,"timestamp":358379732577,"id":474,"parentId":426,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1749573188121,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":98098,"timestamp":358379817355,"id":524,"parentId":523,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":98179,"timestamp":358379817295,"id":523,"parentId":501,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":108754,"timestamp":358379815023,"id":501,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1749573188203,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":106709,"timestamp":358379817196,"id":520,"parentId":519,"tags":{},"startTime":1749573188205,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":106757,"timestamp":358379817153,"id":519,"parentId":499,"tags":{},"startTime":1749573188205,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":112233,"timestamp":358379814867,"id":499,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1749573188203,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":109928,"timestamp":358379817279,"id":522,"parentId":521,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":110005,"timestamp":358379817207,"id":521,"parentId":500,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":117219,"timestamp":358379814960,"id":500,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1749573188203,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":115183,"timestamp":358379817108,"id":518,"parentId":517,"tags":{},"startTime":1749573188205,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":115298,"timestamp":358379816999,"id":517,"parentId":498,"tags":{},"startTime":1749573188205,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":120279,"timestamp":358379814636,"id":498,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/performance-relayer.js","layer":null},"startTime":1749573188203,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":117630,"timestamp":358379817394,"id":526,"parentId":525,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":117672,"timestamp":358379817364,"id":525,"parentId":502,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":121848,"timestamp":358379815081,"id":502,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/on-recoverable-error.js","layer":null},"startTime":1749573188203,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":119505,"timestamp":358379817489,"id":532,"parentId":531,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":119533,"timestamp":358379817466,"id":531,"parentId":505,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":122702,"timestamp":358379815579,"id":505,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":120777,"timestamp":358379817552,"id":536,"parentId":535,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":120804,"timestamp":358379817530,"id":535,"parentId":507,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":123964,"timestamp":358379815702,"id":507,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":122285,"timestamp":358379817426,"id":528,"parentId":527,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":122314,"timestamp":358379817402,"id":527,"parentId":503,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":126773,"timestamp":358379815367,"id":503,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"}] +[{"name":"next-swc-transform","duration":125289,"timestamp":358379817457,"id":530,"parentId":529,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":125330,"timestamp":358379817434,"id":529,"parentId":504,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":130071,"timestamp":358379815495,"id":504,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":128026,"timestamp":358379817613,"id":540,"parentId":539,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":128051,"timestamp":358379817592,"id":539,"parentId":509,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":131841,"timestamp":358379815822,"id":509,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":130141,"timestamp":358379817584,"id":538,"parentId":537,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":130168,"timestamp":358379817562,"id":537,"parentId":508,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":133634,"timestamp":358379815765,"id":508,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":132127,"timestamp":358379817522,"id":534,"parentId":533,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":132160,"timestamp":358379817497,"id":533,"parentId":506,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":141742,"timestamp":358379815641,"id":506,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/script.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":139799,"timestamp":358379817703,"id":546,"parentId":545,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":139827,"timestamp":358379817681,"id":545,"parentId":512,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":144089,"timestamp":358379815991,"id":512,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":142548,"timestamp":358379817673,"id":544,"parentId":543,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":142577,"timestamp":358379817650,"id":543,"parentId":511,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":147685,"timestamp":358379815936,"id":511,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":146138,"timestamp":358379817642,"id":542,"parentId":541,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":146166,"timestamp":358379817621,"id":541,"parentId":510,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":152973,"timestamp":358379815879,"id":510,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":151272,"timestamp":358379817732,"id":548,"parentId":547,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":151327,"timestamp":358379817711,"id":547,"parentId":513,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":154998,"timestamp":358379816180,"id":513,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1749573188204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":154106,"timestamp":358379817789,"id":552,"parentId":551,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":154142,"timestamp":358379817768,"id":551,"parentId":515,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":158551,"timestamp":358379816404,"id":515,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1749573188205,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":157319,"timestamp":358379817761,"id":550,"parentId":549,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":157346,"timestamp":358379817739,"id":549,"parentId":514,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":161660,"timestamp":358379816311,"id":514,"parentId":443,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1749573188205,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":160259,"timestamp":358379817823,"id":554,"parentId":553,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":160288,"timestamp":358379817800,"id":553,"parentId":516,"tags":{},"startTime":1749573188206,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":164038,"timestamp":358379816515,"id":516,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1749573188205,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":238891,"timestamp":358379746030,"id":485,"parentId":484,"tags":{},"startTime":1749573188134,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":242466,"timestamp":358379745808,"id":484,"parentId":442,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1749573188134,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":1078,"timestamp":358380041845,"id":574,"parentId":473,"tags":{"layer":null},"startTime":1749573188430,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":17462,"timestamp":358380031902,"id":567,"parentId":566,"tags":{},"startTime":1749573188420,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":17510,"timestamp":358380031873,"id":566,"parentId":559,"tags":{},"startTime":1749573188420,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":25254,"timestamp":358380029430,"id":559,"parentId":464,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1749573188418,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":22970,"timestamp":358380031805,"id":563,"parentId":562,"tags":{},"startTime":1749573188420,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":23076,"timestamp":358380031702,"id":562,"parentId":557,"tags":{},"startTime":1749573188420,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":30871,"timestamp":358380028481,"id":557,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1749573188417,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":29634,"timestamp":358380031941,"id":569,"parentId":568,"tags":{},"startTime":1749573188420,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":29677,"timestamp":358380031913,"id":568,"parentId":560,"tags":{},"startTime":1749573188420,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":35648,"timestamp":358380029561,"id":560,"parentId":443,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/runtime-error-handler.js","layer":null},"startTime":1749573188418,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":34173,"timestamp":358380031862,"id":565,"parentId":564,"tags":{},"startTime":1749573188420,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":34221,"timestamp":358380031829,"id":564,"parentId":558,"tags":{},"startTime":1749573188420,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":42765,"timestamp":358380028695,"id":558,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1749573188417,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":40513,"timestamp":358380032202,"id":571,"parentId":570,"tags":{},"startTime":1749573188421,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":40778,"timestamp":358380031952,"id":570,"parentId":561,"tags":{},"startTime":1749573188420,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":47471,"timestamp":358380029668,"id":561,"parentId":471,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1749573188418,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":35817,"timestamp":358380046834,"id":604,"parentId":603,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":35982,"timestamp":358380046687,"id":603,"parentId":573,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":44074,"timestamp":358380041238,"id":573,"parentId":471,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1749573188430,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":38460,"timestamp":358380046948,"id":608,"parentId":607,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":38494,"timestamp":358380046919,"id":607,"parentId":580,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":46232,"timestamp":358380043407,"id":580,"parentId":486,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1749573188432,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":43082,"timestamp":358380046662,"id":602,"parentId":601,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":43177,"timestamp":358380046573,"id":601,"parentId":572,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":52850,"timestamp":358380040835,"id":572,"parentId":471,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1749573188429,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":46772,"timestamp":358380046982,"id":610,"parentId":609,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":46802,"timestamp":358380046957,"id":609,"parentId":581,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":52753,"timestamp":358380043516,"id":581,"parentId":471,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1749573188432,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":49452,"timestamp":358380046908,"id":606,"parentId":605,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":49514,"timestamp":358380046852,"id":605,"parentId":577,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":65200,"timestamp":358380043176,"id":577,"parentId":489,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js","layer":null},"startTime":1749573188431,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":61294,"timestamp":358380047184,"id":612,"parentId":611,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":61493,"timestamp":358380046990,"id":611,"parentId":582,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":67934,"timestamp":358380043790,"id":582,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1749573188432,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":64479,"timestamp":358380047318,"id":620,"parentId":619,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":64508,"timestamp":358380047295,"id":619,"parentId":588,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":69183,"timestamp":358380044796,"id":588,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1749573188433,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":66750,"timestamp":358380047287,"id":618,"parentId":617,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":66778,"timestamp":358380047264,"id":617,"parentId":587,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":72458,"timestamp":358380044638,"id":587,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1749573188433,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":70005,"timestamp":358380047256,"id":616,"parentId":615,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":70045,"timestamp":358380047232,"id":615,"parentId":584,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":76039,"timestamp":358380044276,"id":584,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1749573188433,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":73053,"timestamp":358380047377,"id":624,"parentId":623,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":73083,"timestamp":358380047356,"id":623,"parentId":590,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":77882,"timestamp":358380045081,"id":590,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1749573188433,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":75649,"timestamp":358380047406,"id":626,"parentId":625,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":75678,"timestamp":358380047385,"id":625,"parentId":591,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":79775,"timestamp":358380045248,"id":591,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1749573188434,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":77794,"timestamp":358380047348,"id":622,"parentId":621,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":77823,"timestamp":358380047326,"id":621,"parentId":589,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":82546,"timestamp":358380044943,"id":589,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1749573188433,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":80370,"timestamp":358380047224,"id":614,"parentId":613,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":80404,"timestamp":358380047195,"id":613,"parentId":583,"tags":{},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":92632,"timestamp":358380044126,"id":583,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1749573188432,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":89391,"timestamp":358380047468,"id":630,"parentId":629,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":89418,"timestamp":358380047445,"id":629,"parentId":593,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":95326,"timestamp":358380045445,"id":593,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1749573188434,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":93342,"timestamp":358380047526,"id":634,"parentId":633,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":93368,"timestamp":358380047505,"id":633,"parentId":595,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":100108,"timestamp":358380045624,"id":595,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1749573188434,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":98547,"timestamp":358380047437,"id":628,"parentId":627,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":98583,"timestamp":358380047414,"id":627,"parentId":592,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":107588,"timestamp":358380045329,"id":592,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1749573188434,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":105501,"timestamp":358380047555,"id":636,"parentId":635,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":105528,"timestamp":358380047534,"id":635,"parentId":596,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"}] +[{"name":"build-module-js","duration":121783,"timestamp":358380045793,"id":596,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1749573188434,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":120120,"timestamp":358380047586,"id":638,"parentId":637,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":120152,"timestamp":358380047563,"id":637,"parentId":597,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":125234,"timestamp":358380046030,"id":597,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1749573188434,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":123754,"timestamp":358380047615,"id":640,"parentId":639,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":123782,"timestamp":358380047594,"id":639,"parentId":598,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":128048,"timestamp":358380046198,"id":598,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1749573188434,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":129614,"timestamp":358380047497,"id":632,"parentId":631,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":129650,"timestamp":358380047475,"id":631,"parentId":594,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":133365,"timestamp":358380045551,"id":594,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1749573188434,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":131864,"timestamp":358380047645,"id":642,"parentId":641,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":131919,"timestamp":358380047623,"id":641,"parentId":599,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":134861,"timestamp":358380046268,"id":599,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":133545,"timestamp":358380047675,"id":644,"parentId":643,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":133572,"timestamp":358380047654,"id":643,"parentId":600,"tags":{},"startTime":1749573188436,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":136711,"timestamp":358380046337,"id":600,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1749573188435,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":114792,"timestamp":358380079737,"id":655,"parentId":654,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":114937,"timestamp":358380079607,"id":654,"parentId":645,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":118679,"timestamp":358380077904,"id":645,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1749573188466,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":116765,"timestamp":358380079937,"id":661,"parentId":660,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":116799,"timestamp":358380079912,"id":660,"parentId":650,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":120267,"timestamp":358380078386,"id":650,"parentId":508,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1749573188467,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":118889,"timestamp":358380079850,"id":657,"parentId":656,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":118970,"timestamp":358380079774,"id":656,"parentId":646,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":123386,"timestamp":358380078122,"id":646,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1749573188466,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":121313,"timestamp":358380080267,"id":667,"parentId":666,"tags":{},"startTime":1749573188469,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":121402,"timestamp":358380080183,"id":666,"parentId":653,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":124912,"timestamp":358380078857,"id":653,"parentId":504,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1749573188467,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":123705,"timestamp":358380080166,"id":665,"parentId":664,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":123876,"timestamp":358380080001,"id":664,"parentId":652,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":126793,"timestamp":358380078686,"id":652,"parentId":499,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1749573188467,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":125603,"timestamp":358380079970,"id":663,"parentId":662,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":125633,"timestamp":358380079945,"id":662,"parentId":651,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":131520,"timestamp":358380078457,"id":651,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1749573188467,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":130345,"timestamp":358380079902,"id":659,"parentId":658,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":130391,"timestamp":358380079869,"id":658,"parentId":649,"tags":{},"startTime":1749573188468,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":138484,"timestamp":358380078306,"id":649,"parentId":499,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1749573188467,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":192975,"timestamp":358380028359,"id":556,"parentId":555,"tags":{},"startTime":1749573188417,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":195791,"timestamp":358380028196,"id":555,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1749573188416,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":189405,"timestamp":358380043107,"id":576,"parentId":575,"tags":{},"startTime":1749573188431,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":190269,"timestamp":358380042983,"id":575,"parentId":437,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/react/jsx-runtime.js","layer":null},"startTime":1749573188431,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":189930,"timestamp":358380043373,"id":579,"parentId":578,"tags":{},"startTime":1749573188432,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":190772,"timestamp":358380043320,"id":578,"parentId":489,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":null},"startTime":1749573188432,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":189558,"timestamp":358380044567,"id":586,"parentId":585,"tags":{},"startTime":1749573188433,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":190107,"timestamp":358380044456,"id":585,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1749573188433,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":13990,"timestamp":358380227146,"id":681,"parentId":680,"tags":{},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":14051,"timestamp":358380227105,"id":680,"parentId":672,"tags":{},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":16940,"timestamp":358380226070,"id":672,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1749573188614,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":16105,"timestamp":358380226984,"id":677,"parentId":676,"tags":{},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":16339,"timestamp":358380226754,"id":676,"parentId":668,"tags":{},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":20136,"timestamp":358380225649,"id":668,"parentId":506,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1749573188614,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":18666,"timestamp":358380227188,"id":683,"parentId":682,"tags":{},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":18702,"timestamp":358380227157,"id":682,"parentId":673,"tags":{},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":21157,"timestamp":358380226216,"id":673,"parentId":511,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":21267,"timestamp":358380227087,"id":679,"parentId":678,"tags":{},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":21356,"timestamp":358380227013,"id":678,"parentId":671,"tags":{},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":23923,"timestamp":358380225984,"id":671,"parentId":473,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1749573188614,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":22718,"timestamp":358380227265,"id":687,"parentId":686,"tags":{},"startTime":1749573188616,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":22749,"timestamp":358380227239,"id":686,"parentId":675,"tags":{},"startTime":1749573188616,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":25406,"timestamp":358380226360,"id":675,"parentId":502,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":24610,"timestamp":358380227228,"id":685,"parentId":684,"tags":{},"startTime":1749573188616,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":24645,"timestamp":358380227199,"id":684,"parentId":674,"tags":{},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":28604,"timestamp":358380226290,"id":674,"parentId":510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js","layer":null},"startTime":1749573188615,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":176684,"timestamp":358380078260,"id":648,"parentId":647,"tags":{},"startTime":1749573188467,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":188964,"timestamp":358380078213,"id":647,"parentId":468,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js","layer":null},"startTime":1749573188467,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":32425,"timestamp":358380236190,"id":697,"parentId":696,"tags":{},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":32463,"timestamp":358380236159,"id":696,"parentId":689,"tags":{},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":36981,"timestamp":358380235375,"id":689,"parentId":510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","layer":null},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":2591730,"timestamp":358377680864,"id":413,"parentId":412,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573186069,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":38029,"timestamp":358380236228,"id":699,"parentId":698,"tags":{},"startTime":1749573188625,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":38093,"timestamp":358380236201,"id":698,"parentId":690,"tags":{},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":41627,"timestamp":358380235532,"id":690,"parentId":510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js","layer":null},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":40797,"timestamp":358380236433,"id":701,"parentId":700,"tags":{},"startTime":1749573188625,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":40879,"timestamp":358380236355,"id":700,"parentId":691,"tags":{},"startTime":1749573188625,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":43491,"timestamp":358380235624,"id":691,"parentId":510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":null},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":42809,"timestamp":358380236470,"id":703,"parentId":702,"tags":{},"startTime":1749573188625,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":42841,"timestamp":358380236442,"id":702,"parentId":692,"tags":{},"startTime":1749573188625,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":45357,"timestamp":358380235700,"id":692,"parentId":510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js","layer":null},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":45042,"timestamp":358380236145,"id":695,"parentId":694,"tags":{},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":45150,"timestamp":358380236053,"id":694,"parentId":688,"tags":{},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":48219,"timestamp":358380235093,"id":688,"parentId":510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js","layer":null},"startTime":1749573188623,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":46753,"timestamp":358380236652,"id":705,"parentId":704,"tags":{},"startTime":1749573188625,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":46805,"timestamp":358380236609,"id":704,"parentId":693,"tags":{},"startTime":1749573188625,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":49232,"timestamp":358380235827,"id":693,"parentId":510,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","layer":null},"startTime":1749573188624,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":18432,"timestamp":358380273644,"id":708,"parentId":707,"tags":{},"startTime":1749573188662,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":18512,"timestamp":358380273577,"id":707,"parentId":706,"tags":{},"startTime":1749573188662,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":21115,"timestamp":358380273206,"id":706,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1749573188661,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":70976,"timestamp":358380225927,"id":670,"parentId":669,"tags":{},"startTime":1749573188614,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":72015,"timestamp":358380225869,"id":669,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/react-dom/client.js","layer":null},"startTime":1749573188614,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":9444,"timestamp":358380289598,"id":720,"parentId":719,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":9479,"timestamp":358380289571,"id":719,"parentId":712,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":11360,"timestamp":358380289006,"id":712,"parentId":592,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1749573188677,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":10773,"timestamp":358380289632,"id":722,"parentId":721,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":10803,"timestamp":358380289605,"id":721,"parentId":713,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":12256,"timestamp":358380289073,"id":713,"parentId":580,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1749573188677,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":11809,"timestamp":358380289561,"id":718,"parentId":717,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":11890,"timestamp":358380289483,"id":717,"parentId":711,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":13955,"timestamp":358380288857,"id":711,"parentId":587,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1749573188677,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":15204,"timestamp":358380289661,"id":724,"parentId":723,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":15234,"timestamp":358380289640,"id":723,"parentId":714,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":16806,"timestamp":358380289132,"id":714,"parentId":595,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1749573188677,"traceId":"4a85c6b229012d5a"}] +[{"name":"next-swc-transform","duration":16565,"timestamp":358380289687,"id":726,"parentId":725,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":16589,"timestamp":358380289668,"id":725,"parentId":715,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":18703,"timestamp":358380289201,"id":715,"parentId":587,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1749573188677,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":18234,"timestamp":358380289715,"id":728,"parentId":727,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":18259,"timestamp":358380289694,"id":727,"parentId":716,"tags":{},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":19918,"timestamp":358380289260,"id":716,"parentId":583,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1749573188678,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3713,"timestamp":358380312581,"id":737,"parentId":736,"tags":{},"startTime":1749573188701,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3753,"timestamp":358380312553,"id":736,"parentId":730,"tags":{},"startTime":1749573188701,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":5053,"timestamp":358380312191,"id":730,"parentId":649,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1749573188700,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5077,"timestamp":358380312543,"id":735,"parentId":734,"tags":{},"startTime":1749573188701,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":5152,"timestamp":358380312473,"id":734,"parentId":729,"tags":{},"startTime":1749573188701,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":6510,"timestamp":358380312026,"id":729,"parentId":597,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1749573188700,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5954,"timestamp":358380312612,"id":739,"parentId":738,"tags":{},"startTime":1749573188701,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":5981,"timestamp":358380312588,"id":738,"parentId":731,"tags":{},"startTime":1749573188701,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":7775,"timestamp":358380312261,"id":731,"parentId":597,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1749573188701,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":31470,"timestamp":358380288761,"id":710,"parentId":709,"tags":{},"startTime":1749573188677,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":32200,"timestamp":358380288630,"id":709,"parentId":427,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/react/index.js","layer":null},"startTime":1749573188677,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":7089,"timestamp":358380315269,"id":742,"parentId":741,"tags":{},"startTime":1749573188704,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7162,"timestamp":358380315204,"id":741,"parentId":740,"tags":{},"startTime":1749573188703,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":8832,"timestamp":358380314993,"id":740,"parentId":672,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1749573188703,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5023,"timestamp":358380321991,"id":747,"parentId":746,"tags":{},"startTime":1749573188710,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":5099,"timestamp":358380321927,"id":746,"parentId":745,"tags":{},"startTime":1749573188710,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":6998,"timestamp":358380321667,"id":745,"parentId":511,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1749573188710,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":17040,"timestamp":358380312361,"id":733,"parentId":732,"tags":{},"startTime":1749573188701,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":20332,"timestamp":358380312333,"id":732,"parentId":515,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1749573188701,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":11388,"timestamp":358380325519,"id":752,"parentId":751,"tags":{},"startTime":1749573188714,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":11459,"timestamp":358380325461,"id":751,"parentId":748,"tags":{},"startTime":1749573188714,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":13251,"timestamp":358380325092,"id":748,"parentId":692,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/error-source.js","layer":null},"startTime":1749573188713,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":12832,"timestamp":358380325552,"id":754,"parentId":753,"tags":{},"startTime":1749573188714,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":12860,"timestamp":358380325528,"id":753,"parentId":749,"tags":{},"startTime":1749573188714,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":15391,"timestamp":358380325295,"id":749,"parentId":688,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js","layer":null},"startTime":1749573188714,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":16394,"timestamp":358380325580,"id":756,"parentId":755,"tags":{},"startTime":1749573188714,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":16424,"timestamp":358380325559,"id":755,"parentId":750,"tags":{},"startTime":1749573188714,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":22529,"timestamp":358380325388,"id":750,"parentId":692,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js","layer":null},"startTime":1749573188714,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":31392,"timestamp":358380321632,"id":744,"parentId":743,"tags":{},"startTime":1749573188710,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":46101,"timestamp":358380321556,"id":743,"parentId":575,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/react/cjs/react-jsx-runtime.development.js","layer":null},"startTime":1749573188710,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":19277,"timestamp":358380350387,"id":770,"parentId":769,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":19310,"timestamp":358380350367,"id":769,"parentId":760,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":23294,"timestamp":358380349651,"id":760,"parentId":688,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js","layer":null},"startTime":1749573188738,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":22738,"timestamp":358380350290,"id":764,"parentId":763,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":22848,"timestamp":358380350184,"id":763,"parentId":757,"tags":{},"startTime":1749573188738,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":27232,"timestamp":358380349258,"id":757,"parentId":688,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js","layer":null},"startTime":1749573188738,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":26201,"timestamp":358380350360,"id":768,"parentId":767,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":26226,"timestamp":358380350338,"id":767,"parentId":759,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":29010,"timestamp":358380349571,"id":759,"parentId":688,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js","layer":null},"startTime":1749573188738,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":28543,"timestamp":358380350412,"id":772,"parentId":771,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":28567,"timestamp":358380350393,"id":771,"parentId":761,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":31649,"timestamp":358380349722,"id":761,"parentId":688,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js","layer":null},"startTime":1749573188738,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":31072,"timestamp":358380350437,"id":774,"parentId":773,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":31101,"timestamp":358380350418,"id":773,"parentId":762,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":33762,"timestamp":358380349995,"id":762,"parentId":688,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js","layer":null},"startTime":1749573188738,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":33653,"timestamp":358380350331,"id":766,"parentId":765,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":33762,"timestamp":358380350304,"id":765,"parentId":758,"tags":{},"startTime":1749573188739,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":43126,"timestamp":358380349485,"id":758,"parentId":688,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js","layer":null},"startTime":1749573188738,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8779,"timestamp":358380404807,"id":784,"parentId":783,"tags":{},"startTime":1749573188793,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":8860,"timestamp":358380404740,"id":783,"parentId":781,"tags":{},"startTime":1749573188793,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":10718,"timestamp":358380404477,"id":781,"parentId":732,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1749573188793,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":10443,"timestamp":358380404844,"id":786,"parentId":785,"tags":{},"startTime":1749573188793,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":10474,"timestamp":358380404817,"id":785,"parentId":782,"tags":{},"startTime":1749573188793,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":13310,"timestamp":358380404661,"id":782,"parentId":745,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1749573188793,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":49792,"timestamp":358380368381,"id":776,"parentId":775,"tags":{},"startTime":1749573188757,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":72410,"timestamp":358380368171,"id":775,"parentId":709,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/react/cjs/react.development.js","layer":null},"startTime":1749573188756,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":51561,"timestamp":358380397147,"id":778,"parentId":777,"tags":{},"startTime":1749573188785,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":52649,"timestamp":358380397041,"id":777,"parentId":669,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/react-dom/index.js","layer":null},"startTime":1749573188785,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":52504,"timestamp":358380397233,"id":780,"parentId":779,"tags":{},"startTime":1749573188786,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":52878,"timestamp":358380397192,"id":779,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/react-is/index.js","layer":null},"startTime":1749573188785,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6314,"timestamp":358380451387,"id":789,"parentId":788,"tags":{},"startTime":1749573188840,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6404,"timestamp":358380451310,"id":788,"parentId":787,"tags":{},"startTime":1749573188840,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":9168,"timestamp":358380451006,"id":787,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js","layer":null},"startTime":1749573188839,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":17818,"timestamp":358380457049,"id":792,"parentId":791,"tags":{},"startTime":1749573188845,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":18003,"timestamp":358380456878,"id":791,"parentId":790,"tags":{},"startTime":1749573188845,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":23422,"timestamp":358380456466,"id":790,"parentId":489,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/strip-ansi/index.js","layer":null},"startTime":1749573188845,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":17653,"timestamp":358380462629,"id":806,"parentId":805,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":17679,"timestamp":358380462608,"id":805,"parentId":797,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":19346,"timestamp":358380461963,"id":797,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js","layer":null},"startTime":1749573188850,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":18787,"timestamp":358380462563,"id":802,"parentId":801,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":18868,"timestamp":358380462486,"id":801,"parentId":795,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":21015,"timestamp":358380461531,"id":795,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js","layer":null},"startTime":1749573188850,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":19993,"timestamp":358380462600,"id":804,"parentId":803,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":20024,"timestamp":358380462573,"id":803,"parentId":796,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":21849,"timestamp":358380461744,"id":796,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js","layer":null},"startTime":1749573188850,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":20997,"timestamp":358380462658,"id":808,"parentId":807,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":21021,"timestamp":358380462638,"id":807,"parentId":798,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":22526,"timestamp":358380462159,"id":798,"parentId":758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js","layer":null},"startTime":1749573188850,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":22068,"timestamp":358380462683,"id":810,"parentId":809,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":22093,"timestamp":358380462664,"id":809,"parentId":799,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":23590,"timestamp":358380462252,"id":799,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js","layer":null},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":23325,"timestamp":358380462709,"id":812,"parentId":811,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":23350,"timestamp":358380462690,"id":811,"parentId":800,"tags":{},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":26675,"timestamp":358380462365,"id":800,"parentId":758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js","layer":null},"startTime":1749573188851,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":10061,"timestamp":358380495197,"id":820,"parentId":819,"tags":{},"startTime":1749573188883,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":10172,"timestamp":358380495100,"id":819,"parentId":813,"tags":{},"startTime":1749573188883,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":12886,"timestamp":358380493636,"id":813,"parentId":781,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1749573188882,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":11342,"timestamp":358380495266,"id":822,"parentId":821,"tags":{},"startTime":1749573188884,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":11397,"timestamp":358380495219,"id":821,"parentId":814,"tags":{},"startTime":1749573188884,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":13938,"timestamp":358380493861,"id":814,"parentId":781,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1749573188882,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":47296,"timestamp":358380461462,"id":794,"parentId":793,"tags":{},"startTime":1749573188850,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":54403,"timestamp":358380461342,"id":793,"parentId":498,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/web-vitals/web-vitals.js","layer":null},"startTime":1749573188850,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":23465,"timestamp":358380494767,"id":816,"parentId":815,"tags":{},"startTime":1749573188883,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":25856,"timestamp":358380493959,"id":815,"parentId":425,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1749573188882,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":2838914,"timestamp":358377680973,"id":414,"parentId":412,"tags":{"request":"./node_modules/next/dist/client/dev/amp-dev"},"startTime":1749573186069,"traceId":"4a85c6b229012d5a"}] +[{"name":"add-entry","duration":2839088,"timestamp":358377681033,"id":416,"parentId":412,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573186069,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":26359,"timestamp":358380494836,"id":818,"parentId":817,"tags":{},"startTime":1749573188883,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":28111,"timestamp":358380494809,"id":817,"parentId":463,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1749573188883,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":2843993,"timestamp":358377681044,"id":418,"parentId":412,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573186069,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":4549,"timestamp":358380520776,"id":833,"parentId":832,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":4631,"timestamp":358380520709,"id":832,"parentId":827,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":6377,"timestamp":358380520167,"id":827,"parentId":757,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js","layer":null},"startTime":1749573188908,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5741,"timestamp":358380520841,"id":837,"parentId":836,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":5767,"timestamp":358380520819,"id":836,"parentId":829,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":7484,"timestamp":358380520430,"id":829,"parentId":758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js","layer":null},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":7295,"timestamp":358380520812,"id":835,"parentId":834,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7336,"timestamp":358380520786,"id":834,"parentId":828,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":8711,"timestamp":358380520322,"id":828,"parentId":757,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js","layer":null},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":21889,"timestamp":358380508079,"id":826,"parentId":825,"tags":{},"startTime":1749573188896,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":23930,"timestamp":358380508047,"id":825,"parentId":779,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","layer":null},"startTime":1749573188896,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":13744,"timestamp":358380520894,"id":841,"parentId":840,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":13772,"timestamp":358380520875,"id":840,"parentId":831,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":15980,"timestamp":358380520639,"id":831,"parentId":800,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js","layer":null},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":15857,"timestamp":358380520868,"id":839,"parentId":838,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":15882,"timestamp":358380520848,"id":838,"parentId":830,"tags":{},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":18755,"timestamp":358380520584,"id":830,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js","layer":null},"startTime":1749573188909,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":12905,"timestamp":358380533157,"id":851,"parentId":850,"tags":{},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":12940,"timestamp":358380533136,"id":850,"parentId":844,"tags":{},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":14828,"timestamp":358380532781,"id":844,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js","layer":null},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":14432,"timestamp":358380533228,"id":853,"parentId":852,"tags":{},"startTime":1749573188922,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":14499,"timestamp":358380533164,"id":852,"parentId":845,"tags":{},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":16406,"timestamp":358380532838,"id":845,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js","layer":null},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":16240,"timestamp":358380533069,"id":847,"parentId":846,"tags":{},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":16310,"timestamp":358380533007,"id":846,"parentId":842,"tags":{},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":17676,"timestamp":358380532557,"id":842,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js","layer":null},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":17400,"timestamp":358380533128,"id":849,"parentId":848,"tags":{},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":17454,"timestamp":358380533079,"id":848,"parentId":843,"tags":{},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":19389,"timestamp":358380532714,"id":843,"parentId":758,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js","layer":null},"startTime":1749573188921,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":44136,"timestamp":358380508007,"id":824,"parentId":823,"tags":{},"startTime":1749573188896,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":241657,"timestamp":358380507924,"id":823,"parentId":777,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/react-dom/cjs/react-dom.development.js","layer":null},"startTime":1749573188896,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":215481,"timestamp":358380543342,"id":855,"parentId":854,"tags":{},"startTime":1749573188932,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":217792,"timestamp":358380543183,"id":854,"parentId":689,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":null},"startTime":1749573188931,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3094,"timestamp":358380763503,"id":868,"parentId":867,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3125,"timestamp":358380763486,"id":867,"parentId":859,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":4582,"timestamp":358380763147,"id":859,"parentId":830,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js","layer":null},"startTime":1749573189151,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":4409,"timestamp":358380763423,"id":862,"parentId":861,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":4480,"timestamp":358380763357,"id":861,"parentId":856,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":6617,"timestamp":358380762844,"id":856,"parentId":827,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js","layer":null},"startTime":1749573189151,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":10576,"timestamp":358380763456,"id":864,"parentId":863,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":10615,"timestamp":358380763432,"id":863,"parentId":857,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":13488,"timestamp":358380763033,"id":857,"parentId":829,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js","layer":null},"startTime":1749573189151,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":13139,"timestamp":358380763481,"id":866,"parentId":865,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":13161,"timestamp":358380763462,"id":865,"parentId":858,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":15130,"timestamp":358380763097,"id":858,"parentId":828,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js","layer":null},"startTime":1749573189151,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":12454,"timestamp":358380765807,"id":882,"parentId":881,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":12532,"timestamp":358380765732,"id":881,"parentId":871,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":14670,"timestamp":358380764627,"id":871,"parentId":844,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js","layer":null},"startTime":1749573189153,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":15855,"timestamp":358380763526,"id":870,"parentId":869,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":15877,"timestamp":358380763509,"id":869,"parentId":860,"tags":{},"startTime":1749573189152,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":17338,"timestamp":358380763194,"id":860,"parentId":830,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js","layer":null},"startTime":1749573189151,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":14677,"timestamp":358380765888,"id":886,"parentId":885,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":14708,"timestamp":358380765861,"id":885,"parentId":873,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":16660,"timestamp":358380764832,"id":873,"parentId":844,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js","layer":null},"startTime":1749573189153,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":15689,"timestamp":358380765850,"id":884,"parentId":883,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":15723,"timestamp":358380765820,"id":883,"parentId":872,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":19053,"timestamp":358380764721,"id":872,"parentId":843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/shared/lib/magic-identifier.js","layer":null},"startTime":1749573189153,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":17844,"timestamp":358380765965,"id":890,"parentId":889,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":17874,"timestamp":358380765938,"id":889,"parentId":875,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":19371,"timestamp":358380765130,"id":875,"parentId":845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js","layer":null},"startTime":1749573189153,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":18619,"timestamp":358380765927,"id":888,"parentId":887,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":18650,"timestamp":358380765899,"id":887,"parentId":874,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":20595,"timestamp":358380764933,"id":874,"parentId":845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js","layer":null},"startTime":1749573189153,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":19551,"timestamp":358380766001,"id":892,"parentId":891,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":19579,"timestamp":358380765975,"id":891,"parentId":876,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":21029,"timestamp":358380765273,"id":876,"parentId":845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js","layer":null},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":20336,"timestamp":358380766036,"id":894,"parentId":893,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":20371,"timestamp":358380766010,"id":893,"parentId":877,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":21830,"timestamp":358380765358,"id":877,"parentId":845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js","layer":null},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":24576,"timestamp":358380766110,"id":898,"parentId":897,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":24611,"timestamp":358380766080,"id":897,"parentId":879,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":25826,"timestamp":358380765506,"id":879,"parentId":842,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js","layer":null},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":25282,"timestamp":358380766071,"id":896,"parentId":895,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":25310,"timestamp":358380766045,"id":895,"parentId":878,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":26465,"timestamp":358380765435,"id":878,"parentId":845,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js","layer":null},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":35149,"timestamp":358380766145,"id":900,"parentId":899,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":35185,"timestamp":358380766119,"id":899,"parentId":880,"tags":{},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":37168,"timestamp":358380765605,"id":880,"parentId":842,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js","layer":null},"startTime":1749573189154,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":7486,"timestamp":358380807309,"id":902,"parentId":901,"tags":{},"startTime":1749573189196,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":8053,"timestamp":358380807234,"id":901,"parentId":760,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":null},"startTime":1749573189196,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3444,"timestamp":358380812715,"id":908,"parentId":907,"tags":{},"startTime":1749573189201,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3502,"timestamp":358380812664,"id":907,"parentId":904,"tags":{},"startTime":1749573189201,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":4951,"timestamp":358380812457,"id":904,"parentId":856,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js","layer":null},"startTime":1749573189201,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3220,"timestamp":358380814335,"id":915,"parentId":914,"tags":{},"startTime":1749573189203,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3290,"timestamp":358380814271,"id":914,"parentId":910,"tags":{},"startTime":1749573189203,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":4769,"timestamp":358380814046,"id":910,"parentId":858,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js","layer":null},"startTime":1749573189202,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":4920,"timestamp":358380814264,"id":913,"parentId":912,"tags":{},"startTime":1749573189203,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":4970,"timestamp":358380814218,"id":912,"parentId":909,"tags":{},"startTime":1749573189202,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":6420,"timestamp":358380813700,"id":909,"parentId":860,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js","layer":null},"startTime":1749573189202,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":7762,"timestamp":358380814379,"id":917,"parentId":916,"tags":{},"startTime":1749573189203,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7800,"timestamp":358380814349,"id":916,"parentId":911,"tags":{},"startTime":1749573189203,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":9079,"timestamp":358380814132,"id":911,"parentId":860,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js","layer":null},"startTime":1749573189202,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":7435,"timestamp":358380815803,"id":920,"parentId":919,"tags":{},"startTime":1749573189204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7528,"timestamp":358380815718,"id":919,"parentId":918,"tags":{},"startTime":1749573189204,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":8360,"timestamp":358380815415,"id":918,"parentId":830,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js","layer":null},"startTime":1749573189204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":7761,"timestamp":358380816056,"id":923,"parentId":922,"tags":{},"startTime":1749573189204,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7804,"timestamp":358380816016,"id":922,"parentId":921,"tags":{},"startTime":1749573189204,"traceId":"4a85c6b229012d5a"}] +[{"name":"build-module-js","duration":8651,"timestamp":358380815936,"id":921,"parentId":874,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js","layer":null},"startTime":1749573189204,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":546,"timestamp":358380828814,"id":931,"parentId":930,"tags":{},"startTime":1749573189217,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":1028,"timestamp":358380828770,"id":930,"parentId":823,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/scheduler/index.js","layer":null},"startTime":1749573189217,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":2118,"timestamp":358380827959,"id":926,"parentId":925,"tags":{},"startTime":1749573189216,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":2178,"timestamp":358380827903,"id":925,"parentId":924,"tags":{},"startTime":1749573189216,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":3212,"timestamp":358380827765,"id":924,"parentId":910,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js","layer":null},"startTime":1749573189216,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3006,"timestamp":358380828329,"id":929,"parentId":928,"tags":{},"startTime":1749573189217,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3040,"timestamp":358380828299,"id":928,"parentId":927,"tags":{},"startTime":1749573189217,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":4346,"timestamp":358380828163,"id":927,"parentId":918,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js","layer":null},"startTime":1749573189216,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":534,"timestamp":358380838597,"id":933,"parentId":932,"tags":{},"startTime":1749573189227,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":2873,"timestamp":358380838534,"id":932,"parentId":930,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/scheduler/cjs/scheduler.development.js","layer":null},"startTime":1749573189227,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":3160474,"timestamp":358377681039,"id":417,"parentId":412,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573186069,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":2848,"timestamp":358380838683,"id":935,"parentId":934,"tags":{},"startTime":1749573189227,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":5171,"timestamp":358380838658,"id":934,"parentId":858,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/anser/index.js","layer":null},"startTime":1749573189227,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":34467,"timestamp":358380812632,"id":906,"parentId":905,"tags":{},"startTime":1749573189201,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":34562,"timestamp":358380812545,"id":905,"parentId":903,"tags":{},"startTime":1749573189201,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":47340,"timestamp":358380812295,"id":903,"parentId":856,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js","layer":null},"startTime":1749573189201,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":568,"timestamp":358380862869,"id":937,"parentId":936,"tags":{},"startTime":1749573189251,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":1528,"timestamp":358380862805,"id":936,"parentId":903,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":null},"startTime":1749573189251,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":1121,"timestamp":358380863301,"id":939,"parentId":938,"tags":{},"startTime":1749573189252,"traceId":"4a85c6b229012d5a"},{"name":"build-module-js","duration":8087,"timestamp":358380863270,"id":938,"parentId":903,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/platform/platform.js","layer":null},"startTime":1749573189252,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":3190452,"timestamp":358377681025,"id":415,"parentId":412,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573186069,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":3191677,"timestamp":358377679978,"id":412,"parentId":411,"tags":{},"startTime":1749573186068,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":1903,"timestamp":358380873910,"id":941,"parentId":940,"tags":{},"startTime":1749573189262,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":14,"timestamp":358380875842,"id":943,"parentId":940,"tags":{},"startTime":1749573189264,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":42,"timestamp":358380875935,"id":944,"parentId":940,"tags":{},"startTime":1749573189264,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":12,"timestamp":358380876048,"id":945,"parentId":940,"tags":{},"startTime":1749573189264,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358380876084,"id":946,"parentId":940,"tags":{},"startTime":1749573189264,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":292,"timestamp":358380875832,"id":942,"parentId":940,"tags":{},"startTime":1749573189264,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":3444,"timestamp":358380882138,"id":947,"parentId":940,"tags":{},"startTime":1749573189270,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":12768,"timestamp":358380885615,"id":948,"parentId":940,"tags":{},"startTime":1749573189274,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":7353,"timestamp":358380900493,"id":949,"parentId":940,"tags":{},"startTime":1749573189289,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":417,"timestamp":358380907844,"id":950,"parentId":940,"tags":{},"startTime":1749573189296,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":50,"timestamp":358380908244,"id":951,"parentId":940,"tags":{},"startTime":1749573189297,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":126742,"timestamp":358380908300,"id":952,"parentId":940,"tags":{},"startTime":1749573189297,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":265,"timestamp":358381039041,"id":953,"parentId":411,"tags":{},"startTime":1749573189427,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":166977,"timestamp":358380873349,"id":940,"parentId":411,"tags":{},"startTime":1749573189262,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":3363557,"timestamp":358377676914,"id":411,"parentId":3,"tags":{"name":"client"},"startTime":1749573186065,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":31739,"timestamp":358381040558,"id":954,"parentId":3,"tags":{},"startTime":1749573189429,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":7,"timestamp":358381085624,"id":960,"parentId":3,"tags":{},"startTime":1749573189474,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23119,"timestamp":358381088833,"id":968,"parentId":959,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":27073,"timestamp":358381088802,"id":963,"parentId":959,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":30934,"timestamp":358381088852,"id":970,"parentId":959,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41116,"timestamp":358381088809,"id":964,"parentId":959,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41174,"timestamp":358381088838,"id":969,"parentId":959,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":4248000,"timestamp":358376883129,"id":972,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","[project]/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","[project]/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","[project]/node_modules/@floating-ui/react/dist/floating-ui.react.mjs","[project]/node_modules/@floating-ui/react/dist/floating-ui.react.utils.mjs","[project]/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","[project]/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","[project]/node_modules/@headlessui/react/dist/components/button/button.js","[project]/node_modules/@headlessui/react/dist/components/checkbox/checkbox.js","[project]/node_modules/@headlessui/react/dist/components/close-button/close-button.js","[project]/node_modules/@headlessui/react/dist/components/combobox/combobox.js","[project]/node_modules/@headlessui/react/dist/components/data-interactive/data-interactive.js","[project]/node_modules/@headlessui/react/dist/components/description/description.js","[project]/node_modules/@headlessui/react/dist/components/dialog/dialog.js","[project]/node_modules/@headlessui/react/dist/components/disclosure/disclosure.js","[project]/node_modules/@headlessui/react/dist/components/field/field.js","[project]/node_modules/@headlessui/react/dist/components/fieldset/fieldset.js","[project]/node_modules/@headlessui/react/dist/components/focus-trap/focus-trap.js","[project]/node_modules/@headlessui/react/dist/components/input/input.js","[project]/node_modules/@headlessui/react/dist/components/keyboard.js","[project]/node_modules/@headlessui/react/dist/components/label/label.js","[project]/node_modules/@headlessui/react/dist/components/legend/legend.js","[project]/node_modules/@headlessui/react/dist/components/listbox/listbox.js","[project]/node_modules/@headlessui/react/dist/components/menu/menu.js","[project]/node_modules/@headlessui/react/dist/components/mouse.js","[project]/node_modules/@headlessui/react/dist/components/popover/popover.js","[project]/node_modules/@headlessui/react/dist/components/portal/portal.js","[project]/node_modules/@headlessui/react/dist/components/radio-group/radio-group.js","[project]/node_modules/@headlessui/react/dist/components/select/select.js","[project]/node_modules/@headlessui/react/dist/components/switch/switch.js","[project]/node_modules/@headlessui/react/dist/components/tabs/tabs.js","[project]/node_modules/@headlessui/react/dist/components/textarea/textarea.js","[project]/node_modules/@headlessui/react/dist/components/transition/transition.js","[project]/node_modules/@headlessui/react/dist/hooks/document-overflow/adjust-scrollbar-padding.js","[project]/node_modules/@headlessui/react/dist/hooks/document-overflow/handle-ios-locking.js","[project]/node_modules/@headlessui/react/dist/hooks/document-overflow/overflow-store.js","[project]/node_modules/@headlessui/react/dist/hooks/document-overflow/prevent-scroll.js","[project]/node_modules/@headlessui/react/dist/hooks/document-overflow/use-document-overflow.js","[project]/node_modules/@headlessui/react/dist/hooks/use-active-press.js","[project]/node_modules/@headlessui/react/dist/hooks/use-by-comparator.js","[project]/node_modules/@headlessui/react/dist/hooks/use-controllable.js","[project]/node_modules/@headlessui/react/dist/hooks/use-default-value.js","[project]/node_modules/@headlessui/react/dist/hooks/use-did-element-move.js","[project]/node_modules/@headlessui/react/dist/hooks/use-disposables.js","[project]/node_modules/@headlessui/react/dist/hooks/use-document-event.js","[project]/node_modules/@headlessui/react/dist/hooks/use-element-size.js","[project]/node_modules/@headlessui/react/dist/hooks/use-escape.js","[project]/node_modules/@headlessui/react/dist/hooks/use-event-listener.js","[project]/node_modules/@headlessui/react/dist/hooks/use-event.js","[project]/node_modules/@headlessui/react/dist/hooks/use-flags.js","[project]/node_modules/@headlessui/react/dist/hooks/use-inert-others.js","[project]/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js","[project]/node_modules/@headlessui/react/dist/hooks/use-is-top-layer.js","[project]/node_modules/@headlessui/react/dist/hooks/use-is-touch-device.js","[project]/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js","[project]/node_modules/@headlessui/react/dist/hooks/use-latest-value.js","[project]/node_modules/@headlessui/react/dist/hooks/use-on-disappear.js","[project]/node_modules/@headlessui/react/dist/hooks/use-on-unmount.js","[project]/node_modules/@headlessui/react/dist/hooks/use-outside-click.js","[project]/node_modules/@headlessui/react/dist/hooks/use-owner.js","[project]/node_modules/@headlessui/react/dist/hooks/use-refocusable-input.js","[project]/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js","[project]/node_modules/@headlessui/react/dist/hooks/use-resolved-tag.js","[project]/node_modules/@headlessui/react/dist/hooks/use-root-containers.js","[project]/node_modules/@headlessui/react/dist/hooks/use-scroll-lock.js","[project]/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js","[project]/node_modules/@headlessui/react/dist/hooks/use-store.js","[project]/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js","[project]/node_modules/@headlessui/react/dist/hooks/use-tab-direction.js","[project]/node_modules/@headlessui/react/dist/hooks/use-text-value.js","[project]/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js","[project]/node_modules/@headlessui/react/dist/hooks/use-transition.js","[project]/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js","[project]/node_modules/@headlessui/react/dist/hooks/use-watch.js","[project]/node_modules/@headlessui/react/dist/hooks/use-window-event.js","[project]/node_modules/@headlessui/react/dist/internal/close-provider.js","[project]/node_modules/@headlessui/react/dist/internal/disabled.js","[project]/node_modules/@headlessui/react/dist/internal/floating.js","[project]/node_modules/@headlessui/react/dist/internal/focus-sentinel.js","[project]/node_modules/@headlessui/react/dist/internal/form-fields.js","[project]/node_modules/@headlessui/react/dist/internal/frozen.js","[project]/node_modules/@headlessui/react/dist/internal/hidden.js","[project]/node_modules/@headlessui/react/dist/internal/id.js","[project]/node_modules/@headlessui/react/dist/internal/open-closed.js","[project]/node_modules/@headlessui/react/dist/internal/portal-force-root.js","[project]/node_modules/@headlessui/react/dist/utils/active-element-history.js","[project]/node_modules/@headlessui/react/dist/utils/bugs.js","[project]/node_modules/@headlessui/react/dist/utils/calculate-active-index.js","[project]/node_modules/@headlessui/react/dist/utils/class-names.js","[project]/node_modules/@headlessui/react/dist/utils/default-map.js","[project]/node_modules/@headlessui/react/dist/utils/disposables.js","[project]/node_modules/@headlessui/react/dist/utils/document-ready.js","[project]/node_modules/@headlessui/react/dist/utils/env.js","[project]/node_modules/@headlessui/react/dist/utils/focus-management.js","[project]/node_modules/@headlessui/react/dist/utils/form.js","[project]/node_modules/@headlessui/react/dist/utils/get-text-value.js","[project]/node_modules/@headlessui/react/dist/utils/match.js","[project]/node_modules/@headlessui/react/dist/utils/micro-task.js","[project]/node_modules/@headlessui/react/dist/utils/owner.js","[project]/node_modules/@headlessui/react/dist/utils/platform.js","[project]/node_modules/@headlessui/react/dist/utils/render.js","[project]/node_modules/@headlessui/react/dist/utils/stable-collection.js","[project]/node_modules/@headlessui/react/dist/utils/start-transition.js","[project]/node_modules/@headlessui/react/dist/utils/store.js","[project]/node_modules/@heroicons/react/20/solid/esm/ArrowLongRightIcon.js","[project]/node_modules/@heroicons/react/24/solid/esm/Bars2Icon.js","[project]/node_modules/@react-aria/focus/dist/useFocusRing.mjs","[project]/node_modules/@react-aria/interactions/dist/useFocus.mjs","[project]/node_modules/@react-aria/interactions/dist/useFocusVisible.mjs","[project]/node_modules/@react-aria/interactions/dist/useFocusWithin.mjs","[project]/node_modules/@react-aria/interactions/dist/useHover.mjs","[project]/node_modules/@react-aria/interactions/dist/utils.mjs","[project]/node_modules/@react-aria/ssr/dist/SSRProvider.mjs","[project]/node_modules/@react-aria/utils/dist/domHelpers.mjs","[project]/node_modules/@react-aria/utils/dist/isVirtualEvent.mjs","[project]/node_modules/@react-aria/utils/dist/platform.mjs","[project]/node_modules/@react-aria/utils/dist/useEffectEvent.mjs","[project]/node_modules/@react-aria/utils/dist/useLayoutEffect.mjs","[project]/node_modules/@tanstack/react-virtual/dist/esm/index.js","[project]/node_modules/@tanstack/virtual-core/dist/esm/index.js","[project]/node_modules/@tanstack/virtual-core/dist/esm/utils.js","[project]/node_modules/clsx/dist/clsx.mjs","[project]/node_modules/debounce/index.js","[project]/node_modules/framer-motion/dist/es/animation/GroupPlaybackControls.mjs","[project]/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.mjs","[project]/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.mjs","[project]/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.mjs","[project]/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.mjs","[project]/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.mjs","[project]/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.mjs","[project]/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.mjs","[project]/node_modules/framer-motion/dist/es/animation/animators/waapi/index.mjs","[project]/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.mjs","[project]/node_modules/framer-motion/dist/es/animation/generators/inertia.mjs","[project]/node_modules/framer-motion/dist/es/animation/generators/keyframes.mjs","[project]/node_modules/framer-motion/dist/es/animation/generators/spring/find.mjs","[project]/node_modules/framer-motion/dist/es/animation/generators/spring/index.mjs","[project]/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.mjs","[project]/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.mjs","[project]/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.mjs","[project]/node_modules/framer-motion/dist/es/animation/interfaces/single-value.mjs","[project]/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.mjs","[project]/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","[project]/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.mjs","[project]/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.mjs","[project]/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.mjs","[project]/node_modules/framer-motion/dist/es/animation/utils/default-transitions.mjs","[project]/node_modules/framer-motion/dist/es/animation/utils/is-animatable.mjs","[project]/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.mjs","[project]/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.mjs","[project]/node_modules/framer-motion/dist/es/animation/utils/is-none.mjs","[project]/node_modules/framer-motion/dist/es/animation/utils/transitions.mjs","[project]/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs","[project]/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs","[project]/node_modules/framer-motion/dist/es/context/LazyContext.mjs","[project]/node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs","[project]/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs","[project]/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs","[project]/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs","[project]/node_modules/framer-motion/dist/es/context/PresenceContext.mjs","[project]/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","[project]/node_modules/framer-motion/dist/es/easing/anticipate.mjs","[project]/node_modules/framer-motion/dist/es/easing/back.mjs","[project]/node_modules/framer-motion/dist/es/easing/circ.mjs","[project]/node_modules/framer-motion/dist/es/easing/cubic-bezier.mjs","[project]/node_modules/framer-motion/dist/es/easing/ease.mjs","[project]/node_modules/framer-motion/dist/es/easing/modifiers/mirror.mjs","[project]/node_modules/framer-motion/dist/es/easing/modifiers/reverse.mjs","[project]/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.mjs","[project]/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.mjs","[project]/node_modules/framer-motion/dist/es/easing/utils/map.mjs","[project]/node_modules/framer-motion/dist/es/events/add-dom-event.mjs","[project]/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs","[project]/node_modules/framer-motion/dist/es/events/event-info.mjs","[project]/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.mjs","[project]/node_modules/framer-motion/dist/es/frameloop/batcher.mjs","[project]/node_modules/framer-motion/dist/es/frameloop/frame.mjs","[project]/node_modules/framer-motion/dist/es/frameloop/microtask.mjs","[project]/node_modules/framer-motion/dist/es/frameloop/render-step.mjs","[project]/node_modules/framer-motion/dist/es/frameloop/sync-time.mjs","[project]/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","[project]/node_modules/framer-motion/dist/es/gestures/drag/index.mjs","[project]/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","[project]/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.mjs","[project]/node_modules/framer-motion/dist/es/gestures/focus.mjs","[project]/node_modules/framer-motion/dist/es/gestures/hover.mjs","[project]/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs","[project]/node_modules/framer-motion/dist/es/gestures/pan/index.mjs","[project]/node_modules/framer-motion/dist/es/gestures/press.mjs","[project]/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/Feature.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/animation/exit.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/animation/index.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/animations.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/definitions.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/drag.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/gestures.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/layout.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/load-features.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs","[project]/node_modules/framer-motion/dist/es/motion/features/viewport/observers.mjs","[project]/node_modules/framer-motion/dist/es/motion/index.mjs","[project]/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs","[project]/node_modules/framer-motion/dist/es/motion/utils/symbol.mjs","[project]/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","[project]/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs","[project]/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs","[project]/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs","[project]/node_modules/framer-motion/dist/es/projection/animation/mix-values.mjs","[project]/node_modules/framer-motion/dist/es/projection/geometry/conversion.mjs","[project]/node_modules/framer-motion/dist/es/projection/geometry/copy.mjs","[project]/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.mjs","[project]/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.mjs","[project]/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.mjs","[project]/node_modules/framer-motion/dist/es/projection/geometry/models.mjs","[project]/node_modules/framer-motion/dist/es/projection/geometry/utils.mjs","[project]/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","[project]/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","[project]/node_modules/framer-motion/dist/es/projection/node/create-projection-node.mjs","[project]/node_modules/framer-motion/dist/es/projection/node/state.mjs","[project]/node_modules/framer-motion/dist/es/projection/shared/stack.mjs","[project]/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","[project]/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","[project]/node_modules/framer-motion/dist/es/projection/styles/scale-correction.mjs","[project]/node_modules/framer-motion/dist/es/projection/styles/transform.mjs","[project]/node_modules/framer-motion/dist/es/projection/utils/each-axis.mjs","[project]/node_modules/framer-motion/dist/es/projection/utils/has-transform.mjs","[project]/node_modules/framer-motion/dist/es/projection/utils/measure.mjs","[project]/node_modules/framer-motion/dist/es/render/VisualElement.mjs","[project]/node_modules/framer-motion/dist/es/render/components/create-factory.mjs","[project]/node_modules/framer-motion/dist/es/render/components/create-proxy.mjs","[project]/node_modules/framer-motion/dist/es/render/components/motion/create.mjs","[project]/node_modules/framer-motion/dist/es/render/components/motion/proxy.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/resize/handle-element.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/resize/handle-window.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/resize/index.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/info.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/observe.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/edge.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/index.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/inset.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/offset.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/offsets/presets.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/on-scroll-handler.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/supports.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/scroll/track.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/use-render.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/utils/resolve-element.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/value-types/find.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/value-types/number.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/value-types/test.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.mjs","[project]/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.mjs","[project]/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.mjs","[project]/node_modules/framer-motion/dist/es/render/html/config-motion.mjs","[project]/node_modules/framer-motion/dist/es/render/html/use-props.mjs","[project]/node_modules/framer-motion/dist/es/render/html/utils/build-styles.mjs","[project]/node_modules/framer-motion/dist/es/render/html/utils/build-transform.mjs","[project]/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs","[project]/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.mjs","[project]/node_modules/framer-motion/dist/es/render/html/utils/render.mjs","[project]/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.mjs","[project]/node_modules/framer-motion/dist/es/render/html/utils/transform.mjs","[project]/node_modules/framer-motion/dist/es/render/store.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/config-motion.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/use-props.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/utils/path.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/utils/render.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.mjs","[project]/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/animation-state.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/flat-tree.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/is-variant-label.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/motion-values.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/resolve-variants.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/setters.mjs","[project]/node_modules/framer-motion/dist/es/render/utils/variant-props.mjs","[project]/node_modules/framer-motion/dist/es/utils/GlobalConfig.mjs","[project]/node_modules/framer-motion/dist/es/utils/array.mjs","[project]/node_modules/framer-motion/dist/es/utils/clamp.mjs","[project]/node_modules/framer-motion/dist/es/utils/delay.mjs","[project]/node_modules/framer-motion/dist/es/utils/distance.mjs","[project]/node_modules/framer-motion/dist/es/utils/errors.mjs","[project]/node_modules/framer-motion/dist/es/utils/get-context-window.mjs","[project]/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.mjs","[project]/node_modules/framer-motion/dist/es/utils/interpolate.mjs","[project]/node_modules/framer-motion/dist/es/utils/is-browser.mjs","[project]/node_modules/framer-motion/dist/es/utils/is-numerical-string.mjs","[project]/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs","[project]/node_modules/framer-motion/dist/es/utils/is-zero-value-string.mjs","[project]/node_modules/framer-motion/dist/es/utils/memo.mjs","[project]/node_modules/framer-motion/dist/es/utils/mix/color.mjs","[project]/node_modules/framer-motion/dist/es/utils/mix/complex.mjs","[project]/node_modules/framer-motion/dist/es/utils/mix/immediate.mjs","[project]/node_modules/framer-motion/dist/es/utils/mix/index.mjs","[project]/node_modules/framer-motion/dist/es/utils/mix/number.mjs","[project]/node_modules/framer-motion/dist/es/utils/mix/visibility.mjs","[project]/node_modules/framer-motion/dist/es/utils/noop.mjs","[project]/node_modules/framer-motion/dist/es/utils/offsets/default.mjs","[project]/node_modules/framer-motion/dist/es/utils/offsets/fill.mjs","[project]/node_modules/framer-motion/dist/es/utils/offsets/time.mjs","[project]/node_modules/framer-motion/dist/es/utils/pipe.mjs","[project]/node_modules/framer-motion/dist/es/utils/progress.mjs","[project]/node_modules/framer-motion/dist/es/utils/reduced-motion/index.mjs","[project]/node_modules/framer-motion/dist/es/utils/reduced-motion/state.mjs","[project]/node_modules/framer-motion/dist/es/utils/resolve-value.mjs","[project]/node_modules/framer-motion/dist/es/utils/shallow-compare.mjs","[project]/node_modules/framer-motion/dist/es/utils/subscription-manager.mjs","[project]/node_modules/framer-motion/dist/es/utils/time-conversion.mjs","[project]/node_modules/framer-motion/dist/es/utils/use-constant.mjs","[project]/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.mjs","[project]/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs","[project]/node_modules/framer-motion/dist/es/utils/use-motion-value-event.mjs","[project]/node_modules/framer-motion/dist/es/utils/velocity-per-second.mjs","[project]/node_modules/framer-motion/dist/es/utils/warn-once.mjs","[project]/node_modules/framer-motion/dist/es/value/index.mjs","[project]/node_modules/framer-motion/dist/es/value/types/color/hex.mjs","[project]/node_modules/framer-motion/dist/es/value/types/color/hsla.mjs","[project]/node_modules/framer-motion/dist/es/value/types/color/index.mjs","[project]/node_modules/framer-motion/dist/es/value/types/color/rgba.mjs","[project]/node_modules/framer-motion/dist/es/value/types/color/utils.mjs","[project]/node_modules/framer-motion/dist/es/value/types/complex/filter.mjs","[project]/node_modules/framer-motion/dist/es/value/types/complex/index.mjs","[project]/node_modules/framer-motion/dist/es/value/types/numbers/index.mjs","[project]/node_modules/framer-motion/dist/es/value/types/numbers/units.mjs","[project]/node_modules/framer-motion/dist/es/value/types/utils.mjs","[project]/node_modules/framer-motion/dist/es/value/use-motion-value.mjs","[project]/node_modules/framer-motion/dist/es/value/use-scroll.mjs","[project]/node_modules/framer-motion/dist/es/value/use-spring.mjs","[project]/node_modules/framer-motion/dist/es/value/use-will-change/WillChangeMotionValue.mjs","[project]/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.mjs","[project]/node_modules/framer-motion/dist/es/value/use-will-change/get-will-change-name.mjs","[project]/node_modules/framer-motion/dist/es/value/use-will-change/is.mjs","[project]/node_modules/framer-motion/dist/es/value/utils/is-motion-value.mjs","[project]/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","[project]/node_modules/next/dist/api/link.js","[project]/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!","[project]/node_modules/next/dist/client/add-locale.js","[project]/node_modules/next/dist/client/get-domain-locale.js","[project]/node_modules/next/dist/client/link.js","[project]/node_modules/next/dist/client/request-idle-callback.js","[project]/node_modules/next/dist/client/resolve-href.js","[project]/node_modules/next/dist/client/use-intersection.js","[project]/node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.development.js","[project]/node_modules/next/dist/compiled/react/jsx-dev-runtime.js","[project]/node_modules/next/dist/shared/lib/escape-regexp.js","[project]/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","[project]/node_modules/next/dist/shared/lib/router/utils/format-url.js","[project]/node_modules/next/dist/shared/lib/router/utils/index.js","[project]/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","[project]/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","[project]/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","[project]/node_modules/next/dist/shared/lib/router/utils/omit.js","[project]/node_modules/next/dist/shared/lib/router/utils/querystring.js","[project]/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","[project]/node_modules/next/dist/shared/lib/router/utils/route-regex.js","[project]/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","[project]/node_modules/next/dist/shared/lib/utils.js","[project]/node_modules/process/browser.js","[project]/node_modules/react-use-measure/dist/web.js","[project]/node_modules/tabbable/dist/index.esm.js","[project]/src/components/bento-card.tsx","[project]/src/components/container.tsx","[project]/src/components/indabaos.tsx","[project]/src/components/keyboard.tsx","[project]/src/components/link.tsx","[project]/src/components/logo-cloud.tsx","[project]/src/components/logo-cluster.tsx","[project]/src/components/logo.tsx","[project]/src/components/map.tsx","[project]/src/components/navbar.tsx","[project]/src/components/plus-grid.tsx","[project]/src/components/portfolio.tsx","[project]/src/components/testimonials.tsx","[project]/src/components/text.tsx","[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!","[project]/node_modules/next/dist/client/components/not-found-error.js","[project]/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!"],"page":"/","isPageHidden":true},"startTime":1749573189529,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":146493,"timestamp":358381088815,"id":965,"parentId":959,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":184492,"timestamp":358381088736,"id":961,"parentId":959,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":221385,"timestamp":358381088822,"id":966,"parentId":959,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":221368,"timestamp":358381088858,"id":971,"parentId":959,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":276847,"timestamp":358381088827,"id":967,"parentId":959,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":277106,"timestamp":358381088790,"id":962,"parentId":959,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573189477,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":281094,"timestamp":358381084871,"id":959,"parentId":958,"tags":{},"startTime":1749573189473,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3181,"timestamp":358381371887,"id":974,"parentId":973,"tags":{},"startTime":1749573189760,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":9,"timestamp":358381375110,"id":976,"parentId":973,"tags":{},"startTime":1749573189763,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":55,"timestamp":358381375140,"id":977,"parentId":973,"tags":{},"startTime":1749573189763,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":13,"timestamp":358381375223,"id":978,"parentId":973,"tags":{},"startTime":1749573189763,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358381375254,"id":979,"parentId":973,"tags":{},"startTime":1749573189764,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":1868,"timestamp":358381375098,"id":975,"parentId":973,"tags":{},"startTime":1749573189763,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":3890,"timestamp":358381379952,"id":980,"parentId":973,"tags":{},"startTime":1749573189768,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":3855,"timestamp":358381383882,"id":981,"parentId":973,"tags":{},"startTime":1749573189772,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6900,"timestamp":358381392012,"id":982,"parentId":973,"tags":{},"startTime":1749573189780,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":171,"timestamp":358381398911,"id":983,"parentId":973,"tags":{},"startTime":1749573189787,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":88,"timestamp":358381399066,"id":984,"parentId":973,"tags":{},"startTime":1749573189787,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":10359,"timestamp":358381399160,"id":985,"parentId":973,"tags":{},"startTime":1749573189787,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":382,"timestamp":358381411470,"id":987,"parentId":958,"tags":{},"startTime":1749573189800,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":536,"timestamp":358381411333,"id":986,"parentId":958,"tags":{},"startTime":1749573189800,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":44973,"timestamp":358381369078,"id":973,"parentId":958,"tags":{},"startTime":1749573189757,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":330005,"timestamp":358381084109,"id":958,"parentId":955,"tags":{"name":"client"},"startTime":1749573189472,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":14496,"timestamp":358381414157,"id":988,"parentId":955,"tags":{},"startTime":1749573189802,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":350088,"timestamp":358381080143,"id":955,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573189468,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":3,"timestamp":358381439602,"id":991,"parentId":3,"tags":{},"startTime":1749573189828,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":4587000,"timestamp":358376882482,"id":997,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573189886,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":67476,"timestamp":358381444914,"id":993,"parentId":990,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573189833,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":10131,"timestamp":358381528661,"id":1000,"parentId":999,"tags":{},"startTime":1749573189917,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":10564,"timestamp":358381528253,"id":999,"parentId":998,"tags":{},"startTime":1749573189917,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":11494,"timestamp":358381527682,"id":998,"parentId":989,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573189916,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":97352,"timestamp":358381444935,"id":996,"parentId":990,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573189833,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":111648,"timestamp":358381444839,"id":992,"parentId":990,"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":1749573189833,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":111581,"timestamp":358381444929,"id":995,"parentId":990,"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":1749573189833,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":115636,"timestamp":358381444923,"id":994,"parentId":990,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573189833,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":148342,"timestamp":358381435714,"id":990,"parentId":989,"tags":{},"startTime":1749573189824,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3817,"timestamp":358381592051,"id":1005,"parentId":1004,"tags":{},"startTime":1749573189980,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":10,"timestamp":358381595974,"id":1007,"parentId":1004,"tags":{},"startTime":1749573189984,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":4033,"timestamp":358381596021,"id":1008,"parentId":1004,"tags":{},"startTime":1749573189984,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":26,"timestamp":358381600127,"id":1009,"parentId":1004,"tags":{},"startTime":1749573189988,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":55,"timestamp":358381600191,"id":1010,"parentId":1004,"tags":{},"startTime":1749573189988,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":6008,"timestamp":358381595944,"id":1006,"parentId":1004,"tags":{},"startTime":1749573189984,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2248,"timestamp":358381604641,"id":1011,"parentId":1004,"tags":{},"startTime":1749573189993,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":2206,"timestamp":358381606938,"id":1012,"parentId":1004,"tags":{},"startTime":1749573189995,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4828,"timestamp":358381613095,"id":1013,"parentId":1004,"tags":{},"startTime":1749573190001,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":241,"timestamp":358381617920,"id":1014,"parentId":1004,"tags":{},"startTime":1749573190006,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":105,"timestamp":358381618129,"id":1015,"parentId":1004,"tags":{},"startTime":1749573190006,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":39762,"timestamp":358381618247,"id":1016,"parentId":1004,"tags":{},"startTime":1749573190007,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":79025,"timestamp":358381588633,"id":1004,"parentId":989,"tags":{},"startTime":1749573189977,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":245954,"timestamp":358381434313,"id":989,"parentId":957,"tags":{"name":"server"},"startTime":1749573189823,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":607046,"timestamp":358381080311,"id":957,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573189469,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-error","duration":1,"timestamp":358381950242,"id":1018,"parentId":3,"tags":{"errorCount":1},"startTime":1749573190338,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":9143,"timestamp":358381953709,"id":1019,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573190342,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358381962887,"id":1020,"parentId":1019,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"438894592","memory.heapUsed":"263628608","memory.heapTotal":"322273280"},"startTime":1749573190351,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":7471,"timestamp":358381965475,"id":1021,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573190354,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358381972989,"id":1022,"parentId":1021,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"438960128","memory.heapUsed":"265271608","memory.heapTotal":"322273280"},"startTime":1749573190361,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":7970,"timestamp":358381987401,"id":1023,"tags":{"url":"/","isTurbopack":false},"startTime":1749573190376,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358381995414,"id":1024,"parentId":1023,"tags":{"url":"/","memory.rss":"439009280","memory.heapUsed":"266876656","memory.heapTotal":"322273280"},"startTime":1749573190384,"traceId":"4a85c6b229012d5a"},{"name":"client-error","duration":3,"timestamp":358382641240,"id":1025,"parentId":3,"tags":{"errorCount":1},"startTime":1749573191029,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":6,"timestamp":358389445541,"id":1030,"parentId":3,"tags":{},"startTime":1749573197834,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":15795,"timestamp":358389449879,"id":1038,"parentId":1029,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23871,"timestamp":358389449604,"id":1031,"parentId":1029,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23661,"timestamp":358389449852,"id":1033,"parentId":1029,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":28299,"timestamp":358389449871,"id":1036,"parentId":1029,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":32895,"timestamp":358389449862,"id":1035,"parentId":1029,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":32881,"timestamp":358389449893,"id":1041,"parentId":1029,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36825,"timestamp":358389449885,"id":1040,"parentId":1029,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":37474,"timestamp":358389449875,"id":1037,"parentId":1029,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":40266,"timestamp":358389449858,"id":1034,"parentId":1029,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":6483,"timestamp":358389483764,"id":1046,"parentId":1045,"tags":{},"startTime":1749573197872,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":94485,"timestamp":358389490449,"id":1048,"parentId":1047,"tags":{},"startTime":1749573197879,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":95649,"timestamp":358389490343,"id":1047,"parentId":1045,"tags":{},"startTime":1749573197878,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":44768,"timestamp":358389586051,"id":1049,"parentId":1045,"tags":{"astUsed":"true"},"startTime":1749573197974,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":161831,"timestamp":358389483473,"id":1045,"parentId":1043,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573197872,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":187634,"timestamp":358389466680,"id":1043,"parentId":1028,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573197855,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":70,"timestamp":358389654690,"id":1050,"parentId":1043,"tags":{},"startTime":1749573198043,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":204984,"timestamp":358389449882,"id":1039,"parentId":1029,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":205034,"timestamp":358389449840,"id":1032,"parentId":1029,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573197838,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":210531,"timestamp":358389444361,"id":1029,"parentId":1028,"tags":{},"startTime":1749573197832,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3167,"timestamp":358389660056,"id":1052,"parentId":1051,"tags":{},"startTime":1749573198048,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":12,"timestamp":358389663297,"id":1054,"parentId":1051,"tags":{},"startTime":1749573198051,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":445,"timestamp":358389663344,"id":1055,"parentId":1051,"tags":{},"startTime":1749573198051,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":19,"timestamp":358389663838,"id":1056,"parentId":1051,"tags":{},"startTime":1749573198052,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358389663880,"id":1057,"parentId":1051,"tags":{},"startTime":1749573198052,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2320,"timestamp":358389663277,"id":1053,"parentId":1051,"tags":{},"startTime":1749573198051,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":877,"timestamp":358389669620,"id":1058,"parentId":1051,"tags":{},"startTime":1749573198058,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":2254,"timestamp":358389670542,"id":1059,"parentId":1051,"tags":{},"startTime":1749573198059,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4519,"timestamp":358389675902,"id":1060,"parentId":1051,"tags":{},"startTime":1749573198064,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":171,"timestamp":358389680420,"id":1061,"parentId":1051,"tags":{},"startTime":1749573198068,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":137,"timestamp":358389680580,"id":1062,"parentId":1051,"tags":{},"startTime":1749573198069,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":2616,"timestamp":358389680723,"id":1063,"parentId":1051,"tags":{},"startTime":1749573198069,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":80,"timestamp":358389684521,"id":1065,"parentId":1028,"tags":{},"startTime":1749573198073,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":449,"timestamp":358389684347,"id":1064,"parentId":1028,"tags":{},"startTime":1749573198072,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":28542,"timestamp":358389658486,"id":1051,"parentId":1028,"tags":{},"startTime":1749573198047,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":244120,"timestamp":358389443051,"id":1028,"parentId":1026,"tags":{"name":"client"},"startTime":1749573197831,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":4193,"timestamp":358389687224,"id":1066,"parentId":1026,"tags":{},"startTime":1749573198075,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":46,"timestamp":358389692275,"id":1067,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573198080,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":7,"timestamp":358389697969,"id":1070,"parentId":3,"tags":{},"startTime":1749573198086,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":6413,"timestamp":358389710370,"id":1072,"parentId":1069,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573198098,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":7281,"timestamp":358389710375,"id":1073,"parentId":1069,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573198098,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":24818,"timestamp":358389710383,"id":1075,"parentId":1069,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573198098,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26320,"timestamp":358389710328,"id":1071,"parentId":1069,"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":1749573198098,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26316,"timestamp":358389710379,"id":1074,"parentId":1069,"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":1749573198098,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8350,"timestamp":358389731455,"id":1079,"parentId":1078,"tags":{},"startTime":1749573198120,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":8543,"timestamp":358389731280,"id":1078,"parentId":1077,"tags":{},"startTime":1749573198119,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":9260,"timestamp":358389730781,"id":1077,"parentId":1068,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573198119,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":29696,"timestamp":358389710387,"id":1076,"parentId":1069,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573198098,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":60989,"timestamp":358389694719,"id":1069,"parentId":1068,"tags":{},"startTime":1749573198083,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":1837,"timestamp":358389758560,"id":1086,"parentId":1085,"tags":{},"startTime":1749573198147,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":358389760435,"id":1088,"parentId":1085,"tags":{},"startTime":1749573198148,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":1698,"timestamp":358389760457,"id":1089,"parentId":1085,"tags":{},"startTime":1749573198149,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":10,"timestamp":358389762258,"id":1090,"parentId":1085,"tags":{},"startTime":1749573198150,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358389762287,"id":1091,"parentId":1085,"tags":{},"startTime":1749573198150,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2887,"timestamp":358389760425,"id":1087,"parentId":1085,"tags":{},"startTime":1749573198148,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":340,"timestamp":358389764176,"id":1092,"parentId":1085,"tags":{},"startTime":1749573198152,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":1031,"timestamp":358389764533,"id":1093,"parentId":1085,"tags":{},"startTime":1749573198153,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1353,"timestamp":358389767117,"id":1094,"parentId":1085,"tags":{},"startTime":1749573198155,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":99,"timestamp":358389768470,"id":1095,"parentId":1085,"tags":{},"startTime":1749573198157,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":71,"timestamp":358389768558,"id":1096,"parentId":1085,"tags":{},"startTime":1749573198157,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":612,"timestamp":358389768641,"id":1097,"parentId":1085,"tags":{},"startTime":1749573198157,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":15114,"timestamp":358389757197,"id":1085,"parentId":1068,"tags":{},"startTime":1749573198145,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":83452,"timestamp":358389694407,"id":1068,"parentId":1027,"tags":{"name":"server"},"startTime":1749573198082,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":377622,"timestamp":358389401976,"id":1027,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573197790,"traceId":"4a85c6b229012d5a"},{"name":"client-error","duration":3,"timestamp":358389784065,"id":1100,"parentId":3,"tags":{"errorCount":1},"startTime":1749573198172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":3767,"timestamp":358389784487,"id":1108,"parentId":1099,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":4535,"timestamp":358389784498,"id":1111,"parentId":1099,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":9589,"timestamp":358389784423,"id":1101,"parentId":1099,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573198172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":9569,"timestamp":358389784464,"id":1103,"parentId":1099,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11125,"timestamp":358389784479,"id":1106,"parentId":1099,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12185,"timestamp":358389784483,"id":1107,"parentId":1099,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":13123,"timestamp":358389784474,"id":1105,"parentId":1099,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":13099,"timestamp":358389784501,"id":1112,"parentId":1099,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":13164,"timestamp":358389784492,"id":1109,"parentId":1099,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":14056,"timestamp":358389784495,"id":1110,"parentId":1099,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":14293,"timestamp":358389784471,"id":1104,"parentId":1099,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":14560,"timestamp":358389784459,"id":1102,"parentId":1099,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573198173,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":17298,"timestamp":358389781758,"id":1099,"parentId":1098,"tags":{},"startTime":1749573198170,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":1135,"timestamp":358389801920,"id":1114,"parentId":1113,"tags":{},"startTime":1749573198190,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":358389803082,"id":1116,"parentId":1113,"tags":{},"startTime":1749573198191,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":35,"timestamp":358389803098,"id":1117,"parentId":1113,"tags":{},"startTime":1749573198191,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":4,"timestamp":358389803153,"id":1118,"parentId":1113,"tags":{},"startTime":1749573198191,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":358389803202,"id":1119,"parentId":1113,"tags":{},"startTime":1749573198191,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":718,"timestamp":358389803074,"id":1115,"parentId":1113,"tags":{},"startTime":1749573198191,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":331,"timestamp":358389805412,"id":1120,"parentId":1113,"tags":{},"startTime":1749573198193,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":1181,"timestamp":358389805762,"id":1121,"parentId":1113,"tags":{},"startTime":1749573198194,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3003,"timestamp":358389808522,"id":1122,"parentId":1113,"tags":{},"startTime":1749573198197,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":111,"timestamp":358389811525,"id":1123,"parentId":1113,"tags":{},"startTime":1749573198200,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":62,"timestamp":358389811628,"id":1124,"parentId":1113,"tags":{},"startTime":1749573198200,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":1411,"timestamp":358389811768,"id":1125,"parentId":1113,"tags":{},"startTime":1749573198200,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":76,"timestamp":358389813952,"id":1127,"parentId":1098,"tags":{},"startTime":1749573198202,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":219,"timestamp":358389813815,"id":1126,"parentId":1098,"tags":{},"startTime":1749573198202,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":14255,"timestamp":358389800803,"id":1113,"parentId":1098,"tags":{},"startTime":1749573198189,"traceId":"4a85c6b229012d5a"}] +[{"name":"webpack-compilation","duration":33874,"timestamp":358389781405,"id":1098,"parentId":3,"tags":{"name":"client"},"startTime":1749573198169,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":2683,"timestamp":358389815301,"id":1128,"parentId":3,"tags":{},"startTime":1749573198203,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":394818,"timestamp":358389457305,"id":1042,"tags":{"url":"/_next/static/webpack/9004592423283ea2.webpack.hot-update.json","isTurbopack":false},"startTime":1749573197845,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358389852195,"id":1129,"parentId":1042,"tags":{"url":"/_next/static/webpack/9004592423283ea2.webpack.hot-update.json","memory.rss":"265224192","memory.heapUsed":"279152104","memory.heapTotal":"320421888"},"startTime":1749573198240,"traceId":"4a85c6b229012d5a"},{"name":"client-full-reload","duration":5,"timestamp":358389857737,"id":1130,"parentId":3,"tags":{"stackTrace":"Error: Failed to fetch update manifest Internal Server Error\n at http://localhost:3000/_next/static/chunks/fallback/webpack.js:1174:37"},"startTime":1749573198246,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":29073,"timestamp":358389859668,"id":1131,"tags":{"url":"/","isTurbopack":false},"startTime":1749573198248,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358389888780,"id":1133,"parentId":1131,"tags":{"url":"/","memory.rss":"265256960","memory.heapUsed":"281191288","memory.heapTotal":"320421888"},"startTime":1749573198277,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":12168,"timestamp":358389880895,"id":1132,"tags":{"url":"/","isTurbopack":false},"startTime":1749573198269,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358389893104,"id":1134,"parentId":1132,"tags":{"url":"/","memory.rss":"265469952","memory.heapUsed":"282202744","memory.heapTotal":"320421888"},"startTime":1749573198281,"traceId":"4a85c6b229012d5a"},{"name":"client-error","duration":6,"timestamp":358390257484,"id":1135,"parentId":3,"tags":{"errorCount":1},"startTime":1749573198646,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":6,"timestamp":358390286674,"id":1141,"parentId":3,"tags":{},"startTime":1749573198675,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":20442,"timestamp":358390296870,"id":1144,"parentId":1140,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573198685,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":20846,"timestamp":358390296860,"id":1143,"parentId":1140,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573198685,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":47399,"timestamp":358390296884,"id":1146,"parentId":1140,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573198685,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48749,"timestamp":358390296785,"id":1142,"parentId":1140,"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":1749573198685,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48669,"timestamp":358390296876,"id":1145,"parentId":1140,"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":1749573198685,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":49525,"timestamp":358390296896,"id":1148,"parentId":1140,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573198685,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6757,"timestamp":358390341945,"id":1153,"parentId":1152,"tags":{},"startTime":1749573198730,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6918,"timestamp":358390341797,"id":1152,"parentId":1151,"tags":{},"startTime":1749573198730,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":7462,"timestamp":358390341432,"id":1151,"parentId":1139,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573198729,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":52040,"timestamp":358390296890,"id":1147,"parentId":1140,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573198685,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":84915,"timestamp":358390284829,"id":1140,"parentId":1139,"tags":{},"startTime":1749573198673,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2800,"timestamp":358390374440,"id":1160,"parentId":1159,"tags":{},"startTime":1749573198762,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":358390377289,"id":1162,"parentId":1159,"tags":{},"startTime":1749573198765,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":3256,"timestamp":358390377320,"id":1163,"parentId":1159,"tags":{},"startTime":1749573198765,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":10,"timestamp":358390380622,"id":1164,"parentId":1159,"tags":{},"startTime":1749573198769,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":358390380655,"id":1165,"parentId":1159,"tags":{},"startTime":1749573198769,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":4461,"timestamp":358390377275,"id":1161,"parentId":1159,"tags":{},"startTime":1749573198765,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1368,"timestamp":358390383206,"id":1166,"parentId":1159,"tags":{},"startTime":1749573198771,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":1729,"timestamp":358390384601,"id":1167,"parentId":1159,"tags":{},"startTime":1749573198773,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2620,"timestamp":358390388593,"id":1168,"parentId":1159,"tags":{},"startTime":1749573198777,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":124,"timestamp":358390391212,"id":1169,"parentId":1159,"tags":{},"startTime":1749573198779,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":80,"timestamp":358390391320,"id":1170,"parentId":1159,"tags":{},"startTime":1749573198779,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":6981,"timestamp":358390391408,"id":1171,"parentId":1159,"tags":{},"startTime":1749573198779,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":29390,"timestamp":358390372378,"id":1159,"parentId":1139,"tags":{},"startTime":1749573198760,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":127021,"timestamp":358390284240,"id":1139,"parentId":1137,"tags":{"name":"server"},"startTime":1749573198672,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":557,"timestamp":358390413564,"id":1172,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573198802,"traceId":"4a85c6b229012d5a"},{"name":"client-error","duration":5,"timestamp":358390422818,"id":1175,"parentId":3,"tags":{"errorCount":1},"startTime":1749573198811,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":1,"timestamp":358390422855,"id":1176,"parentId":3,"tags":{},"startTime":1749573198811,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":6916,"timestamp":358390423680,"id":1184,"parentId":1174,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":8388,"timestamp":358390423704,"id":1188,"parentId":1174,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":10686,"timestamp":358390423458,"id":1177,"parentId":1174,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573198811,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":10620,"timestamp":358390423552,"id":1179,"parentId":1174,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12577,"timestamp":358390423664,"id":1182,"parentId":1174,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":17088,"timestamp":358390423640,"id":1181,"parentId":1174,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":17047,"timestamp":358390423699,"id":1187,"parentId":1174,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22378,"timestamp":358390423693,"id":1186,"parentId":1174,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23111,"timestamp":358390423673,"id":1183,"parentId":1174,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23357,"timestamp":358390423560,"id":1180,"parentId":1174,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23679,"timestamp":358390423686,"id":1185,"parentId":1174,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":24341,"timestamp":358390423540,"id":1178,"parentId":1174,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573198812,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":30245,"timestamp":358390417692,"id":1174,"parentId":1173,"tags":{},"startTime":1749573198806,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2257,"timestamp":358390451484,"id":1190,"parentId":1189,"tags":{},"startTime":1749573198840,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":358390453778,"id":1192,"parentId":1189,"tags":{},"startTime":1749573198842,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":50,"timestamp":358390453801,"id":1193,"parentId":1189,"tags":{},"startTime":1749573198842,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":358390453878,"id":1194,"parentId":1189,"tags":{},"startTime":1749573198842,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":358390453900,"id":1195,"parentId":1189,"tags":{},"startTime":1749573198842,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":1008,"timestamp":358390453768,"id":1191,"parentId":1189,"tags":{},"startTime":1749573198842,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":233,"timestamp":358390456033,"id":1196,"parentId":1189,"tags":{},"startTime":1749573198844,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":1646,"timestamp":358390456277,"id":1197,"parentId":1189,"tags":{},"startTime":1749573198844,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":8908,"timestamp":358390459519,"id":1198,"parentId":1189,"tags":{},"startTime":1749573198848,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":173,"timestamp":358390468424,"id":1199,"parentId":1189,"tags":{},"startTime":1749573198856,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":114,"timestamp":358390468581,"id":1200,"parentId":1189,"tags":{},"startTime":1749573198857,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":2823,"timestamp":358390468702,"id":1201,"parentId":1189,"tags":{},"startTime":1749573198857,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":178,"timestamp":358390472215,"id":1203,"parentId":1173,"tags":{},"startTime":1749573198860,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":372,"timestamp":358390472040,"id":1202,"parentId":1173,"tags":{},"startTime":1749573198860,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":24073,"timestamp":358390449877,"id":1189,"parentId":1173,"tags":{},"startTime":1749573198838,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":56754,"timestamp":358390417241,"id":1173,"parentId":1150,"tags":{"name":"client"},"startTime":1749573198805,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":3153,"timestamp":358390474032,"id":1204,"parentId":1150,"tags":{},"startTime":1749573198862,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":176381,"timestamp":358390301539,"id":1150,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573198690,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":2,"timestamp":358390482201,"id":1207,"parentId":3,"tags":{},"startTime":1749573198870,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26868,"timestamp":358390483621,"id":1209,"parentId":1206,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573198872,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26883,"timestamp":358390483634,"id":1211,"parentId":1206,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573198872,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":28765,"timestamp":358390483572,"id":1208,"parentId":1206,"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":1749573198872,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":28708,"timestamp":358390483639,"id":1212,"parentId":1206,"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":1749573198872,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":29476,"timestamp":358390483628,"id":1210,"parentId":1206,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573198872,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":29546,"timestamp":358390483658,"id":1214,"parentId":1206,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573198872,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":7094,"timestamp":358390507669,"id":1217,"parentId":1216,"tags":{},"startTime":1749573198896,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7265,"timestamp":358390507516,"id":1216,"parentId":1215,"tags":{},"startTime":1749573198896,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":9307,"timestamp":358390505962,"id":1215,"parentId":1205,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573198894,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":31851,"timestamp":358390483652,"id":1213,"parentId":1206,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573198872,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":57973,"timestamp":358390480158,"id":1206,"parentId":1205,"tags":{},"startTime":1749573198868,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":1964,"timestamp":358390541804,"id":1224,"parentId":1223,"tags":{},"startTime":1749573198930,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":7,"timestamp":358390543828,"id":1226,"parentId":1223,"tags":{},"startTime":1749573198932,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":2603,"timestamp":358390543860,"id":1227,"parentId":1223,"tags":{},"startTime":1749573198932,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":358390546518,"id":1228,"parentId":1223,"tags":{},"startTime":1749573198935,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358390546548,"id":1229,"parentId":1223,"tags":{},"startTime":1749573198935,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":4108,"timestamp":358390543809,"id":1225,"parentId":1223,"tags":{},"startTime":1749573198932,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":601,"timestamp":358390551598,"id":1230,"parentId":1223,"tags":{},"startTime":1749573198940,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":1600,"timestamp":358390552226,"id":1231,"parentId":1223,"tags":{},"startTime":1749573198940,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1933,"timestamp":358390555667,"id":1232,"parentId":1223,"tags":{},"startTime":1749573198944,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":119,"timestamp":358390557597,"id":1233,"parentId":1223,"tags":{},"startTime":1749573198946,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":137,"timestamp":358390557699,"id":1234,"parentId":1223,"tags":{},"startTime":1749573198946,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":235,"timestamp":358390557845,"id":1235,"parentId":1223,"tags":{},"startTime":1749573198946,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":30707,"timestamp":358390540386,"id":1223,"parentId":1205,"tags":{},"startTime":1749573198928,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":98410,"timestamp":358390479811,"id":1205,"parentId":3,"tags":{"name":"server"},"startTime":1749573198868,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-error","duration":7,"timestamp":358390586905,"id":1236,"parentId":3,"tags":{"errorCount":1},"startTime":1749573198975,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":297577,"timestamp":358390299745,"id":1149,"tags":{"url":"/_next/static/webpack/9004592423283ea2.webpack.hot-update.json","isTurbopack":false},"startTime":1749573198688,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358390597368,"id":1237,"parentId":1149,"tags":{"url":"/_next/static/webpack/9004592423283ea2.webpack.hot-update.json","memory.rss":"290013184","memory.heapUsed":"302081840","memory.heapTotal":"332742656"},"startTime":1749573198985,"traceId":"4a85c6b229012d5a"},{"name":"client-full-reload","duration":4,"timestamp":358390601183,"id":1238,"parentId":3,"tags":{"stackTrace":"Error: Failed to fetch update manifest Internal Server Error\n at http://localhost:3000/_next/static/chunks/fallback/webpack.js:1174:37"},"startTime":1749573198989,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":330707,"timestamp":358390272497,"id":1136,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573198661,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358390603369,"id":1239,"parentId":1136,"tags":{"url":"/favicon.ico","memory.rss":"290029568","memory.heapUsed":"302266960","memory.heapTotal":"332742656"},"startTime":1749573198991,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":42179,"timestamp":358390606608,"id":1240,"tags":{"url":"/","isTurbopack":false},"startTime":1749573198995,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":7,"timestamp":358390651651,"id":1241,"parentId":1240,"tags":{"url":"/","memory.rss":"292012032","memory.heapUsed":"293558080","memory.heapTotal":"335101952"},"startTime":1749573199040,"traceId":"4a85c6b229012d5a"},{"name":"client-error","duration":16,"timestamp":358391179117,"id":1242,"parentId":3,"tags":{"errorCount":1},"startTime":1749573199567,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":14625,"timestamp":358391180952,"id":1243,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573199569,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":4,"timestamp":358391196264,"id":1244,"parentId":1243,"tags":{"url":"/favicon.ico","memory.rss":"289865728","memory.heapUsed":"295374208","memory.heapTotal":"335101952"},"startTime":1749573199584,"traceId":"4a85c6b229012d5a"},{"name":"navigation-to-hydration","duration":602000,"timestamp":358390600639,"id":1245,"parentId":3,"tags":{"pathname":"/","query":""},"startTime":1749573199607,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":23,"timestamp":358406103996,"id":1248,"parentId":3,"tags":{},"startTime":1749573214492,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":29059,"timestamp":358406143629,"id":1253,"parentId":1250,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573214531,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":29798,"timestamp":358406143614,"id":1252,"parentId":1250,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573214531,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":50203,"timestamp":358406143650,"id":1255,"parentId":1250,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573214531,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53652,"timestamp":358406143009,"id":1251,"parentId":1250,"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":1749573214531,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53041,"timestamp":358406143635,"id":1254,"parentId":1250,"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":1749573214531,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":54247,"timestamp":358406143746,"id":1256,"parentId":1250,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573214531,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":10304,"timestamp":358406190303,"id":1261,"parentId":1260,"tags":{},"startTime":1749573214578,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":10709,"timestamp":358406189915,"id":1260,"parentId":1259,"tags":{},"startTime":1749573214578,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":27576,"timestamp":358406185850,"id":1259,"parentId":1249,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573214573,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":1024840,"timestamp":358406143757,"id":1257,"parentId":1250,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573214531,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":1525445,"timestamp":358406122857,"id":1250,"parentId":1249,"tags":{},"startTime":1749573214511,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":21947,"timestamp":358407741601,"id":1268,"parentId":1267,"tags":{},"startTime":1749573216129,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":13,"timestamp":358407763612,"id":1270,"parentId":1267,"tags":{},"startTime":1749573216151,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":13337,"timestamp":358407763655,"id":1271,"parentId":1267,"tags":{},"startTime":1749573216151,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":26,"timestamp":358407777065,"id":1272,"parentId":1267,"tags":{},"startTime":1749573216165,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":9,"timestamp":358407777133,"id":1273,"parentId":1267,"tags":{},"startTime":1749573216165,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":25949,"timestamp":358407763594,"id":1269,"parentId":1267,"tags":{},"startTime":1749573216151,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":23187,"timestamp":358407820282,"id":1274,"parentId":1267,"tags":{},"startTime":1749573216208,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":19771,"timestamp":358407843523,"id":1275,"parentId":1267,"tags":{},"startTime":1749573216231,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3225,"timestamp":358407872826,"id":1276,"parentId":1267,"tags":{},"startTime":1749573216260,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":193,"timestamp":358407876048,"id":1277,"parentId":1267,"tags":{},"startTime":1749573216264,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":883,"timestamp":358407876220,"id":1278,"parentId":1267,"tags":{},"startTime":1749573216264,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":127421,"timestamp":358407877148,"id":1279,"parentId":1267,"tags":{},"startTime":1749573216265,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":296952,"timestamp":358407717199,"id":1267,"parentId":1249,"tags":{},"startTime":1749573216105,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":1930076,"timestamp":358406118523,"id":1249,"parentId":1246,"tags":{"name":"server"},"startTime":1749573214506,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":93993,"timestamp":358408048717,"id":1280,"parentId":1246,"tags":{},"startTime":1749573216436,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":47,"timestamp":358408143795,"id":1281,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573216531,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":131753,"timestamp":358408164668,"id":1295,"parentId":1283,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":179315,"timestamp":358408164394,"id":1284,"parentId":1283,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":179340,"timestamp":358408164562,"id":1286,"parentId":1283,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":184018,"timestamp":358408164598,"id":1289,"parentId":1283,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":199596,"timestamp":358408164608,"id":1290,"parentId":1283,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":202562,"timestamp":358408164585,"id":1288,"parentId":1283,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":202507,"timestamp":358408164657,"id":1294,"parentId":1283,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":211360,"timestamp":358408164645,"id":1293,"parentId":1283,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":217581,"timestamp":358408164575,"id":1287,"parentId":1283,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":17694,"timestamp":358408365540,"id":1298,"parentId":1297,"tags":{},"startTime":1749573216753,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":152209,"timestamp":358408383453,"id":1300,"parentId":1299,"tags":{},"startTime":1749573216771,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":153949,"timestamp":358408383305,"id":1299,"parentId":1297,"tags":{},"startTime":1749573216771,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":78246,"timestamp":358408537402,"id":1301,"parentId":1297,"tags":{"astUsed":"true"},"startTime":1749573216925,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":258110,"timestamp":358408365322,"id":1297,"parentId":1296,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573216753,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":372990,"timestamp":358408294760,"id":1296,"parentId":1282,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573216682,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":504277,"timestamp":358408164545,"id":1285,"parentId":1283,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":177,"timestamp":358408669252,"id":1302,"parentId":1296,"tags":{},"startTime":1749573217057,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":511988,"timestamp":358408164626,"id":1292,"parentId":1283,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":1417027,"timestamp":358408164617,"id":1291,"parentId":1283,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573216552,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":1432453,"timestamp":358408149383,"id":1283,"parentId":1282,"tags":{},"startTime":1749573216537,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":5942,"timestamp":358409622097,"id":1304,"parentId":1303,"tags":{},"startTime":1749573218010,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":358409628081,"id":1306,"parentId":1303,"tags":{},"startTime":1749573218016,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":96,"timestamp":358409628205,"id":1307,"parentId":1303,"tags":{},"startTime":1749573218016,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":8,"timestamp":358409628324,"id":1308,"parentId":1303,"tags":{},"startTime":1749573218016,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":358409628354,"id":1309,"parentId":1303,"tags":{},"startTime":1749573218016,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":3448,"timestamp":358409628070,"id":1305,"parentId":1303,"tags":{},"startTime":1749573218016,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":8676,"timestamp":358409635262,"id":1310,"parentId":1303,"tags":{},"startTime":1749573218023,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":18208,"timestamp":358409643968,"id":1311,"parentId":1303,"tags":{},"startTime":1749573218032,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":8362,"timestamp":358409666626,"id":1312,"parentId":1303,"tags":{},"startTime":1749573218054,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":165,"timestamp":358409674987,"id":1313,"parentId":1303,"tags":{},"startTime":1749573218063,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":129,"timestamp":358409675138,"id":1314,"parentId":1303,"tags":{},"startTime":1749573218063,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":68600,"timestamp":358409675273,"id":1315,"parentId":1303,"tags":{},"startTime":1749573218063,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":407,"timestamp":358409748027,"id":1317,"parentId":1282,"tags":{},"startTime":1749573218136,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":614,"timestamp":358409747830,"id":1316,"parentId":1282,"tags":{},"startTime":1749573218135,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":136723,"timestamp":358409614703,"id":1303,"parentId":1282,"tags":{},"startTime":1749573218002,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":1602989,"timestamp":358408148496,"id":1282,"parentId":1247,"tags":{"name":"client"},"startTime":1749573216536,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":26369,"timestamp":358409751551,"id":1318,"parentId":1247,"tags":{},"startTime":1749573218139,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":59,"timestamp":358409778800,"id":1319,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573218166,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":2,"timestamp":358409783518,"id":1322,"parentId":3,"tags":{},"startTime":1749573218171,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":5843,"timestamp":358409784287,"id":1334,"parentId":1321,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11353,"timestamp":358409784183,"id":1323,"parentId":1321,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11308,"timestamp":358409784252,"id":1325,"parentId":1321,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":13969,"timestamp":358409784265,"id":1328,"parentId":1321,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16502,"timestamp":358409784269,"id":1329,"parentId":1321,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":20568,"timestamp":358409784261,"id":1327,"parentId":1321,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":20566,"timestamp":358409784283,"id":1333,"parentId":1321,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22435,"timestamp":358409784276,"id":1331,"parentId":1321,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26806,"timestamp":358409784279,"id":1332,"parentId":1321,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":28167,"timestamp":358409784257,"id":1326,"parentId":1321,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":29337,"timestamp":358409784246,"id":1324,"parentId":1321,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":29482,"timestamp":358409784273,"id":1330,"parentId":1321,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573218172,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":33085,"timestamp":358409780737,"id":1321,"parentId":1320,"tags":{},"startTime":1749573218168,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2212,"timestamp":358409830926,"id":1336,"parentId":1335,"tags":{},"startTime":1749573218218,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":358409833164,"id":1338,"parentId":1335,"tags":{},"startTime":1749573218221,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":55,"timestamp":358409833269,"id":1339,"parentId":1335,"tags":{},"startTime":1749573218221,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":6,"timestamp":358409833375,"id":1340,"parentId":1335,"tags":{},"startTime":1749573218221,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":358409833395,"id":1341,"parentId":1335,"tags":{},"startTime":1749573218221,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":1960,"timestamp":358409833156,"id":1337,"parentId":1335,"tags":{},"startTime":1749573218221,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":440,"timestamp":358409838672,"id":1342,"parentId":1335,"tags":{},"startTime":1749573218226,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":2600,"timestamp":358409839131,"id":1343,"parentId":1335,"tags":{},"startTime":1749573218227,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":8423,"timestamp":358409844490,"id":1344,"parentId":1335,"tags":{},"startTime":1749573218232,"traceId":"4a85c6b229012d5a"}] +[{"name":"code-generation-jobs","duration":1283,"timestamp":358409852912,"id":1345,"parentId":1335,"tags":{},"startTime":1749573218240,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":449,"timestamp":358409854024,"id":1346,"parentId":1335,"tags":{},"startTime":1749573218242,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7669,"timestamp":358409854492,"id":1347,"parentId":1335,"tags":{},"startTime":1749573218242,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":77,"timestamp":358409862932,"id":1349,"parentId":1320,"tags":{},"startTime":1749573218250,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":181,"timestamp":358409862837,"id":1348,"parentId":1320,"tags":{},"startTime":1749573218250,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":39910,"timestamp":358409825989,"id":1335,"parentId":1320,"tags":{},"startTime":1749573218214,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":85468,"timestamp":358409780475,"id":1320,"parentId":3,"tags":{"name":"client"},"startTime":1749573218168,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":2448,"timestamp":358409865974,"id":1350,"parentId":3,"tags":{},"startTime":1749573218254,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":3,"timestamp":358409875300,"id":1353,"parentId":3,"tags":{},"startTime":1749573218263,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":18499,"timestamp":358409877015,"id":1355,"parentId":1352,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573218265,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":18501,"timestamp":358409877027,"id":1357,"parentId":1352,"tags":{"request":"next-app-loader?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&appPaths=&pagePath=..%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573218265,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22824,"timestamp":358409876956,"id":1354,"parentId":1352,"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":1749573218265,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22756,"timestamp":358409877032,"id":1358,"parentId":1352,"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":1749573218265,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23317,"timestamp":358409877036,"id":1359,"parentId":1352,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573218265,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23379,"timestamp":358409877022,"id":1356,"parentId":1352,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573218265,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23403,"timestamp":358409877040,"id":1360,"parentId":1352,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573218265,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":62031,"timestamp":358409872545,"id":1352,"parentId":1351,"tags":{},"startTime":1749573218260,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2892,"timestamp":358409951839,"id":1367,"parentId":1366,"tags":{},"startTime":1749573218339,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":358409954774,"id":1369,"parentId":1366,"tags":{},"startTime":1749573218342,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":5551,"timestamp":358409954799,"id":1370,"parentId":1366,"tags":{},"startTime":1749573218342,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":6,"timestamp":358409960389,"id":1371,"parentId":1366,"tags":{},"startTime":1749573218348,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":358409960410,"id":1372,"parentId":1366,"tags":{},"startTime":1749573218348,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":10196,"timestamp":358409954762,"id":1368,"parentId":1366,"tags":{},"startTime":1749573218342,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":503,"timestamp":358409966922,"id":1373,"parentId":1366,"tags":{},"startTime":1749573218354,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":2344,"timestamp":358409967438,"id":1374,"parentId":1366,"tags":{},"startTime":1749573218355,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1494,"timestamp":358409971945,"id":1375,"parentId":1366,"tags":{},"startTime":1749573218359,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":79,"timestamp":358409973438,"id":1376,"parentId":1366,"tags":{},"startTime":1749573218361,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":245,"timestamp":358409973508,"id":1377,"parentId":1366,"tags":{},"startTime":1749573218361,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":324,"timestamp":358409973760,"id":1378,"parentId":1366,"tags":{},"startTime":1749573218361,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":36368,"timestamp":358409943037,"id":1366,"parentId":1351,"tags":{},"startTime":1749573218331,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":115242,"timestamp":358409872131,"id":1351,"parentId":3,"tags":{"name":"server"},"startTime":1749573218260,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":2194,"timestamp":358409987464,"id":1379,"parentId":3,"tags":{},"startTime":1749573218375,"traceId":"4a85c6b229012d5a"},{"name":"compile-path","duration":19713507,"timestamp":358390277298,"id":1138,"tags":{"trigger":"/favicon.ico","isTurbopack":false},"startTime":1749573198665,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-full-reload","duration":2,"timestamp":358410195388,"id":1381,"parentId":3,"tags":{"stackTrace":""},"startTime":1749573218583,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":4048151,"timestamp":358406149569,"id":1258,"tags":{"url":"/_next/static/webpack/9004592423283ea2.webpack.hot-update.json","isTurbopack":false},"startTime":1749573214537,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":4,"timestamp":358410197786,"id":1382,"parentId":1258,"tags":{"url":"/_next/static/webpack/9004592423283ea2.webpack.hot-update.json","memory.rss":"531480576","memory.heapUsed":"385043216","memory.heapTotal":"419315712"},"startTime":1749573218585,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":162604,"timestamp":358410186351,"id":1380,"tags":{"url":"/","isTurbopack":false},"startTime":1749573218574,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358410348984,"id":1384,"parentId":1380,"tags":{"url":"/","memory.rss":"529072128","memory.heapUsed":"393000784","memory.heapTotal":"434257920"},"startTime":1749573218737,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":44471,"timestamp":358410345580,"id":1383,"tags":{"url":"/","isTurbopack":false},"startTime":1749573218733,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358410390108,"id":1385,"parentId":1383,"tags":{"url":"/","memory.rss":"529645568","memory.heapUsed":"401298096","memory.heapTotal":"434257920"},"startTime":1749573218778,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":73030,"timestamp":358410719198,"id":1386,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573219107,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358410792284,"id":1387,"parentId":1386,"tags":{"url":"/favicon.ico","memory.rss":"489324544","memory.heapUsed":"393179208","memory.heapTotal":"437141504"},"startTime":1749573219180,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":7550,"timestamp":358411627887,"id":1388,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573220015,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358411635787,"id":1389,"parentId":1388,"tags":{"url":"/favicon.ico","memory.rss":"359890944","memory.heapUsed":"395017704","memory.heapTotal":"437141504"},"startTime":1749573220023,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":8,"timestamp":358411817937,"id":1390,"parentId":3,"tags":{},"startTime":1749573220205,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":69864,"timestamp":358426136835,"id":1391,"tags":{"url":"/","isTurbopack":false},"startTime":1749573234524,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":5,"timestamp":358426208281,"id":1392,"parentId":1391,"tags":{"url":"/","memory.rss":"110690304","memory.heapUsed":"403080048","memory.heapTotal":"437665792"},"startTime":1749573234595,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":16,"timestamp":358427009053,"id":1393,"parentId":3,"tags":{},"startTime":1749573235396,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22762,"timestamp":358484213074,"id":1400,"parentId":1397,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573292599,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26982,"timestamp":358484213067,"id":1399,"parentId":1397,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573292599,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":64500,"timestamp":358484212814,"id":1398,"parentId":1397,"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":1749573292599,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":64328,"timestamp":358484213079,"id":1401,"parentId":1397,"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":1749573292599,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":110963,"timestamp":358484269138,"id":1405,"parentId":1404,"tags":{},"startTime":1749573292655,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":111776,"timestamp":358484268346,"id":1404,"parentId":1403,"tags":{},"startTime":1749573292654,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":154312,"timestamp":358484251762,"id":1403,"parentId":1396,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573292637,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":263212,"timestamp":358484213091,"id":1402,"parentId":1397,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573292599,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":344531,"timestamp":358484174822,"id":1397,"parentId":1396,"tags":{},"startTime":1749573292561,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":7350,"timestamp":358484687981,"id":1410,"parentId":1409,"tags":{},"startTime":1749573293074,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":7,"timestamp":358484695375,"id":1412,"parentId":1409,"tags":{},"startTime":1749573293081,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":7980,"timestamp":358484695496,"id":1413,"parentId":1409,"tags":{},"startTime":1749573293081,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":18,"timestamp":358484703602,"id":1414,"parentId":1409,"tags":{},"startTime":1749573293089,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":358484703669,"id":1415,"parentId":1409,"tags":{},"startTime":1749573293089,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":14267,"timestamp":358484695362,"id":1411,"parentId":1409,"tags":{},"startTime":1749573293081,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1445,"timestamp":358484730285,"id":1416,"parentId":1409,"tags":{},"startTime":1749573293116,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":8165,"timestamp":358484731760,"id":1417,"parentId":1409,"tags":{},"startTime":1749573293117,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":5268,"timestamp":358484744159,"id":1418,"parentId":1409,"tags":{},"startTime":1749573293130,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":188,"timestamp":358484749426,"id":1419,"parentId":1409,"tags":{},"startTime":1749573293135,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":184,"timestamp":358484749601,"id":1420,"parentId":1409,"tags":{},"startTime":1749573293135,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":8375,"timestamp":358484749789,"id":1421,"parentId":1409,"tags":{},"startTime":1749573293135,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":87432,"timestamp":358484676929,"id":1409,"parentId":1396,"tags":{},"startTime":1749573293063,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":600345,"timestamp":358484173314,"id":1396,"parentId":1394,"tags":{"name":"server"},"startTime":1749573292559,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":6780,"timestamp":358484773727,"id":1422,"parentId":1394,"tags":{},"startTime":1749573293159,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":622348,"timestamp":358484158878,"id":1394,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573292545,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":15694,"timestamp":358484791143,"id":1425,"parentId":1424,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":15614,"timestamp":358484791246,"id":1427,"parentId":1424,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":27164,"timestamp":358484791264,"id":1430,"parentId":1424,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":35149,"timestamp":358484791268,"id":1431,"parentId":1424,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41580,"timestamp":358484791259,"id":1429,"parentId":1424,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41566,"timestamp":358484791289,"id":1435,"parentId":1424,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":57800,"timestamp":358484791284,"id":1434,"parentId":1424,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":59048,"timestamp":358484791251,"id":1428,"parentId":1424,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":13736,"timestamp":358484837027,"id":1438,"parentId":1437,"tags":{},"startTime":1749573293223,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":146878,"timestamp":358484851071,"id":1440,"parentId":1439,"tags":{},"startTime":1749573293237,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":148424,"timestamp":358484850872,"id":1439,"parentId":1437,"tags":{},"startTime":1749573293237,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":81253,"timestamp":358484999559,"id":1441,"parentId":1437,"tags":{"astUsed":"true"},"startTime":1749573293385,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":262985,"timestamp":358484836036,"id":1437,"parentId":1436,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573293222,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":325469,"timestamp":358484799614,"id":1436,"parentId":1423,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573293185,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":309,"timestamp":358485126200,"id":1442,"parentId":1436,"tags":{},"startTime":1749573293512,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":335267,"timestamp":358484791271,"id":1432,"parentId":1424,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":335328,"timestamp":358484791237,"id":1426,"parentId":1424,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":335358,"timestamp":358484791275,"id":1433,"parentId":1424,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573293177,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":341788,"timestamp":358484784979,"id":1424,"parentId":1423,"tags":{},"startTime":1749573293171,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":10440,"timestamp":358485324566,"id":1444,"parentId":1443,"tags":{},"startTime":1749573293710,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":11,"timestamp":358485335081,"id":1446,"parentId":1443,"tags":{},"startTime":1749573293721,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":346,"timestamp":358485335395,"id":1447,"parentId":1443,"tags":{},"startTime":1749573293721,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":22,"timestamp":358485335890,"id":1448,"parentId":1443,"tags":{},"startTime":1749573293722,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":15,"timestamp":358485336031,"id":1449,"parentId":1443,"tags":{},"startTime":1749573293722,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":7302,"timestamp":358485335058,"id":1445,"parentId":1443,"tags":{},"startTime":1749573293721,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1692,"timestamp":358485349191,"id":1450,"parentId":1443,"tags":{},"startTime":1749573293735,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":9183,"timestamp":358485350925,"id":1451,"parentId":1443,"tags":{},"startTime":1749573293737,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":39378,"timestamp":358485367329,"id":1452,"parentId":1443,"tags":{},"startTime":1749573293753,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":324,"timestamp":358485406704,"id":1453,"parentId":1443,"tags":{},"startTime":1749573293792,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":194,"timestamp":358485407000,"id":1454,"parentId":1443,"tags":{},"startTime":1749573293793,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7601,"timestamp":358485407203,"id":1455,"parentId":1443,"tags":{},"startTime":1749573293793,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":665,"timestamp":358485419506,"id":1457,"parentId":1423,"tags":{},"startTime":1749573293805,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":1000,"timestamp":358485419186,"id":1456,"parentId":1423,"tags":{},"startTime":1749573293805,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":117188,"timestamp":358485308981,"id":1443,"parentId":1423,"tags":{},"startTime":1749573293695,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":642244,"timestamp":358484784025,"id":1423,"parentId":1395,"tags":{"name":"client"},"startTime":1749573293170,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":7065,"timestamp":358485426408,"id":1458,"parentId":1395,"tags":{},"startTime":1749573293812,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1279612,"timestamp":358484159854,"id":1395,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573292546,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":5,"timestamp":358485447134,"id":1459,"parentId":3,"tags":{},"startTime":1749573293833,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1300000,"timestamp":358484161945,"id":1461,"parentId":3,"tags":{"updatedModules":["[project]/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error.js&page=%2F_not-found%2Fpage!","[project]/node_modules/next/dist/client/components/not-found-error.js"],"page":"/","isPageHidden":true},"startTime":1749573294022,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":194446,"timestamp":358485449651,"id":1460,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573293835,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358485644146,"id":1462,"parentId":1460,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"464977920","memory.heapUsed":"351059184","memory.heapTotal":"404373504"},"startTime":1749573294030,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":30479,"timestamp":358489032323,"id":1469,"parentId":1466,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573297418,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":30772,"timestamp":358489032315,"id":1468,"parentId":1466,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573297418,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43126,"timestamp":358489032045,"id":1467,"parentId":1466,"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":1749573297418,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":42852,"timestamp":358489032331,"id":1470,"parentId":1466,"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":1749573297418,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5982,"timestamp":358489071719,"id":1474,"parentId":1473,"tags":{},"startTime":1749573297457,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6387,"timestamp":358489071321,"id":1473,"parentId":1472,"tags":{},"startTime":1749573297457,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":21028,"timestamp":358489069813,"id":1472,"parentId":1465,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573297455,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":106948,"timestamp":358489032336,"id":1471,"parentId":1466,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573297418,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":155451,"timestamp":358489023129,"id":1466,"parentId":1465,"tags":{},"startTime":1749573297409,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":12978,"timestamp":358489217198,"id":1479,"parentId":1478,"tags":{},"startTime":1749573297603,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":25,"timestamp":358489230295,"id":1481,"parentId":1478,"tags":{},"startTime":1749573297616,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":9142,"timestamp":358489230761,"id":1482,"parentId":1478,"tags":{},"startTime":1749573297616,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":16,"timestamp":358489239944,"id":1483,"parentId":1478,"tags":{},"startTime":1749573297626,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":358489239980,"id":1484,"parentId":1478,"tags":{},"startTime":1749573297626,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":17290,"timestamp":358489230270,"id":1480,"parentId":1478,"tags":{},"startTime":1749573297616,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":11453,"timestamp":358489272578,"id":1485,"parentId":1478,"tags":{},"startTime":1749573297658,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":7628,"timestamp":358489284186,"id":1486,"parentId":1478,"tags":{},"startTime":1749573297670,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1668,"timestamp":358489298073,"id":1487,"parentId":1478,"tags":{},"startTime":1749573297684,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":109,"timestamp":358489299739,"id":1488,"parentId":1478,"tags":{},"startTime":1749573297685,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":160,"timestamp":358489299840,"id":1489,"parentId":1478,"tags":{},"startTime":1749573297685,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3514,"timestamp":358489300005,"id":1490,"parentId":1478,"tags":{},"startTime":1749573297686,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":116846,"timestamp":358489196768,"id":1478,"parentId":1465,"tags":{},"startTime":1749573297582,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":299604,"timestamp":358489021936,"id":1465,"parentId":1463,"tags":{"name":"server"},"startTime":1749573297408,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":5060,"timestamp":358489321616,"id":1491,"parentId":1463,"tags":{},"startTime":1749573297707,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":319938,"timestamp":358489007242,"id":1463,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573297393,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12616,"timestamp":358489335882,"id":1494,"parentId":1493,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573297721,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12510,"timestamp":358489336009,"id":1496,"parentId":1493,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":20856,"timestamp":358489336026,"id":1499,"parentId":1493,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23993,"timestamp":358489336030,"id":1500,"parentId":1493,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":28821,"timestamp":358489336019,"id":1498,"parentId":1493,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":28803,"timestamp":358489336053,"id":1504,"parentId":1493,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34112,"timestamp":358489336049,"id":1503,"parentId":1493,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":6474,"timestamp":358489363788,"id":1507,"parentId":1506,"tags":{},"startTime":1749573297749,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":70229,"timestamp":358489370359,"id":1509,"parentId":1508,"tags":{},"startTime":1749573297756,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":70781,"timestamp":358489370301,"id":1508,"parentId":1506,"tags":{},"startTime":1749573297756,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":42027,"timestamp":358489441123,"id":1510,"parentId":1506,"tags":{"astUsed":"true"},"startTime":1749573297827,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":123569,"timestamp":358489363512,"id":1506,"parentId":1505,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573297749,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":152883,"timestamp":358489336015,"id":1497,"parentId":1493,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":150954,"timestamp":358489344293,"id":1505,"parentId":1492,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573297730,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":53,"timestamp":358489495737,"id":1511,"parentId":1505,"tags":{},"startTime":1749573297881,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":159852,"timestamp":358489336036,"id":1502,"parentId":1493,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":159975,"timestamp":358489336001,"id":1495,"parentId":1493,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":159951,"timestamp":358489336033,"id":1501,"parentId":1493,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573297722,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":166055,"timestamp":358489329955,"id":1493,"parentId":1492,"tags":{},"startTime":1749573297716,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2650,"timestamp":358489510941,"id":1513,"parentId":1512,"tags":{},"startTime":1749573297897,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":358489513633,"id":1515,"parentId":1512,"tags":{},"startTime":1749573297899,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":82,"timestamp":358489513803,"id":1516,"parentId":1512,"tags":{},"startTime":1749573297899,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":358489513914,"id":1517,"parentId":1512,"tags":{},"startTime":1749573297899,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":358489513940,"id":1518,"parentId":1512,"tags":{},"startTime":1749573297899,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2867,"timestamp":358489513622,"id":1514,"parentId":1512,"tags":{},"startTime":1749573297899,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":543,"timestamp":358489518909,"id":1519,"parentId":1512,"tags":{},"startTime":1749573297904,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":9150,"timestamp":358489519472,"id":1520,"parentId":1512,"tags":{},"startTime":1749573297905,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6457,"timestamp":358489533097,"id":1521,"parentId":1512,"tags":{},"startTime":1749573297919,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":219,"timestamp":358489539552,"id":1522,"parentId":1512,"tags":{},"startTime":1749573297925,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":143,"timestamp":358489539759,"id":1523,"parentId":1512,"tags":{},"startTime":1749573297925,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3866,"timestamp":358489539908,"id":1524,"parentId":1512,"tags":{},"startTime":1749573297925,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":76,"timestamp":358489545320,"id":1526,"parentId":1492,"tags":{},"startTime":1749573297931,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":167,"timestamp":358489545236,"id":1525,"parentId":1492,"tags":{},"startTime":1749573297931,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":44202,"timestamp":358489504122,"id":1512,"parentId":1492,"tags":{},"startTime":1749573297890,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":218750,"timestamp":358489329616,"id":1492,"parentId":1464,"tags":{"name":"client"},"startTime":1749573297715,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":3746,"timestamp":358489548388,"id":1527,"parentId":1464,"tags":{},"startTime":1749573297934,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":545488,"timestamp":358489007762,"id":1464,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573297393,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":5,"timestamp":358489560094,"id":1528,"parentId":3,"tags":{},"startTime":1749573297946,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":83763,"timestamp":358489562071,"id":1529,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573297948,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358489645879,"id":1530,"parentId":1529,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"346570752","memory.heapUsed":"377531192","memory.heapTotal":"419643392"},"startTime":1749573298031,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":648000,"timestamp":358489008909,"id":1531,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573298043,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":65822,"timestamp":358493363174,"id":1538,"parentId":1535,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573301749,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":72528,"timestamp":358493363130,"id":1537,"parentId":1535,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573301749,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":44451,"timestamp":358493503506,"id":1543,"parentId":1542,"tags":{},"startTime":1749573301889,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":44850,"timestamp":358493503136,"id":1542,"parentId":1541,"tags":{},"startTime":1749573301889,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":174714,"timestamp":358493475276,"id":1541,"parentId":1534,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573301861,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":333971,"timestamp":358493361140,"id":1536,"parentId":1535,"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":1749573301747,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":331954,"timestamp":358493363185,"id":1539,"parentId":1535,"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":1749573301749,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":485364,"timestamp":358493363203,"id":1540,"parentId":1535,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573301749,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":607451,"timestamp":358493341591,"id":1535,"parentId":1534,"tags":{},"startTime":1749573301727,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4430,"timestamp":358493983383,"id":1548,"parentId":1547,"tags":{},"startTime":1749573302369,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":12,"timestamp":358493987867,"id":1550,"parentId":1547,"tags":{},"startTime":1749573302373,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":9660,"timestamp":358493987911,"id":1551,"parentId":1547,"tags":{},"startTime":1749573302373,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":18,"timestamp":358493997618,"id":1552,"parentId":1547,"tags":{},"startTime":1749573302383,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":358493997671,"id":1553,"parentId":1547,"tags":{},"startTime":1749573302383,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":13802,"timestamp":358493987851,"id":1549,"parentId":1547,"tags":{},"startTime":1749573302373,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1832,"timestamp":358494006001,"id":1554,"parentId":1547,"tags":{},"startTime":1749573302391,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6612,"timestamp":358494007879,"id":1555,"parentId":1547,"tags":{},"startTime":1749573302393,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2164,"timestamp":358494016440,"id":1556,"parentId":1547,"tags":{},"startTime":1749573302402,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":152,"timestamp":358494018603,"id":1557,"parentId":1547,"tags":{},"startTime":1749573302404,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":182,"timestamp":358494018742,"id":1558,"parentId":1547,"tags":{},"startTime":1749573302404,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":4557,"timestamp":358494018930,"id":1559,"parentId":1547,"tags":{},"startTime":1749573302404,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":57923,"timestamp":358493969678,"id":1547,"parentId":1534,"tags":{},"startTime":1749573302355,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":696952,"timestamp":358493339177,"id":1534,"parentId":1532,"tags":{"name":"server"},"startTime":1749573301725,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":5745,"timestamp":358494036268,"id":1560,"parentId":1532,"tags":{},"startTime":1749573302422,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":748219,"timestamp":358493294485,"id":1532,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573301680,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":14524,"timestamp":358494059584,"id":1563,"parentId":1562,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":14451,"timestamp":358494059684,"id":1565,"parentId":1562,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":19954,"timestamp":358494059709,"id":1568,"parentId":1562,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":25649,"timestamp":358494059717,"id":1569,"parentId":1562,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34646,"timestamp":358494059700,"id":1567,"parentId":1562,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34625,"timestamp":358494059743,"id":1573,"parentId":1562,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":60194,"timestamp":358494059736,"id":1572,"parentId":1562,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":83167,"timestamp":358494059693,"id":1566,"parentId":1562,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":53895,"timestamp":358494092107,"id":1576,"parentId":1575,"tags":{},"startTime":1749573302478,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":112738,"timestamp":358494148763,"id":1578,"parentId":1577,"tags":{},"startTime":1749573302534,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":116086,"timestamp":358494146184,"id":1577,"parentId":1575,"tags":{},"startTime":1749573302532,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":64684,"timestamp":358494262328,"id":1579,"parentId":1575,"tags":{"astUsed":"true"},"startTime":1749573302648,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":240166,"timestamp":358494091201,"id":1575,"parentId":1574,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573302477,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":270237,"timestamp":358494068005,"id":1574,"parentId":1561,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573302453,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":86,"timestamp":358494342326,"id":1580,"parentId":1574,"tags":{},"startTime":1749573302728,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":282713,"timestamp":358494059723,"id":1570,"parentId":1562,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":282756,"timestamp":358494059729,"id":1571,"parentId":1562,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":282853,"timestamp":358494059671,"id":1564,"parentId":1562,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573302445,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":294195,"timestamp":358494048353,"id":1562,"parentId":1561,"tags":{},"startTime":1749573302434,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2392,"timestamp":358494356120,"id":1582,"parentId":1581,"tags":{},"startTime":1749573302742,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":358494358553,"id":1584,"parentId":1581,"tags":{},"startTime":1749573302744,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":78,"timestamp":358494358583,"id":1585,"parentId":1581,"tags":{},"startTime":1749573302744,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":6,"timestamp":358494358687,"id":1586,"parentId":1581,"tags":{},"startTime":1749573302744,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":358494358714,"id":1587,"parentId":1581,"tags":{},"startTime":1749573302744,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2429,"timestamp":358494358543,"id":1583,"parentId":1581,"tags":{},"startTime":1749573302744,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":568,"timestamp":358494363372,"id":1588,"parentId":1581,"tags":{},"startTime":1749573302749,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":4516,"timestamp":358494363952,"id":1589,"parentId":1581,"tags":{},"startTime":1749573302749,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":5877,"timestamp":358494372918,"id":1590,"parentId":1581,"tags":{},"startTime":1749573302758,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":241,"timestamp":358494378793,"id":1591,"parentId":1581,"tags":{},"startTime":1749573302764,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":166,"timestamp":358494379021,"id":1592,"parentId":1581,"tags":{},"startTime":1749573302764,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":6362,"timestamp":358494379194,"id":1593,"parentId":1581,"tags":{},"startTime":1749573302765,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":93,"timestamp":358494386989,"id":1595,"parentId":1561,"tags":{},"startTime":1749573302772,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":196,"timestamp":358494386892,"id":1594,"parentId":1561,"tags":{},"startTime":1749573302772,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":42279,"timestamp":358494349433,"id":1581,"parentId":1561,"tags":{},"startTime":1749573302735,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":343900,"timestamp":358494047862,"id":1561,"parentId":1533,"tags":{"name":"client"},"startTime":1749573302433,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":4492,"timestamp":358494391790,"id":1596,"parentId":1533,"tags":{},"startTime":1749573302777,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1099619,"timestamp":358493298838,"id":1533,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573301684,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":10,"timestamp":358494420631,"id":1597,"parentId":3,"tags":{},"startTime":1749573302806,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1137000,"timestamp":358493300807,"id":1599,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573302892,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":82660,"timestamp":358494428172,"id":1598,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573302814,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358494510885,"id":1600,"parentId":1598,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"356171776","memory.heapUsed":"417306816","memory.heapTotal":"452018176"},"startTime":1749573302896,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":44657,"timestamp":358505330722,"id":1605,"parentId":1604,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":44368,"timestamp":358505331077,"id":1607,"parentId":1604,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48138,"timestamp":358505331094,"id":1610,"parentId":1604,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53779,"timestamp":358505331088,"id":1609,"parentId":1604,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53756,"timestamp":358505331130,"id":1615,"parentId":1604,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":58698,"timestamp":358505331125,"id":1614,"parentId":1604,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":61483,"timestamp":358505331104,"id":1611,"parentId":1604,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":10807,"timestamp":358505382803,"id":1618,"parentId":1617,"tags":{},"startTime":1749573313768,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":56933,"timestamp":358505393830,"id":1620,"parentId":1619,"tags":{},"startTime":1749573313779,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":57731,"timestamp":358505393714,"id":1619,"parentId":1617,"tags":{},"startTime":1749573313779,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":32899,"timestamp":358505451496,"id":1621,"parentId":1617,"tags":{"astUsed":"true"},"startTime":1749573313837,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":106057,"timestamp":358505382458,"id":1617,"parentId":1616,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573313768,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":161892,"timestamp":358505331083,"id":1608,"parentId":1604,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":138545,"timestamp":358505368290,"id":1616,"parentId":1603,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573313753,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":59,"timestamp":358505509174,"id":1622,"parentId":1616,"tags":{},"startTime":1749573313894,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":178309,"timestamp":358505331118,"id":1613,"parentId":1604,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":178369,"timestamp":358505331063,"id":1606,"parentId":1604,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":181489,"timestamp":358505331113,"id":1612,"parentId":1604,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573313716,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":186573,"timestamp":358505326065,"id":1604,"parentId":1603,"tags":{},"startTime":1749573313711,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2377,"timestamp":358505525127,"id":1624,"parentId":1623,"tags":{},"startTime":1749573313910,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":8,"timestamp":358505527535,"id":1626,"parentId":1623,"tags":{},"startTime":1749573313913,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":103,"timestamp":358505527565,"id":1627,"parentId":1623,"tags":{},"startTime":1749573313913,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":13,"timestamp":358505527695,"id":1628,"parentId":1623,"tags":{},"startTime":1749573313913,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":358505527730,"id":1629,"parentId":1623,"tags":{},"startTime":1749573313913,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":3390,"timestamp":358505527525,"id":1625,"parentId":1623,"tags":{},"startTime":1749573313913,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":3084,"timestamp":358505548775,"id":1630,"parentId":1623,"tags":{},"startTime":1749573313934,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":16336,"timestamp":358505551964,"id":1631,"parentId":1623,"tags":{},"startTime":1749573313937,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":13459,"timestamp":358505574982,"id":1632,"parentId":1623,"tags":{},"startTime":1749573313960,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":416,"timestamp":358505588437,"id":1633,"parentId":1623,"tags":{},"startTime":1749573313974,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":167,"timestamp":358505588837,"id":1634,"parentId":1623,"tags":{},"startTime":1749573313974,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7543,"timestamp":358505589010,"id":1635,"parentId":1623,"tags":{},"startTime":1749573313974,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":138,"timestamp":358505599617,"id":1637,"parentId":1603,"tags":{},"startTime":1749573313985,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":429,"timestamp":358505599339,"id":1636,"parentId":1603,"tags":{},"startTime":1749573313984,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":87195,"timestamp":358505519143,"id":1623,"parentId":1603,"tags":{},"startTime":1749573313904,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":282134,"timestamp":358505324389,"id":1603,"parentId":1601,"tags":{"name":"client"},"startTime":1749573313710,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":22830,"timestamp":358505606595,"id":1638,"parentId":1601,"tags":{},"startTime":1749573313992,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":326357,"timestamp":358505304727,"id":1601,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573313690,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":4,"timestamp":358505641221,"id":1641,"parentId":3,"tags":{},"startTime":1749573314026,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":353000,"timestamp":358505306347,"id":1642,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1749573314046,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":9683,"timestamp":358505661498,"id":1644,"parentId":1640,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573314047,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":10539,"timestamp":358505661509,"id":1645,"parentId":1640,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573314047,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34053,"timestamp":358505661439,"id":1643,"parentId":1640,"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":1749573314047,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34050,"timestamp":358505661516,"id":1646,"parentId":1640,"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":1749573314047,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5979,"timestamp":358505690908,"id":1650,"parentId":1649,"tags":{},"startTime":1749573314076,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6122,"timestamp":358505690778,"id":1649,"parentId":1648,"tags":{},"startTime":1749573314076,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":12596,"timestamp":358505690187,"id":1648,"parentId":1639,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573314075,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":192483,"timestamp":358505661525,"id":1647,"parentId":1640,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573314047,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":287193,"timestamp":358505636341,"id":1640,"parentId":1639,"tags":{},"startTime":1749573314021,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":6789,"timestamp":358505967114,"id":1655,"parentId":1654,"tags":{},"startTime":1749573314352,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":12,"timestamp":358505973985,"id":1657,"parentId":1654,"tags":{},"startTime":1749573314359,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":7707,"timestamp":358505974028,"id":1658,"parentId":1654,"tags":{},"startTime":1749573314359,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":23,"timestamp":358505981805,"id":1659,"parentId":1654,"tags":{},"startTime":1749573314367,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":9,"timestamp":358505981873,"id":1660,"parentId":1654,"tags":{},"startTime":1749573314367,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":21071,"timestamp":358505973964,"id":1656,"parentId":1654,"tags":{},"startTime":1749573314359,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2067,"timestamp":358506003253,"id":1661,"parentId":1654,"tags":{},"startTime":1749573314388,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":18109,"timestamp":358506005368,"id":1662,"parentId":1654,"tags":{},"startTime":1749573314391,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2973,"timestamp":358506027259,"id":1663,"parentId":1654,"tags":{},"startTime":1749573314412,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":222,"timestamp":358506030229,"id":1664,"parentId":1654,"tags":{},"startTime":1749573314415,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":254,"timestamp":358506030433,"id":1665,"parentId":1654,"tags":{},"startTime":1749573314416,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":4780,"timestamp":358506030698,"id":1666,"parentId":1654,"tags":{},"startTime":1749573314416,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":91806,"timestamp":358505948999,"id":1654,"parentId":1639,"tags":{},"startTime":1749573314334,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":415977,"timestamp":358505635856,"id":1639,"parentId":1602,"tags":{"name":"server"},"startTime":1749573314021,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":9349,"timestamp":358506051936,"id":1667,"parentId":1602,"tags":{},"startTime":1749573314437,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":756574,"timestamp":358505307141,"id":1602,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573313692,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":143310,"timestamp":358506106788,"id":1668,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573314492,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358506250150,"id":1669,"parentId":1668,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"423149568","memory.heapUsed":"336099632","memory.heapTotal":"464863232"},"startTime":1749573314635,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":21836,"timestamp":358521096090,"id":1676,"parentId":1673,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573329481,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":30748,"timestamp":358521096081,"id":1675,"parentId":1673,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573329481,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":37073,"timestamp":358521095820,"id":1674,"parentId":1673,"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":1749573329481,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36813,"timestamp":358521096095,"id":1677,"parentId":1673,"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":1749573329481,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5739,"timestamp":358521129827,"id":1681,"parentId":1680,"tags":{},"startTime":1749573329515,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6758,"timestamp":358521128820,"id":1680,"parentId":1679,"tags":{},"startTime":1749573329514,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":17420,"timestamp":358521127234,"id":1679,"parentId":1672,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573329512,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":103905,"timestamp":358521096109,"id":1678,"parentId":1673,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573329481,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":150108,"timestamp":358521085310,"id":1673,"parentId":1672,"tags":{},"startTime":1749573329470,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2356,"timestamp":358521250970,"id":1686,"parentId":1685,"tags":{},"startTime":1749573329636,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":358521253351,"id":1688,"parentId":1685,"tags":{},"startTime":1749573329638,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":6312,"timestamp":358521253392,"id":1689,"parentId":1685,"tags":{},"startTime":1749573329638,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":358521259748,"id":1690,"parentId":1685,"tags":{},"startTime":1749573329645,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":358521259769,"id":1691,"parentId":1685,"tags":{},"startTime":1749573329645,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":12916,"timestamp":358521253344,"id":1687,"parentId":1685,"tags":{},"startTime":1749573329638,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1348,"timestamp":358521269998,"id":1692,"parentId":1685,"tags":{},"startTime":1749573329655,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":5066,"timestamp":358521271370,"id":1693,"parentId":1685,"tags":{},"startTime":1749573329656,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1552,"timestamp":358521277833,"id":1694,"parentId":1685,"tags":{},"startTime":1749573329663,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":115,"timestamp":358521279383,"id":1695,"parentId":1685,"tags":{},"startTime":1749573329664,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":195,"timestamp":358521279485,"id":1696,"parentId":1685,"tags":{},"startTime":1749573329664,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3546,"timestamp":358521279685,"id":1697,"parentId":1685,"tags":{},"startTime":1749573329664,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":41540,"timestamp":358521244889,"id":1685,"parentId":1672,"tags":{},"startTime":1749573329630,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":212044,"timestamp":358521082256,"id":1672,"parentId":1670,"tags":{"name":"server"},"startTime":1749573329467,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":6988,"timestamp":358521294525,"id":1698,"parentId":1670,"tags":{},"startTime":1749573329679,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":268469,"timestamp":358521033589,"id":1670,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573329418,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11633,"timestamp":358521313322,"id":1701,"parentId":1700,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11591,"timestamp":358521313384,"id":1703,"parentId":1700,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":15810,"timestamp":358521313401,"id":1706,"parentId":1700,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":20889,"timestamp":358521313407,"id":1707,"parentId":1700,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":25594,"timestamp":358521313395,"id":1705,"parentId":1700,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":25578,"timestamp":358521313436,"id":1711,"parentId":1700,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":32054,"timestamp":358521313431,"id":1710,"parentId":1700,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36927,"timestamp":358521313390,"id":1704,"parentId":1700,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":8976,"timestamp":358521341628,"id":1714,"parentId":1713,"tags":{},"startTime":1749573329726,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":59553,"timestamp":358521350742,"id":1716,"parentId":1715,"tags":{},"startTime":1749573329736,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":60380,"timestamp":358521350664,"id":1715,"parentId":1713,"tags":{},"startTime":1749573329735,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":40007,"timestamp":358521411119,"id":1717,"parentId":1713,"tags":{"astUsed":"true"},"startTime":1749573329796,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":113755,"timestamp":358521341408,"id":1713,"parentId":1712,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573329726,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":142078,"timestamp":358521320040,"id":1712,"parentId":1699,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573329705,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":53,"timestamp":358521462547,"id":1718,"parentId":1712,"tags":{},"startTime":1749573329847,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":149204,"timestamp":358521313411,"id":1708,"parentId":1700,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":149246,"timestamp":358521313376,"id":1702,"parentId":1700,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":149238,"timestamp":358521313426,"id":1709,"parentId":1700,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573329698,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":157689,"timestamp":358521304996,"id":1700,"parentId":1699,"tags":{},"startTime":1749573329690,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2214,"timestamp":358521479051,"id":1720,"parentId":1719,"tags":{},"startTime":1749573329864,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":358521481294,"id":1722,"parentId":1719,"tags":{},"startTime":1749573329866,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":63,"timestamp":358521481317,"id":1723,"parentId":1719,"tags":{},"startTime":1749573329866,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":358521481418,"id":1724,"parentId":1719,"tags":{},"startTime":1749573329866,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":358521481442,"id":1725,"parentId":1719,"tags":{},"startTime":1749573329866,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":3548,"timestamp":358521481285,"id":1721,"parentId":1719,"tags":{},"startTime":1749573329866,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":481,"timestamp":358521486867,"id":1726,"parentId":1719,"tags":{},"startTime":1749573329872,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":3276,"timestamp":358521487358,"id":1727,"parentId":1719,"tags":{},"startTime":1749573329872,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":5064,"timestamp":358521493250,"id":1728,"parentId":1719,"tags":{},"startTime":1749573329878,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":177,"timestamp":358521498313,"id":1729,"parentId":1719,"tags":{},"startTime":1749573329883,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":134,"timestamp":358521498479,"id":1730,"parentId":1719,"tags":{},"startTime":1749573329883,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3133,"timestamp":358521498618,"id":1731,"parentId":1719,"tags":{},"startTime":1749573329883,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":125,"timestamp":358521503860,"id":1733,"parentId":1699,"tags":{},"startTime":1749573329889,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":223,"timestamp":358521503771,"id":1732,"parentId":1699,"tags":{},"startTime":1749573329889,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":36686,"timestamp":358521473449,"id":1719,"parentId":1699,"tags":{},"startTime":1749573329858,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":205564,"timestamp":358521304613,"id":1699,"parentId":1671,"tags":{"name":"client"},"startTime":1749573329689,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":4284,"timestamp":358521510205,"id":1734,"parentId":1671,"tags":{},"startTime":1749573329895,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":481196,"timestamp":358521034524,"id":1671,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573329419,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":4,"timestamp":358521518727,"id":1735,"parentId":3,"tags":{},"startTime":1749573329903,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":492000,"timestamp":358521035913,"id":1737,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573329989,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":86876,"timestamp":358521520333,"id":1736,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573329905,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358521607250,"id":1738,"parentId":1736,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"336642048","memory.heapUsed":"376398736","memory.heapTotal":"469385216"},"startTime":1749573329992,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11361,"timestamp":358523792499,"id":1745,"parentId":1742,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573332177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11708,"timestamp":358523792490,"id":1744,"parentId":1742,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573332177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23826,"timestamp":358523792405,"id":1743,"parentId":1742,"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":1749573332177,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23744,"timestamp":358523792506,"id":1746,"parentId":1742,"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":1749573332177,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5306,"timestamp":358523813411,"id":1750,"parentId":1749,"tags":{},"startTime":1749573332198,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":5528,"timestamp":358523813200,"id":1749,"parentId":1748,"tags":{},"startTime":1749573332198,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":22031,"timestamp":358523812838,"id":1748,"parentId":1741,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573332198,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":108034,"timestamp":358523792512,"id":1747,"parentId":1742,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573332177,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":196698,"timestamp":358523786264,"id":1742,"parentId":1741,"tags":{},"startTime":1749573332171,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":36757,"timestamp":358524053595,"id":1755,"parentId":1754,"tags":{},"startTime":1749573332438,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":769,"timestamp":358524090453,"id":1757,"parentId":1754,"tags":{},"startTime":1749573332475,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":47383,"timestamp":358524091537,"id":1758,"parentId":1754,"tags":{},"startTime":1749573332476,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":187,"timestamp":358524139003,"id":1759,"parentId":1754,"tags":{},"startTime":1749573332524,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":24,"timestamp":358524139305,"id":1760,"parentId":1754,"tags":{},"startTime":1749573332524,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":63670,"timestamp":358524090429,"id":1756,"parentId":1754,"tags":{},"startTime":1749573332475,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":4523,"timestamp":358524192742,"id":1761,"parentId":1754,"tags":{},"startTime":1749573332577,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":12776,"timestamp":358524197326,"id":1762,"parentId":1754,"tags":{},"startTime":1749573332582,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":31003,"timestamp":358524214652,"id":1763,"parentId":1754,"tags":{},"startTime":1749573332599,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":335,"timestamp":358524245652,"id":1764,"parentId":1754,"tags":{},"startTime":1749573332630,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":387,"timestamp":358524245910,"id":1765,"parentId":1754,"tags":{},"startTime":1749573332631,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":5315,"timestamp":358524246329,"id":1766,"parentId":1754,"tags":{},"startTime":1749573332631,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":267754,"timestamp":358524027573,"id":1754,"parentId":1741,"tags":{},"startTime":1749573332412,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":522623,"timestamp":358523785963,"id":1741,"parentId":1739,"tags":{"name":"server"},"startTime":1749573332171,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":16344,"timestamp":358524308742,"id":1767,"parentId":1739,"tags":{},"startTime":1749573332693,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":546407,"timestamp":358523779861,"id":1739,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573332165,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22560,"timestamp":358524343637,"id":1770,"parentId":1769,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573332728,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22373,"timestamp":358524343864,"id":1772,"parentId":1769,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":37109,"timestamp":358524343905,"id":1775,"parentId":1769,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":44349,"timestamp":358524343921,"id":1776,"parentId":1769,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53612,"timestamp":358524343891,"id":1774,"parentId":1769,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53576,"timestamp":358524343961,"id":1780,"parentId":1769,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":139166,"timestamp":358524343951,"id":1779,"parentId":1769,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":88619,"timestamp":358524395150,"id":1783,"parentId":1782,"tags":{},"startTime":1749573332780,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":596482,"timestamp":358524484137,"id":1785,"parentId":1784,"tags":{},"startTime":1749573332869,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":598454,"timestamp":358524483897,"id":1784,"parentId":1782,"tags":{},"startTime":1749573332869,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":138520,"timestamp":358525082626,"id":1786,"parentId":1782,"tags":{"astUsed":"true"},"startTime":1749573333467,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":840430,"timestamp":358524394683,"id":1782,"parentId":1781,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573332779,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":894513,"timestamp":358524343879,"id":1773,"parentId":1769,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":890178,"timestamp":358524358025,"id":1781,"parentId":1768,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573332743,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":83,"timestamp":358525249315,"id":1787,"parentId":1781,"tags":{},"startTime":1749573333634,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":905665,"timestamp":358524343941,"id":1778,"parentId":1769,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":905883,"timestamp":358524343820,"id":1771,"parentId":1769,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":905777,"timestamp":358524343931,"id":1777,"parentId":1769,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573332729,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":918728,"timestamp":358524331012,"id":1769,"parentId":1768,"tags":{},"startTime":1749573332716,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":6774,"timestamp":358525280297,"id":1789,"parentId":1788,"tags":{},"startTime":1749573333665,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":15,"timestamp":358525287167,"id":1791,"parentId":1788,"tags":{},"startTime":1749573333672,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":279,"timestamp":358525287214,"id":1792,"parentId":1788,"tags":{},"startTime":1749573333672,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":17,"timestamp":358525287544,"id":1793,"parentId":1788,"tags":{},"startTime":1749573333672,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358525287598,"id":1794,"parentId":1788,"tags":{},"startTime":1749573333672,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":6263,"timestamp":358525287143,"id":1790,"parentId":1788,"tags":{},"startTime":1749573333672,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1847,"timestamp":358525298583,"id":1795,"parentId":1788,"tags":{},"startTime":1749573333683,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":8784,"timestamp":358525300461,"id":1796,"parentId":1788,"tags":{},"startTime":1749573333685,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":11077,"timestamp":358525313551,"id":1797,"parentId":1788,"tags":{},"startTime":1749573333698,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":281,"timestamp":358525324625,"id":1798,"parentId":1788,"tags":{},"startTime":1749573333709,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":159,"timestamp":358525324889,"id":1799,"parentId":1788,"tags":{},"startTime":1749573333710,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":9825,"timestamp":358525325121,"id":1800,"parentId":1788,"tags":{},"startTime":1749573333710,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":129,"timestamp":358525337118,"id":1802,"parentId":1768,"tags":{},"startTime":1749573333722,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":244,"timestamp":358525337013,"id":1801,"parentId":1768,"tags":{},"startTime":1749573333722,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":71995,"timestamp":358525268826,"id":1788,"parentId":1768,"tags":{},"startTime":1749573333653,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":1010703,"timestamp":358524330164,"id":1768,"parentId":1740,"tags":{"name":"client"},"startTime":1749573332715,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":5319,"timestamp":358525340896,"id":1803,"parentId":1740,"tags":{},"startTime":1749573333726,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1569114,"timestamp":358523779935,"id":1740,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573332165,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":7,"timestamp":358525355715,"id":1804,"parentId":3,"tags":{},"startTime":1749573333740,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1586000,"timestamp":358523779898,"id":1806,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1749573333752,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":94426,"timestamp":358525357782,"id":1805,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573333742,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358525452274,"id":1807,"parentId":1805,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"367312896","memory.heapUsed":"347435624","memory.heapTotal":"385712128"},"startTime":1749573333837,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":165811,"timestamp":358526543412,"id":1808,"tags":{"url":"/","isTurbopack":false},"startTime":1749573334928,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358526709318,"id":1809,"parentId":1808,"tags":{"url":"/","memory.rss":"375750656","memory.heapUsed":"351249496","memory.heapTotal":"387284992"},"startTime":1749573335094,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41104,"timestamp":358526945979,"id":1817,"parentId":1814,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573335331,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41439,"timestamp":358526945971,"id":1816,"parentId":1814,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573335331,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":63065,"timestamp":358526945893,"id":1815,"parentId":1814,"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":1749573335331,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62986,"timestamp":358526945985,"id":1818,"parentId":1814,"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":1749573335331,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":76733,"timestamp":358526945992,"id":1819,"parentId":1814,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573335331,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":121273,"timestamp":358526945998,"id":1820,"parentId":1814,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573335331,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":206079,"timestamp":358526943412,"id":1814,"parentId":1813,"tags":{},"startTime":1749573335328,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":6513,"timestamp":358527180086,"id":1825,"parentId":1824,"tags":{},"startTime":1749573335565,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":40,"timestamp":358527186654,"id":1827,"parentId":1824,"tags":{},"startTime":1749573335571,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":6390,"timestamp":358527186725,"id":1828,"parentId":1824,"tags":{},"startTime":1749573335571,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":19,"timestamp":358527193169,"id":1829,"parentId":1824,"tags":{},"startTime":1749573335578,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":16,"timestamp":358527193318,"id":1830,"parentId":1824,"tags":{},"startTime":1749573335578,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":14144,"timestamp":358527186637,"id":1826,"parentId":1824,"tags":{},"startTime":1749573335571,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2046,"timestamp":358527205172,"id":1831,"parentId":1824,"tags":{},"startTime":1749573335590,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":18599,"timestamp":358527207284,"id":1832,"parentId":1824,"tags":{},"startTime":1749573335592,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2433,"timestamp":358527228940,"id":1833,"parentId":1824,"tags":{},"startTime":1749573335614,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":272,"timestamp":358527231371,"id":1834,"parentId":1824,"tags":{},"startTime":1749573335616,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":210,"timestamp":358527231629,"id":1835,"parentId":1824,"tags":{},"startTime":1749573335616,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7317,"timestamp":358527231847,"id":1836,"parentId":1824,"tags":{},"startTime":1749573335616,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":79451,"timestamp":358527164918,"id":1824,"parentId":1813,"tags":{},"startTime":1749573335550,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":313707,"timestamp":358526943063,"id":1813,"parentId":1811,"tags":{"name":"server"},"startTime":1749573335328,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":9238,"timestamp":358527256869,"id":1837,"parentId":1811,"tags":{},"startTime":1749573335641,"traceId":"4a85c6b229012d5a"},{"name":"compile-path","duration":326549,"timestamp":358526940676,"id":1812,"tags":{"trigger":"/favicon.ico","isTurbopack":false},"startTime":1749573335325,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":326921,"timestamp":358526940572,"id":1811,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573335325,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":440473,"timestamp":358526934417,"id":1810,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573335319,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358527375016,"id":1838,"parentId":1810,"tags":{"url":"/favicon.ico","memory.rss":"413614080","memory.heapUsed":"351304104","memory.heapTotal":"398917632"},"startTime":1749573335760,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":4570,"timestamp":358527663237,"id":1839,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573336048,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":0,"timestamp":358527667840,"id":1840,"parentId":1839,"tags":{"url":"/favicon.ico","memory.rss":"416448512","memory.heapUsed":"356425560","memory.heapTotal":"398917632"},"startTime":1749573336052,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":4,"timestamp":358527699839,"id":1841,"parentId":3,"tags":{},"startTime":1749573336084,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":13122,"timestamp":358587837799,"id":1848,"parentId":1845,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573396221,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":29932,"timestamp":358587837789,"id":1847,"parentId":1845,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573396221,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43841,"timestamp":358587837694,"id":1846,"parentId":1845,"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":1749573396221,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43747,"timestamp":358587837805,"id":1849,"parentId":1845,"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":1749573396221,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":45952,"timestamp":358587837811,"id":1850,"parentId":1845,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573396221,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":18452,"timestamp":358587868985,"id":1854,"parentId":1853,"tags":{},"startTime":1749573396252,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":19128,"timestamp":358587868386,"id":1853,"parentId":1852,"tags":{},"startTime":1749573396251,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":49464,"timestamp":358587867918,"id":1852,"parentId":1844,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573396251,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":175548,"timestamp":358587837817,"id":1851,"parentId":1845,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573396221,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":319728,"timestamp":358587831057,"id":1845,"parentId":1844,"tags":{},"startTime":1749573396214,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":23741,"timestamp":358588449971,"id":1859,"parentId":1858,"tags":{},"startTime":1749573396833,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":11,"timestamp":358588473815,"id":1861,"parentId":1858,"tags":{},"startTime":1749573396857,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":8614,"timestamp":358588473855,"id":1862,"parentId":1858,"tags":{},"startTime":1749573396857,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":21,"timestamp":358588482547,"id":1863,"parentId":1858,"tags":{},"startTime":1749573396866,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":10,"timestamp":358588482599,"id":1864,"parentId":1858,"tags":{},"startTime":1749573396866,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":20609,"timestamp":358588473763,"id":1860,"parentId":1858,"tags":{},"startTime":1749573396857,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1982,"timestamp":358588500763,"id":1865,"parentId":1858,"tags":{},"startTime":1749573396884,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":11394,"timestamp":358588502792,"id":1866,"parentId":1858,"tags":{},"startTime":1749573396886,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6776,"timestamp":358588518724,"id":1867,"parentId":1858,"tags":{},"startTime":1749573396902,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":334,"timestamp":358588525497,"id":1868,"parentId":1858,"tags":{},"startTime":1749573396909,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":482,"timestamp":358588525807,"id":1869,"parentId":1858,"tags":{},"startTime":1749573396909,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7928,"timestamp":358588526317,"id":1870,"parentId":1858,"tags":{},"startTime":1749573396909,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":115546,"timestamp":358588425422,"id":1858,"parentId":1844,"tags":{},"startTime":1749573396809,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":725296,"timestamp":358587830356,"id":1844,"parentId":1842,"tags":{"name":"server"},"startTime":1749573396213,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":9136,"timestamp":358588555800,"id":1871,"parentId":1842,"tags":{},"startTime":1749573396939,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":745293,"timestamp":358587820438,"id":1842,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573396204,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43501,"timestamp":358588583648,"id":1874,"parentId":1873,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43295,"timestamp":358588583890,"id":1876,"parentId":1873,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":51266,"timestamp":358588583924,"id":1879,"parentId":1873,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":57780,"timestamp":358588583937,"id":1880,"parentId":1873,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":73695,"timestamp":358588583914,"id":1878,"parentId":1873,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":73613,"timestamp":358588584021,"id":1884,"parentId":1873,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":109693,"timestamp":358588584011,"id":1883,"parentId":1873,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":39679,"timestamp":358588654562,"id":1887,"parentId":1886,"tags":{},"startTime":1749573397038,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":132664,"timestamp":358588694768,"id":1889,"parentId":1888,"tags":{},"startTime":1749573397078,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":133782,"timestamp":358588694564,"id":1888,"parentId":1886,"tags":{},"startTime":1749573397078,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":61254,"timestamp":358588828471,"id":1890,"parentId":1886,"tags":{"astUsed":"true"},"startTime":1749573397212,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":248315,"timestamp":358588653427,"id":1886,"parentId":1885,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573397037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":321061,"timestamp":358588583904,"id":1877,"parentId":1873,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":312080,"timestamp":358588601693,"id":1885,"parentId":1872,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573396985,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":78,"timestamp":358588914917,"id":1891,"parentId":1885,"tags":{},"startTime":1749573397298,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":331216,"timestamp":358588583991,"id":1882,"parentId":1873,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":331477,"timestamp":358588583872,"id":1875,"parentId":1873,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":331382,"timestamp":358588583982,"id":1881,"parentId":1873,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573396967,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":342988,"timestamp":358588572421,"id":1873,"parentId":1872,"tags":{},"startTime":1749573396956,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":7115,"timestamp":358589050925,"id":1893,"parentId":1892,"tags":{},"startTime":1749573397434,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":37,"timestamp":358589058109,"id":1895,"parentId":1892,"tags":{},"startTime":1749573397441,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":265,"timestamp":358589058200,"id":1896,"parentId":1892,"tags":{},"startTime":1749573397441,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":14,"timestamp":358589058529,"id":1897,"parentId":1892,"tags":{},"startTime":1749573397442,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358589058578,"id":1898,"parentId":1892,"tags":{},"startTime":1749573397442,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":20044,"timestamp":358589058092,"id":1894,"parentId":1892,"tags":{},"startTime":1749573397441,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1076,"timestamp":358589082330,"id":1899,"parentId":1892,"tags":{},"startTime":1749573397465,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":8041,"timestamp":358589083452,"id":1900,"parentId":1892,"tags":{},"startTime":1749573397467,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":22307,"timestamp":358589097930,"id":1901,"parentId":1892,"tags":{},"startTime":1749573397481,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":462,"timestamp":358589120230,"id":1902,"parentId":1892,"tags":{},"startTime":1749573397503,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":395,"timestamp":358589120668,"id":1903,"parentId":1892,"tags":{},"startTime":1749573397504,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":8240,"timestamp":358589121088,"id":1904,"parentId":1892,"tags":{},"startTime":1749573397504,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":662,"timestamp":358589135313,"id":1906,"parentId":1872,"tags":{},"startTime":1749573397518,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":1024,"timestamp":358589134970,"id":1905,"parentId":1872,"tags":{},"startTime":1749573397518,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":102957,"timestamp":358589039372,"id":1892,"parentId":1872,"tags":{},"startTime":1749573397422,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":572258,"timestamp":358588570289,"id":1872,"parentId":1843,"tags":{"name":"client"},"startTime":1749573396953,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":8859,"timestamp":358589142743,"id":1907,"parentId":1843,"tags":{},"startTime":1749573397526,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1334459,"timestamp":358587820632,"id":1843,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573396204,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":6,"timestamp":358589180963,"id":1908,"parentId":3,"tags":{},"startTime":1749573397564,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1387000,"timestamp":358587822129,"id":1910,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1749573398192,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":736053,"timestamp":358589185761,"id":1909,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573397569,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358589921898,"id":1911,"parentId":1909,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"275546112","memory.heapUsed":"337583056","memory.heapTotal":"395984896"},"startTime":1749573398305,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16231,"timestamp":358602516391,"id":1918,"parentId":1915,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573410899,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16764,"timestamp":358602516381,"id":1917,"parentId":1915,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573410899,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53475,"timestamp":358602516105,"id":1916,"parentId":1915,"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":1749573410899,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53193,"timestamp":358602516402,"id":1919,"parentId":1915,"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":1749573410899,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8208,"timestamp":358602566397,"id":1923,"parentId":1922,"tags":{},"startTime":1749573410949,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":8509,"timestamp":358602566112,"id":1922,"parentId":1921,"tags":{},"startTime":1749573410949,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":21066,"timestamp":358602565052,"id":1921,"parentId":1914,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573410948,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":201776,"timestamp":358602516412,"id":1920,"parentId":1915,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573410899,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":333435,"timestamp":358602505837,"id":1915,"parentId":1914,"tags":{},"startTime":1749573410889,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3087,"timestamp":358602873899,"id":1928,"parentId":1927,"tags":{},"startTime":1749573411257,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":358602877026,"id":1930,"parentId":1927,"tags":{},"startTime":1749573411260,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":4444,"timestamp":358602877070,"id":1931,"parentId":1927,"tags":{},"startTime":1749573411260,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":18,"timestamp":358602881572,"id":1932,"parentId":1927,"tags":{},"startTime":1749573411264,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":12,"timestamp":358602881608,"id":1933,"parentId":1927,"tags":{},"startTime":1749573411264,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":12859,"timestamp":358602877012,"id":1929,"parentId":1927,"tags":{},"startTime":1749573411260,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1274,"timestamp":358602895571,"id":1934,"parentId":1927,"tags":{},"startTime":1749573411278,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":17034,"timestamp":358602896875,"id":1935,"parentId":1927,"tags":{},"startTime":1749573411280,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2566,"timestamp":358602917367,"id":1936,"parentId":1927,"tags":{},"startTime":1749573411300,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":280,"timestamp":358602919929,"id":1937,"parentId":1927,"tags":{},"startTime":1749573411303,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":199,"timestamp":358602920195,"id":1938,"parentId":1927,"tags":{},"startTime":1749573411303,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":8041,"timestamp":358602920401,"id":1939,"parentId":1927,"tags":{},"startTime":1749573411303,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":72367,"timestamp":358602862944,"id":1927,"parentId":1914,"tags":{},"startTime":1749573411246,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":446977,"timestamp":358602499153,"id":1914,"parentId":1912,"tags":{"name":"server"},"startTime":1749573410882,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":10270,"timestamp":358602946274,"id":1940,"parentId":1912,"tags":{},"startTime":1749573411329,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":498117,"timestamp":358602459521,"id":1912,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573410842,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":39933,"timestamp":358602971859,"id":1943,"parentId":1942,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":39778,"timestamp":358602972045,"id":1945,"parentId":1942,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":46357,"timestamp":358602972076,"id":1948,"parentId":1942,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":54196,"timestamp":358602972085,"id":1949,"parentId":1942,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62954,"timestamp":358602972065,"id":1947,"parentId":1942,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62915,"timestamp":358602972150,"id":1953,"parentId":1942,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":74349,"timestamp":358602972141,"id":1952,"parentId":1942,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":77387,"timestamp":358602972056,"id":1946,"parentId":1942,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":12533,"timestamp":358603039340,"id":1956,"parentId":1955,"tags":{},"startTime":1749573411422,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":316241,"timestamp":358603052085,"id":1958,"parentId":1957,"tags":{},"startTime":1749573411435,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":317377,"timestamp":358603052017,"id":1957,"parentId":1955,"tags":{},"startTime":1749573411435,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":73242,"timestamp":358603369787,"id":1959,"parentId":1955,"tags":{"astUsed":"true"},"startTime":1749573411752,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":409458,"timestamp":358603039059,"id":1955,"parentId":1954,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573411422,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":482532,"timestamp":358602972022,"id":1944,"parentId":1942,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":482485,"timestamp":358602972094,"id":1950,"parentId":1942,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":460667,"timestamp":358603001593,"id":1954,"parentId":1941,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573411384,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":65,"timestamp":358603462573,"id":1960,"parentId":1954,"tags":{},"startTime":1749573411845,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":490596,"timestamp":358602972102,"id":1951,"parentId":1942,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573411355,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":500109,"timestamp":358602962612,"id":1942,"parentId":1941,"tags":{},"startTime":1749573411345,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4540,"timestamp":358603490773,"id":1962,"parentId":1961,"tags":{},"startTime":1749573411873,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":358603495391,"id":1964,"parentId":1961,"tags":{},"startTime":1749573411878,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":120,"timestamp":358603495552,"id":1965,"parentId":1961,"tags":{},"startTime":1749573411878,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":358603495710,"id":1966,"parentId":1961,"tags":{},"startTime":1749573411878,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358603495746,"id":1967,"parentId":1961,"tags":{},"startTime":1749573411878,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":3505,"timestamp":358603495377,"id":1963,"parentId":1961,"tags":{},"startTime":1749573411878,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":705,"timestamp":358603502951,"id":1968,"parentId":1961,"tags":{},"startTime":1749573411886,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6401,"timestamp":358603503677,"id":1969,"parentId":1961,"tags":{},"startTime":1749573411886,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":10327,"timestamp":358603513229,"id":1970,"parentId":1961,"tags":{},"startTime":1749573411896,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":243,"timestamp":358603523554,"id":1971,"parentId":1961,"tags":{},"startTime":1749573411906,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":174,"timestamp":358603523782,"id":1972,"parentId":1961,"tags":{},"startTime":1749573411906,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":5883,"timestamp":358603523963,"id":1973,"parentId":1961,"tags":{},"startTime":1749573411907,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":209,"timestamp":358603532517,"id":1975,"parentId":1941,"tags":{},"startTime":1749573411915,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":335,"timestamp":358603532407,"id":1974,"parentId":1941,"tags":{},"startTime":1749573411915,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":62023,"timestamp":358603475127,"id":1961,"parentId":1941,"tags":{},"startTime":1749573411858,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":575857,"timestamp":358602961414,"id":1941,"parentId":1913,"tags":{"name":"client"},"startTime":1749573411344,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":7225,"timestamp":358603537345,"id":1976,"parentId":1913,"tags":{},"startTime":1749573411920,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1087207,"timestamp":358602460451,"id":1913,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573410843,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":12,"timestamp":358603554580,"id":1977,"parentId":3,"tags":{},"startTime":1749573411937,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1117000,"timestamp":358602461037,"id":1979,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1749573411962,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":202277,"timestamp":358603558187,"id":1978,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573411941,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358603760506,"id":1980,"parentId":1978,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"362479616","memory.heapUsed":"378676584","memory.heapTotal":"422232064"},"startTime":1749573412143,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":227386,"timestamp":358606099964,"id":1981,"tags":{"url":"/","isTurbopack":false},"startTime":1749573414483,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358606327447,"id":1982,"parentId":1981,"tags":{"url":"/","memory.rss":"231047168","memory.heapUsed":"387191320","memory.heapTotal":"425902080"},"startTime":1749573414710,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":44181,"timestamp":358606622803,"id":1990,"parentId":1987,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573415005,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48170,"timestamp":358606622772,"id":1989,"parentId":1987,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573415005,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":79276,"timestamp":358606622527,"id":1988,"parentId":1987,"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":1749573415005,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":79010,"timestamp":358606622815,"id":1991,"parentId":1987,"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":1749573415005,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":82258,"timestamp":358606622840,"id":1993,"parentId":1987,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573415005,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":98093,"timestamp":358606622828,"id":1992,"parentId":1987,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573415005,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":193732,"timestamp":358606609373,"id":1987,"parentId":1986,"tags":{},"startTime":1749573414992,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3620,"timestamp":358606829780,"id":1998,"parentId":1997,"tags":{},"startTime":1749573415212,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":12,"timestamp":358606833457,"id":2000,"parentId":1997,"tags":{},"startTime":1749573415216,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":8142,"timestamp":358606833499,"id":2001,"parentId":1997,"tags":{},"startTime":1749573415216,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":11,"timestamp":358606841733,"id":2002,"parentId":1997,"tags":{},"startTime":1749573415224,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":358606841782,"id":2003,"parentId":1997,"tags":{},"startTime":1749573415224,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":12221,"timestamp":358606833434,"id":1999,"parentId":1997,"tags":{},"startTime":1749573415216,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":4319,"timestamp":358606849451,"id":2004,"parentId":1997,"tags":{},"startTime":1749573415232,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6966,"timestamp":358606853954,"id":2005,"parentId":1997,"tags":{},"startTime":1749573415237,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2141,"timestamp":358606863167,"id":2006,"parentId":1997,"tags":{},"startTime":1749573415246,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":1870,"timestamp":358606865305,"id":2007,"parentId":1997,"tags":{},"startTime":1749573415248,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":652,"timestamp":358606867112,"id":2008,"parentId":1997,"tags":{},"startTime":1749573415250,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3292,"timestamp":358606867789,"id":2009,"parentId":1997,"tags":{},"startTime":1749573415250,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":58145,"timestamp":358606820024,"id":1997,"parentId":1986,"tags":{},"startTime":1749573415203,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":280271,"timestamp":358606607746,"id":1986,"parentId":1984,"tags":{"name":"server"},"startTime":1749573414990,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":15259,"timestamp":358606888132,"id":2010,"parentId":1984,"tags":{},"startTime":1749573415271,"traceId":"4a85c6b229012d5a"},{"name":"compile-path","duration":302753,"timestamp":358606601575,"id":1985,"tags":{"trigger":"/favicon.ico","isTurbopack":false},"startTime":1749573414984,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":303343,"timestamp":358606601464,"id":1984,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573414984,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":581727,"timestamp":358606566889,"id":1983,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573414950,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358607148824,"id":2011,"parentId":1983,"tags":{"url":"/favicon.ico","memory.rss":"309542912","memory.heapUsed":"403891664","memory.heapTotal":"443252736"},"startTime":1749573415531,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":10418,"timestamp":358607618133,"id":2012,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573416001,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358607628599,"id":2013,"parentId":2012,"tags":{"url":"/favicon.ico","memory.rss":"235356160","memory.heapUsed":"410513280","memory.heapTotal":"443252736"},"startTime":1749573416011,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":15,"timestamp":358607655272,"id":2014,"parentId":3,"tags":{},"startTime":1749573416038,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":33292,"timestamp":358612140131,"id":2019,"parentId":2018,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":33155,"timestamp":358612140401,"id":2021,"parentId":2018,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":38071,"timestamp":358612140428,"id":2024,"parentId":2018,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":42906,"timestamp":358612140421,"id":2023,"parentId":2018,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":42883,"timestamp":358612140464,"id":2029,"parentId":2018,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":47275,"timestamp":358612140458,"id":2028,"parentId":2018,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":49718,"timestamp":358612140435,"id":2025,"parentId":2018,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":9585,"timestamp":358612181493,"id":2032,"parentId":2031,"tags":{},"startTime":1749573420564,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":58312,"timestamp":358612191295,"id":2034,"parentId":2033,"tags":{},"startTime":1749573420574,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":59090,"timestamp":358612191169,"id":2033,"parentId":2031,"tags":{},"startTime":1749573420574,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":40559,"timestamp":358612250387,"id":2035,"parentId":2031,"tags":{"astUsed":"true"},"startTime":1749573420633,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":114812,"timestamp":358612181223,"id":2031,"parentId":2030,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573420564,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":160179,"timestamp":358612140408,"id":2022,"parentId":2018,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":143443,"timestamp":358612166256,"id":2030,"parentId":2017,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573420549,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":255,"timestamp":358612313806,"id":2036,"parentId":2030,"tags":{},"startTime":1749573420696,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":173849,"timestamp":358612140446,"id":2027,"parentId":2018,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":173911,"timestamp":358612140391,"id":2020,"parentId":2018,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":178011,"timestamp":358612140441,"id":2026,"parentId":2018,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573420523,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":191790,"timestamp":358612126711,"id":2018,"parentId":2017,"tags":{},"startTime":1749573420509,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2374,"timestamp":358612336165,"id":2038,"parentId":2037,"tags":{},"startTime":1749573420719,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":358612338567,"id":2040,"parentId":2037,"tags":{},"startTime":1749573420721,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":96,"timestamp":358612338601,"id":2041,"parentId":2037,"tags":{},"startTime":1749573420721,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":358612338729,"id":2042,"parentId":2037,"tags":{},"startTime":1749573420721,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":358612338755,"id":2043,"parentId":2037,"tags":{},"startTime":1749573420721,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2604,"timestamp":358612338557,"id":2039,"parentId":2037,"tags":{},"startTime":1749573420721,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":586,"timestamp":358612344049,"id":2044,"parentId":2037,"tags":{},"startTime":1749573420727,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":4031,"timestamp":358612344659,"id":2045,"parentId":2037,"tags":{},"startTime":1749573420727,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":5578,"timestamp":358612350629,"id":2046,"parentId":2037,"tags":{},"startTime":1749573420733,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":188,"timestamp":358612356205,"id":2047,"parentId":2037,"tags":{},"startTime":1749573420739,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":117,"timestamp":358612356384,"id":2048,"parentId":2037,"tags":{},"startTime":1749573420739,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3071,"timestamp":358612356507,"id":2049,"parentId":2037,"tags":{},"startTime":1749573420739,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":98,"timestamp":358612360934,"id":2051,"parentId":2017,"tags":{},"startTime":1749573420743,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":236,"timestamp":358612360803,"id":2050,"parentId":2017,"tags":{},"startTime":1749573420743,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":36425,"timestamp":358612327357,"id":2037,"parentId":2017,"tags":{},"startTime":1749573420710,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":238442,"timestamp":358612125405,"id":2017,"parentId":2015,"tags":{"name":"client"},"startTime":1749573420508,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":11200,"timestamp":358612363883,"id":2052,"parentId":2015,"tags":{},"startTime":1749573420746,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":270237,"timestamp":358612106866,"id":2015,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573420489,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":5,"timestamp":358612385598,"id":2055,"parentId":3,"tags":{},"startTime":1749573420768,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11358,"timestamp":358612392387,"id":2057,"parentId":2054,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573420775,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12049,"timestamp":358612392406,"id":2058,"parentId":2054,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573420775,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":295000,"timestamp":358612109269,"id":2062,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573420788,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":42988,"timestamp":358612392116,"id":2056,"parentId":2054,"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":1749573420775,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":42706,"timestamp":358612392416,"id":2059,"parentId":2054,"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":1749573420775,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43172,"timestamp":358612392440,"id":2061,"parentId":2054,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573420775,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":17874,"timestamp":358612418196,"id":2065,"parentId":2064,"tags":{},"startTime":1749573420801,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":18044,"timestamp":358612418034,"id":2064,"parentId":2063,"tags":{},"startTime":1749573420801,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":29188,"timestamp":358612417487,"id":2063,"parentId":2053,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573420800,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":157741,"timestamp":358612392430,"id":2060,"parentId":2054,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573420775,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":253563,"timestamp":358612380749,"id":2054,"parentId":2053,"tags":{},"startTime":1749573420763,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":5662,"timestamp":358612666863,"id":2070,"parentId":2069,"tags":{},"startTime":1749573421049,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":49,"timestamp":358612672654,"id":2072,"parentId":2069,"tags":{},"startTime":1749573421055,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":7459,"timestamp":358612672790,"id":2073,"parentId":2069,"tags":{},"startTime":1749573421055,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":18,"timestamp":358612680306,"id":2074,"parentId":2069,"tags":{},"startTime":1749573421063,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358612680359,"id":2075,"parentId":2069,"tags":{},"startTime":1749573421063,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":15028,"timestamp":358612672630,"id":2071,"parentId":2069,"tags":{},"startTime":1749573421055,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1212,"timestamp":358612692246,"id":2076,"parentId":2069,"tags":{},"startTime":1749573421075,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":12857,"timestamp":358612693496,"id":2077,"parentId":2069,"tags":{},"startTime":1749573421076,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2930,"timestamp":358612710472,"id":2078,"parentId":2069,"tags":{},"startTime":1749573421093,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":224,"timestamp":358612713400,"id":2079,"parentId":2069,"tags":{},"startTime":1749573421096,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":227,"timestamp":358612713607,"id":2080,"parentId":2069,"tags":{},"startTime":1749573421096,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":426,"timestamp":358612713841,"id":2081,"parentId":2069,"tags":{},"startTime":1749573421096,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":65831,"timestamp":358612653480,"id":2069,"parentId":2053,"tags":{},"startTime":1749573421036,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":349235,"timestamp":358612380252,"id":2053,"parentId":2016,"tags":{"name":"server"},"startTime":1749573420763,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":3387,"timestamp":358612729571,"id":2082,"parentId":2016,"tags":{},"startTime":1749573421112,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":624741,"timestamp":358612109477,"id":2016,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573420492,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":157660,"timestamp":358612743813,"id":2083,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573421126,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358612901523,"id":2084,"parentId":2083,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"411140096","memory.heapUsed":"354060256","memory.heapTotal":"459046912"},"startTime":1749573421284,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12347,"timestamp":358613860773,"id":2091,"parentId":2088,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573422243,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12636,"timestamp":358613860753,"id":2090,"parentId":2088,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573422243,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":33695,"timestamp":358613860609,"id":2089,"parentId":2088,"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":1749573422243,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":33540,"timestamp":358613860784,"id":2092,"parentId":2088,"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":1749573422243,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34597,"timestamp":358613860796,"id":2093,"parentId":2088,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573422243,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6785,"timestamp":358613890880,"id":2097,"parentId":2096,"tags":{},"startTime":1749573422273,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7319,"timestamp":358613890360,"id":2096,"parentId":2095,"tags":{},"startTime":1749573422273,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":14826,"timestamp":358613889680,"id":2095,"parentId":2087,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573422272,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":117383,"timestamp":358613860804,"id":2094,"parentId":2088,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573422243,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":178178,"timestamp":358613851842,"id":2088,"parentId":2087,"tags":{},"startTime":1749573422234,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":5076,"timestamp":358614054290,"id":2102,"parentId":2101,"tags":{},"startTime":1749573422437,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":358614059419,"id":2104,"parentId":2101,"tags":{},"startTime":1749573422442,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":5143,"timestamp":358614059449,"id":2105,"parentId":2101,"tags":{},"startTime":1749573422442,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":358614064642,"id":2106,"parentId":2101,"tags":{},"startTime":1749573422447,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358614064667,"id":2107,"parentId":2101,"tags":{},"startTime":1749573422447,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":9180,"timestamp":358614059403,"id":2103,"parentId":2101,"tags":{},"startTime":1749573422442,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1175,"timestamp":358614071149,"id":2108,"parentId":2101,"tags":{},"startTime":1749573422454,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":9960,"timestamp":358614072347,"id":2109,"parentId":2101,"tags":{},"startTime":1749573422455,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1438,"timestamp":358614084326,"id":2110,"parentId":2101,"tags":{},"startTime":1749573422467,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":131,"timestamp":358614085762,"id":2111,"parentId":2101,"tags":{},"startTime":1749573422468,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":182,"timestamp":358614085882,"id":2112,"parentId":2101,"tags":{},"startTime":1749573422468,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3426,"timestamp":358614086071,"id":2113,"parentId":2101,"tags":{},"startTime":1749573422469,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":49938,"timestamp":358614045884,"id":2101,"parentId":2087,"tags":{},"startTime":1749573422428,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":252727,"timestamp":358613851327,"id":2087,"parentId":2085,"tags":{"name":"server"},"startTime":1749573422234,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":7027,"timestamp":358614104133,"id":2114,"parentId":2085,"tags":{},"startTime":1749573422487,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":269265,"timestamp":358613842350,"id":2085,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573422225,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":15335,"timestamp":358614120510,"id":2117,"parentId":2116,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":15177,"timestamp":358614120687,"id":2119,"parentId":2116,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":18694,"timestamp":358614120718,"id":2122,"parentId":2116,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22456,"timestamp":358614120725,"id":2123,"parentId":2116,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26421,"timestamp":358614120709,"id":2121,"parentId":2116,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26392,"timestamp":358614120753,"id":2127,"parentId":2116,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":31287,"timestamp":358614120746,"id":2126,"parentId":2116,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":6215,"timestamp":358614145912,"id":2130,"parentId":2129,"tags":{},"startTime":1749573422528,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":244597,"timestamp":358614152224,"id":2132,"parentId":2131,"tags":{},"startTime":1749573422535,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":246488,"timestamp":358614152181,"id":2131,"parentId":2129,"tags":{},"startTime":1749573422535,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":85991,"timestamp":358614398835,"id":2133,"parentId":2129,"tags":{"astUsed":"true"},"startTime":1749573422781,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":346279,"timestamp":358614145727,"id":2129,"parentId":2128,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573422528,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":374670,"timestamp":358614120697,"id":2120,"parentId":2116,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":374302,"timestamp":358614132421,"id":2128,"parentId":2115,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573422515,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":107,"timestamp":358614507943,"id":2134,"parentId":2128,"tags":{},"startTime":1749573422890,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":387481,"timestamp":358614120739,"id":2125,"parentId":2116,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":387652,"timestamp":358614120667,"id":2118,"parentId":2116,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":387597,"timestamp":358614120732,"id":2124,"parentId":2116,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573422503,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":393503,"timestamp":358614114871,"id":2116,"parentId":2115,"tags":{},"startTime":1749573422497,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":6504,"timestamp":358614535415,"id":2136,"parentId":2135,"tags":{},"startTime":1749573422918,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":38,"timestamp":358614542022,"id":2138,"parentId":2135,"tags":{},"startTime":1749573422924,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":194,"timestamp":358614542102,"id":2139,"parentId":2135,"tags":{},"startTime":1749573422925,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":8,"timestamp":358614542340,"id":2140,"parentId":2135,"tags":{},"startTime":1749573422925,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":11,"timestamp":358614542411,"id":2141,"parentId":2135,"tags":{},"startTime":1749573422925,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":10083,"timestamp":358614541964,"id":2137,"parentId":2135,"tags":{},"startTime":1749573422924,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2103,"timestamp":358614557151,"id":2142,"parentId":2135,"tags":{},"startTime":1749573422940,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6330,"timestamp":358614559295,"id":2143,"parentId":2135,"tags":{},"startTime":1749573422942,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":7714,"timestamp":358614569142,"id":2144,"parentId":2135,"tags":{},"startTime":1749573422952,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":270,"timestamp":358614576852,"id":2145,"parentId":2135,"tags":{},"startTime":1749573422959,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":195,"timestamp":358614577106,"id":2146,"parentId":2135,"tags":{},"startTime":1749573422960,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":4730,"timestamp":358614577313,"id":2147,"parentId":2135,"tags":{},"startTime":1749573422960,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":154,"timestamp":358614584317,"id":2149,"parentId":2115,"tags":{},"startTime":1749573422967,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":306,"timestamp":358614584177,"id":2148,"parentId":2115,"tags":{},"startTime":1749573422967,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":66507,"timestamp":358614522244,"id":2135,"parentId":2115,"tags":{},"startTime":1749573422905,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":474345,"timestamp":358614114472,"id":2115,"parentId":2086,"tags":{"name":"client"},"startTime":1749573422497,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":9363,"timestamp":358614588857,"id":2150,"parentId":2086,"tags":{},"startTime":1749573422971,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":757446,"timestamp":358613842735,"id":2086,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573422225,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":7,"timestamp":358614608096,"id":2151,"parentId":3,"tags":{},"startTime":1749573422991,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":785000,"timestamp":358613844020,"id":2153,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573423106,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":113664,"timestamp":358614615386,"id":2152,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573422998,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358614729110,"id":2154,"parentId":2152,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"415580160","memory.heapUsed":"394382232","memory.heapTotal":"462848000"},"startTime":1749573423112,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":181812,"timestamp":358621937106,"id":2155,"tags":{"url":"/","isTurbopack":false},"startTime":1749573430319,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358622119115,"id":2156,"parentId":2155,"tags":{"url":"/","memory.rss":"187973632","memory.heapUsed":"401644648","memory.heapTotal":"463110144"},"startTime":1749573430501,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":20150,"timestamp":358622307174,"id":2157,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573430689,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358622327370,"id":2158,"parentId":2157,"tags":{"url":"/favicon.ico","memory.rss":"198705152","memory.heapUsed":"396869560","memory.heapTotal":"463110144"},"startTime":1749573430710,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":8585,"timestamp":358622685247,"id":2159,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573431067,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358622693902,"id":2160,"parentId":2159,"tags":{"url":"/favicon.ico","memory.rss":"210436096","memory.heapUsed":"392081216","memory.heapTotal":"463110144"},"startTime":1749573431076,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":4,"timestamp":358622718157,"id":2161,"parentId":3,"tags":{},"startTime":1749573431100,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16697,"timestamp":358699101850,"id":2168,"parentId":2165,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573507482,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34203,"timestamp":358699101842,"id":2167,"parentId":2165,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573507482,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":39049,"timestamp":358699101655,"id":2166,"parentId":2165,"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":1749573507482,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":38879,"timestamp":358699101856,"id":2169,"parentId":2165,"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":1749573507482,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6622,"timestamp":358699137634,"id":2173,"parentId":2172,"tags":{},"startTime":1749573507518,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6971,"timestamp":358699137303,"id":2172,"parentId":2171,"tags":{},"startTime":1749573507518,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":64093,"timestamp":358699136302,"id":2171,"parentId":2164,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573507517,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":160904,"timestamp":358699101866,"id":2170,"parentId":2165,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573507482,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":212836,"timestamp":358699092837,"id":2165,"parentId":2164,"tags":{},"startTime":1749573507473,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":13246,"timestamp":358699448474,"id":2178,"parentId":2177,"tags":{},"startTime":1749573507829,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":8,"timestamp":358699461765,"id":2180,"parentId":2177,"tags":{},"startTime":1749573507842,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":8661,"timestamp":358699461795,"id":2181,"parentId":2177,"tags":{},"startTime":1749573507842,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":18,"timestamp":358699470565,"id":2182,"parentId":2177,"tags":{},"startTime":1749573507851,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358699470603,"id":2183,"parentId":2177,"tags":{},"startTime":1749573507851,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":24795,"timestamp":358699461753,"id":2179,"parentId":2177,"tags":{},"startTime":1749573507842,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1948,"timestamp":358699489984,"id":2184,"parentId":2177,"tags":{},"startTime":1749573507870,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":8481,"timestamp":358699491987,"id":2185,"parentId":2177,"tags":{},"startTime":1749573507872,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3597,"timestamp":358699502843,"id":2186,"parentId":2177,"tags":{},"startTime":1749573507883,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":174,"timestamp":358699506438,"id":2187,"parentId":2177,"tags":{},"startTime":1749573507887,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":458,"timestamp":358699506582,"id":2188,"parentId":2177,"tags":{},"startTime":1749573507887,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7218,"timestamp":358699507080,"id":2189,"parentId":2177,"tags":{},"startTime":1749573507887,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":83201,"timestamp":358699436304,"id":2177,"parentId":2164,"tags":{},"startTime":1749573507817,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":434653,"timestamp":358699091777,"id":2164,"parentId":2162,"tags":{"name":"server"},"startTime":1749573507472,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":12659,"timestamp":358699526526,"id":2190,"parentId":2162,"tags":{},"startTime":1749573507907,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":462433,"timestamp":358699078028,"id":2162,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573507458,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12677,"timestamp":358699551790,"id":2193,"parentId":2192,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12606,"timestamp":358699551883,"id":2195,"parentId":2192,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":15728,"timestamp":358699551904,"id":2198,"parentId":2192,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":19363,"timestamp":358699551913,"id":2199,"parentId":2192,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":25477,"timestamp":358699551897,"id":2197,"parentId":2192,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":25460,"timestamp":358699551956,"id":2203,"parentId":2192,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43334,"timestamp":358699551949,"id":2202,"parentId":2192,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":20147,"timestamp":358699575366,"id":2206,"parentId":2205,"tags":{},"startTime":1749573507956,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":83748,"timestamp":358699595663,"id":2208,"parentId":2207,"tags":{},"startTime":1749573507976,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":84516,"timestamp":358699595622,"id":2207,"parentId":2205,"tags":{},"startTime":1749573507976,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":59997,"timestamp":358699680211,"id":2209,"parentId":2205,"tags":{"astUsed":"true"},"startTime":1749573508061,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":176449,"timestamp":358699574914,"id":2205,"parentId":2204,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573507955,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":201385,"timestamp":358699551891,"id":2196,"parentId":2192,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":205817,"timestamp":358699559352,"id":2204,"parentId":2191,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573507940,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":62,"timestamp":358699765950,"id":2210,"parentId":2204,"tags":{},"startTime":1749573508146,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":214222,"timestamp":358699551925,"id":2201,"parentId":2192,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":214344,"timestamp":358699551872,"id":2194,"parentId":2192,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":214302,"timestamp":358699551918,"id":2200,"parentId":2192,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573507932,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":222078,"timestamp":358699544175,"id":2192,"parentId":2191,"tags":{},"startTime":1749573507924,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":8729,"timestamp":358699943161,"id":2212,"parentId":2211,"tags":{},"startTime":1749573508323,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":358699951947,"id":2214,"parentId":2211,"tags":{},"startTime":1749573508332,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":163,"timestamp":358699952119,"id":2215,"parentId":2211,"tags":{},"startTime":1749573508332,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":8,"timestamp":358699952325,"id":2216,"parentId":2211,"tags":{},"startTime":1749573508333,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":13,"timestamp":358699952367,"id":2217,"parentId":2211,"tags":{},"startTime":1749573508333,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":26111,"timestamp":358699951931,"id":2213,"parentId":2211,"tags":{},"startTime":1749573508332,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":3712,"timestamp":358699985227,"id":2218,"parentId":2211,"tags":{},"startTime":1749573508366,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":23768,"timestamp":358699988993,"id":2219,"parentId":2211,"tags":{},"startTime":1749573508369,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":12524,"timestamp":358700020707,"id":2220,"parentId":2211,"tags":{},"startTime":1749573508401,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":256,"timestamp":358700033228,"id":2221,"parentId":2211,"tags":{},"startTime":1749573508414,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":253,"timestamp":358700033468,"id":2222,"parentId":2211,"tags":{},"startTime":1749573508414,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7505,"timestamp":358700033974,"id":2223,"parentId":2211,"tags":{},"startTime":1749573508414,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":697,"timestamp":358700046567,"id":2225,"parentId":2191,"tags":{},"startTime":1749573508427,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":1038,"timestamp":358700046247,"id":2224,"parentId":2191,"tags":{},"startTime":1749573508427,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":134954,"timestamp":358699918804,"id":2211,"parentId":2191,"tags":{},"startTime":1749573508299,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":510754,"timestamp":358699543108,"id":2191,"parentId":2163,"tags":{"name":"client"},"startTime":1749573507923,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":7707,"timestamp":358700053968,"id":2226,"parentId":2163,"tags":{},"startTime":1749573508434,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":985757,"timestamp":358699078548,"id":2163,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573507459,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":8,"timestamp":358700086664,"id":2227,"parentId":3,"tags":{},"startTime":1749573508467,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1036000,"timestamp":358699081181,"id":2229,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573508509,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":473429,"timestamp":358700093235,"id":2228,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573508474,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":7,"timestamp":358700568758,"id":2230,"parentId":2228,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"414285824","memory.heapUsed":"337655824","memory.heapTotal":"393003008"},"startTime":1749573508949,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":90490,"timestamp":358706594408,"id":2235,"parentId":2234,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573514975,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":89738,"timestamp":358706595271,"id":2237,"parentId":2234,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573514975,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":97438,"timestamp":358706595333,"id":2240,"parentId":2234,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573514975,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":106621,"timestamp":358706595308,"id":2239,"parentId":2234,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573514975,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":106454,"timestamp":358706595501,"id":2245,"parentId":2234,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573514976,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":116652,"timestamp":358706595488,"id":2244,"parentId":2234,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573514976,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":117944,"timestamp":358706595355,"id":2241,"parentId":2234,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573514975,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":17548,"timestamp":358706699652,"id":2248,"parentId":2247,"tags":{},"startTime":1749573515080,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":154669,"timestamp":358706717576,"id":2250,"parentId":2249,"tags":{},"startTime":1749573515098,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":156465,"timestamp":358706717320,"id":2249,"parentId":2247,"tags":{},"startTime":1749573515097,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":87114,"timestamp":358706873933,"id":2251,"parentId":2247,"tags":{"astUsed":"true"},"startTime":1749573515254,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":273325,"timestamp":358706699174,"id":2247,"parentId":2246,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573515079,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":401933,"timestamp":358706595294,"id":2238,"parentId":2234,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573514975,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":376709,"timestamp":358706637127,"id":2246,"parentId":2233,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573515017,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":66,"timestamp":358707015256,"id":2252,"parentId":2246,"tags":{},"startTime":1749573515395,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":419996,"timestamp":358706595462,"id":2243,"parentId":2234,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573514976,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":420240,"timestamp":358706595228,"id":2236,"parentId":2234,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573514975,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":424721,"timestamp":358706595433,"id":2242,"parentId":2234,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573514976,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":437601,"timestamp":358706582598,"id":2234,"parentId":2233,"tags":{},"startTime":1749573514963,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":7633,"timestamp":358707043347,"id":2254,"parentId":2253,"tags":{},"startTime":1749573515423,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":8,"timestamp":358707051097,"id":2256,"parentId":2253,"tags":{},"startTime":1749573515431,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":478,"timestamp":358707051826,"id":2257,"parentId":2253,"tags":{},"startTime":1749573515432,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":97,"timestamp":358707052449,"id":2258,"parentId":2253,"tags":{},"startTime":1749573515433,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":30,"timestamp":358707052745,"id":2259,"parentId":2253,"tags":{},"startTime":1749573515433,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":5428,"timestamp":358707051076,"id":2255,"parentId":2253,"tags":{},"startTime":1749573515431,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":801,"timestamp":358707066268,"id":2260,"parentId":2253,"tags":{},"startTime":1749573515446,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":5967,"timestamp":358707067105,"id":2261,"parentId":2253,"tags":{},"startTime":1749573515447,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":9682,"timestamp":358707076402,"id":2262,"parentId":2253,"tags":{},"startTime":1749573515457,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":438,"timestamp":358707086080,"id":2263,"parentId":2253,"tags":{},"startTime":1749573515466,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":450,"timestamp":358707086455,"id":2264,"parentId":2253,"tags":{},"startTime":1749573515467,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":9222,"timestamp":358707086922,"id":2265,"parentId":2253,"tags":{},"startTime":1749573515467,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":163,"timestamp":358707099368,"id":2267,"parentId":2233,"tags":{},"startTime":1749573515479,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":449,"timestamp":358707099096,"id":2266,"parentId":2233,"tags":{},"startTime":1749573515479,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":72381,"timestamp":358707032037,"id":2253,"parentId":2233,"tags":{},"startTime":1749573515412,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":525348,"timestamp":358706579237,"id":2233,"parentId":2231,"tags":{"name":"client"},"startTime":1749573514959,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":15915,"timestamp":358707104658,"id":2268,"parentId":2231,"tags":{},"startTime":1749573515485,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":582434,"timestamp":358706540735,"id":2231,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573514921,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":5,"timestamp":358707136809,"id":2271,"parentId":3,"tags":{},"startTime":1749573515517,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":609000,"timestamp":358706544765,"id":2277,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573515537,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12852,"timestamp":358707150558,"id":2273,"parentId":2270,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573515531,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":13386,"timestamp":358707150570,"id":2274,"parentId":2270,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573515531,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":30980,"timestamp":358707150496,"id":2272,"parentId":2270,"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":1749573515531,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":30916,"timestamp":358707150579,"id":2275,"parentId":2270,"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":1749573515531,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":12893,"timestamp":358707178014,"id":2280,"parentId":2279,"tags":{},"startTime":1749573515558,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":13297,"timestamp":358707177653,"id":2279,"parentId":2278,"tags":{},"startTime":1749573515558,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":30578,"timestamp":358707176783,"id":2278,"parentId":2269,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573515557,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":136439,"timestamp":358707150588,"id":2276,"parentId":2270,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573515531,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":217792,"timestamp":358707130870,"id":2270,"parentId":2269,"tags":{},"startTime":1749573515511,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4282,"timestamp":358707381626,"id":2285,"parentId":2284,"tags":{},"startTime":1749573515762,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":7,"timestamp":358707386038,"id":2287,"parentId":2284,"tags":{},"startTime":1749573515766,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":6991,"timestamp":358707386218,"id":2288,"parentId":2284,"tags":{},"startTime":1749573515766,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":15,"timestamp":358707393319,"id":2289,"parentId":2284,"tags":{},"startTime":1749573515773,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358707393363,"id":2290,"parentId":2284,"tags":{},"startTime":1749573515773,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":14833,"timestamp":358707386018,"id":2286,"parentId":2284,"tags":{},"startTime":1749573515766,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":16243,"timestamp":358707408765,"id":2291,"parentId":2284,"tags":{},"startTime":1749573515789,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":10917,"timestamp":358707425059,"id":2292,"parentId":2284,"tags":{},"startTime":1749573515805,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4017,"timestamp":358707439510,"id":2293,"parentId":2284,"tags":{},"startTime":1749573515820,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":213,"timestamp":358707443524,"id":2294,"parentId":2284,"tags":{},"startTime":1749573515824,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":440,"timestamp":358707443715,"id":2295,"parentId":2284,"tags":{},"startTime":1749573515824,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":13417,"timestamp":358707444259,"id":2296,"parentId":2284,"tags":{},"startTime":1749573515824,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":111991,"timestamp":358707364410,"id":2284,"parentId":2269,"tags":{},"startTime":1749573515745,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":359421,"timestamp":358707130192,"id":2269,"parentId":2232,"tags":{"name":"server"},"startTime":1749573515510,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":8556,"timestamp":358707489811,"id":2297,"parentId":2232,"tags":{},"startTime":1749573515870,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":956763,"timestamp":358706543399,"id":2232,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573514924,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":165108,"timestamp":358707510324,"id":2298,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573515890,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358707675490,"id":2299,"parentId":2298,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"337641472","memory.heapUsed":"367268272","memory.heapTotal":"412532736"},"startTime":1749573516056,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":72920,"timestamp":358713071186,"id":2304,"parentId":2303,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573521451,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":72483,"timestamp":358713071721,"id":2306,"parentId":2303,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":88529,"timestamp":358713071836,"id":2309,"parentId":2303,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":114586,"timestamp":358713071821,"id":2308,"parentId":2303,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":114545,"timestamp":358713071888,"id":2314,"parentId":2303,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":121625,"timestamp":358713071844,"id":2310,"parentId":2303,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":124829,"timestamp":358713071880,"id":2313,"parentId":2303,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":21738,"timestamp":358713182969,"id":2317,"parentId":2316,"tags":{},"startTime":1749573521563,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":324326,"timestamp":358713205348,"id":2319,"parentId":2318,"tags":{},"startTime":1749573521585,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":325836,"timestamp":358713204981,"id":2318,"parentId":2316,"tags":{},"startTime":1749573521585,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":85124,"timestamp":358713531146,"id":2320,"parentId":2316,"tags":{"astUsed":"true"},"startTime":1749573521911,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":440899,"timestamp":358713182526,"id":2316,"parentId":2315,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573521562,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":559203,"timestamp":358713071809,"id":2307,"parentId":2303,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":518904,"timestamp":358713131885,"id":2315,"parentId":2302,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573521512,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":76,"timestamp":358713652330,"id":2321,"parentId":2315,"tags":{},"startTime":1749573522032,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":580656,"timestamp":358713071872,"id":2312,"parentId":2303,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":580885,"timestamp":358713071654,"id":2305,"parentId":2303,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":590019,"timestamp":358713071859,"id":2311,"parentId":2303,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573521452,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":598493,"timestamp":358713063468,"id":2303,"parentId":2302,"tags":{},"startTime":1749573521443,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":5972,"timestamp":358713730085,"id":2323,"parentId":2322,"tags":{},"startTime":1749573522110,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":7,"timestamp":358713736119,"id":2325,"parentId":2322,"tags":{},"startTime":1749573522116,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":250,"timestamp":358713736161,"id":2326,"parentId":2322,"tags":{},"startTime":1749573522116,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":9,"timestamp":358713736462,"id":2327,"parentId":2322,"tags":{},"startTime":1749573522116,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":358713736518,"id":2328,"parentId":2322,"tags":{},"startTime":1749573522116,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":4990,"timestamp":358713736102,"id":2324,"parentId":2322,"tags":{},"startTime":1749573522116,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":8516,"timestamp":358713756209,"id":2329,"parentId":2322,"tags":{},"startTime":1749573522136,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":15249,"timestamp":358713766261,"id":2330,"parentId":2322,"tags":{},"startTime":1749573522146,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":8391,"timestamp":358713784734,"id":2331,"parentId":2322,"tags":{},"startTime":1749573522165,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":306,"timestamp":358713793122,"id":2332,"parentId":2322,"tags":{},"startTime":1749573522173,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":205,"timestamp":358713793411,"id":2333,"parentId":2322,"tags":{},"startTime":1749573522173,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":8999,"timestamp":358713793624,"id":2334,"parentId":2322,"tags":{},"startTime":1749573522174,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":197,"timestamp":358713805603,"id":2336,"parentId":2302,"tags":{},"startTime":1749573522186,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":439,"timestamp":358713805401,"id":2335,"parentId":2302,"tags":{},"startTime":1749573522185,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":204271,"timestamp":358713682278,"id":2322,"parentId":2302,"tags":{},"startTime":1749573522062,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":826350,"timestamp":358713060400,"id":2302,"parentId":2300,"tags":{"name":"client"},"startTime":1749573521440,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":14099,"timestamp":358713886827,"id":2337,"parentId":2300,"tags":{},"startTime":1749573522267,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":910984,"timestamp":358713024352,"id":2300,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573521404,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":10,"timestamp":358714012265,"id":2340,"parentId":3,"tags":{},"startTime":1749573522392,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1035000,"timestamp":358713026421,"id":2346,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1749573522472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":60657,"timestamp":358714049916,"id":2342,"parentId":2339,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573522430,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62454,"timestamp":358714049932,"id":2343,"parentId":2339,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573522430,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":102169,"timestamp":358714049606,"id":2341,"parentId":2339,"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":1749573522430,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":102009,"timestamp":358714049941,"id":2344,"parentId":2339,"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":1749573522430,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":13380,"timestamp":358714143778,"id":2349,"parentId":2348,"tags":{},"startTime":1749573522524,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":15376,"timestamp":358714141813,"id":2348,"parentId":2347,"tags":{},"startTime":1749573522522,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":30151,"timestamp":358714137981,"id":2347,"parentId":2338,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573522518,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":207906,"timestamp":358714050067,"id":2345,"parentId":2339,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573522430,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":382895,"timestamp":358713966834,"id":2339,"parentId":2338,"tags":{},"startTime":1749573522347,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4275,"timestamp":358714391310,"id":2354,"parentId":2353,"tags":{},"startTime":1749573522771,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":358714395658,"id":2356,"parentId":2353,"tags":{},"startTime":1749573522776,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":6061,"timestamp":358714395712,"id":2357,"parentId":2353,"tags":{},"startTime":1749573522776,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":10,"timestamp":358714401830,"id":2358,"parentId":2353,"tags":{},"startTime":1749573522782,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":358714401866,"id":2359,"parentId":2353,"tags":{},"startTime":1749573522782,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":10822,"timestamp":358714395637,"id":2355,"parentId":2353,"tags":{},"startTime":1749573522776,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1404,"timestamp":358714411129,"id":2360,"parentId":2353,"tags":{},"startTime":1749573522791,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":11752,"timestamp":358714412580,"id":2361,"parentId":2353,"tags":{},"startTime":1749573522793,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3292,"timestamp":358714426798,"id":2362,"parentId":2353,"tags":{},"startTime":1749573522807,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":205,"timestamp":358714430087,"id":2363,"parentId":2353,"tags":{},"startTime":1749573522810,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":248,"timestamp":358714430275,"id":2364,"parentId":2353,"tags":{},"startTime":1749573522810,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":4140,"timestamp":358714430531,"id":2365,"parentId":2353,"tags":{},"startTime":1749573522810,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":59918,"timestamp":358714379445,"id":2353,"parentId":2338,"tags":{},"startTime":1749573522759,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":484117,"timestamp":358713964186,"id":2338,"parentId":2301,"tags":{"name":"server"},"startTime":1749573522344,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":6742,"timestamp":358714448407,"id":2366,"parentId":2301,"tags":{},"startTime":1749573522828,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":1433156,"timestamp":358713026681,"id":2301,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573521407,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":149251,"timestamp":358714474727,"id":2367,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573522855,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":4,"timestamp":358714624182,"id":2368,"parentId":2367,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"298762240","memory.heapUsed":"404578288","memory.heapTotal":"445693952"},"startTime":1749573523004,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":18005,"timestamp":358718538122,"id":2375,"parentId":2372,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573526918,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":18814,"timestamp":358718538109,"id":2374,"parentId":2372,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573526918,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":25474,"timestamp":358718571611,"id":2380,"parentId":2379,"tags":{},"startTime":1749573526951,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":25825,"timestamp":358718571274,"id":2379,"parentId":2378,"tags":{},"startTime":1749573526951,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":34101,"timestamp":358718570030,"id":2378,"parentId":2371,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573526950,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":69811,"timestamp":358718537841,"id":2373,"parentId":2372,"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":1749573526918,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":69537,"timestamp":358718538128,"id":2376,"parentId":2372,"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":1749573526918,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":107126,"timestamp":358718538138,"id":2377,"parentId":2372,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573526918,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":153299,"timestamp":358718528070,"id":2372,"parentId":2371,"tags":{},"startTime":1749573526908,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2215,"timestamp":358718700017,"id":2385,"parentId":2384,"tags":{},"startTime":1749573527080,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":358718702263,"id":2387,"parentId":2384,"tags":{},"startTime":1749573527082,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":2690,"timestamp":358718702306,"id":2388,"parentId":2384,"tags":{},"startTime":1749573527082,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":6,"timestamp":358718705034,"id":2389,"parentId":2384,"tags":{},"startTime":1749573527085,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":11,"timestamp":358718705066,"id":2390,"parentId":2384,"tags":{},"startTime":1749573527085,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":5739,"timestamp":358718702253,"id":2386,"parentId":2384,"tags":{},"startTime":1749573527082,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1078,"timestamp":358718710531,"id":2391,"parentId":2384,"tags":{},"startTime":1749573527090,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":4403,"timestamp":358718711639,"id":2392,"parentId":2384,"tags":{},"startTime":1749573527091,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":5939,"timestamp":358718718068,"id":2393,"parentId":2384,"tags":{},"startTime":1749573527098,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":343,"timestamp":358718724004,"id":2394,"parentId":2384,"tags":{},"startTime":1749573527104,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":366,"timestamp":358718724301,"id":2395,"parentId":2384,"tags":{},"startTime":1749573527104,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7372,"timestamp":358718724681,"id":2396,"parentId":2384,"tags":{},"startTime":1749573527105,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":48906,"timestamp":358718691156,"id":2384,"parentId":2371,"tags":{},"startTime":1749573527071,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":219359,"timestamp":358718526094,"id":2371,"parentId":2369,"tags":{"name":"server"},"startTime":1749573526906,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":14092,"timestamp":358718745557,"id":2397,"parentId":2369,"tags":{},"startTime":1749573527125,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":250640,"timestamp":358718510091,"id":2369,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573526890,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":21702,"timestamp":358718773070,"id":2400,"parentId":2399,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":21601,"timestamp":358718773196,"id":2402,"parentId":2399,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":25943,"timestamp":358718773321,"id":2405,"parentId":2399,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":31670,"timestamp":358718773338,"id":2406,"parentId":2399,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41016,"timestamp":358718773298,"id":2404,"parentId":2399,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":40954,"timestamp":358718773453,"id":2410,"parentId":2399,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":54409,"timestamp":358718773424,"id":2409,"parentId":2399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":57521,"timestamp":358718773270,"id":2403,"parentId":2399,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":19187,"timestamp":358718812359,"id":2413,"parentId":2412,"tags":{},"startTime":1749573527192,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":108030,"timestamp":358718831764,"id":2415,"parentId":2414,"tags":{},"startTime":1749573527212,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":123959,"timestamp":358718831656,"id":2414,"parentId":2412,"tags":{},"startTime":1749573527211,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":67733,"timestamp":358718955719,"id":2416,"parentId":2412,"tags":{"astUsed":"true"},"startTime":1749573527336,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":216891,"timestamp":358718812174,"id":2412,"parentId":2411,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573527192,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":255502,"timestamp":358718781224,"id":2411,"parentId":2398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573527161,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":49,"timestamp":358719037506,"id":2417,"parentId":2411,"tags":{},"startTime":1749573527417,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":264198,"timestamp":358718773368,"id":2407,"parentId":2399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":264441,"timestamp":358718773132,"id":2401,"parentId":2399,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":264233,"timestamp":358718773385,"id":2408,"parentId":2399,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573527153,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":272717,"timestamp":358718764930,"id":2399,"parentId":2398,"tags":{},"startTime":1749573527145,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4397,"timestamp":358719061834,"id":2419,"parentId":2418,"tags":{},"startTime":1749573527442,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":358719066269,"id":2421,"parentId":2418,"tags":{},"startTime":1749573527446,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":81,"timestamp":358719066294,"id":2422,"parentId":2418,"tags":{},"startTime":1749573527446,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":8,"timestamp":358719066400,"id":2423,"parentId":2418,"tags":{},"startTime":1749573527446,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358719066428,"id":2424,"parentId":2418,"tags":{},"startTime":1749573527446,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":4051,"timestamp":358719066258,"id":2420,"parentId":2418,"tags":{},"startTime":1749573527446,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1044,"timestamp":358719072668,"id":2425,"parentId":2418,"tags":{},"startTime":1749573527452,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":5225,"timestamp":358719073738,"id":2426,"parentId":2418,"tags":{},"startTime":1749573527454,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":8351,"timestamp":358719081049,"id":2427,"parentId":2418,"tags":{},"startTime":1749573527461,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":346,"timestamp":358719089399,"id":2428,"parentId":2418,"tags":{},"startTime":1749573527469,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":180,"timestamp":358719089724,"id":2429,"parentId":2418,"tags":{},"startTime":1749573527470,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":9957,"timestamp":358719089994,"id":2430,"parentId":2418,"tags":{},"startTime":1749573527470,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":137,"timestamp":358719101433,"id":2432,"parentId":2398,"tags":{},"startTime":1749573527481,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":229,"timestamp":358719101351,"id":2431,"parentId":2398,"tags":{},"startTime":1749573527481,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":55540,"timestamp":358719048978,"id":2418,"parentId":2398,"tags":{},"startTime":1749573527429,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":340073,"timestamp":358718764484,"id":2398,"parentId":2370,"tags":{"name":"client"},"startTime":1749573527144,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":4783,"timestamp":358719104583,"id":2433,"parentId":2370,"tags":{},"startTime":1749573527484,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":599837,"timestamp":358718510841,"id":2370,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573526891,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":8,"timestamp":358719114852,"id":2434,"parentId":3,"tags":{},"startTime":1749573527495,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":720000,"timestamp":358718512261,"id":2436,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573527613,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":117379,"timestamp":358719119254,"id":2435,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573527499,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358719236677,"id":2437,"parentId":2435,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"411418624","memory.heapUsed":"359858888","memory.heapTotal":"454295552"},"startTime":1749573527616,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":17959,"timestamp":358720756462,"id":2444,"parentId":2441,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573529136,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":18819,"timestamp":358720756449,"id":2443,"parentId":2441,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573529136,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":37625,"timestamp":358720756316,"id":2442,"parentId":2441,"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":1749573529136,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":37516,"timestamp":358720756473,"id":2445,"parentId":2441,"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":1749573529136,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":9238,"timestamp":358720789754,"id":2449,"parentId":2448,"tags":{},"startTime":1749573529170,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":9947,"timestamp":358720789095,"id":2448,"parentId":2447,"tags":{},"startTime":1749573529169,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":17934,"timestamp":358720788172,"id":2447,"parentId":2440,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/app/page.tsx","layer":"rsc"},"startTime":1749573529168,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":149359,"timestamp":358720756483,"id":2446,"parentId":2441,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573529136,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":224940,"timestamp":358720746844,"id":2441,"parentId":2440,"tags":{},"startTime":1749573529127,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":5138,"timestamp":358721004698,"id":2454,"parentId":2453,"tags":{},"startTime":1749573529384,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":13,"timestamp":358721009966,"id":2456,"parentId":2453,"tags":{},"startTime":1749573529390,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":9226,"timestamp":358721010070,"id":2457,"parentId":2453,"tags":{},"startTime":1749573529390,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":43,"timestamp":358721019446,"id":2458,"parentId":2453,"tags":{},"startTime":1749573529399,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":26,"timestamp":358721019566,"id":2459,"parentId":2453,"tags":{},"startTime":1749573529399,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":18029,"timestamp":358721009946,"id":2455,"parentId":2453,"tags":{},"startTime":1749573529390,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1640,"timestamp":358721034207,"id":2460,"parentId":2453,"tags":{},"startTime":1749573529414,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":9535,"timestamp":358721035887,"id":2461,"parentId":2453,"tags":{},"startTime":1749573529416,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3246,"timestamp":358721048652,"id":2462,"parentId":2453,"tags":{},"startTime":1749573529428,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":197,"timestamp":358721051895,"id":2463,"parentId":2453,"tags":{},"startTime":1749573529432,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":216,"timestamp":358721052074,"id":2464,"parentId":2453,"tags":{},"startTime":1749573529432,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":4641,"timestamp":358721052298,"id":2465,"parentId":2453,"tags":{},"startTime":1749573529432,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":79545,"timestamp":358720989224,"id":2453,"parentId":2440,"tags":{},"startTime":1749573529369,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":333948,"timestamp":358720745984,"id":2440,"parentId":2438,"tags":{"name":"server"},"startTime":1749573529126,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":4499,"timestamp":358721080033,"id":2466,"parentId":2438,"tags":{},"startTime":1749573529460,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":351541,"timestamp":358720733469,"id":2438,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573529113,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11899,"timestamp":358721092454,"id":2469,"parentId":2468,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11841,"timestamp":358721092533,"id":2471,"parentId":2468,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16180,"timestamp":358721092560,"id":2474,"parentId":2468,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23944,"timestamp":358721092567,"id":2475,"parentId":2468,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":27964,"timestamp":358721092550,"id":2473,"parentId":2468,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":27927,"timestamp":358721092597,"id":2479,"parentId":2468,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":33803,"timestamp":358721092589,"id":2478,"parentId":2468,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34854,"timestamp":358721092542,"id":2472,"parentId":2468,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":8206,"timestamp":358721119458,"id":2482,"parentId":2481,"tags":{},"startTime":1749573529499,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":82279,"timestamp":358721127786,"id":2484,"parentId":2483,"tags":{},"startTime":1749573529508,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":83101,"timestamp":358721127736,"id":2483,"parentId":2481,"tags":{},"startTime":1749573529508,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":49628,"timestamp":358721210940,"id":2485,"parentId":2481,"tags":{"astUsed":"true"},"startTime":1749573529591,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":150639,"timestamp":358721119278,"id":2481,"parentId":2480,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573529499,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":177829,"timestamp":358721100324,"id":2480,"parentId":2467,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573529480,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":212,"timestamp":358721279163,"id":2486,"parentId":2480,"tags":{},"startTime":1749573529659,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":186830,"timestamp":358721092575,"id":2476,"parentId":2468,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":186893,"timestamp":358721092518,"id":2470,"parentId":2468,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":186890,"timestamp":358721092582,"id":2477,"parentId":2468,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573529472,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":192366,"timestamp":358721087147,"id":2468,"parentId":2467,"tags":{},"startTime":1749573529467,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3740,"timestamp":358721298108,"id":2488,"parentId":2487,"tags":{},"startTime":1749573529678,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":5,"timestamp":358721301893,"id":2490,"parentId":2487,"tags":{},"startTime":1749573529682,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":93,"timestamp":358721301919,"id":2491,"parentId":2487,"tags":{},"startTime":1749573529682,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":6,"timestamp":358721302044,"id":2492,"parentId":2487,"tags":{},"startTime":1749573529682,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358721302073,"id":2493,"parentId":2487,"tags":{},"startTime":1749573529682,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2949,"timestamp":358721301879,"id":2489,"parentId":2487,"tags":{},"startTime":1749573529682,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":935,"timestamp":358721308842,"id":2494,"parentId":2487,"tags":{},"startTime":1749573529689,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":4901,"timestamp":358721309806,"id":2495,"parentId":2487,"tags":{},"startTime":1749573529690,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":7145,"timestamp":358721321322,"id":2496,"parentId":2487,"tags":{},"startTime":1749573529701,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":215,"timestamp":358721328465,"id":2497,"parentId":2487,"tags":{},"startTime":1749573529708,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":163,"timestamp":358721328666,"id":2498,"parentId":2487,"tags":{},"startTime":1749573529708,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":5086,"timestamp":358721328835,"id":2499,"parentId":2487,"tags":{},"startTime":1749573529709,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":185,"timestamp":358721335946,"id":2501,"parentId":2467,"tags":{},"startTime":1749573529716,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":438,"timestamp":358721335706,"id":2500,"parentId":2467,"tags":{},"startTime":1749573529715,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":50932,"timestamp":358721290118,"id":2487,"parentId":2467,"tags":{},"startTime":1749573529670,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":254346,"timestamp":358721086786,"id":2467,"parentId":2439,"tags":{"name":"client"},"startTime":1749573529467,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":7127,"timestamp":358721341175,"id":2502,"parentId":2439,"tags":{},"startTime":1749573529721,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":615778,"timestamp":358720733826,"id":2439,"parentId":3,"tags":{"trigger":"src/app/page.tsx"},"startTime":1749573529114,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":4,"timestamp":358721353438,"id":2503,"parentId":3,"tags":{},"startTime":1749573529733,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":630000,"timestamp":358720735282,"id":2505,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573529749,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":145363,"timestamp":358721355004,"id":2504,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573529735,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358721500414,"id":2506,"parentId":2504,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"369311744","memory.heapUsed":"387554016","memory.heapTotal":"458096640"},"startTime":1749573529880,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62156,"timestamp":358930212532,"id":2511,"parentId":2510,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573738587,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":61468,"timestamp":358930213308,"id":2513,"parentId":2510,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":71332,"timestamp":358930213360,"id":2516,"parentId":2510,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":81882,"timestamp":358930213344,"id":2515,"parentId":2510,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":81804,"timestamp":358930213453,"id":2521,"parentId":2510,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":89529,"timestamp":358930213381,"id":2517,"parentId":2510,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":106915,"timestamp":358930213440,"id":2520,"parentId":2510,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":121781,"timestamp":358930213325,"id":2514,"parentId":2510,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":38749,"timestamp":358930296405,"id":2524,"parentId":2523,"tags":{},"startTime":1749573738671,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":99372,"timestamp":358930335467,"id":2526,"parentId":2525,"tags":{},"startTime":1749573738710,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":100193,"timestamp":358930335322,"id":2525,"parentId":2523,"tags":{},"startTime":1749573738710,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":70352,"timestamp":358930435598,"id":2527,"parentId":2523,"tags":{"astUsed":"true"},"startTime":1749573738810,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":227690,"timestamp":358930296063,"id":2523,"parentId":2522,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573738671,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":285442,"timestamp":358930252067,"id":2522,"parentId":2509,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573738627,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":58,"timestamp":358930538225,"id":2528,"parentId":2522,"tags":{},"startTime":1749573738913,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":325028,"timestamp":358930213270,"id":2512,"parentId":2510,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":324989,"timestamp":358930213418,"id":2519,"parentId":2510,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":330015,"timestamp":358930213405,"id":2518,"parentId":2510,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573738588,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":343246,"timestamp":358930200216,"id":2510,"parentId":2509,"tags":{},"startTime":1749573738575,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":7835,"timestamp":358931023054,"id":2530,"parentId":2529,"tags":{},"startTime":1749573739398,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":14,"timestamp":358931030973,"id":2532,"parentId":2529,"tags":{},"startTime":1749573739405,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":266,"timestamp":358931031234,"id":2533,"parentId":2529,"tags":{},"startTime":1749573739406,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":18,"timestamp":358931031615,"id":2534,"parentId":2529,"tags":{},"startTime":1749573739406,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":9,"timestamp":358931031709,"id":2535,"parentId":2529,"tags":{},"startTime":1749573739406,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":7721,"timestamp":358931030953,"id":2531,"parentId":2529,"tags":{},"startTime":1749573739405,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2077,"timestamp":358931044965,"id":2536,"parentId":2529,"tags":{},"startTime":1749573739419,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":14991,"timestamp":358931047088,"id":2537,"parentId":2529,"tags":{},"startTime":1749573739422,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":19301,"timestamp":358931068230,"id":2538,"parentId":2529,"tags":{},"startTime":1749573739443,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":343,"timestamp":358931087527,"id":2539,"parentId":2529,"tags":{},"startTime":1749573739462,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":198,"timestamp":358931087843,"id":2540,"parentId":2529,"tags":{},"startTime":1749573739462,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":13131,"timestamp":358931088049,"id":2541,"parentId":2529,"tags":{},"startTime":1749573739463,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":649,"timestamp":358931106066,"id":2543,"parentId":2509,"tags":{},"startTime":1749573739481,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":1079,"timestamp":358931105654,"id":2542,"parentId":2509,"tags":{},"startTime":1749573739480,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":106641,"timestamp":358931006131,"id":2529,"parentId":2509,"tags":{},"startTime":1749573739381,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":915751,"timestamp":358930197143,"id":2509,"parentId":2507,"tags":{"name":"client"},"startTime":1749573738572,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":12144,"timestamp":358931113026,"id":2544,"parentId":2507,"tags":{},"startTime":1749573739488,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":968354,"timestamp":358930159277,"id":2507,"parentId":3,"tags":{"trigger":"src/components/footer.tsx"},"startTime":1749573738534,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":6,"timestamp":358931142384,"id":2547,"parentId":3,"tags":{},"startTime":1749573739517,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":15601,"timestamp":358931154729,"id":2549,"parentId":2546,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573739529,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1004000,"timestamp":358930165784,"id":2553,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1749573739545,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16713,"timestamp":358931154752,"id":2550,"parentId":2546,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573739529,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":55422,"timestamp":358931154279,"id":2548,"parentId":2546,"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":1749573739529,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":54953,"timestamp":358931154768,"id":2551,"parentId":2546,"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":1749573739529,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":308749,"timestamp":358931199813,"id":2556,"parentId":2555,"tags":{},"startTime":1749573739574,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":309186,"timestamp":358931199457,"id":2555,"parentId":2554,"tags":{},"startTime":1749573739574,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":339547,"timestamp":358931198703,"id":2554,"parentId":2545,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/footer.tsx","layer":"rsc"},"startTime":1749573739573,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":1098944,"timestamp":358931154781,"id":2552,"parentId":2546,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573739529,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":1185370,"timestamp":358931131998,"id":2546,"parentId":2545,"tags":{},"startTime":1749573739507,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":8257,"timestamp":358932371796,"id":2561,"parentId":2560,"tags":{},"startTime":1749573740746,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":13,"timestamp":358932380131,"id":2563,"parentId":2560,"tags":{},"startTime":1749573740755,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":8272,"timestamp":358932380367,"id":2564,"parentId":2560,"tags":{},"startTime":1749573740755,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":20,"timestamp":358932388705,"id":2565,"parentId":2560,"tags":{},"startTime":1749573740763,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358932388763,"id":2566,"parentId":2560,"tags":{},"startTime":1749573740763,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":17642,"timestamp":358932380112,"id":2562,"parentId":2560,"tags":{},"startTime":1749573740755,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":5051,"timestamp":358932402742,"id":2567,"parentId":2560,"tags":{},"startTime":1749573740777,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":24613,"timestamp":358932407846,"id":2568,"parentId":2560,"tags":{},"startTime":1749573740782,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":5834,"timestamp":358932437172,"id":2569,"parentId":2560,"tags":{},"startTime":1749573740812,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":472,"timestamp":358932443001,"id":2570,"parentId":2560,"tags":{},"startTime":1749573740817,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":494,"timestamp":358932443453,"id":2571,"parentId":2560,"tags":{},"startTime":1749573740818,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":9275,"timestamp":358932443957,"id":2572,"parentId":2560,"tags":{},"startTime":1749573740818,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":133600,"timestamp":358932335599,"id":2560,"parentId":2545,"tags":{},"startTime":1749573740710,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":1360976,"timestamp":358931131271,"id":2545,"parentId":2508,"tags":{"name":"server"},"startTime":1749573739506,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":16576,"timestamp":358932492390,"id":2573,"parentId":2508,"tags":{},"startTime":1749573740867,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":2345001,"timestamp":358930166205,"id":2508,"parentId":3,"tags":{"trigger":"src/components/footer.tsx"},"startTime":1749573738541,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":515388,"timestamp":358932538979,"id":2574,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573740913,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358933054451,"id":2575,"parentId":2574,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"479428608","memory.heapUsed":"388068680","memory.heapTotal":"430260224"},"startTime":1749573741429,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":478286,"timestamp":358933733333,"id":2576,"tags":{"url":"/","isTurbopack":false},"startTime":1749573742108,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":4,"timestamp":358934211797,"id":2577,"parentId":2576,"tags":{"url":"/","memory.rss":"392396800","memory.heapUsed":"398830056","memory.heapTotal":"434716672"},"startTime":1749573742586,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56644,"timestamp":358934662334,"id":2585,"parentId":2582,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573743037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":57304,"timestamp":358934662313,"id":2584,"parentId":2582,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573743037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":112301,"timestamp":358934662045,"id":2583,"parentId":2582,"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":1749573743036,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":112059,"timestamp":358934662345,"id":2586,"parentId":2582,"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":1749573743037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":168512,"timestamp":358934662386,"id":2587,"parentId":2582,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573743037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":223179,"timestamp":358934662423,"id":2588,"parentId":2582,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573743037,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":371955,"timestamp":358934651534,"id":2582,"parentId":2581,"tags":{},"startTime":1749573743026,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":6842,"timestamp":358935066076,"id":2593,"parentId":2592,"tags":{},"startTime":1749573743440,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":12,"timestamp":358935072969,"id":2595,"parentId":2592,"tags":{},"startTime":1749573743447,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":5316,"timestamp":358935073244,"id":2596,"parentId":2592,"tags":{},"startTime":1749573743448,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":19,"timestamp":358935078622,"id":2597,"parentId":2592,"tags":{},"startTime":1749573743453,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":358935078677,"id":2598,"parentId":2592,"tags":{},"startTime":1749573743453,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":13938,"timestamp":358935072955,"id":2594,"parentId":2592,"tags":{},"startTime":1749573743447,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2287,"timestamp":358935091861,"id":2599,"parentId":2592,"tags":{},"startTime":1749573743466,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":17613,"timestamp":358935094188,"id":2600,"parentId":2592,"tags":{},"startTime":1749573743469,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4976,"timestamp":358935116202,"id":2601,"parentId":2592,"tags":{},"startTime":1749573743491,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":329,"timestamp":358935121175,"id":2602,"parentId":2592,"tags":{},"startTime":1749573743496,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":591,"timestamp":358935121488,"id":2603,"parentId":2592,"tags":{},"startTime":1749573743496,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":9983,"timestamp":358935122101,"id":2604,"parentId":2592,"tags":{},"startTime":1749573743497,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":96335,"timestamp":358935044683,"id":2592,"parentId":2581,"tags":{},"startTime":1749573743419,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":507576,"timestamp":358934649940,"id":2581,"parentId":2579,"tags":{"name":"server"},"startTime":1749573743024,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":20979,"timestamp":358935157645,"id":2605,"parentId":2579,"tags":{},"startTime":1749573743532,"traceId":"4a85c6b229012d5a"},{"name":"compile-path","duration":542282,"timestamp":358934637885,"id":2580,"tags":{"trigger":"/favicon.ico","isTurbopack":false},"startTime":1749573743012,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":543001,"timestamp":358934637535,"id":2579,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749573743012,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":712007,"timestamp":358934604478,"id":2578,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573742979,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358935316564,"id":2606,"parentId":2578,"tags":{"url":"/favicon.ico","memory.rss":"439812096","memory.heapUsed":"377458128","memory.heapTotal":"426524672"},"startTime":1749573743691,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":7077,"timestamp":358935679514,"id":2607,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573744054,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358935686628,"id":2608,"parentId":2607,"tags":{"url":"/favicon.ico","memory.rss":"422281216","memory.heapUsed":"383483528","memory.heapTotal":"426524672"},"startTime":1749573744061,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":11,"timestamp":358935751187,"id":2609,"parentId":3,"tags":{},"startTime":1749573744126,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":78407,"timestamp":358948727730,"id":2614,"parentId":2613,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573757102,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":77739,"timestamp":358948728534,"id":2616,"parentId":2613,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":91806,"timestamp":358948728591,"id":2619,"parentId":2613,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":109830,"timestamp":358948728575,"id":2618,"parentId":2613,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":109675,"timestamp":358948728754,"id":2624,"parentId":2613,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":115898,"timestamp":358948728676,"id":2620,"parentId":2613,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":118926,"timestamp":358948728741,"id":2623,"parentId":2613,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":18784,"timestamp":358948835776,"id":2627,"parentId":2626,"tags":{},"startTime":1749573757210,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":131667,"timestamp":358948855042,"id":2629,"parentId":2628,"tags":{},"startTime":1749573757229,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":133804,"timestamp":358948854810,"id":2628,"parentId":2626,"tags":{},"startTime":1749573757229,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":65737,"timestamp":358948988889,"id":2630,"parentId":2626,"tags":{"astUsed":"true"},"startTime":1749573757363,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":227633,"timestamp":358948835281,"id":2626,"parentId":2625,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573757209,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":345287,"timestamp":358948728559,"id":2617,"parentId":2613,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":312742,"timestamp":358948771787,"id":2625,"parentId":2612,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573757146,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":74,"timestamp":358949085370,"id":2631,"parentId":2625,"tags":{},"startTime":1749573757459,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":356818,"timestamp":358948728724,"id":2622,"parentId":2613,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":357054,"timestamp":358948728499,"id":2615,"parentId":2613,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":366929,"timestamp":358948728702,"id":2621,"parentId":2613,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573757103,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":376401,"timestamp":358948719294,"id":2613,"parentId":2612,"tags":{},"startTime":1749573757093,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":7123,"timestamp":358949165590,"id":2633,"parentId":2632,"tags":{},"startTime":1749573757540,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":8,"timestamp":358949172830,"id":2635,"parentId":2632,"tags":{},"startTime":1749573757547,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":197,"timestamp":358949172907,"id":2636,"parentId":2632,"tags":{},"startTime":1749573757547,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":8,"timestamp":358949173148,"id":2637,"parentId":2632,"tags":{},"startTime":1749573757547,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":358949173193,"id":2638,"parentId":2632,"tags":{},"startTime":1749573757547,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":6822,"timestamp":358949172809,"id":2634,"parentId":2632,"tags":{},"startTime":1749573757547,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":18928,"timestamp":358949185338,"id":2639,"parentId":2632,"tags":{},"startTime":1749573757559,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":33609,"timestamp":358949204363,"id":2640,"parentId":2632,"tags":{},"startTime":1749573757578,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":8332,"timestamp":358949245592,"id":2641,"parentId":2632,"tags":{},"startTime":1749573757620,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":225,"timestamp":358949253922,"id":2642,"parentId":2632,"tags":{},"startTime":1749573757628,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":146,"timestamp":358949254134,"id":2643,"parentId":2632,"tags":{},"startTime":1749573757628,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":5009,"timestamp":358949254286,"id":2644,"parentId":2632,"tags":{},"startTime":1749573757628,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":282,"timestamp":358949262405,"id":2646,"parentId":2612,"tags":{},"startTime":1749573757636,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":581,"timestamp":358949262120,"id":2645,"parentId":2612,"tags":{},"startTime":1749573757636,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":131219,"timestamp":358949136884,"id":2632,"parentId":2612,"tags":{},"startTime":1749573757511,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":594588,"timestamp":358948673638,"id":2612,"parentId":2610,"tags":{"name":"client"},"startTime":1749573757053,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":12948,"timestamp":358949268293,"id":2647,"parentId":2610,"tags":{},"startTime":1749573757642,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":636591,"timestamp":358948646040,"id":2610,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573757020,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12716,"timestamp":358949295868,"id":2651,"parentId":2649,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573757670,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":15842,"timestamp":358949295881,"id":2652,"parentId":2649,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573757670,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":54765,"timestamp":358949295795,"id":2650,"parentId":2649,"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":1749573757670,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":54691,"timestamp":358949295890,"id":2653,"parentId":2649,"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":1749573757670,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":21281,"timestamp":358949346185,"id":2658,"parentId":2657,"tags":{},"startTime":1749573757720,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":22100,"timestamp":358949345388,"id":2657,"parentId":2656,"tags":{},"startTime":1749573757719,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":39690,"timestamp":358949344492,"id":2656,"parentId":2648,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx","layer":"rsc"},"startTime":1749573757719,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":90628,"timestamp":358949295900,"id":2654,"parentId":2649,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573757670,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":90630,"timestamp":358949295912,"id":2655,"parentId":2649,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573757670,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":173326,"timestamp":358949287308,"id":2649,"parentId":2648,"tags":{},"startTime":1749573757661,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4592,"timestamp":358949497346,"id":2663,"parentId":2662,"tags":{},"startTime":1749573757871,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":5,"timestamp":358949501994,"id":2665,"parentId":2662,"tags":{},"startTime":1749573757876,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":5799,"timestamp":358949502029,"id":2666,"parentId":2662,"tags":{},"startTime":1749573757876,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":11,"timestamp":358949507893,"id":2667,"parentId":2662,"tags":{},"startTime":1749573757882,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":358949507929,"id":2668,"parentId":2662,"tags":{},"startTime":1749573757882,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":10444,"timestamp":358949501975,"id":2664,"parentId":2662,"tags":{},"startTime":1749573757876,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2055,"timestamp":358949516724,"id":2669,"parentId":2662,"tags":{},"startTime":1749573757891,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":8024,"timestamp":358949518812,"id":2670,"parentId":2662,"tags":{},"startTime":1749573757893,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3783,"timestamp":358949530176,"id":2671,"parentId":2662,"tags":{},"startTime":1749573757904,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":268,"timestamp":358949533956,"id":2672,"parentId":2662,"tags":{},"startTime":1749573757908,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":291,"timestamp":358949534204,"id":2673,"parentId":2662,"tags":{},"startTime":1749573757908,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3402,"timestamp":358949534522,"id":2674,"parentId":2662,"tags":{},"startTime":1749573757909,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":67994,"timestamp":358949481030,"id":2662,"parentId":2648,"tags":{},"startTime":1749573757855,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":274923,"timestamp":358949286938,"id":2648,"parentId":2611,"tags":{"name":"server"},"startTime":1749573757661,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":8619,"timestamp":358949562072,"id":2675,"parentId":2611,"tags":{},"startTime":1749573757936,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":924342,"timestamp":358948647915,"id":2611,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573757022,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":272939,"timestamp":358952417481,"id":2676,"tags":{"url":"/","isTurbopack":false},"startTime":1749573760791,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358952690603,"id":2677,"parentId":2676,"tags":{"url":"/","memory.rss":"204406784","memory.heapUsed":"424683632","memory.heapTotal":"458752000"},"startTime":1749573761065,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":68073,"timestamp":358953213613,"id":2678,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573761588,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358953281761,"id":2679,"parentId":2678,"tags":{"url":"/favicon.ico","memory.rss":"210206720","memory.heapUsed":"420706640","memory.heapTotal":"460849152"},"startTime":1749573761656,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":26,"timestamp":358953765602,"id":2680,"parentId":3,"tags":{},"startTime":1749573762140,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41396,"timestamp":358962801782,"id":2687,"parentId":2684,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573771176,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62719,"timestamp":358962801597,"id":2686,"parentId":2684,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573771175,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":75257,"timestamp":358962800945,"id":2685,"parentId":2684,"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":1749573771175,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":74412,"timestamp":358962801806,"id":2688,"parentId":2684,"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":1749573771176,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":81048,"timestamp":358962801821,"id":2689,"parentId":2684,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573771176,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":14515,"timestamp":358962871971,"id":2693,"parentId":2692,"tags":{},"startTime":1749573771246,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":14865,"timestamp":358962871667,"id":2692,"parentId":2691,"tags":{},"startTime":1749573771245,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":31906,"timestamp":358962870407,"id":2691,"parentId":2683,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx","layer":"rsc"},"startTime":1749573771244,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":122227,"timestamp":358962801844,"id":2690,"parentId":2684,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573771176,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":277614,"timestamp":358962763323,"id":2684,"parentId":2683,"tags":{},"startTime":1749573771137,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":9138,"timestamp":358963093941,"id":2698,"parentId":2697,"tags":{},"startTime":1749573771468,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":7,"timestamp":358963103155,"id":2700,"parentId":2697,"tags":{},"startTime":1749573771477,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":13529,"timestamp":358963103355,"id":2701,"parentId":2697,"tags":{},"startTime":1749573771477,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":63,"timestamp":358963117016,"id":2702,"parentId":2697,"tags":{},"startTime":1749573771491,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":21,"timestamp":358963117134,"id":2703,"parentId":2697,"tags":{},"startTime":1749573771491,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":20743,"timestamp":358963103128,"id":2699,"parentId":2697,"tags":{},"startTime":1749573771477,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":5218,"timestamp":358963133796,"id":2704,"parentId":2697,"tags":{},"startTime":1749573771508,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":10097,"timestamp":358963139088,"id":2705,"parentId":2697,"tags":{},"startTime":1749573771513,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4094,"timestamp":358963154926,"id":2706,"parentId":2697,"tags":{},"startTime":1749573771529,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":372,"timestamp":358963159016,"id":2707,"parentId":2697,"tags":{},"startTime":1749573771533,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":935,"timestamp":358963159360,"id":2708,"parentId":2697,"tags":{},"startTime":1749573771533,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7101,"timestamp":358963160335,"id":2709,"parentId":2697,"tags":{},"startTime":1749573771534,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":110205,"timestamp":358963075616,"id":2697,"parentId":2683,"tags":{},"startTime":1749573771449,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":439394,"timestamp":358962761876,"id":2683,"parentId":2681,"tags":{"name":"server"},"startTime":1749573771136,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":155329,"timestamp":358963201526,"id":2710,"parentId":2681,"tags":{},"startTime":1749573771575,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":730007,"timestamp":358962627954,"id":2681,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573771002,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":64191,"timestamp":358963385517,"id":2713,"parentId":2712,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":64112,"timestamp":358963385638,"id":2715,"parentId":2712,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":75906,"timestamp":358963385671,"id":2718,"parentId":2712,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":81393,"timestamp":358963385680,"id":2719,"parentId":2712,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":88511,"timestamp":358963385659,"id":2717,"parentId":2712,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":88472,"timestamp":358963385714,"id":2723,"parentId":2712,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":101582,"timestamp":358963385705,"id":2722,"parentId":2712,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":14981,"timestamp":358963472484,"id":2726,"parentId":2725,"tags":{},"startTime":1749573771846,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":101782,"timestamp":358963487749,"id":2728,"parentId":2727,"tags":{},"startTime":1749573771861,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":103190,"timestamp":358963487549,"id":2727,"parentId":2725,"tags":{},"startTime":1749573771861,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":70641,"timestamp":358963590878,"id":2729,"parentId":2725,"tags":{"astUsed":"true"},"startTime":1749573771965,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":196117,"timestamp":358963471748,"id":2725,"parentId":2724,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573771845,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":284829,"timestamp":358963385649,"id":2716,"parentId":2712,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":275624,"timestamp":358963408364,"id":2724,"parentId":2711,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573771782,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":597,"timestamp":358963684715,"id":2730,"parentId":2724,"tags":{},"startTime":1749573772058,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":299898,"timestamp":358963385697,"id":2721,"parentId":2712,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":300060,"timestamp":358963385622,"id":2714,"parentId":2712,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":299999,"timestamp":358963385688,"id":2720,"parentId":2712,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573771759,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":316785,"timestamp":358963368937,"id":2712,"parentId":2711,"tags":{},"startTime":1749573771743,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4241,"timestamp":358963707535,"id":2732,"parentId":2731,"tags":{},"startTime":1749573772081,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":10,"timestamp":358963711884,"id":2734,"parentId":2731,"tags":{},"startTime":1749573772086,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":188,"timestamp":358963711935,"id":2735,"parentId":2731,"tags":{},"startTime":1749573772086,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":358963712160,"id":2736,"parentId":2731,"tags":{},"startTime":1749573772086,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358963712196,"id":2737,"parentId":2731,"tags":{},"startTime":1749573772086,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":3995,"timestamp":358963711826,"id":2733,"parentId":2731,"tags":{},"startTime":1749573772086,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1197,"timestamp":358963719858,"id":2738,"parentId":2731,"tags":{},"startTime":1749573772094,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":7020,"timestamp":358963721082,"id":2739,"parentId":2731,"tags":{},"startTime":1749573772095,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":8960,"timestamp":358963731889,"id":2740,"parentId":2731,"tags":{},"startTime":1749573772106,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":282,"timestamp":358963740847,"id":2741,"parentId":2731,"tags":{},"startTime":1749573772115,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":240,"timestamp":358963741113,"id":2742,"parentId":2731,"tags":{},"startTime":1749573772115,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":16128,"timestamp":358963741373,"id":2743,"parentId":2731,"tags":{},"startTime":1749573772115,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":238,"timestamp":358963759939,"id":2745,"parentId":2711,"tags":{},"startTime":1749573772134,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":440,"timestamp":358963759751,"id":2744,"parentId":2711,"tags":{},"startTime":1749573772133,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":67006,"timestamp":358963698380,"id":2731,"parentId":2711,"tags":{},"startTime":1749573772072,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":397722,"timestamp":358963367730,"id":2711,"parentId":2682,"tags":{"name":"client"},"startTime":1749573771741,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":7910,"timestamp":358963765492,"id":2746,"parentId":2682,"tags":{},"startTime":1749573772139,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1111457,"timestamp":358962664198,"id":2682,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573771038,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":7,"timestamp":358963783798,"id":2747,"parentId":3,"tags":{},"startTime":1749573772157,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1092000,"timestamp":358962721657,"id":2749,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1749573772342,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":269637,"timestamp":358963971256,"id":2750,"tags":{"url":"/","isTurbopack":false},"startTime":1749573772345,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358964240981,"id":2751,"parentId":2750,"tags":{"url":"/","memory.rss":"312655872","memory.heapUsed":"457999912","memory.heapTotal":"495058944"},"startTime":1749573772615,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":64063,"timestamp":358964604615,"id":2752,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573772978,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":358964668741,"id":2753,"parentId":2752,"tags":{"url":"/favicon.ico","memory.rss":"249217024","memory.heapUsed":"453074608","memory.heapTotal":"496369664"},"startTime":1749573773042,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":38,"timestamp":358965318380,"id":2755,"parentId":3,"tags":{},"startTime":1749573773692,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":114188,"timestamp":358965222901,"id":2754,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573773597,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":4,"timestamp":358965337270,"id":2756,"parentId":2754,"tags":{"url":"/favicon.ico","memory.rss":"146800640","memory.heapUsed":"461113576","memory.heapTotal":"496369664"},"startTime":1749573773711,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":161332,"timestamp":358977560984,"id":2757,"tags":{"url":"/","isTurbopack":false},"startTime":1749573785934,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358977722449,"id":2758,"parentId":2757,"tags":{"url":"/","memory.rss":"155615232","memory.heapUsed":"357412768","memory.heapTotal":"470220800"},"startTime":1749573786096,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":22386,"timestamp":358977989625,"id":2759,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573786363,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358978012102,"id":2760,"parentId":2759,"tags":{"url":"/favicon.ico","memory.rss":"167100416","memory.heapUsed":"364730952","memory.heapTotal":"470220800"},"startTime":1749573786385,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":9040,"timestamp":358978449191,"id":2761,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573786823,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358978458267,"id":2762,"parentId":2761,"tags":{"url":"/favicon.ico","memory.rss":"186089472","memory.heapUsed":"359904792","memory.heapTotal":"470220800"},"startTime":1749573786832,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":10,"timestamp":358978491639,"id":2763,"parentId":3,"tags":{},"startTime":1749573786865,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":63223,"timestamp":358980962309,"id":2768,"parentId":2767,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62706,"timestamp":358980962980,"id":2770,"parentId":2767,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":73126,"timestamp":358980963032,"id":2773,"parentId":2767,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":84761,"timestamp":358980963008,"id":2772,"parentId":2767,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":84680,"timestamp":358980963113,"id":2778,"parentId":2767,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":115246,"timestamp":358980963094,"id":2777,"parentId":2767,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":121373,"timestamp":358980963044,"id":2774,"parentId":2767,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":57325,"timestamp":358981044325,"id":2781,"parentId":2780,"tags":{},"startTime":1749573789418,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":113518,"timestamp":358981102101,"id":2783,"parentId":2782,"tags":{},"startTime":1749573789475,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":114831,"timestamp":358981101859,"id":2782,"parentId":2780,"tags":{},"startTime":1749573789475,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":55513,"timestamp":358981216779,"id":2784,"parentId":2780,"tags":{"astUsed":"true"},"startTime":1749573789590,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":234767,"timestamp":358981043433,"id":2780,"parentId":2779,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573789417,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":320713,"timestamp":358980962996,"id":2771,"parentId":2767,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":298049,"timestamp":358981009659,"id":2779,"parentId":2766,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573789383,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":66,"timestamp":358981308523,"id":2785,"parentId":2779,"tags":{},"startTime":1749573789682,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":345613,"timestamp":358980963083,"id":2776,"parentId":2767,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":345772,"timestamp":358980962935,"id":2769,"parentId":2767,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":349893,"timestamp":358980963062,"id":2775,"parentId":2767,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573789336,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":357335,"timestamp":358980955657,"id":2767,"parentId":2766,"tags":{},"startTime":1749573789329,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4366,"timestamp":358981330923,"id":2787,"parentId":2786,"tags":{},"startTime":1749573789704,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":9,"timestamp":358981335346,"id":2789,"parentId":2786,"tags":{},"startTime":1749573789709,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":142,"timestamp":358981335391,"id":2790,"parentId":2786,"tags":{},"startTime":1749573789709,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":23,"timestamp":358981335564,"id":2791,"parentId":2786,"tags":{},"startTime":1749573789709,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":358981335613,"id":2792,"parentId":2786,"tags":{},"startTime":1749573789709,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":5964,"timestamp":358981335332,"id":2788,"parentId":2786,"tags":{},"startTime":1749573789709,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":937,"timestamp":358981345635,"id":2793,"parentId":2786,"tags":{},"startTime":1749573789719,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":10251,"timestamp":358981346602,"id":2794,"parentId":2786,"tags":{},"startTime":1749573789720,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6319,"timestamp":358981359408,"id":2795,"parentId":2786,"tags":{},"startTime":1749573789733,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":205,"timestamp":358981365725,"id":2796,"parentId":2786,"tags":{},"startTime":1749573789739,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":121,"timestamp":358981365919,"id":2797,"parentId":2786,"tags":{},"startTime":1749573789739,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3834,"timestamp":358981366045,"id":2798,"parentId":2786,"tags":{},"startTime":1749573789739,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":199,"timestamp":358981371732,"id":2800,"parentId":2766,"tags":{},"startTime":1749573789745,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":374,"timestamp":358981371566,"id":2799,"parentId":2766,"tags":{},"startTime":1749573789745,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":52754,"timestamp":358981322483,"id":2786,"parentId":2766,"tags":{},"startTime":1749573789696,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":425948,"timestamp":358980949345,"id":2766,"parentId":2764,"tags":{"name":"client"},"startTime":1749573789323,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":5575,"timestamp":358981375330,"id":2801,"parentId":2764,"tags":{},"startTime":1749573789749,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":533489,"timestamp":358980848254,"id":2764,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573789222,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":4,"timestamp":358981396010,"id":2804,"parentId":3,"tags":{},"startTime":1749573789769,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":9487,"timestamp":358981399385,"id":2806,"parentId":2803,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573789773,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":10300,"timestamp":358981399396,"id":2807,"parentId":2803,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573789773,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":539000,"timestamp":358980871557,"id":2811,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1749573789793,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":33411,"timestamp":358981399329,"id":2805,"parentId":2803,"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":1749573789773,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":33351,"timestamp":358981399404,"id":2808,"parentId":2803,"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":1749573789773,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8717,"timestamp":358981424210,"id":2814,"parentId":2813,"tags":{},"startTime":1749573789797,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":8999,"timestamp":358981423933,"id":2813,"parentId":2812,"tags":{},"startTime":1749573789797,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":17303,"timestamp":358981423273,"id":2812,"parentId":2802,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx","layer":"rsc"},"startTime":1749573789797,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":52567,"timestamp":358981399412,"id":2809,"parentId":2803,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573789773,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":52603,"timestamp":358981399421,"id":2810,"parentId":2803,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573789773,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":106706,"timestamp":358981384832,"id":2803,"parentId":2802,"tags":{},"startTime":1749573789758,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3156,"timestamp":358981510670,"id":2819,"parentId":2818,"tags":{},"startTime":1749573789884,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":10,"timestamp":358981513925,"id":2821,"parentId":2818,"tags":{},"startTime":1749573789887,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":12209,"timestamp":358981513964,"id":2822,"parentId":2818,"tags":{},"startTime":1749573789887,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":8,"timestamp":358981526221,"id":2823,"parentId":2818,"tags":{},"startTime":1749573789899,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":358981526247,"id":2824,"parentId":2818,"tags":{},"startTime":1749573789899,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":18430,"timestamp":358981513849,"id":2820,"parentId":2818,"tags":{},"startTime":1749573789887,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":992,"timestamp":358981534799,"id":2825,"parentId":2818,"tags":{},"startTime":1749573789908,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":4801,"timestamp":358981535816,"id":2826,"parentId":2818,"tags":{},"startTime":1749573789909,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4387,"timestamp":358981542456,"id":2827,"parentId":2818,"tags":{},"startTime":1749573789916,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":236,"timestamp":358981546838,"id":2828,"parentId":2818,"tags":{},"startTime":1749573789920,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":337,"timestamp":358981547045,"id":2829,"parentId":2818,"tags":{},"startTime":1749573789920,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":11269,"timestamp":358981547388,"id":2830,"parentId":2818,"tags":{},"startTime":1749573789921,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":64448,"timestamp":358981503067,"id":2818,"parentId":2802,"tags":{},"startTime":1749573789876,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":199763,"timestamp":358981384428,"id":2802,"parentId":2765,"tags":{"name":"server"},"startTime":1749573789758,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":15055,"timestamp":358981584345,"id":2831,"parentId":2765,"tags":{},"startTime":1749573789958,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":694789,"timestamp":358980905714,"id":2765,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573789279,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":121709,"timestamp":358981609624,"id":2832,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573789983,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358981731400,"id":2833,"parentId":2832,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"338296832","memory.heapUsed":"396972360","memory.heapTotal":"474136576"},"startTime":1749573790105,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":91337,"timestamp":358982671055,"id":2834,"tags":{"url":"/","isTurbopack":false},"startTime":1749573791044,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":358982762467,"id":2835,"parentId":2834,"tags":{"url":"/","memory.rss":"339492864","memory.heapUsed":"391867280","memory.heapTotal":"474136576"},"startTime":1749573791136,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":13960,"timestamp":358982976178,"id":2836,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573791349,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358982990179,"id":2837,"parentId":2836,"tags":{"url":"/favicon.ico","memory.rss":"338870272","memory.heapUsed":"400597328","memory.heapTotal":"474136576"},"startTime":1749573791363,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":8108,"timestamp":358983263610,"id":2838,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749573791637,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":358983271774,"id":2839,"parentId":2838,"tags":{"url":"/favicon.ico","memory.rss":"342867968","memory.heapUsed":"396482928","memory.heapTotal":"474136576"},"startTime":1749573791645,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":10,"timestamp":358983290098,"id":2840,"parentId":3,"tags":{},"startTime":1749573791663,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41932,"timestamp":359004013058,"id":2845,"parentId":2844,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":42693,"timestamp":359004013624,"id":2847,"parentId":2844,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48021,"timestamp":359004013705,"id":2850,"parentId":2844,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":52789,"timestamp":359004013646,"id":2849,"parentId":2844,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":52676,"timestamp":359004013774,"id":2855,"parentId":2844,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":55661,"timestamp":359004013732,"id":2851,"parentId":2844,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56993,"timestamp":359004013762,"id":2854,"parentId":2844,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":20100,"timestamp":359004065167,"id":2858,"parentId":2857,"tags":{},"startTime":1749573812438,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":75551,"timestamp":359004085535,"id":2860,"parentId":2859,"tags":{},"startTime":1749573812458,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":76648,"timestamp":359004085388,"id":2859,"parentId":2857,"tags":{},"startTime":1749573812458,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":39434,"timestamp":359004162137,"id":2861,"parentId":2857,"tags":{"astUsed":"true"},"startTime":1749573812535,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":141842,"timestamp":359004064907,"id":2857,"parentId":2856,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573812438,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":200636,"timestamp":359004013635,"id":2848,"parentId":2844,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":190780,"timestamp":359004032597,"id":2856,"parentId":2843,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573812405,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":58,"timestamp":359004224292,"id":2862,"parentId":2856,"tags":{},"startTime":1749573812597,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":210699,"timestamp":359004013757,"id":2853,"parentId":2844,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":210894,"timestamp":359004013570,"id":2846,"parentId":2844,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":219971,"timestamp":359004013751,"id":2852,"parentId":2844,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573812386,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":224644,"timestamp":359004009136,"id":2844,"parentId":2843,"tags":{},"startTime":1749573812382,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3240,"timestamp":359004252084,"id":2864,"parentId":2863,"tags":{},"startTime":1749573812625,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":359004255364,"id":2866,"parentId":2863,"tags":{},"startTime":1749573812628,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":88,"timestamp":359004255403,"id":2867,"parentId":2863,"tags":{},"startTime":1749573812628,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":10,"timestamp":359004255520,"id":2868,"parentId":2863,"tags":{},"startTime":1749573812628,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":359004255556,"id":2869,"parentId":2863,"tags":{},"startTime":1749573812628,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2753,"timestamp":359004255353,"id":2865,"parentId":2863,"tags":{},"startTime":1749573812628,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2137,"timestamp":359004262390,"id":2870,"parentId":2863,"tags":{},"startTime":1749573812635,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6616,"timestamp":359004264574,"id":2871,"parentId":2863,"tags":{},"startTime":1749573812637,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":11542,"timestamp":359004273410,"id":2872,"parentId":2863,"tags":{},"startTime":1749573812646,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":268,"timestamp":359004284949,"id":2873,"parentId":2863,"tags":{},"startTime":1749573812658,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":144,"timestamp":359004285204,"id":2874,"parentId":2863,"tags":{},"startTime":1749573812658,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3967,"timestamp":359004285354,"id":2875,"parentId":2863,"tags":{},"startTime":1749573812658,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":311,"timestamp":359004291735,"id":2877,"parentId":2843,"tags":{},"startTime":1749573812664,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":974,"timestamp":359004291097,"id":2876,"parentId":2843,"tags":{},"startTime":1749573812664,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":56750,"timestamp":359004244570,"id":2863,"parentId":2843,"tags":{},"startTime":1749573812617,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":294919,"timestamp":359004007932,"id":2843,"parentId":2841,"tags":{"name":"client"},"startTime":1749573812381,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":8471,"timestamp":359004303139,"id":2878,"parentId":2841,"tags":{},"startTime":1749573812676,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":320302,"timestamp":359003992751,"id":2841,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573812365,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":5,"timestamp":359004325079,"id":2881,"parentId":3,"tags":{},"startTime":1749573812698,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":348000,"timestamp":359003994747,"id":2888,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":true},"startTime":1749573812716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":11929,"timestamp":359004332050,"id":2883,"parentId":2880,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573812705,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12695,"timestamp":359004332066,"id":2884,"parentId":2880,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573812705,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":42613,"timestamp":359004331970,"id":2882,"parentId":2880,"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":1749573812705,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":42493,"timestamp":359004332110,"id":2885,"parentId":2880,"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":1749573812705,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":10846,"timestamp":359004364019,"id":2891,"parentId":2890,"tags":{},"startTime":1749573812737,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":11288,"timestamp":359004363583,"id":2890,"parentId":2889,"tags":{},"startTime":1749573812736,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":20389,"timestamp":359004362664,"id":2889,"parentId":2879,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx","layer":"rsc"},"startTime":1749573812735,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":60382,"timestamp":359004332163,"id":2887,"parentId":2880,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573812705,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":60471,"timestamp":359004332148,"id":2886,"parentId":2880,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573812705,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":147895,"timestamp":359004317441,"id":2880,"parentId":2879,"tags":{},"startTime":1749573812690,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4492,"timestamp":359004508163,"id":2896,"parentId":2895,"tags":{},"startTime":1749573812881,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":359004512716,"id":2898,"parentId":2895,"tags":{},"startTime":1749573812885,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":5577,"timestamp":359004512769,"id":2899,"parentId":2895,"tags":{},"startTime":1749573812885,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":14,"timestamp":359004518443,"id":2900,"parentId":2895,"tags":{},"startTime":1749573812891,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":359004518488,"id":2901,"parentId":2895,"tags":{},"startTime":1749573812891,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":10491,"timestamp":359004512698,"id":2897,"parentId":2895,"tags":{},"startTime":1749573812885,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2230,"timestamp":359004527593,"id":2902,"parentId":2895,"tags":{},"startTime":1749573812900,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6881,"timestamp":359004529860,"id":2903,"parentId":2895,"tags":{},"startTime":1749573812903,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1766,"timestamp":359004538966,"id":2904,"parentId":2895,"tags":{},"startTime":1749573812912,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":167,"timestamp":359004540730,"id":2905,"parentId":2895,"tags":{},"startTime":1749573812913,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":196,"timestamp":359004540882,"id":2906,"parentId":2895,"tags":{},"startTime":1749573812914,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3110,"timestamp":359004541085,"id":2907,"parentId":2895,"tags":{},"startTime":1749573812914,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":59681,"timestamp":359004490512,"id":2895,"parentId":2879,"tags":{},"startTime":1749573812863,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":249020,"timestamp":359004317045,"id":2879,"parentId":2842,"tags":{"name":"server"},"startTime":1749573812690,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":5839,"timestamp":359004566212,"id":2908,"parentId":2842,"tags":{},"startTime":1749573812939,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":578880,"timestamp":359003994446,"id":2842,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573812367,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":145653,"timestamp":359004582097,"id":2909,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573812955,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":3,"timestamp":359004728115,"id":2910,"parentId":2909,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"332414976","memory.heapUsed":"433134856","memory.heapTotal":"477659136"},"startTime":1749573813101,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":89492,"timestamp":359014030378,"id":2915,"parentId":2914,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":89209,"timestamp":359014030695,"id":2917,"parentId":2914,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":92584,"timestamp":359014030728,"id":2920,"parentId":2914,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":109338,"timestamp":359014030719,"id":2919,"parentId":2914,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":109316,"timestamp":359014030770,"id":2925,"parentId":2914,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":115803,"timestamp":359014030761,"id":2924,"parentId":2914,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":116554,"timestamp":359014030734,"id":2921,"parentId":2914,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":126179,"timestamp":359014030705,"id":2918,"parentId":2914,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":15987,"timestamp":359014141071,"id":2928,"parentId":2927,"tags":{},"startTime":1749573822514,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":109914,"timestamp":359014157290,"id":2930,"parentId":2929,"tags":{},"startTime":1749573822530,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":110965,"timestamp":359014157164,"id":2929,"parentId":2927,"tags":{},"startTime":1749573822530,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":56235,"timestamp":359014268245,"id":2931,"parentId":2927,"tags":{"astUsed":"true"},"startTime":1749573822641,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":190458,"timestamp":359014140740,"id":2927,"parentId":2926,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749573822513,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":229897,"timestamp":359014112989,"id":2926,"parentId":2913,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749573822485,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":170,"timestamp":359014343827,"id":2932,"parentId":2926,"tags":{},"startTime":1749573822716,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":313379,"timestamp":359014030667,"id":2916,"parentId":2914,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":313512,"timestamp":359014030755,"id":2923,"parentId":2914,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":320725,"timestamp":359014030749,"id":2922,"parentId":2914,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749573822403,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":325993,"timestamp":359014025533,"id":2914,"parentId":2913,"tags":{},"startTime":1749573822398,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":8996,"timestamp":359014432823,"id":2934,"parentId":2933,"tags":{},"startTime":1749573822805,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":11,"timestamp":359014441891,"id":2936,"parentId":2933,"tags":{},"startTime":1749573822814,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":271,"timestamp":359014441940,"id":2937,"parentId":2933,"tags":{},"startTime":1749573822814,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":28,"timestamp":359014442264,"id":2938,"parentId":2933,"tags":{},"startTime":1749573822815,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":359014442347,"id":2939,"parentId":2933,"tags":{},"startTime":1749573822815,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":46196,"timestamp":359014441870,"id":2935,"parentId":2933,"tags":{},"startTime":1749573822814,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2361,"timestamp":359014499109,"id":2940,"parentId":2933,"tags":{},"startTime":1749573822872,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":55804,"timestamp":359014501619,"id":2941,"parentId":2933,"tags":{},"startTime":1749573822874,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":12623,"timestamp":359014563628,"id":2942,"parentId":2933,"tags":{},"startTime":1749573822936,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":639,"timestamp":359014576245,"id":2943,"parentId":2933,"tags":{},"startTime":1749573822949,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":404,"timestamp":359014576804,"id":2944,"parentId":2933,"tags":{},"startTime":1749573822949,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":20896,"timestamp":359014577271,"id":2945,"parentId":2933,"tags":{},"startTime":1749573822950,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":288,"timestamp":359014602382,"id":2947,"parentId":2913,"tags":{},"startTime":1749573822975,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":500,"timestamp":359014602189,"id":2946,"parentId":2913,"tags":{},"startTime":1749573822975,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":232404,"timestamp":359014378463,"id":2933,"parentId":2913,"tags":{},"startTime":1749573822751,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":586680,"timestamp":359014024283,"id":2913,"parentId":2911,"tags":{"name":"client"},"startTime":1749573822397,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":11502,"timestamp":359014611023,"id":2948,"parentId":2911,"tags":{},"startTime":1749573822983,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":616897,"timestamp":359014007340,"id":2911,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573822380,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":9,"timestamp":359014637609,"id":2951,"parentId":3,"tags":{},"startTime":1749573823010,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":655000,"timestamp":359014009363,"id":2958,"parentId":3,"tags":{"updatedModules":[],"page":"/","isPageHidden":false},"startTime":1749573823040,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23263,"timestamp":359014644917,"id":2953,"parentId":2950,"tags":{"request":"next/dist/pages/_app"},"startTime":1749573823017,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":29284,"timestamp":359014644969,"id":2954,"parentId":2950,"tags":{"request":"next/dist/pages/_document"},"startTime":1749573823017,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53409,"timestamp":359014644686,"id":2952,"parentId":2950,"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":1749573823017,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53124,"timestamp":359014644988,"id":2955,"parentId":2950,"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":1749573823017,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":12317,"timestamp":359014695696,"id":2961,"parentId":2960,"tags":{},"startTime":1749573823068,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":12797,"timestamp":359014695239,"id":2960,"parentId":2959,"tags":{},"startTime":1749573823068,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":19508,"timestamp":359014694661,"id":2959,"parentId":2949,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx","layer":"rsc"},"startTime":1749573823067,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":70400,"timestamp":359014645065,"id":2956,"parentId":2950,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573823017,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":70376,"timestamp":359014645098,"id":2957,"parentId":2950,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749573823018,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":133904,"timestamp":359014629135,"id":2950,"parentId":2949,"tags":{},"startTime":1749573823002,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2810,"timestamp":359014790113,"id":2966,"parentId":2965,"tags":{},"startTime":1749573823163,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":359014792954,"id":2968,"parentId":2965,"tags":{},"startTime":1749573823165,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":5720,"timestamp":359014792979,"id":2969,"parentId":2965,"tags":{},"startTime":1749573823165,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":359014798771,"id":2970,"parentId":2965,"tags":{},"startTime":1749573823171,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":21,"timestamp":359014798955,"id":2971,"parentId":2965,"tags":{},"startTime":1749573823171,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":11937,"timestamp":359014792945,"id":2967,"parentId":2965,"tags":{},"startTime":1749573823165,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":5891,"timestamp":359014808247,"id":2972,"parentId":2965,"tags":{},"startTime":1749573823181,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":4696,"timestamp":359014814177,"id":2973,"parentId":2965,"tags":{},"startTime":1749573823187,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1484,"timestamp":359014820758,"id":2974,"parentId":2965,"tags":{},"startTime":1749573823193,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":119,"timestamp":359014822240,"id":2975,"parentId":2965,"tags":{},"startTime":1749573823195,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":176,"timestamp":359014822349,"id":2976,"parentId":2965,"tags":{},"startTime":1749573823195,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3372,"timestamp":359014822530,"id":2977,"parentId":2965,"tags":{},"startTime":1749573823195,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":49440,"timestamp":359014781773,"id":2965,"parentId":2949,"tags":{},"startTime":1749573823154,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":215115,"timestamp":359014628458,"id":2949,"parentId":2912,"tags":{"name":"server"},"startTime":1749573823001,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":6413,"timestamp":359014843682,"id":2978,"parentId":2912,"tags":{},"startTime":1749573823216,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":841532,"timestamp":359014009821,"id":2912,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749573822382,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":197403,"timestamp":359014857907,"id":2979,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749573823230,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":359015055392,"id":2980,"parentId":2979,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"432291840","memory.heapUsed":"391036816","memory.heapTotal":"468697088"},"startTime":1749573823428,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":145811,"timestamp":419050588849,"id":2985,"parentId":2984,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633857598,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":142929,"timestamp":419050592301,"id":2987,"parentId":2984,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633857602,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":160862,"timestamp":419050592521,"id":2990,"parentId":2984,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633857602,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":177396,"timestamp":419050592324,"id":2989,"parentId":2984,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633857602,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":176037,"timestamp":419050593700,"id":2995,"parentId":2984,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633857603,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":200752,"timestamp":419050593672,"id":2994,"parentId":2984,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633857603,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":203077,"timestamp":419050592540,"id":2991,"parentId":2984,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633857602,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":40174,"timestamp":419050765083,"id":2998,"parentId":2997,"tags":{},"startTime":1749633857774,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":245652,"timestamp":419050806026,"id":3000,"parentId":2999,"tags":{},"startTime":1749633857815,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":246904,"timestamp":419050805706,"id":2999,"parentId":2997,"tags":{},"startTime":1749633857815,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":97104,"timestamp":419051052794,"id":3001,"parentId":2997,"tags":{"astUsed":"true"},"startTime":1749633858062,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":456507,"timestamp":419050764014,"id":2997,"parentId":2996,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633857773,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":656077,"timestamp":419050592315,"id":2988,"parentId":2984,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633857602,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":622873,"timestamp":419050692272,"id":2996,"parentId":2983,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633857702,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":216,"timestamp":419051317111,"id":3002,"parentId":2996,"tags":{},"startTime":1749633858326,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":724378,"timestamp":419050593287,"id":2993,"parentId":2984,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633857603,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":726192,"timestamp":419050592276,"id":2986,"parentId":2984,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633857602,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":744994,"timestamp":419050592738,"id":2992,"parentId":2984,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633857602,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":798608,"timestamp":419050539190,"id":2984,"parentId":2983,"tags":{},"startTime":1749633857548,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":6023,"timestamp":419051601005,"id":3004,"parentId":3003,"tags":{},"startTime":1749633858610,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":8,"timestamp":419051607082,"id":3006,"parentId":3003,"tags":{},"startTime":1749633858616,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":348,"timestamp":419051608493,"id":3007,"parentId":3003,"tags":{},"startTime":1749633858618,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":39,"timestamp":419051609023,"id":3008,"parentId":3003,"tags":{},"startTime":1749633858618,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":11,"timestamp":419051609260,"id":3009,"parentId":3003,"tags":{},"startTime":1749633858619,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":10734,"timestamp":419051607061,"id":3005,"parentId":3003,"tags":{},"startTime":1749633858616,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1638,"timestamp":419051623395,"id":3010,"parentId":3003,"tags":{},"startTime":1749633858633,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":11038,"timestamp":419051625106,"id":3011,"parentId":3003,"tags":{},"startTime":1749633858634,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":14652,"timestamp":419051641769,"id":3012,"parentId":3003,"tags":{},"startTime":1749633858651,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":350,"timestamp":419051656418,"id":3013,"parentId":3003,"tags":{},"startTime":1749633858666,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":174,"timestamp":419051656749,"id":3014,"parentId":3003,"tags":{},"startTime":1749633858666,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":11452,"timestamp":419051656930,"id":3015,"parentId":3003,"tags":{},"startTime":1749633858666,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":766,"timestamp":419051673200,"id":3017,"parentId":2983,"tags":{},"startTime":1749633858682,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":1076,"timestamp":419051672904,"id":3016,"parentId":2983,"tags":{},"startTime":1749633858682,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":110207,"timestamp":419051568165,"id":3003,"parentId":2983,"tags":{},"startTime":1749633858577,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":1154141,"timestamp":419050524319,"id":2983,"parentId":2981,"tags":{"name":"client"},"startTime":1749633857534,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":9249,"timestamp":419051678544,"id":3018,"parentId":2981,"tags":{},"startTime":1749633858688,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1406246,"timestamp":419050282884,"id":2981,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749633857292,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":6617,"timestamp":419051703641,"id":3022,"parentId":3020,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633858713,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":6992,"timestamp":419051703653,"id":3023,"parentId":3020,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633858713,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48033,"timestamp":419051703536,"id":3021,"parentId":3020,"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":1749633858713,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48062,"timestamp":419051703662,"id":3024,"parentId":3020,"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":1749633858713,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":156819,"timestamp":419051734453,"id":3028,"parentId":3027,"tags":{},"startTime":1749633858744,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":157468,"timestamp":419051733835,"id":3027,"parentId":3026,"tags":{},"startTime":1749633858743,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":184278,"timestamp":419051730196,"id":3026,"parentId":3019,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/featuredtestimonial.tsx","layer":"rsc"},"startTime":1749633858739,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":213641,"timestamp":419051703670,"id":3025,"parentId":3020,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633858713,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":329556,"timestamp":419051692076,"id":3020,"parentId":3019,"tags":{},"startTime":1749633858701,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":11039,"timestamp":419052189362,"id":3033,"parentId":3032,"tags":{},"startTime":1749633859199,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":7,"timestamp":419052200466,"id":3035,"parentId":3032,"tags":{},"startTime":1749633859210,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":22485,"timestamp":419052200659,"id":3036,"parentId":3032,"tags":{},"startTime":1749633859210,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":25,"timestamp":419052223274,"id":3037,"parentId":3032,"tags":{},"startTime":1749633859233,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":9,"timestamp":419052223384,"id":3038,"parentId":3032,"tags":{},"startTime":1749633859233,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":31258,"timestamp":419052200448,"id":3034,"parentId":3032,"tags":{},"startTime":1749633859210,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1229,"timestamp":419052237548,"id":3039,"parentId":3032,"tags":{},"startTime":1749633859247,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6156,"timestamp":419052238807,"id":3040,"parentId":3032,"tags":{},"startTime":1749633859248,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3321,"timestamp":419052248768,"id":3041,"parentId":3032,"tags":{},"startTime":1749633859258,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":424,"timestamp":419052252086,"id":3042,"parentId":3032,"tags":{},"startTime":1749633859261,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":729,"timestamp":419052252477,"id":3043,"parentId":3032,"tags":{},"startTime":1749633859262,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":4517,"timestamp":419052253229,"id":3044,"parentId":3032,"tags":{},"startTime":1749633859262,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":96424,"timestamp":419052168511,"id":3032,"parentId":3019,"tags":{},"startTime":1749633859178,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":583217,"timestamp":419051691747,"id":3019,"parentId":2982,"tags":{"name":"server"},"startTime":1749633858701,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":49626,"timestamp":419052275083,"id":3045,"parentId":2982,"tags":{},"startTime":1749633859284,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":2020674,"timestamp":419050308059,"id":2982,"parentId":3,"tags":{"trigger":"src/components/featuredtestimonial.tsx"},"startTime":1749633857317,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":391315,"timestamp":419057246268,"id":3046,"tags":{"url":"/","isTurbopack":false},"startTime":1749633864255,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419057637692,"id":3047,"parentId":3046,"tags":{"url":"/","memory.rss":"209289216","memory.heapUsed":"345245176","memory.heapTotal":"384794624"},"startTime":1749633864647,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":32617,"timestamp":419057916969,"id":3055,"parentId":3052,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633864926,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":33080,"timestamp":419057916959,"id":3054,"parentId":3052,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633864926,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62008,"timestamp":419057916790,"id":3053,"parentId":3052,"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":1749633864926,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":61834,"timestamp":419057916976,"id":3056,"parentId":3052,"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":1749633864926,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62334,"timestamp":419057916990,"id":3058,"parentId":3052,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633864926,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":69059,"timestamp":419057916983,"id":3057,"parentId":3052,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633864926,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":117071,"timestamp":419057910842,"id":3052,"parentId":3051,"tags":{},"startTime":1749633864920,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2477,"timestamp":419058047345,"id":3063,"parentId":3062,"tags":{},"startTime":1749633865056,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":419058049849,"id":3065,"parentId":3062,"tags":{},"startTime":1749633865059,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":2225,"timestamp":419058049971,"id":3066,"parentId":3062,"tags":{},"startTime":1749633865059,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":419058052221,"id":3067,"parentId":3062,"tags":{},"startTime":1749633865061,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":419058052239,"id":3068,"parentId":3062,"tags":{},"startTime":1749633865061,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":4705,"timestamp":419058049840,"id":3064,"parentId":3062,"tags":{},"startTime":1749633865059,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1137,"timestamp":419058057403,"id":3069,"parentId":3062,"tags":{},"startTime":1749633865067,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":5435,"timestamp":419058058560,"id":3070,"parentId":3062,"tags":{},"startTime":1749633865068,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2682,"timestamp":419058071948,"id":3071,"parentId":3062,"tags":{},"startTime":1749633865081,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":122,"timestamp":419058074628,"id":3072,"parentId":3062,"tags":{},"startTime":1749633865084,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":153,"timestamp":419058074742,"id":3073,"parentId":3062,"tags":{},"startTime":1749633865084,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":2361,"timestamp":419058074899,"id":3074,"parentId":3062,"tags":{},"startTime":1749633865084,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":43371,"timestamp":419058038448,"id":3062,"parentId":3051,"tags":{},"startTime":1749633865048,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":178511,"timestamp":419057909798,"id":3051,"parentId":3049,"tags":{"name":"server"},"startTime":1749633864919,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":7671,"timestamp":419058088416,"id":3075,"parentId":3049,"tags":{},"startTime":1749633865098,"traceId":"4a85c6b229012d5a"},{"name":"compile-path","duration":197461,"timestamp":419057899245,"id":3050,"tags":{"trigger":"/favicon.ico","isTurbopack":false},"startTime":1749633864908,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":197785,"timestamp":419057899091,"id":3049,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749633864908,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":276861,"timestamp":419057892052,"id":3048,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633864901,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419058168977,"id":3076,"parentId":3048,"tags":{"url":"/favicon.ico","memory.rss":"321765376","memory.heapUsed":"369818808","memory.heapTotal":"400310272"},"startTime":1749633865178,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":7,"timestamp":419058511424,"id":3077,"parentId":3,"tags":{},"startTime":1749633865521,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":40685,"timestamp":419091709504,"id":3082,"parentId":3081,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633898718,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":40073,"timestamp":419091710267,"id":3084,"parentId":3081,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":45423,"timestamp":419091710342,"id":3087,"parentId":3081,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":61389,"timestamp":419091710335,"id":3086,"parentId":3081,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":61298,"timestamp":419091710442,"id":3092,"parentId":3081,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":81377,"timestamp":419091710426,"id":3091,"parentId":3081,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":84202,"timestamp":419091710348,"id":3088,"parentId":3081,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":38101,"timestamp":419091770094,"id":3098,"parentId":3097,"tags":{},"startTime":1749633898779,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":133885,"timestamp":419091808560,"id":3100,"parentId":3099,"tags":{},"startTime":1749633898817,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":135058,"timestamp":419091808444,"id":3099,"parentId":3097,"tags":{},"startTime":1749633898817,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":93667,"timestamp":419091943645,"id":3101,"parentId":3097,"tags":{"astUsed":"true"},"startTime":1749633898952,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":329885,"timestamp":419091769549,"id":3097,"parentId":3094,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633898778,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":398143,"timestamp":419091710276,"id":3085,"parentId":3081,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":374938,"timestamp":419091734087,"id":3096,"parentId":3095,"tags":{},"startTime":1749633898743,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":376426,"timestamp":419091732616,"id":3095,"parentId":3093,"tags":{},"startTime":1749633898741,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":387327,"timestamp":419091729829,"id":3093,"parentId":3080,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633898738,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":448393,"timestamp":419091732009,"id":3094,"parentId":3080,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633898740,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":87,"timestamp":419092182273,"id":3102,"parentId":3094,"tags":{},"startTime":1749633899191,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":472385,"timestamp":419091710370,"id":3090,"parentId":3081,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":472993,"timestamp":419091710252,"id":3083,"parentId":3081,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":597054,"timestamp":419091710364,"id":3089,"parentId":3081,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633898719,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":618362,"timestamp":419091689168,"id":3081,"parentId":3080,"tags":{},"startTime":1749633898698,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":7929,"timestamp":419092344049,"id":3104,"parentId":3103,"tags":{},"startTime":1749633899352,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":11,"timestamp":419092352061,"id":3106,"parentId":3103,"tags":{},"startTime":1749633899360,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":190,"timestamp":419092352289,"id":3107,"parentId":3103,"tags":{},"startTime":1749633899361,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":11,"timestamp":419092352529,"id":3108,"parentId":3103,"tags":{},"startTime":1749633899361,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":8,"timestamp":419092352581,"id":3109,"parentId":3103,"tags":{},"startTime":1749633899361,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":7790,"timestamp":419092352039,"id":3105,"parentId":3103,"tags":{},"startTime":1749633899360,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2530,"timestamp":419092365162,"id":3110,"parentId":3103,"tags":{},"startTime":1749633899374,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":26110,"timestamp":419092367741,"id":3111,"parentId":3103,"tags":{},"startTime":1749633899376,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":21446,"timestamp":419092401531,"id":3112,"parentId":3103,"tags":{},"startTime":1749633899410,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":508,"timestamp":419092422974,"id":3113,"parentId":3103,"tags":{},"startTime":1749633899431,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":501,"timestamp":419092423451,"id":3114,"parentId":3103,"tags":{},"startTime":1749633899432,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":29860,"timestamp":419092423969,"id":3115,"parentId":3103,"tags":{},"startTime":1749633899432,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":199,"timestamp":419092458073,"id":3117,"parentId":3080,"tags":{},"startTime":1749633899466,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":408,"timestamp":419092457882,"id":3116,"parentId":3080,"tags":{},"startTime":1749633899466,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":153015,"timestamp":419092329320,"id":3103,"parentId":3080,"tags":{},"startTime":1749633899338,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":794612,"timestamp":419091687847,"id":3080,"parentId":3078,"tags":{"name":"client"},"startTime":1749633898696,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":271262,"timestamp":419092482555,"id":3118,"parentId":3078,"tags":{},"startTime":1749633899491,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1084854,"timestamp":419091672927,"id":3078,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633898681,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":11,"timestamp":419092788061,"id":3121,"parentId":3,"tags":{},"startTime":1749633899796,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":55993,"timestamp":419092805772,"id":3123,"parentId":3120,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633899814,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1185000,"timestamp":419091675673,"id":3128,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":false},"startTime":1749633899871,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":57112,"timestamp":419092806720,"id":3124,"parentId":3120,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633899815,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":141813,"timestamp":419092804479,"id":3122,"parentId":3120,"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":1749633899813,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":139532,"timestamp":419092806782,"id":3125,"parentId":3120,"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":1749633899815,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":14561,"timestamp":419092931917,"id":3131,"parentId":3130,"tags":{},"startTime":1749633899940,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":15263,"timestamp":419092931221,"id":3130,"parentId":3129,"tags":{},"startTime":1749633899940,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":30556,"timestamp":419092928991,"id":3129,"parentId":3119,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633899937,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":179456,"timestamp":419092806819,"id":3127,"parentId":3120,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633899815,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":305254,"timestamp":419092806802,"id":3126,"parentId":3120,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633899815,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":276001,"timestamp":419093182850,"id":3137,"parentId":3136,"tags":{},"startTime":1749633900191,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":276528,"timestamp":419093182382,"id":3136,"parentId":3135,"tags":{},"startTime":1749633900191,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":419395,"timestamp":419093181315,"id":3135,"parentId":3119,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633900190,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":1560706,"timestamp":419092773053,"id":3120,"parentId":3119,"tags":{},"startTime":1749633899781,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":66487,"timestamp":419094435451,"id":3139,"parentId":3138,"tags":{},"startTime":1749633901444,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":27,"timestamp":419094502654,"id":3141,"parentId":3138,"tags":{},"startTime":1749633901511,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":18006,"timestamp":419094502907,"id":3142,"parentId":3138,"tags":{},"startTime":1749633901511,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":23,"timestamp":419094520985,"id":3143,"parentId":3138,"tags":{},"startTime":1749633901529,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":419094521048,"id":3144,"parentId":3138,"tags":{},"startTime":1749633901529,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":82275,"timestamp":419094502627,"id":3140,"parentId":3138,"tags":{},"startTime":1749633901511,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":7055,"timestamp":419094643621,"id":3145,"parentId":3138,"tags":{},"startTime":1749633901652,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":21869,"timestamp":419094650765,"id":3146,"parentId":3138,"tags":{},"startTime":1749633901659,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6513,"timestamp":419094684665,"id":3147,"parentId":3138,"tags":{},"startTime":1749633901693,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":413,"timestamp":419094691172,"id":3148,"parentId":3138,"tags":{},"startTime":1749633901700,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":1175,"timestamp":419094691491,"id":3149,"parentId":3138,"tags":{},"startTime":1749633901700,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7968,"timestamp":419094692737,"id":3150,"parentId":3138,"tags":{},"startTime":1749633901701,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":369252,"timestamp":419094365620,"id":3138,"parentId":3119,"tags":{},"startTime":1749633901374,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":1996937,"timestamp":419092770823,"id":3119,"parentId":3079,"tags":{"name":"server"},"startTime":1749633899779,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":672538,"timestamp":419094767973,"id":3151,"parentId":3079,"tags":{},"startTime":1749633901776,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":3829511,"timestamp":419091674835,"id":3079,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633898683,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":295733,"timestamp":419095925528,"id":3152,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633902934,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":39,"timestamp":419096221330,"id":3163,"parentId":3152,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"378896384","memory.heapUsed":"381546520","memory.heapTotal":"419233792"},"startTime":1749633903230,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":24939,"timestamp":419096196802,"id":3159,"parentId":3156,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633903205,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26439,"timestamp":419096196632,"id":3158,"parentId":3156,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633903205,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":83049,"timestamp":419096196374,"id":3157,"parentId":3156,"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":1749633903205,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":82557,"timestamp":419096196879,"id":3160,"parentId":3156,"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":1749633903205,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6331,"timestamp":419096274158,"id":3166,"parentId":3165,"tags":{},"startTime":1749633903283,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6742,"timestamp":419096273756,"id":3165,"parentId":3164,"tags":{},"startTime":1749633903282,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":12173,"timestamp":419096272981,"id":3164,"parentId":3155,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633903281,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":97250,"timestamp":419096196934,"id":3162,"parentId":3156,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633903205,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":118482,"timestamp":419096196902,"id":3161,"parentId":3156,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633903205,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":10381,"timestamp":419096508433,"id":3172,"parentId":3171,"tags":{},"startTime":1749633903517,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":11004,"timestamp":419096507822,"id":3171,"parentId":3170,"tags":{},"startTime":1749633903516,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":29193,"timestamp":419096505815,"id":3170,"parentId":3155,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633903514,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":422862,"timestamp":419096187313,"id":3156,"parentId":3155,"tags":{},"startTime":1749633903196,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":11591,"timestamp":419096657808,"id":3174,"parentId":3173,"tags":{},"startTime":1749633903666,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":11,"timestamp":419096669460,"id":3176,"parentId":3173,"tags":{},"startTime":1749633903678,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":24956,"timestamp":419096669498,"id":3177,"parentId":3173,"tags":{},"startTime":1749633903678,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":21,"timestamp":419096694503,"id":3178,"parentId":3173,"tags":{},"startTime":1749633903703,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":419096694548,"id":3179,"parentId":3173,"tags":{},"startTime":1749633903703,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":33888,"timestamp":419096669441,"id":3175,"parentId":3173,"tags":{},"startTime":1749633903678,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1865,"timestamp":419096710108,"id":3180,"parentId":3173,"tags":{},"startTime":1749633903718,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":9026,"timestamp":419096712006,"id":3181,"parentId":3173,"tags":{},"startTime":1749633903720,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3955,"timestamp":419096726597,"id":3182,"parentId":3173,"tags":{},"startTime":1749633903735,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":504,"timestamp":419096730548,"id":3183,"parentId":3173,"tags":{},"startTime":1749633903739,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":715,"timestamp":419096731026,"id":3184,"parentId":3173,"tags":{},"startTime":1749633903739,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3731,"timestamp":419096731814,"id":3185,"parentId":3173,"tags":{},"startTime":1749633903740,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":107771,"timestamp":419096634311,"id":3173,"parentId":3155,"tags":{},"startTime":1749633903643,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":573507,"timestamp":419096186575,"id":3155,"parentId":3153,"tags":{"name":"server"},"startTime":1749633903195,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":6627,"timestamp":419096760207,"id":3186,"parentId":3153,"tags":{},"startTime":1749633903769,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":588941,"timestamp":419096178557,"id":3153,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633903187,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6065,"timestamp":419096791791,"id":3203,"parentId":3202,"tags":{},"startTime":1749633903800,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6424,"timestamp":419096791443,"id":3202,"parentId":3200,"tags":{},"startTime":1749633903800,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":14009,"timestamp":419096789961,"id":3200,"parentId":3187,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633903798,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":25381,"timestamp":419096778793,"id":3189,"parentId":3188,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":25291,"timestamp":419096778893,"id":3191,"parentId":3188,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":30682,"timestamp":419096778936,"id":3194,"parentId":3188,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36955,"timestamp":419096778947,"id":3195,"parentId":3188,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":45069,"timestamp":419096778924,"id":3193,"parentId":3188,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":45011,"timestamp":419096778993,"id":3199,"parentId":3188,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":54614,"timestamp":419096778982,"id":3198,"parentId":3188,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":14246,"timestamp":419096819682,"id":3205,"parentId":3204,"tags":{},"startTime":1749633903828,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":115018,"timestamp":419096834299,"id":3207,"parentId":3206,"tags":{},"startTime":1749633903843,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":122398,"timestamp":419096834008,"id":3206,"parentId":3204,"tags":{},"startTime":1749633903842,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":64641,"timestamp":419096956574,"id":3208,"parentId":3204,"tags":{"astUsed":"true"},"startTime":1749633903965,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":207637,"timestamp":419096819453,"id":3204,"parentId":3201,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633903828,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":254836,"timestamp":419096778908,"id":3192,"parentId":3188,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":250956,"timestamp":419096790989,"id":3201,"parentId":3187,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633903799,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":79,"timestamp":419097043141,"id":3209,"parentId":3201,"tags":{},"startTime":1749633904051,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":264398,"timestamp":419096778972,"id":3197,"parentId":3188,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":264564,"timestamp":419096778876,"id":3190,"parentId":3188,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":264482,"timestamp":419096778961,"id":3196,"parentId":3188,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633903787,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":272468,"timestamp":419096771000,"id":3188,"parentId":3187,"tags":{},"startTime":1749633903779,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4468,"timestamp":419097517789,"id":3211,"parentId":3210,"tags":{},"startTime":1749633904526,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":419097522317,"id":3213,"parentId":3210,"tags":{},"startTime":1749633904531,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":120,"timestamp":419097522350,"id":3214,"parentId":3210,"tags":{},"startTime":1749633904531,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":419097522505,"id":3215,"parentId":3210,"tags":{},"startTime":1749633904531,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":419097522539,"id":3216,"parentId":3210,"tags":{},"startTime":1749633904531,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":4736,"timestamp":419097522281,"id":3212,"parentId":3210,"tags":{},"startTime":1749633904531,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1933,"timestamp":419097533210,"id":3217,"parentId":3210,"tags":{},"startTime":1749633904542,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":10257,"timestamp":419097535177,"id":3218,"parentId":3210,"tags":{},"startTime":1749633904543,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":15552,"timestamp":419097551694,"id":3219,"parentId":3210,"tags":{},"startTime":1749633904560,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":580,"timestamp":419097567243,"id":3220,"parentId":3210,"tags":{},"startTime":1749633904576,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":387,"timestamp":419097567800,"id":3221,"parentId":3210,"tags":{},"startTime":1749633904576,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":32282,"timestamp":419097568204,"id":3222,"parentId":3210,"tags":{},"startTime":1749633904577,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":238,"timestamp":419097603640,"id":3224,"parentId":3187,"tags":{},"startTime":1749633904612,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":393,"timestamp":419097603497,"id":3223,"parentId":3187,"tags":{},"startTime":1749633904612,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":107829,"timestamp":419097502756,"id":3210,"parentId":3187,"tags":{},"startTime":1749633904511,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":840267,"timestamp":419096770392,"id":3187,"parentId":3154,"tags":{"name":"client"},"startTime":1749633903779,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":25997,"timestamp":419097610709,"id":3225,"parentId":3154,"tags":{},"startTime":1749633904619,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1462843,"timestamp":419096178761,"id":3154,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633903187,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":9,"timestamp":419097648419,"id":3226,"parentId":3,"tags":{},"startTime":1749633904657,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":1499000,"timestamp":419096179579,"id":3228,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":true},"startTime":1749633905379,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":789576,"timestamp":419097651711,"id":3227,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633904660,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419098441332,"id":3229,"parentId":3227,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"511541248","memory.heapUsed":"381617280","memory.heapTotal":"450412544"},"startTime":1749633905450,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":39605,"timestamp":419105063470,"id":3234,"parentId":3233,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":39387,"timestamp":419105063787,"id":3236,"parentId":3233,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43625,"timestamp":419105063824,"id":3239,"parentId":3233,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":14168,"timestamp":419105094006,"id":3248,"parentId":3247,"tags":{},"startTime":1749633912102,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":14725,"timestamp":419105093452,"id":3247,"parentId":3245,"tags":{},"startTime":1749633912102,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":24272,"timestamp":419105091365,"id":3245,"parentId":3232,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633912100,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":58065,"timestamp":419105063805,"id":3238,"parentId":3233,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":58014,"timestamp":419105063871,"id":3244,"parentId":3233,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":65944,"timestamp":419105063834,"id":3240,"parentId":3233,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":70188,"timestamp":419105063860,"id":3243,"parentId":3233,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":85412,"timestamp":419105063798,"id":3237,"parentId":3233,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":26157,"timestamp":419105123133,"id":3250,"parentId":3249,"tags":{},"startTime":1749633912131,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":102518,"timestamp":419105149465,"id":3252,"parentId":3251,"tags":{},"startTime":1749633912158,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":103276,"timestamp":419105149355,"id":3251,"parentId":3249,"tags":{},"startTime":1749633912158,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":40730,"timestamp":419105252701,"id":3253,"parentId":3249,"tags":{"astUsed":"true"},"startTime":1749633912261,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":173905,"timestamp":419105122771,"id":3249,"parentId":3246,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633912131,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":213762,"timestamp":419105092707,"id":3246,"parentId":3232,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633912101,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":73,"timestamp":419105307046,"id":3254,"parentId":3246,"tags":{},"startTime":1749633912315,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":243356,"timestamp":419105063776,"id":3235,"parentId":3233,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":243383,"timestamp":419105063854,"id":3242,"parentId":3233,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":246391,"timestamp":419105063846,"id":3241,"parentId":3233,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633912072,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":249826,"timestamp":419105060440,"id":3233,"parentId":3232,"tags":{},"startTime":1749633912069,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4889,"timestamp":419105333175,"id":3256,"parentId":3255,"tags":{},"startTime":1749633912341,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":419105338095,"id":3258,"parentId":3255,"tags":{},"startTime":1749633912346,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":82,"timestamp":419105338121,"id":3259,"parentId":3255,"tags":{},"startTime":1749633912346,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":12,"timestamp":419105338230,"id":3260,"parentId":3255,"tags":{},"startTime":1749633912346,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":419105338264,"id":3261,"parentId":3255,"tags":{},"startTime":1749633912346,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":4848,"timestamp":419105338084,"id":3257,"parentId":3255,"tags":{},"startTime":1749633912346,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":974,"timestamp":419105347025,"id":3262,"parentId":3255,"tags":{},"startTime":1749633912355,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":7588,"timestamp":419105348031,"id":3263,"parentId":3255,"tags":{},"startTime":1749633912356,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4870,"timestamp":419105358107,"id":3264,"parentId":3255,"tags":{},"startTime":1749633912366,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":231,"timestamp":419105362976,"id":3265,"parentId":3255,"tags":{},"startTime":1749633912371,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":118,"timestamp":419105363197,"id":3266,"parentId":3255,"tags":{},"startTime":1749633912371,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":11186,"timestamp":419105363318,"id":3267,"parentId":3255,"tags":{},"startTime":1749633912371,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":191,"timestamp":419105376802,"id":3269,"parentId":3232,"tags":{},"startTime":1749633912385,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":318,"timestamp":419105376682,"id":3268,"parentId":3232,"tags":{},"startTime":1749633912385,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":61486,"timestamp":419105320052,"id":3255,"parentId":3232,"tags":{},"startTime":1749633912328,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":322528,"timestamp":419105059197,"id":3232,"parentId":3230,"tags":{"name":"client"},"startTime":1749633912067,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":9648,"timestamp":419105381774,"id":3270,"parentId":3230,"tags":{},"startTime":1749633912390,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":347017,"timestamp":419105045161,"id":3230,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633912053,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":4,"timestamp":419105398872,"id":3273,"parentId":3,"tags":{},"startTime":1749633912407,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":9020,"timestamp":419105402868,"id":3275,"parentId":3272,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633912411,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":10362,"timestamp":419105402878,"id":3276,"parentId":3272,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633912411,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":371000,"timestamp":419105046800,"id":3280,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":true},"startTime":1749633912432,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26342,"timestamp":419105402821,"id":3274,"parentId":3272,"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":1749633912411,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":26284,"timestamp":419105402886,"id":3277,"parentId":3272,"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":1749633912411,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":2124,"timestamp":419105427354,"id":3283,"parentId":3282,"tags":{},"startTime":1749633912436,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":2246,"timestamp":419105427234,"id":3282,"parentId":3281,"tags":{},"startTime":1749633912435,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":3277,"timestamp":419105426885,"id":3281,"parentId":3271,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633912435,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36484,"timestamp":419105402893,"id":3278,"parentId":3272,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633912411,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36800,"timestamp":419105402900,"id":3279,"parentId":3272,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633912411,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":2786,"timestamp":419105459182,"id":3289,"parentId":3288,"tags":{},"startTime":1749633912467,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":2916,"timestamp":419105459060,"id":3288,"parentId":3287,"tags":{},"startTime":1749633912467,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":4741,"timestamp":419105458682,"id":3287,"parentId":3271,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633912467,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":91753,"timestamp":419105394238,"id":3272,"parentId":3271,"tags":{},"startTime":1749633912402,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4400,"timestamp":419105636132,"id":3291,"parentId":3290,"tags":{},"startTime":1749633912644,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":419105640569,"id":3293,"parentId":3290,"tags":{},"startTime":1749633912649,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":5061,"timestamp":419105640715,"id":3294,"parentId":3290,"tags":{},"startTime":1749633912649,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":6,"timestamp":419105645816,"id":3295,"parentId":3290,"tags":{},"startTime":1749633912654,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":419105645837,"id":3296,"parentId":3290,"tags":{},"startTime":1749633912654,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":23398,"timestamp":419105640553,"id":3292,"parentId":3290,"tags":{},"startTime":1749633912649,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1256,"timestamp":419105668076,"id":3297,"parentId":3290,"tags":{},"startTime":1749633912676,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":7290,"timestamp":419105669356,"id":3298,"parentId":3290,"tags":{},"startTime":1749633912678,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":3317,"timestamp":419105679885,"id":3299,"parentId":3290,"tags":{},"startTime":1749633912688,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":312,"timestamp":419105683199,"id":3300,"parentId":3290,"tags":{},"startTime":1749633912691,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":214,"timestamp":419105683496,"id":3301,"parentId":3290,"tags":{},"startTime":1749633912692,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":2456,"timestamp":419105683716,"id":3302,"parentId":3290,"tags":{},"startTime":1749633912692,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":65926,"timestamp":419105626287,"id":3290,"parentId":3271,"tags":{},"startTime":1749633912634,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":309907,"timestamp":419105393967,"id":3271,"parentId":3231,"tags":{"name":"server"},"startTime":1749633912402,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":5100,"timestamp":419105703995,"id":3303,"parentId":3231,"tags":{},"startTime":1749633912712,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":665334,"timestamp":419105046919,"id":3231,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633912055,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":146914,"timestamp":419105728988,"id":3304,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633912737,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":419105875945,"id":3305,"parentId":3304,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"464371712","memory.heapUsed":"340104688","memory.heapTotal":"428572672"},"startTime":1749633912884,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8479,"timestamp":419111046722,"id":3324,"parentId":3323,"tags":{},"startTime":1749633918055,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":9095,"timestamp":419111046171,"id":3323,"parentId":3321,"tags":{},"startTime":1749633918054,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":19877,"timestamp":419111044189,"id":3321,"parentId":3308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633918052,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36269,"timestamp":419111028312,"id":3310,"parentId":3309,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633918036,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":35978,"timestamp":419111028655,"id":3312,"parentId":3309,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43067,"timestamp":419111028685,"id":3315,"parentId":3309,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56430,"timestamp":419111028674,"id":3314,"parentId":3309,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56350,"timestamp":419111028764,"id":3320,"parentId":3309,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":62741,"timestamp":419111028725,"id":3316,"parentId":3309,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":66607,"timestamp":419111028755,"id":3319,"parentId":3309,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":14639,"timestamp":419111083681,"id":3326,"parentId":3325,"tags":{},"startTime":1749633918092,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":74824,"timestamp":419111098743,"id":3328,"parentId":3327,"tags":{},"startTime":1749633918107,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":75706,"timestamp":419111098469,"id":3327,"parentId":3325,"tags":{},"startTime":1749633918107,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":37482,"timestamp":419111174246,"id":3329,"parentId":3325,"tags":{"astUsed":"true"},"startTime":1749633918182,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":131985,"timestamp":419111083442,"id":3325,"parentId":3322,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633918091,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":191027,"timestamp":419111028667,"id":3313,"parentId":3309,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":189544,"timestamp":419111045590,"id":3322,"parentId":3308,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633918054,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":53,"timestamp":419111235837,"id":3330,"parentId":3322,"tags":{},"startTime":1749633918244,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":207242,"timestamp":419111028743,"id":3318,"parentId":3309,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":207351,"timestamp":419111028643,"id":3311,"parentId":3309,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":218138,"timestamp":419111028737,"id":3317,"parentId":3309,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633918037,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":241941,"timestamp":419111004980,"id":3309,"parentId":3308,"tags":{},"startTime":1749633918013,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3984,"timestamp":419111268778,"id":3332,"parentId":3331,"tags":{},"startTime":1749633918277,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":5,"timestamp":419111272829,"id":3334,"parentId":3331,"tags":{},"startTime":1749633918281,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":103,"timestamp":419111272861,"id":3335,"parentId":3331,"tags":{},"startTime":1749633918281,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":14,"timestamp":419111272991,"id":3336,"parentId":3331,"tags":{},"startTime":1749633918281,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":419111273047,"id":3337,"parentId":3331,"tags":{},"startTime":1749633918281,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":3857,"timestamp":419111272818,"id":3333,"parentId":3331,"tags":{},"startTime":1749633918281,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":725,"timestamp":419111278926,"id":3338,"parentId":3331,"tags":{},"startTime":1749633918287,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":9954,"timestamp":419111279669,"id":3339,"parentId":3331,"tags":{},"startTime":1749633918288,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":5266,"timestamp":419111291665,"id":3340,"parentId":3331,"tags":{},"startTime":1749633918300,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":194,"timestamp":419111296929,"id":3341,"parentId":3331,"tags":{},"startTime":1749633918305,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":117,"timestamp":419111297113,"id":3342,"parentId":3331,"tags":{},"startTime":1749633918305,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7279,"timestamp":419111297233,"id":3343,"parentId":3331,"tags":{},"startTime":1749633918305,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":331,"timestamp":419111307109,"id":3345,"parentId":3308,"tags":{},"startTime":1749633918315,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":538,"timestamp":419111306910,"id":3344,"parentId":3308,"tags":{},"startTime":1749633918315,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":50967,"timestamp":419111260079,"id":3331,"parentId":3308,"tags":{},"startTime":1749633918268,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":308161,"timestamp":419111002966,"id":3308,"parentId":3306,"tags":{"name":"client"},"startTime":1749633918011,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":23685,"timestamp":419111311166,"id":3346,"parentId":3306,"tags":{},"startTime":1749633918319,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":350190,"timestamp":419110985503,"id":3306,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633917994,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":19,"timestamp":419111373155,"id":3349,"parentId":3,"tags":{},"startTime":1749633918381,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":8880,"timestamp":419111384734,"id":3351,"parentId":3348,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633918393,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":9503,"timestamp":419111384744,"id":3352,"parentId":3348,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633918393,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":37593,"timestamp":419111384670,"id":3350,"parentId":3348,"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":1749633918393,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":37548,"timestamp":419111384753,"id":3353,"parentId":3348,"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":1749633918393,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3481,"timestamp":419111419073,"id":3358,"parentId":3357,"tags":{},"startTime":1749633918427,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3683,"timestamp":419111418877,"id":3357,"parentId":3356,"tags":{},"startTime":1749633918427,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":5562,"timestamp":419111418556,"id":3356,"parentId":3347,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633918427,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":49113,"timestamp":419111384761,"id":3354,"parentId":3348,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633918393,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":49293,"timestamp":419111384770,"id":3355,"parentId":3348,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633918393,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":522000,"timestamp":419110987375,"id":3362,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":false},"startTime":1749633918553,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8216,"timestamp":419111546541,"id":3365,"parentId":3364,"tags":{},"startTime":1749633918555,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":8363,"timestamp":419111546403,"id":3364,"parentId":3363,"tags":{},"startTime":1749633918554,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":11115,"timestamp":419111546119,"id":3363,"parentId":3347,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633918554,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":237499,"timestamp":419111340534,"id":3348,"parentId":3347,"tags":{},"startTime":1749633918349,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3182,"timestamp":419111609110,"id":3367,"parentId":3366,"tags":{},"startTime":1749633918617,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":419111612321,"id":3369,"parentId":3366,"tags":{},"startTime":1749633918620,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":4695,"timestamp":419111612343,"id":3370,"parentId":3366,"tags":{},"startTime":1749633918620,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":419111617075,"id":3371,"parentId":3366,"tags":{},"startTime":1749633918625,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":419111617095,"id":3372,"parentId":3366,"tags":{},"startTime":1749633918625,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":8525,"timestamp":419111612311,"id":3368,"parentId":3366,"tags":{},"startTime":1749633918620,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":3443,"timestamp":419111627763,"id":3373,"parentId":3366,"tags":{},"startTime":1749633918636,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":10679,"timestamp":419111631263,"id":3374,"parentId":3366,"tags":{},"startTime":1749633918639,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1426,"timestamp":419111644005,"id":3375,"parentId":3366,"tags":{},"startTime":1749633918652,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":126,"timestamp":419111645431,"id":3376,"parentId":3366,"tags":{},"startTime":1749633918653,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":161,"timestamp":419111645549,"id":3377,"parentId":3366,"tags":{},"startTime":1749633918654,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":1788,"timestamp":419111645714,"id":3378,"parentId":3366,"tags":{},"startTime":1749633918654,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":51599,"timestamp":419111600178,"id":3366,"parentId":3347,"tags":{},"startTime":1749633918608,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":318673,"timestamp":419111339506,"id":3347,"parentId":3307,"tags":{"name":"server"},"startTime":1749633918348,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":3753,"timestamp":419111658282,"id":3379,"parentId":3307,"tags":{},"startTime":1749633918666,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":675766,"timestamp":419110987922,"id":3307,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633917996,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":82748,"timestamp":419111673263,"id":3380,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633918681,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419111756052,"id":3381,"parentId":3380,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"346865664","memory.heapUsed":"375841344","memory.heapTotal":"433897472"},"startTime":1749633918764,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":12102,"timestamp":419128107034,"id":3400,"parentId":3399,"tags":{},"startTime":1749633935115,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":12491,"timestamp":419128106697,"id":3399,"parentId":3397,"tags":{},"startTime":1749633935114,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":21424,"timestamp":419128105075,"id":3397,"parentId":3384,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633935113,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":58727,"timestamp":419128067912,"id":3386,"parentId":3385,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":58455,"timestamp":419128068203,"id":3388,"parentId":3385,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":63912,"timestamp":419128068238,"id":3391,"parentId":3385,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":68680,"timestamp":419128068227,"id":3390,"parentId":3385,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":68623,"timestamp":419128068291,"id":3396,"parentId":3385,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":72809,"timestamp":419128068277,"id":3395,"parentId":3385,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":73225,"timestamp":419128068245,"id":3392,"parentId":3385,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":9910,"timestamp":419128135455,"id":3402,"parentId":3401,"tags":{},"startTime":1749633935143,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":63632,"timestamp":419128145534,"id":3404,"parentId":3403,"tags":{},"startTime":1749633935153,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":64307,"timestamp":419128145438,"id":3403,"parentId":3401,"tags":{},"startTime":1749633935153,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":47037,"timestamp":419128209830,"id":3405,"parentId":3401,"tags":{"astUsed":"true"},"startTime":1749633935218,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":125323,"timestamp":419128135199,"id":3401,"parentId":3398,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633935143,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":198372,"timestamp":419128068220,"id":3389,"parentId":3385,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":169986,"timestamp":419128106155,"id":3398,"parentId":3384,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633935114,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":81,"timestamp":419128279806,"id":3406,"parentId":3398,"tags":{},"startTime":1749633935288,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":211754,"timestamp":419128068268,"id":3394,"parentId":3385,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":211845,"timestamp":419128068191,"id":3387,"parentId":3385,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":217408,"timestamp":419128068262,"id":3393,"parentId":3385,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633935076,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":222051,"timestamp":419128063910,"id":3385,"parentId":3384,"tags":{},"startTime":1749633935072,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":41327,"timestamp":419128307598,"id":3408,"parentId":3407,"tags":{},"startTime":1749633935315,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":9,"timestamp":419128349216,"id":3410,"parentId":3407,"tags":{},"startTime":1749633935357,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":433,"timestamp":419128349383,"id":3411,"parentId":3407,"tags":{},"startTime":1749633935357,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":11,"timestamp":419128350278,"id":3412,"parentId":3407,"tags":{},"startTime":1749633935358,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":11373,"timestamp":419128350443,"id":3413,"parentId":3407,"tags":{},"startTime":1749633935358,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":41798,"timestamp":419128349106,"id":3409,"parentId":3407,"tags":{},"startTime":1749633935357,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":8026,"timestamp":419128403635,"id":3414,"parentId":3407,"tags":{},"startTime":1749633935411,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":13550,"timestamp":419128411696,"id":3415,"parentId":3407,"tags":{},"startTime":1749633935419,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6810,"timestamp":419128427858,"id":3416,"parentId":3407,"tags":{},"startTime":1749633935436,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":209,"timestamp":419128434666,"id":3417,"parentId":3407,"tags":{},"startTime":1749633935442,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":143,"timestamp":419128434864,"id":3418,"parentId":3407,"tags":{},"startTime":1749633935443,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":19554,"timestamp":419128435011,"id":3419,"parentId":3407,"tags":{},"startTime":1749633935443,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1262,"timestamp":419128462179,"id":3421,"parentId":3384,"tags":{},"startTime":1749633935470,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":2808,"timestamp":419128460645,"id":3420,"parentId":3384,"tags":{},"startTime":1749633935468,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":185922,"timestamp":419128296242,"id":3407,"parentId":3384,"tags":{},"startTime":1749633935304,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":419968,"timestamp":419128062705,"id":3384,"parentId":3382,"tags":{"name":"client"},"startTime":1749633935070,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":88951,"timestamp":419128482945,"id":3422,"parentId":3382,"tags":{},"startTime":1749633935491,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":523852,"timestamp":419128049216,"id":3382,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633935057,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":12,"timestamp":419128585116,"id":3425,"parentId":3,"tags":{},"startTime":1749633935593,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":17085,"timestamp":419128590476,"id":3427,"parentId":3424,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633935598,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":18601,"timestamp":419128590544,"id":3428,"parentId":3424,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633935598,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":559000,"timestamp":419128050828,"id":3431,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":false},"startTime":1749633935641,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":51783,"timestamp":419128590194,"id":3426,"parentId":3424,"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":1749633935598,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":51416,"timestamp":419128590569,"id":3429,"parentId":3424,"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":1749633935598,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3473,"timestamp":419128638902,"id":3434,"parentId":3433,"tags":{},"startTime":1749633935647,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3718,"timestamp":419128638665,"id":3433,"parentId":3432,"tags":{},"startTime":1749633935646,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":5668,"timestamp":419128638080,"id":3432,"parentId":3423,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633935646,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":66058,"timestamp":419128590602,"id":3430,"parentId":3424,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633935598,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":18211,"timestamp":419128710772,"id":3440,"parentId":3439,"tags":{},"startTime":1749633935718,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":18449,"timestamp":419128710546,"id":3439,"parentId":3438,"tags":{},"startTime":1749633935718,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":23261,"timestamp":419128709780,"id":3438,"parentId":3423,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633935717,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":180698,"timestamp":419128579728,"id":3424,"parentId":3423,"tags":{},"startTime":1749633935587,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":5937,"timestamp":419128821334,"id":3442,"parentId":3441,"tags":{},"startTime":1749633935829,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":7,"timestamp":419128827352,"id":3444,"parentId":3441,"tags":{},"startTime":1749633935835,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":6616,"timestamp":419128827424,"id":3445,"parentId":3441,"tags":{},"startTime":1749633935835,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":9,"timestamp":419128834123,"id":3446,"parentId":3441,"tags":{},"startTime":1749633935842,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":6,"timestamp":419128834162,"id":3447,"parentId":3441,"tags":{},"startTime":1749633935842,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":11675,"timestamp":419128827318,"id":3443,"parentId":3441,"tags":{},"startTime":1749633935835,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2789,"timestamp":419128845355,"id":3448,"parentId":3441,"tags":{},"startTime":1749633935853,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":19214,"timestamp":419128848177,"id":3449,"parentId":3441,"tags":{},"startTime":1749633935856,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4639,"timestamp":419128872399,"id":3450,"parentId":3441,"tags":{},"startTime":1749633935880,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":1273,"timestamp":419128876988,"id":3451,"parentId":3441,"tags":{},"startTime":1749633935885,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":1541,"timestamp":419128878221,"id":3452,"parentId":3441,"tags":{},"startTime":1749633935886,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":25992,"timestamp":419128879791,"id":3453,"parentId":3441,"tags":{},"startTime":1749633935887,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":133925,"timestamp":419128799360,"id":3441,"parentId":3423,"tags":{},"startTime":1749633935807,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":400502,"timestamp":419128579162,"id":3423,"parentId":3383,"tags":{"name":"server"},"startTime":1749633935587,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":218252,"timestamp":419128980037,"id":3454,"parentId":3383,"tags":{},"startTime":1749633935988,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":1208870,"timestamp":419128051355,"id":3383,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633935059,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":531307,"timestamp":419129442301,"id":3455,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633936450,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":4,"timestamp":419129973818,"id":3456,"parentId":3455,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"194936832","memory.heapUsed":"416649488","memory.heapTotal":"452263936"},"startTime":1749633936981,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":242597,"timestamp":419131805060,"id":3457,"tags":{"url":"/","isTurbopack":false},"startTime":1749633938813,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419132047694,"id":3458,"parentId":3457,"tags":{"url":"/","memory.rss":"392314880","memory.heapUsed":"339175304","memory.heapTotal":"446873600"},"startTime":1749633939055,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":13126,"timestamp":419132382691,"id":3466,"parentId":3463,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633939390,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":13382,"timestamp":419132382680,"id":3465,"parentId":3463,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633939390,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":50213,"timestamp":419132382609,"id":3464,"parentId":3463,"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":1749633939390,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":50133,"timestamp":419132382699,"id":3467,"parentId":3463,"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":1749633939390,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":67554,"timestamp":419132382715,"id":3469,"parentId":3463,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633939390,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":89794,"timestamp":419132382707,"id":3468,"parentId":3463,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633939390,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":194497,"timestamp":419132379051,"id":3463,"parentId":3462,"tags":{},"startTime":1749633939387,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":7191,"timestamp":419132626284,"id":3474,"parentId":3473,"tags":{},"startTime":1749633939634,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":14,"timestamp":419132633548,"id":3476,"parentId":3473,"tags":{},"startTime":1749633939641,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":7084,"timestamp":419132633597,"id":3477,"parentId":3473,"tags":{},"startTime":1749633939641,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":22,"timestamp":419132640744,"id":3478,"parentId":3473,"tags":{},"startTime":1749633939648,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":13,"timestamp":419132640794,"id":3479,"parentId":3473,"tags":{},"startTime":1749633939648,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":17331,"timestamp":419132633507,"id":3475,"parentId":3473,"tags":{},"startTime":1749633939641,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":8504,"timestamp":419132656443,"id":3480,"parentId":3473,"tags":{},"startTime":1749633939664,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":8036,"timestamp":419132665048,"id":3481,"parentId":3473,"tags":{},"startTime":1749633939673,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2663,"timestamp":419132676457,"id":3482,"parentId":3473,"tags":{},"startTime":1749633939684,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":231,"timestamp":419132679118,"id":3483,"parentId":3473,"tags":{},"startTime":1749633939687,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":230,"timestamp":419132679333,"id":3484,"parentId":3473,"tags":{},"startTime":1749633939687,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":4825,"timestamp":419132679570,"id":3485,"parentId":3473,"tags":{},"startTime":1749633939687,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":80800,"timestamp":419132610683,"id":3473,"parentId":3462,"tags":{},"startTime":1749633939618,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":325468,"timestamp":419132378710,"id":3462,"parentId":3460,"tags":{"name":"server"},"startTime":1749633939386,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":12642,"timestamp":419132704286,"id":3486,"parentId":3460,"tags":{},"startTime":1749633939712,"traceId":"4a85c6b229012d5a"},{"name":"compile-path","duration":341208,"timestamp":419132376964,"id":3461,"tags":{"trigger":"/favicon.ico","isTurbopack":false},"startTime":1749633939385,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":341584,"timestamp":419132376865,"id":3460,"parentId":3,"tags":{"trigger":"manual"},"startTime":1749633939384,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":477241,"timestamp":419132353670,"id":3459,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633939361,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":0,"timestamp":419132830943,"id":3487,"parentId":3459,"tags":{"url":"/favicon.ico","memory.rss":"423641088","memory.heapUsed":"362599552","memory.heapTotal":"453214208"},"startTime":1749633939839,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":9476,"timestamp":419133152014,"id":3488,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633940160,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419133161526,"id":3489,"parentId":3488,"tags":{"url":"/favicon.ico","memory.rss":"412155904","memory.heapUsed":"363797400","memory.heapTotal":"453214208"},"startTime":1749633940169,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":7,"timestamp":419133208704,"id":3490,"parentId":3,"tags":{},"startTime":1749633940216,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":12782,"timestamp":419146242691,"id":3509,"parentId":3508,"tags":{},"startTime":1749633953250,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":15633,"timestamp":419146239906,"id":3508,"parentId":3506,"tags":{},"startTime":1749633953247,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":30257,"timestamp":419146236229,"id":3506,"parentId":3493,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633953244,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":73135,"timestamp":419146194025,"id":3495,"parentId":3494,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633953201,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":72761,"timestamp":419146194434,"id":3497,"parentId":3494,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":79890,"timestamp":419146194495,"id":3500,"parentId":3494,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":101433,"timestamp":419146194475,"id":3499,"parentId":3494,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":101279,"timestamp":419146194644,"id":3505,"parentId":3494,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":109389,"timestamp":419146194573,"id":3501,"parentId":3494,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":114281,"timestamp":419146194621,"id":3504,"parentId":3494,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":18264,"timestamp":419146293429,"id":3511,"parentId":3510,"tags":{},"startTime":1749633953301,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":291614,"timestamp":419146312115,"id":3513,"parentId":3512,"tags":{},"startTime":1749633953319,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":292806,"timestamp":419146311813,"id":3512,"parentId":3510,"tags":{},"startTime":1749633953319,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":141538,"timestamp":419146604728,"id":3514,"parentId":3510,"tags":{"astUsed":"true"},"startTime":1749633953612,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":458942,"timestamp":419146293038,"id":3510,"parentId":3507,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633953300,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":564333,"timestamp":419146194462,"id":3498,"parentId":3494,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":532577,"timestamp":419146238802,"id":3507,"parentId":3493,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633953246,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":80,"timestamp":419146772294,"id":3515,"parentId":3507,"tags":{},"startTime":1749633953780,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":577994,"timestamp":419146194609,"id":3503,"parentId":3494,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":578209,"timestamp":419146194406,"id":3496,"parentId":3494,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":585490,"timestamp":419146194592,"id":3502,"parentId":3494,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633953202,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":591988,"timestamp":419146188145,"id":3494,"parentId":3493,"tags":{},"startTime":1749633953195,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":5280,"timestamp":419146802662,"id":3517,"parentId":3516,"tags":{},"startTime":1749633953810,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":6,"timestamp":419146807991,"id":3519,"parentId":3516,"tags":{},"startTime":1749633953815,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":408,"timestamp":419146808038,"id":3520,"parentId":3516,"tags":{},"startTime":1749633953815,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":47,"timestamp":419146808492,"id":3521,"parentId":3516,"tags":{},"startTime":1749633953816,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":419146808584,"id":3522,"parentId":3516,"tags":{},"startTime":1749633953816,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":6416,"timestamp":419146807974,"id":3518,"parentId":3516,"tags":{},"startTime":1749633953815,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":996,"timestamp":419146818116,"id":3523,"parentId":3516,"tags":{},"startTime":1749633953825,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":7126,"timestamp":419146819140,"id":3524,"parentId":3516,"tags":{},"startTime":1749633953826,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":7639,"timestamp":419146828932,"id":3525,"parentId":3516,"tags":{},"startTime":1749633953836,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":757,"timestamp":419146836570,"id":3526,"parentId":3516,"tags":{},"startTime":1749633953844,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":201,"timestamp":419146837309,"id":3527,"parentId":3516,"tags":{},"startTime":1749633953845,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":14422,"timestamp":419146837517,"id":3528,"parentId":3516,"tags":{},"startTime":1749633953845,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":166,"timestamp":419146854438,"id":3530,"parentId":3493,"tags":{},"startTime":1749633953862,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":348,"timestamp":419146854266,"id":3529,"parentId":3493,"tags":{},"startTime":1749633953862,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":64784,"timestamp":419146794544,"id":3516,"parentId":3493,"tags":{},"startTime":1749633953802,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":673100,"timestamp":419146186328,"id":3493,"parentId":3491,"tags":{"name":"client"},"startTime":1749633953194,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":17197,"timestamp":419146859474,"id":3531,"parentId":3491,"tags":{},"startTime":1749633953867,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":713211,"timestamp":419146164529,"id":3491,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633953172,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":5,"timestamp":419146893736,"id":3534,"parentId":3,"tags":{},"startTime":1749633953901,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16420,"timestamp":419146904626,"id":3536,"parentId":3533,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633953912,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16928,"timestamp":419146904655,"id":3537,"parentId":3533,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633953912,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":757000,"timestamp":419146167181,"id":3541,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":false},"startTime":1749633953941,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":45339,"timestamp":419146904456,"id":3535,"parentId":3533,"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":1749633953912,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":45082,"timestamp":419146904724,"id":3538,"parentId":3533,"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":1749633953912,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":10473,"timestamp":419146939438,"id":3544,"parentId":3543,"tags":{},"startTime":1749633953947,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":10772,"timestamp":419146939143,"id":3543,"parentId":3542,"tags":{},"startTime":1749633953946,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":13074,"timestamp":419146938478,"id":3542,"parentId":3532,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633953946,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":64306,"timestamp":419146904748,"id":3539,"parentId":3533,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633953912,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":64489,"timestamp":419146904762,"id":3540,"parentId":3533,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633953912,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":13185,"timestamp":419147002373,"id":3550,"parentId":3549,"tags":{},"startTime":1749633954010,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":13429,"timestamp":419147002145,"id":3549,"parentId":3548,"tags":{},"startTime":1749633954009,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":96774,"timestamp":419147001497,"id":3548,"parentId":3532,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633954009,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":361289,"timestamp":419146881060,"id":3533,"parentId":3532,"tags":{},"startTime":1749633953888,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":8487,"timestamp":419147338137,"id":3552,"parentId":3551,"tags":{},"startTime":1749633954345,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":15,"timestamp":419147346706,"id":3554,"parentId":3551,"tags":{},"startTime":1749633954354,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":6694,"timestamp":419147346775,"id":3555,"parentId":3551,"tags":{},"startTime":1749633954354,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":18,"timestamp":419147353591,"id":3556,"parentId":3551,"tags":{},"startTime":1749633954361,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":419147353660,"id":3557,"parentId":3551,"tags":{},"startTime":1749633954361,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":13759,"timestamp":419147346674,"id":3553,"parentId":3551,"tags":{},"startTime":1749633954354,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":4929,"timestamp":419147369166,"id":3558,"parentId":3551,"tags":{},"startTime":1749633954376,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":13397,"timestamp":419147374140,"id":3559,"parentId":3551,"tags":{},"startTime":1749633954381,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":9509,"timestamp":419147400423,"id":3560,"parentId":3551,"tags":{},"startTime":1749633954408,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":1380,"timestamp":419147409928,"id":3561,"parentId":3551,"tags":{},"startTime":1749633954417,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":1639,"timestamp":419147411137,"id":3562,"parentId":3551,"tags":{},"startTime":1749633954418,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":97360,"timestamp":419147413534,"id":3563,"parentId":3551,"tags":{},"startTime":1749633954421,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":247682,"timestamp":419147282552,"id":3551,"parentId":3532,"tags":{},"startTime":1749633954290,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":676381,"timestamp":419146880688,"id":3532,"parentId":3492,"tags":{"name":"server"},"startTime":1749633953888,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":17019,"timestamp":419147557270,"id":3564,"parentId":3492,"tags":{},"startTime":1749633954565,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":1408931,"timestamp":419146168892,"id":3492,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633953176,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":179713,"timestamp":419147624130,"id":3565,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633954631,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":4,"timestamp":419147804492,"id":3566,"parentId":3565,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"267091968","memory.heapUsed":"401077472","memory.heapTotal":"458670080"},"startTime":1749633954812,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":301443,"timestamp":419148709291,"id":3567,"tags":{"url":"/","isTurbopack":false},"startTime":1749633955717,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":419149010797,"id":3568,"parentId":3567,"tags":{"url":"/","memory.rss":"279986176","memory.heapUsed":"405648832","memory.heapTotal":"459194368"},"startTime":1749633956018,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":27684,"timestamp":419149432723,"id":3569,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633956440,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419149460458,"id":3570,"parentId":3569,"tags":{"url":"/favicon.ico","memory.rss":"238354432","memory.heapUsed":"406134984","memory.heapTotal":"459456512"},"startTime":1749633956468,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":14361,"timestamp":419149962785,"id":3571,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633956970,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419149977182,"id":3572,"parentId":3571,"tags":{"url":"/favicon.ico","memory.rss":"216956928","memory.heapUsed":"408307040","memory.heapTotal":"459456512"},"startTime":1749633956984,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":14,"timestamp":419150012658,"id":3573,"parentId":3,"tags":{},"startTime":1749633957020,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6709,"timestamp":419160636081,"id":3592,"parentId":3591,"tags":{},"startTime":1749633967643,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7085,"timestamp":419160635748,"id":3591,"parentId":3589,"tags":{},"startTime":1749633967643,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":15303,"timestamp":419160633310,"id":3589,"parentId":3576,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633967640,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":49483,"timestamp":419160599234,"id":3578,"parentId":3577,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633967606,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":49149,"timestamp":419160599585,"id":3580,"parentId":3577,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":53419,"timestamp":419160599632,"id":3583,"parentId":3577,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":58341,"timestamp":419160599620,"id":3582,"parentId":3577,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":58277,"timestamp":419160599695,"id":3588,"parentId":3577,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":63511,"timestamp":419160599683,"id":3587,"parentId":3577,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":67561,"timestamp":419160599644,"id":3584,"parentId":3577,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":11449,"timestamp":419160656428,"id":3594,"parentId":3593,"tags":{},"startTime":1749633967663,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":59988,"timestamp":419160668074,"id":3596,"parentId":3595,"tags":{},"startTime":1749633967675,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":60705,"timestamp":419160667968,"id":3595,"parentId":3593,"tags":{},"startTime":1749633967675,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":32249,"timestamp":419160728757,"id":3597,"parentId":3593,"tags":{"astUsed":"true"},"startTime":1749633967736,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":108043,"timestamp":419160656184,"id":3593,"parentId":3590,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633967663,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":169030,"timestamp":419160599609,"id":3581,"parentId":3577,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":141349,"timestamp":419160635050,"id":3590,"parentId":3576,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633967642,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":67,"timestamp":419160779872,"id":3598,"parentId":3590,"tags":{},"startTime":1749633967787,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":180354,"timestamp":419160599672,"id":3586,"parentId":3577,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":180466,"timestamp":419160599566,"id":3579,"parentId":3577,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":183986,"timestamp":419160599659,"id":3585,"parentId":3577,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633967607,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":188118,"timestamp":419160595559,"id":3577,"parentId":3576,"tags":{},"startTime":1749633967603,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3230,"timestamp":419160796256,"id":3600,"parentId":3599,"tags":{},"startTime":1749633967803,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":419160799514,"id":3602,"parentId":3599,"tags":{},"startTime":1749633967807,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":92,"timestamp":419160799549,"id":3603,"parentId":3599,"tags":{},"startTime":1749633967807,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":419160799670,"id":3604,"parentId":3599,"tags":{},"startTime":1749633967807,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":419160799697,"id":3605,"parentId":3599,"tags":{},"startTime":1749633967807,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2997,"timestamp":419160799505,"id":3601,"parentId":3599,"tags":{},"startTime":1749633967807,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2073,"timestamp":419160805310,"id":3606,"parentId":3599,"tags":{},"startTime":1749633967812,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":13032,"timestamp":419160807433,"id":3607,"parentId":3599,"tags":{},"startTime":1749633967814,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":4929,"timestamp":419160825755,"id":3608,"parentId":3599,"tags":{},"startTime":1749633967833,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":215,"timestamp":419160830683,"id":3609,"parentId":3599,"tags":{},"startTime":1749633967838,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":141,"timestamp":419160830887,"id":3610,"parentId":3599,"tags":{},"startTime":1749633967838,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":7728,"timestamp":419160831032,"id":3611,"parentId":3599,"tags":{},"startTime":1749633967838,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":145,"timestamp":419160840570,"id":3613,"parentId":3576,"tags":{},"startTime":1749633967848,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":308,"timestamp":419160840417,"id":3612,"parentId":3576,"tags":{},"startTime":1749633967847,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":55342,"timestamp":419160790497,"id":3599,"parentId":3576,"tags":{},"startTime":1749633967798,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":251573,"timestamp":419160594392,"id":3576,"parentId":3574,"tags":{"name":"client"},"startTime":1749633967601,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":32771,"timestamp":419160846025,"id":3614,"parentId":3574,"tags":{},"startTime":1749633967853,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":300427,"timestamp":419160579510,"id":3574,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633967587,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":39,"timestamp":419160925638,"id":3617,"parentId":3,"tags":{},"startTime":1749633967933,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":12177,"timestamp":419160939109,"id":3619,"parentId":3616,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633967946,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16257,"timestamp":419160939123,"id":3620,"parentId":3616,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633967946,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3881,"timestamp":419160971854,"id":3626,"parentId":3625,"tags":{},"startTime":1749633967979,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3995,"timestamp":419160971747,"id":3625,"parentId":3624,"tags":{},"startTime":1749633967979,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":6116,"timestamp":419160971427,"id":3624,"parentId":3615,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633967978,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":52691,"timestamp":419160939015,"id":3618,"parentId":3616,"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":1749633967946,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":52595,"timestamp":419160939131,"id":3621,"parentId":3616,"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":1749633967946,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":71395,"timestamp":419160939138,"id":3622,"parentId":3616,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633967946,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":72779,"timestamp":419160939146,"id":3623,"parentId":3616,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633967946,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":487000,"timestamp":419160581334,"id":3630,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":false},"startTime":1749633968099,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":44978,"timestamp":419161098436,"id":3633,"parentId":3632,"tags":{},"startTime":1749633968105,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":45498,"timestamp":419161097932,"id":3632,"parentId":3631,"tags":{},"startTime":1749633968105,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":68717,"timestamp":419161096460,"id":3631,"parentId":3615,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633968104,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":359501,"timestamp":419160895967,"id":3616,"parentId":3615,"tags":{},"startTime":1749633967903,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2333,"timestamp":419161284677,"id":3635,"parentId":3634,"tags":{},"startTime":1749633968292,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":5,"timestamp":419161287040,"id":3637,"parentId":3634,"tags":{},"startTime":1749633968294,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":2370,"timestamp":419161287065,"id":3638,"parentId":3634,"tags":{},"startTime":1749633968294,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":419161289466,"id":3639,"parentId":3634,"tags":{},"startTime":1749633968297,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":419161289492,"id":3640,"parentId":3634,"tags":{},"startTime":1749633968297,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":5382,"timestamp":419161287027,"id":3636,"parentId":3634,"tags":{},"startTime":1749633968294,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1046,"timestamp":419161295233,"id":3641,"parentId":3634,"tags":{},"startTime":1749633968302,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":7909,"timestamp":419161296291,"id":3642,"parentId":3634,"tags":{},"startTime":1749633968303,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2200,"timestamp":419161306134,"id":3643,"parentId":3634,"tags":{},"startTime":1749633968313,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":289,"timestamp":419161308330,"id":3644,"parentId":3634,"tags":{},"startTime":1749633968315,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":416,"timestamp":419161308599,"id":3645,"parentId":3634,"tags":{},"startTime":1749633968316,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":1936,"timestamp":419161309022,"id":3646,"parentId":3634,"tags":{},"startTime":1749633968316,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":39935,"timestamp":419161275170,"id":3634,"parentId":3615,"tags":{},"startTime":1749633968282,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":428682,"timestamp":419160894875,"id":3615,"parentId":3575,"tags":{"name":"server"},"startTime":1749633967902,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":5061,"timestamp":419161323696,"id":3647,"parentId":3575,"tags":{},"startTime":1749633968331,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":748908,"timestamp":419160581395,"id":3575,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633967588,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":444412,"timestamp":419161351744,"id":3648,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633968359,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":5,"timestamp":419161796593,"id":3649,"parentId":3648,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"221691904","memory.heapUsed":"442043960","memory.heapTotal":"478937088"},"startTime":1749633968804,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":174264,"timestamp":419163193245,"id":3650,"tags":{"url":"/","isTurbopack":false},"startTime":1749633970200,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":419163367676,"id":3651,"parentId":3650,"tags":{"url":"/","memory.rss":"193265664","memory.heapUsed":"446494376","memory.heapTotal":"482082816"},"startTime":1749633970375,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":41988,"timestamp":419163758712,"id":3652,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633970766,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":45,"timestamp":419163800745,"id":3653,"parentId":3652,"tags":{"url":"/favicon.ico","memory.rss":"195379200","memory.heapUsed":"449806680","memory.heapTotal":"483393536"},"startTime":1749633970808,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":8748,"timestamp":419164201980,"id":3654,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633971209,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":0,"timestamp":419164210758,"id":3655,"parentId":3654,"tags":{"url":"/favicon.ico","memory.rss":"205160448","memory.heapUsed":"438393288","memory.heapTotal":"483917824"},"startTime":1749633971218,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":48,"timestamp":419164242358,"id":3656,"parentId":3,"tags":{},"startTime":1749633971249,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6859,"timestamp":419166572591,"id":3675,"parentId":3674,"tags":{},"startTime":1749633973580,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7246,"timestamp":419166572260,"id":3674,"parentId":3672,"tags":{},"startTime":1749633973579,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":17128,"timestamp":419166570109,"id":3672,"parentId":3659,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633973577,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36239,"timestamp":419166551201,"id":3661,"parentId":3660,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633973558,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":35911,"timestamp":419166551553,"id":3663,"parentId":3660,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633973558,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":51291,"timestamp":419166551582,"id":3666,"parentId":3660,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633973559,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56982,"timestamp":419166551574,"id":3665,"parentId":3660,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633973559,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56908,"timestamp":419166551655,"id":3671,"parentId":3660,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633973559,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":60824,"timestamp":419166551645,"id":3670,"parentId":3660,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633973559,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":63936,"timestamp":419166551602,"id":3667,"parentId":3660,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633973559,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":8920,"timestamp":419166607149,"id":3677,"parentId":3676,"tags":{},"startTime":1749633973614,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":60517,"timestamp":419166616284,"id":3679,"parentId":3678,"tags":{},"startTime":1749633973623,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":61290,"timestamp":419166616164,"id":3678,"parentId":3676,"tags":{},"startTime":1749633973623,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":40455,"timestamp":419166677538,"id":3680,"parentId":3676,"tags":{"astUsed":"true"},"startTime":1749633973684,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":114384,"timestamp":419166606877,"id":3676,"parentId":3673,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633973614,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":174393,"timestamp":419166551563,"id":3664,"parentId":3660,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633973558,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":161813,"timestamp":419166571623,"id":3673,"parentId":3659,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633973579,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":54,"timestamp":419166734196,"id":3681,"parentId":3673,"tags":{},"startTime":1749633973741,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":182732,"timestamp":419166551623,"id":3669,"parentId":3660,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633973559,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":182832,"timestamp":419166551529,"id":3662,"parentId":3660,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633973558,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":191160,"timestamp":419166551613,"id":3668,"parentId":3660,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633973559,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":196774,"timestamp":419166546039,"id":3660,"parentId":3659,"tags":{},"startTime":1749633973553,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2333,"timestamp":419166755858,"id":3683,"parentId":3682,"tags":{},"startTime":1749633973763,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":419166758218,"id":3685,"parentId":3682,"tags":{},"startTime":1749633973765,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":96,"timestamp":419166758250,"id":3686,"parentId":3682,"tags":{},"startTime":1749633973765,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":10,"timestamp":419166758371,"id":3687,"parentId":3682,"tags":{},"startTime":1749633973765,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":419166758401,"id":3688,"parentId":3682,"tags":{},"startTime":1749633973765,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2342,"timestamp":419166758209,"id":3684,"parentId":3682,"tags":{},"startTime":1749633973765,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":777,"timestamp":419166762974,"id":3689,"parentId":3682,"tags":{},"startTime":1749633973770,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":4961,"timestamp":419166763767,"id":3690,"parentId":3682,"tags":{},"startTime":1749633973771,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":8254,"timestamp":419166770927,"id":3691,"parentId":3682,"tags":{},"startTime":1749633973778,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":227,"timestamp":419166779179,"id":3692,"parentId":3682,"tags":{},"startTime":1749633973786,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":120,"timestamp":419166779398,"id":3693,"parentId":3682,"tags":{},"startTime":1749633973786,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":6611,"timestamp":419166779521,"id":3694,"parentId":3682,"tags":{},"startTime":1749633973786,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":230,"timestamp":419166787828,"id":3696,"parentId":3659,"tags":{},"startTime":1749633973795,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":390,"timestamp":419166787676,"id":3695,"parentId":3659,"tags":{},"startTime":1749633973795,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":41213,"timestamp":419166750387,"id":3682,"parentId":3659,"tags":{},"startTime":1749633973757,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":247016,"timestamp":419166544674,"id":3659,"parentId":3657,"tags":{"name":"client"},"startTime":1749633973552,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":15977,"timestamp":419166791747,"id":3697,"parentId":3657,"tags":{},"startTime":1749633973799,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":290386,"timestamp":419166518674,"id":3657,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633973526,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":9,"timestamp":419166832643,"id":3700,"parentId":3,"tags":{},"startTime":1749633973840,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":20017,"timestamp":419166839540,"id":3702,"parentId":3699,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633973846,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":21006,"timestamp":419166839570,"id":3703,"parentId":3699,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633973846,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":337000,"timestamp":419166526568,"id":3707,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":true},"startTime":1749633973889,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5874,"timestamp":419166897108,"id":3710,"parentId":3709,"tags":{},"startTime":1749633973904,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6273,"timestamp":419166896719,"id":3709,"parentId":3708,"tags":{},"startTime":1749633973904,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":8040,"timestamp":419166895964,"id":3708,"parentId":3698,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633973903,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":66200,"timestamp":419166839407,"id":3701,"parentId":3699,"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":1749633973846,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":66024,"timestamp":419166839587,"id":3704,"parentId":3699,"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":1749633973847,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":74537,"timestamp":419166839604,"id":3705,"parentId":3699,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633973847,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":74699,"timestamp":419166839620,"id":3706,"parentId":3699,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633973847,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":15903,"timestamp":419166936864,"id":3716,"parentId":3715,"tags":{},"startTime":1749633973944,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":16011,"timestamp":419166936766,"id":3715,"parentId":3714,"tags":{},"startTime":1749633973944,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":19635,"timestamp":419166936484,"id":3714,"parentId":3698,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633973943,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":210085,"timestamp":419166823040,"id":3699,"parentId":3698,"tags":{},"startTime":1749633973830,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2073,"timestamp":419167054589,"id":3718,"parentId":3717,"tags":{},"startTime":1749633974062,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":419167056690,"id":3720,"parentId":3717,"tags":{},"startTime":1749633974064,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":2366,"timestamp":419167056721,"id":3721,"parentId":3717,"tags":{},"startTime":1749633974064,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":6,"timestamp":419167059125,"id":3722,"parentId":3717,"tags":{},"startTime":1749633974066,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":419167059150,"id":3723,"parentId":3717,"tags":{},"startTime":1749633974066,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":5219,"timestamp":419167056681,"id":3719,"parentId":3717,"tags":{},"startTime":1749633974064,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1211,"timestamp":419167064052,"id":3724,"parentId":3717,"tags":{},"startTime":1749633974071,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":7859,"timestamp":419167065279,"id":3725,"parentId":3717,"tags":{},"startTime":1749633974072,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1460,"timestamp":419167074800,"id":3726,"parentId":3717,"tags":{},"startTime":1749633974082,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":150,"timestamp":419167076259,"id":3727,"parentId":3717,"tags":{},"startTime":1749633974083,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":175,"timestamp":419167076399,"id":3728,"parentId":3717,"tags":{},"startTime":1749633974083,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":1339,"timestamp":419167076578,"id":3729,"parentId":3717,"tags":{},"startTime":1749633974084,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":34003,"timestamp":419167047554,"id":3717,"parentId":3698,"tags":{},"startTime":1749633974054,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":266027,"timestamp":419166822415,"id":3698,"parentId":3658,"tags":{"name":"server"},"startTime":1749633973829,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":3363,"timestamp":419167088526,"id":3730,"parentId":3658,"tags":{},"startTime":1749633974095,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":566329,"timestamp":419166526711,"id":3658,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633973534,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":94874,"timestamp":419167099738,"id":3731,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633974107,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419167194658,"id":3732,"parentId":3731,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"341868544","memory.heapUsed":"477416040","memory.heapTotal":"515227648"},"startTime":1749633974202,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":251512,"timestamp":419168060117,"id":3733,"tags":{"url":"/","isTurbopack":false},"startTime":1749633975067,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419168311740,"id":3734,"parentId":3733,"tags":{"url":"/","memory.rss":"210075648","memory.heapUsed":"483738528","memory.heapTotal":"518635520"},"startTime":1749633975319,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":27983,"timestamp":419168610750,"id":3735,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633975618,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419168638776,"id":3736,"parentId":3735,"tags":{"url":"/favicon.ico","memory.rss":"199131136","memory.heapUsed":"483018912","memory.heapTotal":"519421952"},"startTime":1749633975646,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":13676,"timestamp":419169154714,"id":3737,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633976162,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419169168427,"id":3738,"parentId":3737,"tags":{"url":"/favicon.ico","memory.rss":"201424896","memory.heapUsed":"473154400","memory.heapTotal":"520208384"},"startTime":1749633976175,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":16,"timestamp":419169207692,"id":3739,"parentId":3,"tags":{},"startTime":1749633976215,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6094,"timestamp":419173155720,"id":3758,"parentId":3757,"tags":{},"startTime":1749633980163,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6417,"timestamp":419173155450,"id":3757,"parentId":3755,"tags":{},"startTime":1749633980162,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":12478,"timestamp":419173153846,"id":3755,"parentId":3742,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633980161,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":31164,"timestamp":419173135381,"id":3744,"parentId":3743,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633980142,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":30927,"timestamp":419173135635,"id":3746,"parentId":3743,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633980142,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34757,"timestamp":419173135668,"id":3749,"parentId":3743,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633980142,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41798,"timestamp":419173135655,"id":3748,"parentId":3743,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633980142,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41691,"timestamp":419173135783,"id":3754,"parentId":3743,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633980143,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":51103,"timestamp":419173135675,"id":3750,"parentId":3743,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633980142,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":55150,"timestamp":419173135756,"id":3753,"parentId":3743,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633980143,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":17836,"timestamp":419173175165,"id":3760,"parentId":3759,"tags":{},"startTime":1749633980182,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":97329,"timestamp":419173193198,"id":3762,"parentId":3761,"tags":{},"startTime":1749633980200,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":97961,"timestamp":419173193084,"id":3761,"parentId":3759,"tags":{},"startTime":1749633980200,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":30047,"timestamp":419173291124,"id":3763,"parentId":3759,"tags":{"astUsed":"true"},"startTime":1749633980298,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":149640,"timestamp":419173174764,"id":3759,"parentId":3756,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633980182,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":201085,"timestamp":419173135648,"id":3747,"parentId":3743,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633980142,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":189500,"timestamp":419173154930,"id":3756,"parentId":3742,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633980162,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":51,"timestamp":419173345066,"id":3764,"parentId":3756,"tags":{},"startTime":1749633980352,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":209473,"timestamp":419173135746,"id":3752,"parentId":3743,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633980143,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":209600,"timestamp":419173135624,"id":3745,"parentId":3743,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633980142,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":213249,"timestamp":419173135720,"id":3751,"parentId":3743,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633980143,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":218486,"timestamp":419173130567,"id":3743,"parentId":3742,"tags":{},"startTime":1749633980137,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2690,"timestamp":419173361781,"id":3766,"parentId":3765,"tags":{},"startTime":1749633980369,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":5,"timestamp":419173364510,"id":3768,"parentId":3765,"tags":{},"startTime":1749633980371,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":95,"timestamp":419173364547,"id":3769,"parentId":3765,"tags":{},"startTime":1749633980371,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":11,"timestamp":419173364689,"id":3770,"parentId":3765,"tags":{},"startTime":1749633980371,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":419173364722,"id":3771,"parentId":3765,"tags":{},"startTime":1749633980372,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":3059,"timestamp":419173364490,"id":3767,"parentId":3765,"tags":{},"startTime":1749633980371,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":707,"timestamp":419173371040,"id":3772,"parentId":3765,"tags":{},"startTime":1749633980378,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":7836,"timestamp":419173371768,"id":3773,"parentId":3765,"tags":{},"startTime":1749633980379,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":5561,"timestamp":419173381696,"id":3774,"parentId":3765,"tags":{},"startTime":1749633980388,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":217,"timestamp":419173387255,"id":3775,"parentId":3765,"tags":{},"startTime":1749633980394,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":127,"timestamp":419173387462,"id":3776,"parentId":3765,"tags":{},"startTime":1749633980394,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":6356,"timestamp":419173387592,"id":3777,"parentId":3765,"tags":{},"startTime":1749633980394,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":124,"timestamp":419173395636,"id":3779,"parentId":3742,"tags":{},"startTime":1749633980402,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":279,"timestamp":419173395487,"id":3778,"parentId":3742,"tags":{},"startTime":1749633980402,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":42358,"timestamp":419173356027,"id":3765,"parentId":3742,"tags":{},"startTime":1749633980363,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":269315,"timestamp":419173129147,"id":3742,"parentId":3740,"tags":{"name":"client"},"startTime":1749633980136,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":13440,"timestamp":419173398503,"id":3780,"parentId":3740,"tags":{},"startTime":1749633980405,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":301434,"timestamp":419173111577,"id":3740,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633980118,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":12,"timestamp":419173423917,"id":3783,"parentId":3,"tags":{},"startTime":1749633980431,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":13403,"timestamp":419173430591,"id":3785,"parentId":3782,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633980437,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":14274,"timestamp":419173430601,"id":3786,"parentId":3782,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633980437,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":334000,"timestamp":419173113360,"id":3790,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":true},"startTime":1749633980464,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":1605,"timestamp":419173460776,"id":3793,"parentId":3792,"tags":{},"startTime":1749633980468,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":1789,"timestamp":419173460598,"id":3792,"parentId":3791,"tags":{},"startTime":1749633980467,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":2790,"timestamp":419173460263,"id":3791,"parentId":3781,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633980467,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":38594,"timestamp":419173430526,"id":3784,"parentId":3782,"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":1749633980437,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":38519,"timestamp":419173430609,"id":3787,"parentId":3782,"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":1749633980437,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":40320,"timestamp":419173430618,"id":3788,"parentId":3782,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633980437,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":40390,"timestamp":419173430677,"id":3789,"parentId":3782,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633980437,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5202,"timestamp":419173492242,"id":3799,"parentId":3798,"tags":{},"startTime":1749633980499,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":5309,"timestamp":419173492142,"id":3798,"parentId":3797,"tags":{},"startTime":1749633980499,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":6796,"timestamp":419173491686,"id":3797,"parentId":3781,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633980498,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":92912,"timestamp":419173418680,"id":3782,"parentId":3781,"tags":{},"startTime":1749633980425,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":1867,"timestamp":419173534598,"id":3801,"parentId":3800,"tags":{},"startTime":1749633980541,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":419173536485,"id":3803,"parentId":3800,"tags":{},"startTime":1749633980543,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":2040,"timestamp":419173536511,"id":3804,"parentId":3800,"tags":{},"startTime":1749633980543,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":419173538579,"id":3805,"parentId":3800,"tags":{},"startTime":1749633980545,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":419173538600,"id":3806,"parentId":3800,"tags":{},"startTime":1749633980545,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":5051,"timestamp":419173536477,"id":3802,"parentId":3800,"tags":{},"startTime":1749633980543,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1290,"timestamp":419173543860,"id":3807,"parentId":3800,"tags":{},"startTime":1749633980551,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":10268,"timestamp":419173545165,"id":3808,"parentId":3800,"tags":{},"startTime":1749633980552,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1335,"timestamp":419173557730,"id":3809,"parentId":3800,"tags":{},"startTime":1749633980565,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":153,"timestamp":419173559064,"id":3810,"parentId":3800,"tags":{},"startTime":1749633980566,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":236,"timestamp":419173559207,"id":3811,"parentId":3800,"tags":{},"startTime":1749633980566,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":1502,"timestamp":419173559448,"id":3812,"parentId":3800,"tags":{},"startTime":1749633980566,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":38586,"timestamp":419173526293,"id":3800,"parentId":3781,"tags":{},"startTime":1749633980533,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":154351,"timestamp":419173418252,"id":3781,"parentId":3741,"tags":{"name":"server"},"startTime":1749633980425,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":3715,"timestamp":419173572711,"id":3813,"parentId":3741,"tags":{},"startTime":1749633980580,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":463948,"timestamp":419173113706,"id":3741,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633980121,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":95504,"timestamp":419173583571,"id":3814,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633980590,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419173679115,"id":3815,"parentId":3814,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"359923712","memory.heapUsed":"515267448","memory.heapTotal":"553861120"},"startTime":1749633980686,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":195635,"timestamp":419175466940,"id":3816,"tags":{"url":"/","isTurbopack":false},"startTime":1749633982474,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":4,"timestamp":419175663743,"id":3817,"parentId":3816,"tags":{"url":"/","memory.rss":"191135744","memory.heapUsed":"519317824","memory.heapTotal":"557268992"},"startTime":1749633982670,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":31753,"timestamp":419176067631,"id":3818,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633983074,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":419176099529,"id":3819,"parentId":3818,"tags":{"url":"/favicon.ico","memory.rss":"198295552","memory.heapUsed":"522385688","memory.heapTotal":"557531136"},"startTime":1749633983106,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":7688,"timestamp":419176555302,"id":3820,"tags":{"url":"/favicon.ico","isTurbopack":false},"startTime":1749633983562,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":0,"timestamp":419176563027,"id":3821,"parentId":3820,"tags":{"url":"/favicon.ico","memory.rss":"207437824","memory.heapUsed":"511833368","memory.heapTotal":"558317568"},"startTime":1749633983570,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":11,"timestamp":419176596554,"id":3822,"parentId":3,"tags":{},"startTime":1749633983603,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16361,"timestamp":419186077642,"id":3829,"parentId":3826,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633993084,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36205,"timestamp":419186077620,"id":3828,"parentId":3826,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633993084,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41411,"timestamp":419186077356,"id":3827,"parentId":3826,"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":1749633993084,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":41124,"timestamp":419186077650,"id":3830,"parentId":3826,"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":1749633993084,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3035,"timestamp":419186115918,"id":3835,"parentId":3834,"tags":{},"startTime":1749633993122,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3554,"timestamp":419186115401,"id":3834,"parentId":3833,"tags":{},"startTime":1749633993122,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":15622,"timestamp":419186114282,"id":3833,"parentId":3825,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633993121,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":58570,"timestamp":419186077668,"id":3831,"parentId":3826,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633993084,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":66538,"timestamp":419186077680,"id":3832,"parentId":3826,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633993084,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":4718,"timestamp":419186166260,"id":3841,"parentId":3840,"tags":{},"startTime":1749633993173,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":4867,"timestamp":419186166120,"id":3840,"parentId":3839,"tags":{},"startTime":1749633993173,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":6750,"timestamp":419186165551,"id":3839,"parentId":3825,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633993172,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":136445,"timestamp":419186060028,"id":3826,"parentId":3825,"tags":{},"startTime":1749633993067,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":10226,"timestamp":419186220742,"id":3843,"parentId":3842,"tags":{},"startTime":1749633993227,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":86,"timestamp":419186231139,"id":3845,"parentId":3842,"tags":{},"startTime":1749633993238,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":4826,"timestamp":419186231351,"id":3846,"parentId":3842,"tags":{},"startTime":1749633993238,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":10,"timestamp":419186236257,"id":3847,"parentId":3842,"tags":{},"startTime":1749633993243,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":12,"timestamp":419186236345,"id":3848,"parentId":3842,"tags":{},"startTime":1749633993243,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":9283,"timestamp":419186231119,"id":3844,"parentId":3842,"tags":{},"startTime":1749633993238,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1383,"timestamp":419186245322,"id":3849,"parentId":3842,"tags":{},"startTime":1749633993252,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":8590,"timestamp":419186246728,"id":3850,"parentId":3842,"tags":{},"startTime":1749633993253,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1528,"timestamp":419186257152,"id":3851,"parentId":3842,"tags":{},"startTime":1749633993264,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":246,"timestamp":419186258679,"id":3852,"parentId":3842,"tags":{},"startTime":1749633993265,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":181,"timestamp":419186258913,"id":3853,"parentId":3842,"tags":{},"startTime":1749633993265,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3420,"timestamp":419186259097,"id":3854,"parentId":3842,"tags":{},"startTime":1749633993266,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":56360,"timestamp":419186212187,"id":3842,"parentId":3825,"tags":{},"startTime":1749633993219,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":221535,"timestamp":419186055341,"id":3825,"parentId":3823,"tags":{"name":"server"},"startTime":1749633993062,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":6761,"timestamp":419186276986,"id":3855,"parentId":3823,"tags":{},"startTime":1749633993284,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":247236,"timestamp":419186037919,"id":3823,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633993044,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6983,"timestamp":419186329769,"id":3872,"parentId":3871,"tags":{},"startTime":1749633993336,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":7115,"timestamp":419186329645,"id":3871,"parentId":3869,"tags":{},"startTime":1749633993336,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":11472,"timestamp":419186328201,"id":3869,"parentId":3856,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633993335,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":35640,"timestamp":419186304360,"id":3858,"parentId":3857,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":35491,"timestamp":419186304533,"id":3860,"parentId":3857,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":39583,"timestamp":419186304582,"id":3863,"parentId":3857,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":44626,"timestamp":419186304596,"id":3864,"parentId":3857,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48960,"timestamp":419186304566,"id":3862,"parentId":3857,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48860,"timestamp":419186304672,"id":3868,"parentId":3857,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56916,"timestamp":419186304640,"id":3867,"parentId":3857,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":9301,"timestamp":419186352371,"id":3874,"parentId":3873,"tags":{},"startTime":1749633993359,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":68677,"timestamp":419186361862,"id":3876,"parentId":3875,"tags":{},"startTime":1749633993368,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":69484,"timestamp":419186361752,"id":3875,"parentId":3873,"tags":{},"startTime":1749633993368,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":57394,"timestamp":419186431366,"id":3877,"parentId":3873,"tags":{"astUsed":"true"},"startTime":1749633993438,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":140705,"timestamp":419186352095,"id":3873,"parentId":3870,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633993359,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":189844,"timestamp":419186304550,"id":3861,"parentId":3857,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":174408,"timestamp":419186328844,"id":3870,"parentId":3856,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633993335,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":113,"timestamp":419186507763,"id":3878,"parentId":3870,"tags":{},"startTime":1749633993514,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":203599,"timestamp":419186304625,"id":3866,"parentId":3857,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":203931,"timestamp":419186304508,"id":3859,"parentId":3857,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":203833,"timestamp":419186304611,"id":3865,"parentId":3857,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633993311,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":218508,"timestamp":419186289971,"id":3857,"parentId":3856,"tags":{},"startTime":1749633993297,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3426,"timestamp":419186526420,"id":3880,"parentId":3879,"tags":{},"startTime":1749633993533,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":419186529879,"id":3882,"parentId":3879,"tags":{},"startTime":1749633993536,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":122,"timestamp":419186529914,"id":3883,"parentId":3879,"tags":{},"startTime":1749633993536,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":8,"timestamp":419186530074,"id":3884,"parentId":3879,"tags":{},"startTime":1749633993537,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":419186530104,"id":3885,"parentId":3879,"tags":{},"startTime":1749633993537,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2704,"timestamp":419186529866,"id":3881,"parentId":3879,"tags":{},"startTime":1749633993536,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1080,"timestamp":419186536431,"id":3886,"parentId":3879,"tags":{},"startTime":1749633993543,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":5581,"timestamp":419186537539,"id":3887,"parentId":3879,"tags":{},"startTime":1749633993544,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6771,"timestamp":419186545865,"id":3888,"parentId":3879,"tags":{},"startTime":1749633993552,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":223,"timestamp":419186552635,"id":3889,"parentId":3879,"tags":{},"startTime":1749633993559,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":148,"timestamp":419186552847,"id":3890,"parentId":3879,"tags":{},"startTime":1749633993559,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":9175,"timestamp":419186552999,"id":3891,"parentId":3879,"tags":{},"startTime":1749633993560,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":209,"timestamp":419186564267,"id":3893,"parentId":3856,"tags":{},"startTime":1749633993571,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":455,"timestamp":419186564028,"id":3892,"parentId":3856,"tags":{},"startTime":1749633993571,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":50913,"timestamp":419186519266,"id":3879,"parentId":3856,"tags":{},"startTime":1749633993526,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":281194,"timestamp":419186289046,"id":3856,"parentId":3824,"tags":{"name":"client"},"startTime":1749633993296,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":23920,"timestamp":419186570274,"id":3894,"parentId":3824,"tags":{},"startTime":1749633993577,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":557283,"timestamp":419186038865,"id":3824,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633993045,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":5,"timestamp":419186604287,"id":3895,"parentId":3,"tags":{},"startTime":1749633993611,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":593000,"timestamp":419186040231,"id":3897,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":true},"startTime":1749633993750,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":146744,"timestamp":419186607137,"id":3896,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633993614,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":419186753961,"id":3898,"parentId":3896,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"356270080","memory.heapUsed":"550930024","memory.heapTotal":"589365248"},"startTime":1749633993760,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":6665,"timestamp":419191974419,"id":3917,"parentId":3916,"tags":{},"startTime":1749633998981,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":8704,"timestamp":419191972421,"id":3916,"parentId":3914,"tags":{},"startTime":1749633998979,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":30342,"timestamp":419191956413,"id":3914,"parentId":3901,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749633998963,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":70091,"timestamp":419191916765,"id":3903,"parentId":3902,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633998923,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":69703,"timestamp":419191917167,"id":3905,"parentId":3902,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":73352,"timestamp":419191917222,"id":3908,"parentId":3902,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":79901,"timestamp":419191917190,"id":3907,"parentId":3902,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":79821,"timestamp":419191917277,"id":3913,"parentId":3902,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":84108,"timestamp":419191917267,"id":3912,"parentId":3902,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":5944,"timestamp":419191995506,"id":3919,"parentId":3918,"tags":{},"startTime":1749633999002,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":55382,"timestamp":419192001628,"id":3921,"parentId":3920,"tags":{},"startTime":1749633999008,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":56092,"timestamp":419192001522,"id":3920,"parentId":3918,"tags":{},"startTime":1749633999008,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":33046,"timestamp":419192057688,"id":3922,"parentId":3918,"tags":{"astUsed":"true"},"startTime":1749633999064,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":98603,"timestamp":419191995252,"id":3918,"parentId":3915,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749633999002,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":176992,"timestamp":419191917234,"id":3909,"parentId":3902,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":183507,"timestamp":419191917182,"id":3906,"parentId":3902,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":137123,"timestamp":419191969685,"id":3915,"parentId":3901,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749633998976,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":57,"timestamp":419192107873,"id":3923,"parentId":3915,"tags":{},"startTime":1749633999114,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":190961,"timestamp":419191917260,"id":3911,"parentId":3902,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":191215,"timestamp":419191917153,"id":3904,"parentId":3902,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":194589,"timestamp":419191917247,"id":3910,"parentId":3902,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749633998924,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":199994,"timestamp":419191911877,"id":3902,"parentId":3901,"tags":{},"startTime":1749633998918,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":24378,"timestamp":419192131032,"id":3925,"parentId":3924,"tags":{},"startTime":1749633999137,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":419192155463,"id":3927,"parentId":3924,"tags":{},"startTime":1749633999162,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":142,"timestamp":419192155511,"id":3928,"parentId":3924,"tags":{},"startTime":1749633999162,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":419192155687,"id":3929,"parentId":3924,"tags":{},"startTime":1749633999162,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":7,"timestamp":419192155742,"id":3930,"parentId":3924,"tags":{},"startTime":1749633999162,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2908,"timestamp":419192155451,"id":3926,"parentId":3924,"tags":{},"startTime":1749633999162,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":756,"timestamp":419192161249,"id":3931,"parentId":3924,"tags":{},"startTime":1749633999168,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":7758,"timestamp":419192162022,"id":3932,"parentId":3924,"tags":{},"startTime":1749633999168,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":45948,"timestamp":419192172154,"id":3933,"parentId":3924,"tags":{},"startTime":1749633999179,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":993,"timestamp":419192218097,"id":3934,"parentId":3924,"tags":{},"startTime":1749633999225,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":530,"timestamp":419192219051,"id":3935,"parentId":3924,"tags":{},"startTime":1749633999225,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":33150,"timestamp":419192219594,"id":3936,"parentId":3924,"tags":{},"startTime":1749633999226,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":99,"timestamp":419192254111,"id":3938,"parentId":3901,"tags":{},"startTime":1749633999261,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":234,"timestamp":419192253981,"id":3937,"parentId":3901,"tags":{},"startTime":1749633999260,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":140892,"timestamp":419192119055,"id":3924,"parentId":3901,"tags":{},"startTime":1749633999125,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":350228,"timestamp":419191909882,"id":3901,"parentId":3899,"tags":{"name":"client"},"startTime":1749633998916,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":39007,"timestamp":419192260220,"id":3939,"parentId":3899,"tags":{},"startTime":1749633999267,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":424310,"timestamp":419191877310,"id":3899,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633998884,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":139,"timestamp":419192358378,"id":3942,"parentId":3,"tags":{},"startTime":1749633999365,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":542000,"timestamp":419191879381,"id":3949,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":false},"startTime":1749633999432,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22675,"timestamp":419192404148,"id":3944,"parentId":3941,"tags":{"request":"next/dist/pages/_app"},"startTime":1749633999411,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23590,"timestamp":419192404183,"id":3945,"parentId":3941,"tags":{"request":"next/dist/pages/_document"},"startTime":1749633999411,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":9192,"timestamp":419192443849,"id":3952,"parentId":3951,"tags":{},"startTime":1749633999450,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":9336,"timestamp":419192443714,"id":3951,"parentId":3950,"tags":{},"startTime":1749633999450,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":18057,"timestamp":419192443183,"id":3950,"parentId":3940,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749633999450,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":60282,"timestamp":419192404027,"id":3943,"parentId":3941,"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":1749633999410,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":60125,"timestamp":419192404192,"id":3946,"parentId":3941,"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":1749633999411,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":71890,"timestamp":419192404202,"id":3947,"parentId":3941,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633999411,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":72006,"timestamp":419192404213,"id":3948,"parentId":3941,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749633999411,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5643,"timestamp":419192493114,"id":3958,"parentId":3957,"tags":{},"startTime":1749633999500,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":5767,"timestamp":419192492998,"id":3957,"parentId":3956,"tags":{},"startTime":1749633999499,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":7938,"timestamp":419192492621,"id":3956,"parentId":3940,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749633999499,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":194388,"timestamp":419192320806,"id":3941,"parentId":3940,"tags":{},"startTime":1749633999327,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4732,"timestamp":419192533680,"id":3960,"parentId":3959,"tags":{},"startTime":1749633999540,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":8,"timestamp":419192538448,"id":3962,"parentId":3959,"tags":{},"startTime":1749633999545,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":2190,"timestamp":419192538479,"id":3963,"parentId":3959,"tags":{},"startTime":1749633999545,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":419192540699,"id":3964,"parentId":3959,"tags":{},"startTime":1749633999547,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":419192540722,"id":3965,"parentId":3959,"tags":{},"startTime":1749633999547,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":4972,"timestamp":419192538435,"id":3961,"parentId":3959,"tags":{},"startTime":1749633999545,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":982,"timestamp":419192545639,"id":3966,"parentId":3959,"tags":{},"startTime":1749633999552,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":4195,"timestamp":419192546633,"id":3967,"parentId":3959,"tags":{},"startTime":1749633999553,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":1074,"timestamp":419192552175,"id":3968,"parentId":3959,"tags":{},"startTime":1749633999559,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":131,"timestamp":419192553249,"id":3969,"parentId":3959,"tags":{},"startTime":1749633999560,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":180,"timestamp":419192553372,"id":3970,"parentId":3959,"tags":{},"startTime":1749633999560,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":1336,"timestamp":419192553555,"id":3971,"parentId":3959,"tags":{},"startTime":1749633999560,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":32423,"timestamp":419192526859,"id":3959,"parentId":3940,"tags":{},"startTime":1749633999533,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":248323,"timestamp":419192319512,"id":3940,"parentId":3900,"tags":{"name":"server"},"startTime":1749633999326,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":3630,"timestamp":419192567928,"id":3972,"parentId":3900,"tags":{},"startTime":1749633999574,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":693252,"timestamp":419191879442,"id":3900,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749633998886,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":84890,"timestamp":419192578108,"id":3973,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749633999585,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":1,"timestamp":419192663042,"id":3974,"parentId":3973,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"347226112","memory.heapUsed":"575027448","memory.heapTotal":"622510080"},"startTime":1749633999669,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":16876,"timestamp":419200320321,"id":3981,"parentId":3978,"tags":{"request":"next/dist/pages/_document"},"startTime":1749634007327,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":17634,"timestamp":419200320294,"id":3980,"parentId":3978,"tags":{"request":"next/dist/pages/_app"},"startTime":1749634007327,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":70036,"timestamp":419200320055,"id":3979,"parentId":3978,"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":1749634007326,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":69859,"timestamp":419200320328,"id":3982,"parentId":3978,"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":1749634007327,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5343,"timestamp":419200385313,"id":3987,"parentId":3986,"tags":{},"startTime":1749634007392,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":6220,"timestamp":419200384440,"id":3986,"parentId":3985,"tags":{},"startTime":1749634007391,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":11093,"timestamp":419200382888,"id":3985,"parentId":3977,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749634007389,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":76770,"timestamp":419200320350,"id":3984,"parentId":3978,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749634007327,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":86189,"timestamp":419200320342,"id":3983,"parentId":3978,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749634007327,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3267,"timestamp":419200427352,"id":3993,"parentId":3992,"tags":{},"startTime":1749634007434,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3393,"timestamp":419200427232,"id":3992,"parentId":3991,"tags":{},"startTime":1749634007433,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":5517,"timestamp":419200426878,"id":3991,"parentId":3977,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749634007433,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":138550,"timestamp":419200312970,"id":3978,"parentId":3977,"tags":{},"startTime":1749634007319,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2761,"timestamp":419200471328,"id":3995,"parentId":3994,"tags":{},"startTime":1749634007478,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":7,"timestamp":419200474115,"id":3997,"parentId":3994,"tags":{},"startTime":1749634007480,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":2265,"timestamp":419200474157,"id":3998,"parentId":3994,"tags":{},"startTime":1749634007480,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":8,"timestamp":419200476459,"id":3999,"parentId":3994,"tags":{},"startTime":1749634007483,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":17,"timestamp":419200476522,"id":4000,"parentId":3994,"tags":{},"startTime":1749634007483,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":5356,"timestamp":419200474106,"id":3996,"parentId":3994,"tags":{},"startTime":1749634007480,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1507,"timestamp":419200482090,"id":4001,"parentId":3994,"tags":{},"startTime":1749634007488,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":8681,"timestamp":419200483618,"id":4002,"parentId":3994,"tags":{},"startTime":1749634007490,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":2834,"timestamp":419200497361,"id":4003,"parentId":3994,"tags":{},"startTime":1749634007504,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":237,"timestamp":419200500193,"id":4004,"parentId":3994,"tags":{},"startTime":1749634007506,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":252,"timestamp":419200500413,"id":4005,"parentId":3994,"tags":{},"startTime":1749634007507,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":4217,"timestamp":419200500671,"id":4006,"parentId":3994,"tags":{},"startTime":1749634007507,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":46821,"timestamp":419200464484,"id":3994,"parentId":3977,"tags":{},"startTime":1749634007471,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":205619,"timestamp":419200311737,"id":3977,"parentId":3975,"tags":{"name":"server"},"startTime":1749634007318,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":4007,"timestamp":419200517534,"id":4007,"parentId":3975,"tags":{},"startTime":1749634007524,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":226733,"timestamp":419200295324,"id":3975,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749634007302,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":5683,"timestamp":419200539460,"id":4024,"parentId":4023,"tags":{},"startTime":1749634007546,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":5816,"timestamp":419200539335,"id":4023,"parentId":4021,"tags":{},"startTime":1749634007546,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":8078,"timestamp":419200538724,"id":4021,"parentId":4008,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749634007545,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":14337,"timestamp":419200532906,"id":4010,"parentId":4009,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":14256,"timestamp":419200533000,"id":4012,"parentId":4009,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":17633,"timestamp":419200533100,"id":4015,"parentId":4009,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":21104,"timestamp":419200533108,"id":4016,"parentId":4009,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":25081,"timestamp":419200533023,"id":4014,"parentId":4009,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":24973,"timestamp":419200533137,"id":4020,"parentId":4009,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":34133,"timestamp":419200533131,"id":4019,"parentId":4009,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":35142,"timestamp":419200533014,"id":4013,"parentId":4009,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":11271,"timestamp":419200557132,"id":4026,"parentId":4025,"tags":{},"startTime":1749634007563,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":50859,"timestamp":419200568572,"id":4028,"parentId":4027,"tags":{},"startTime":1749634007575,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":51537,"timestamp":419200568490,"id":4027,"parentId":4025,"tags":{},"startTime":1749634007575,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":369402,"timestamp":419200620113,"id":4029,"parentId":4025,"tags":{"astUsed":"true"},"startTime":1749634007626,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":440282,"timestamp":419200556934,"id":4025,"parentId":4022,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749634007563,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":469063,"timestamp":419200539022,"id":4022,"parentId":4008,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749634007545,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":96,"timestamp":419201013946,"id":4030,"parentId":4022,"tags":{},"startTime":1749634008020,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":480983,"timestamp":419200533116,"id":4017,"parentId":4009,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":481148,"timestamp":419200532961,"id":4011,"parentId":4009,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":481018,"timestamp":419200533124,"id":4018,"parentId":4009,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749634007539,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":489648,"timestamp":419200524533,"id":4009,"parentId":4008,"tags":{},"startTime":1749634007531,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":3287,"timestamp":419201032826,"id":4032,"parentId":4031,"tags":{},"startTime":1749634008039,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":4,"timestamp":419201036147,"id":4034,"parentId":4031,"tags":{},"startTime":1749634008042,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":99,"timestamp":419201036183,"id":4035,"parentId":4031,"tags":{},"startTime":1749634008042,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":5,"timestamp":419201036316,"id":4036,"parentId":4031,"tags":{},"startTime":1749634008043,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":4,"timestamp":419201036345,"id":4037,"parentId":4031,"tags":{},"startTime":1749634008043,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":3194,"timestamp":419201036135,"id":4033,"parentId":4031,"tags":{},"startTime":1749634008042,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1012,"timestamp":419201043218,"id":4038,"parentId":4031,"tags":{},"startTime":1749634008049,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":6716,"timestamp":419201044249,"id":4039,"parentId":4031,"tags":{},"startTime":1749634008050,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6345,"timestamp":419201053331,"id":4040,"parentId":4031,"tags":{},"startTime":1749634008060,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":274,"timestamp":419201059674,"id":4041,"parentId":4031,"tags":{},"startTime":1749634008066,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":146,"timestamp":419201059936,"id":4042,"parentId":4031,"tags":{},"startTime":1749634008066,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":9900,"timestamp":419201060087,"id":4043,"parentId":4031,"tags":{},"startTime":1749634008066,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":146,"timestamp":419201071993,"id":4045,"parentId":4008,"tags":{},"startTime":1749634008078,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":302,"timestamp":419201071844,"id":4044,"parentId":4008,"tags":{},"startTime":1749634008078,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":52362,"timestamp":419201024303,"id":4031,"parentId":4008,"tags":{},"startTime":1749634008031,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":552489,"timestamp":419200524235,"id":4008,"parentId":3976,"tags":{"name":"client"},"startTime":1749634007530,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":16143,"timestamp":419201076773,"id":4046,"parentId":3976,"tags":{},"startTime":1749634008083,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":798333,"timestamp":419200296634,"id":3976,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749634007303,"traceId":"4a85c6b229012d5a"}] +[{"name":"client-success","duration":7,"timestamp":419201107574,"id":4047,"parentId":3,"tags":{},"startTime":1749634008114,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":837000,"timestamp":419200298957,"id":4049,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":false},"startTime":1749634008417,"traceId":"4a85c6b229012d5a"},{"name":"handle-request","duration":334817,"timestamp":419201118527,"id":4048,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749634008125,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":4,"timestamp":419201453775,"id":4050,"parentId":4048,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"181452800","memory.heapUsed":"615782976","memory.heapTotal":"654606336"},"startTime":1749634008460,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":7821,"timestamp":419207552895,"id":4069,"parentId":4068,"tags":{},"startTime":1749634014559,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":8356,"timestamp":419207552410,"id":4068,"parentId":4066,"tags":{},"startTime":1749634014559,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":17896,"timestamp":419207548280,"id":4066,"parentId":4053,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749634014554,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":65787,"timestamp":419207500603,"id":4055,"parentId":4054,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":65346,"timestamp":419207501068,"id":4057,"parentId":4054,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":69797,"timestamp":419207501096,"id":4060,"parentId":4054,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":75417,"timestamp":419207501087,"id":4059,"parentId":4054,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":75350,"timestamp":419207501165,"id":4065,"parentId":4054,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":79723,"timestamp":419207501103,"id":4061,"parentId":4054,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":81429,"timestamp":419207501155,"id":4064,"parentId":4054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":17948,"timestamp":419207575221,"id":4071,"parentId":4070,"tags":{},"startTime":1749634014581,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":53545,"timestamp":419207593425,"id":4073,"parentId":4072,"tags":{},"startTime":1749634014600,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":54369,"timestamp":419207593298,"id":4072,"parentId":4070,"tags":{},"startTime":1749634014599,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":39812,"timestamp":419207647749,"id":4074,"parentId":4070,"tags":{"astUsed":"true"},"startTime":1749634014654,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":116121,"timestamp":419207574973,"id":4070,"parentId":4067,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749634014581,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":195155,"timestamp":419207501077,"id":4058,"parentId":4054,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":154073,"timestamp":419207550421,"id":4067,"parentId":4053,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749634014557,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":68,"timestamp":419207705374,"id":4075,"parentId":4067,"tags":{},"startTime":1749634014711,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":204462,"timestamp":419207501148,"id":4063,"parentId":4054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":204568,"timestamp":419207501049,"id":4056,"parentId":4054,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":208454,"timestamp":419207501138,"id":4062,"parentId":4054,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749634014507,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":213867,"timestamp":419207495762,"id":4054,"parentId":4053,"tags":{},"startTime":1749634014502,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":2572,"timestamp":419207727604,"id":4077,"parentId":4076,"tags":{},"startTime":1749634014734,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":3,"timestamp":419207730202,"id":4079,"parentId":4076,"tags":{},"startTime":1749634014736,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":104,"timestamp":419207730241,"id":4080,"parentId":4076,"tags":{},"startTime":1749634014736,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":7,"timestamp":419207730378,"id":4081,"parentId":4076,"tags":{},"startTime":1749634014736,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":3,"timestamp":419207730405,"id":4082,"parentId":4076,"tags":{},"startTime":1749634014737,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":2761,"timestamp":419207730192,"id":4078,"parentId":4076,"tags":{},"startTime":1749634014736,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":883,"timestamp":419207735802,"id":4083,"parentId":4076,"tags":{},"startTime":1749634014742,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":5717,"timestamp":419207736708,"id":4084,"parentId":4076,"tags":{},"startTime":1749634014743,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":6063,"timestamp":419207744482,"id":4085,"parentId":4076,"tags":{},"startTime":1749634014751,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":225,"timestamp":419207750543,"id":4086,"parentId":4076,"tags":{},"startTime":1749634014757,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":124,"timestamp":419207750758,"id":4087,"parentId":4076,"tags":{},"startTime":1749634014757,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":8276,"timestamp":419207750886,"id":4088,"parentId":4076,"tags":{},"startTime":1749634014757,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":108,"timestamp":419207760588,"id":4090,"parentId":4053,"tags":{},"startTime":1749634014767,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":260,"timestamp":419207760440,"id":4089,"parentId":4053,"tags":{},"startTime":1749634014767,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":45985,"timestamp":419207717619,"id":4076,"parentId":4053,"tags":{},"startTime":1749634014724,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":269234,"timestamp":419207494440,"id":4053,"parentId":4051,"tags":{"name":"client"},"startTime":1749634014501,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":46051,"timestamp":419207763716,"id":4091,"parentId":4051,"tags":{},"startTime":1749634014770,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":361552,"timestamp":419207478538,"id":4051,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749634014485,"traceId":"4a85c6b229012d5a"},{"name":"client-success","duration":8,"timestamp":419208255645,"id":4094,"parentId":3,"tags":{},"startTime":1749634015262,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":18372,"timestamp":419208266177,"id":4096,"parentId":4093,"tags":{"request":"next/dist/pages/_app"},"startTime":1749634015272,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":19928,"timestamp":419208266204,"id":4097,"parentId":4093,"tags":{"request":"next/dist/pages/_document"},"startTime":1749634015272,"traceId":"4a85c6b229012d5a"},{"name":"client-hmr-latency","duration":815000,"timestamp":419207479723,"id":4101,"parentId":3,"tags":{"updatedModules":["[project]/src/components/indabaos.tsx"],"page":"/","isPageHidden":false},"startTime":1749634015302,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8591,"timestamp":419208350774,"id":4104,"parentId":4103,"tags":{},"startTime":1749634015357,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":8929,"timestamp":419208350449,"id":4103,"parentId":4102,"tags":{},"startTime":1749634015357,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":15283,"timestamp":419208346419,"id":4102,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749634015353,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":103273,"timestamp":419208265728,"id":4095,"parentId":4093,"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":1749634015272,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":102791,"timestamp":419208266223,"id":4098,"parentId":4093,"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":1749634015272,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":114043,"timestamp":419208266245,"id":4099,"parentId":4093,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749634015272,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":114366,"timestamp":419208266266,"id":4100,"parentId":4093,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749634015272,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":252943,"timestamp":419208441266,"id":4110,"parentId":4109,"tags":{},"startTime":1749634015447,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":253203,"timestamp":419208441042,"id":4109,"parentId":4108,"tags":{},"startTime":1749634015447,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":256597,"timestamp":419208440586,"id":4108,"parentId":4092,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749634015447,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":800412,"timestamp":419207927805,"id":4093,"parentId":4092,"tags":{},"startTime":1749634014934,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":6372,"timestamp":419208767659,"id":4112,"parentId":4111,"tags":{},"startTime":1749634015774,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":11,"timestamp":419208774076,"id":4114,"parentId":4111,"tags":{},"startTime":1749634015780,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":6403,"timestamp":419208774113,"id":4115,"parentId":4111,"tags":{},"startTime":1749634015780,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":12,"timestamp":419208780567,"id":4116,"parentId":4111,"tags":{},"startTime":1749634015787,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":13,"timestamp":419208780624,"id":4117,"parentId":4111,"tags":{},"startTime":1749634015787,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":14441,"timestamp":419208774060,"id":4113,"parentId":4111,"tags":{},"startTime":1749634015780,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":2102,"timestamp":419208794344,"id":4118,"parentId":4111,"tags":{},"startTime":1749634015800,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":10774,"timestamp":419208796468,"id":4119,"parentId":4111,"tags":{},"startTime":1749634015803,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":9657,"timestamp":419208811343,"id":4120,"parentId":4111,"tags":{},"startTime":1749634015817,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":293,"timestamp":419208820998,"id":4121,"parentId":4111,"tags":{},"startTime":1749634015827,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":621,"timestamp":419208821240,"id":4122,"parentId":4111,"tags":{},"startTime":1749634015827,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":6151,"timestamp":419208821875,"id":4123,"parentId":4111,"tags":{},"startTime":1749634015828,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":86310,"timestamp":419208748755,"id":4111,"parentId":4092,"tags":{},"startTime":1749634015755,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":926453,"timestamp":419207922142,"id":4092,"parentId":4052,"tags":{"name":"server"},"startTime":1749634014928,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":17363,"timestamp":419208848744,"id":4124,"parentId":4052,"tags":{},"startTime":1749634015855,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":1396705,"timestamp":419207480583,"id":4052,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749634014487,"traceId":"4a85c6b229012d5a"}] +[{"name":"handle-request","duration":190847,"timestamp":419208892060,"id":4125,"tags":{"url":"/?_rsc=r3yhw","isTurbopack":false},"startTime":1749634015898,"traceId":"4a85c6b229012d5a"},{"name":"memory-usage","duration":2,"timestamp":419209082968,"id":4126,"parentId":4125,"tags":{"url":"/?_rsc=r3yhw","memory.rss":"389300224","memory.heapUsed":"381211296","memory.heapTotal":"568262656"},"startTime":1749634016089,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":22274,"timestamp":419223048321,"id":4133,"parentId":4130,"tags":{"request":"next/dist/pages/_document"},"startTime":1749634030054,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":23058,"timestamp":419223048310,"id":4132,"parentId":4130,"tags":{"request":"next/dist/pages/_app"},"startTime":1749634030054,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43106,"timestamp":419223048212,"id":4131,"parentId":4130,"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":1749634030054,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":42999,"timestamp":419223048330,"id":4134,"parentId":4130,"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":1749634030054,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":4153,"timestamp":419223089423,"id":4139,"parentId":4138,"tags":{},"startTime":1749634030095,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":4319,"timestamp":419223089262,"id":4138,"parentId":4137,"tags":{},"startTime":1749634030095,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":7210,"timestamp":419223088873,"id":4137,"parentId":4129,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"rsc"},"startTime":1749634030095,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":48292,"timestamp":419223048456,"id":4136,"parentId":4130,"tags":{"request":"next-app-loader?name=app%2Ffavicon.ico%2Froute&page=%2Ffavicon.ico%2Froute&appPaths=&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749634030054,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56811,"timestamp":419223048362,"id":4135,"parentId":4130,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1749634030054,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":3158,"timestamp":419223129249,"id":4145,"parentId":4144,"tags":{},"startTime":1749634030135,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":3307,"timestamp":419223129109,"id":4144,"parentId":4143,"tags":{},"startTime":1749634030135,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":9355,"timestamp":419223128838,"id":4143,"parentId":4129,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"ssr"},"startTime":1749634030135,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":159175,"timestamp":419223002823,"id":4130,"parentId":4129,"tags":{},"startTime":1749634030009,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":23524,"timestamp":419223340017,"id":4147,"parentId":4146,"tags":{},"startTime":1749634030346,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":15,"timestamp":419223363638,"id":4149,"parentId":4146,"tags":{},"startTime":1749634030369,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":18219,"timestamp":419223363696,"id":4150,"parentId":4146,"tags":{},"startTime":1749634030370,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":22,"timestamp":419223381990,"id":4151,"parentId":4146,"tags":{},"startTime":1749634030388,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":10,"timestamp":419223382044,"id":4152,"parentId":4146,"tags":{},"startTime":1749634030388,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":27353,"timestamp":419223363618,"id":4148,"parentId":4146,"tags":{},"startTime":1749634030369,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":4257,"timestamp":419223492652,"id":4153,"parentId":4146,"tags":{},"startTime":1749634030498,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":21221,"timestamp":419223497060,"id":4154,"parentId":4146,"tags":{},"startTime":1749634030503,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":9662,"timestamp":419223524748,"id":4155,"parentId":4146,"tags":{},"startTime":1749634030531,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":315,"timestamp":419223534408,"id":4156,"parentId":4146,"tags":{},"startTime":1749634030540,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":1534,"timestamp":419223534700,"id":4157,"parentId":4146,"tags":{},"startTime":1749634030541,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":3873,"timestamp":419223536257,"id":4158,"parentId":4146,"tags":{},"startTime":1749634030542,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":226756,"timestamp":419223324300,"id":4146,"parentId":4129,"tags":{},"startTime":1749634030330,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":567083,"timestamp":419223001944,"id":4129,"parentId":4127,"tags":{"name":"server"},"startTime":1749634030008,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":13855,"timestamp":419223569176,"id":4159,"parentId":4127,"tags":{},"startTime":1749634030575,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-server","duration":631476,"timestamp":419222953521,"id":4127,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749634029959,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-transform","duration":8385,"timestamp":419223625767,"id":4176,"parentId":4175,"tags":{},"startTime":1749634030632,"traceId":"4a85c6b229012d5a"},{"name":"next-swc-loader","duration":8907,"timestamp":419223625260,"id":4175,"parentId":4173,"tags":{},"startTime":1749634030631,"traceId":"4a85c6b229012d5a"},{"name":"build-module-tsx","duration":21070,"timestamp":419223623683,"id":4173,"parentId":4160,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/components/indabaos.tsx","layer":"app-pages-browser"},"startTime":1749634030629,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36735,"timestamp":419223608256,"id":4162,"parentId":4161,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749634030614,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":36189,"timestamp":419223608817,"id":4164,"parentId":4161,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":43287,"timestamp":419223608885,"id":4167,"parentId":4161,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":50292,"timestamp":419223608905,"id":4168,"parentId":4161,"tags":{"request":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/node_modules/next/dist/client/router.js"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56486,"timestamp":419223608859,"id":4166,"parentId":4161,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":56380,"timestamp":419223608977,"id":4172,"parentId":4161,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":72405,"timestamp":419223608961,"id":4171,"parentId":4161,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%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%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"read-resource","duration":18259,"timestamp":419223663410,"id":4178,"parentId":4177,"tags":{},"startTime":1749634030669,"traceId":"4a85c6b229012d5a"},{"name":"postcss-process","duration":91061,"timestamp":419223681809,"id":4180,"parentId":4179,"tags":{},"startTime":1749634030688,"traceId":"4a85c6b229012d5a"},{"name":"postcss-loader","duration":91985,"timestamp":419223681727,"id":4179,"parentId":4177,"tags":{},"startTime":1749634030688,"traceId":"4a85c6b229012d5a"},{"name":"css-loader","duration":159079,"timestamp":419223773788,"id":4181,"parentId":4177,"tags":{"astUsed":"true"},"startTime":1749634030780,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":292878,"timestamp":419223663209,"id":4177,"parentId":4174,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css.webpack[javascript/auto]!=!/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/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/www_indaba/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/www_indaba/src/styles/tailwind.css","layer":null},"startTime":1749634030669,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":354528,"timestamp":419223608839,"id":4165,"parentId":4161,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"build-module-css","duration":352833,"timestamp":419223624598,"id":4174,"parentId":4160,"tags":{"name":"/Users/sashaastiadi/code/git.ourworld.tf/www_indaba/src/styles/tailwind.css","layer":"app-pages-browser"},"startTime":1749634030630,"traceId":"4a85c6b229012d5a"},{"name":"build-module","duration":87,"timestamp":419223978591,"id":4182,"parentId":4174,"tags":{},"startTime":1749634030984,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":370105,"timestamp":419223608944,"id":4170,"parentId":4161,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fstyles%2Ftailwind.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":370358,"timestamp":419223608776,"id":4163,"parentId":4161,"tags":{"request":"./node_modules/next/dist/client/next-dev.js"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"add-entry","duration":370218,"timestamp":419223608922,"id":4169,"parentId":4161,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fbutton%2Fbutton.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcheckbox%2Fcheckbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fclose-button%2Fclose-button.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fcombobox%2Fcombobox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdata-interactive%2Fdata-interactive.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdescription%2Fdescription.js%22%2C%22ids%22%3A%5B%22Description%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdialog%2Fdialog.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fdisclosure%2Fdisclosure.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffield%2Ffield.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffieldset%2Ffieldset.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ffocus-trap%2Ffocus-trap.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Finput%2Finput.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flabel%2Flabel.js%22%2C%22ids%22%3A%5B%22Label%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flegend%2Flegend.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Flistbox%2Flistbox.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fmenu%2Fmenu.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fpopover%2Fpopover.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fportal%2Fportal.js%22%2C%22ids%22%3A%5B%22Portal%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fradio-group%2Fradio-group.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fselect%2Fselect.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Fswitch%2Fswitch.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftabs%2Ftabs.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftextarea%2Ftextarea.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Fcomponents%2Ftransition%2Ftransition.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2F%40headlessui%2Freact%2Fdist%2Finternal%2Fclose-provider.js%22%2C%22ids%22%3A%5B%22useClose%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Flink.js%22%2C%22ids%22%3A%5B%22*%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fbento-card.tsx%22%2C%22ids%22%3A%5B%22BentoCard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Findabaos.tsx%22%2C%22ids%22%3A%5B%22IndabaOs%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fkeyboard.tsx%22%2C%22ids%22%3A%5B%22Keyboard%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cloud.tsx%22%2C%22ids%22%3A%5B%22LogoCloud%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo-cluster.tsx%22%2C%22ids%22%3A%5B%22LogoCluster%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Flogo.tsx%22%2C%22ids%22%3A%5B%22Logo%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fmap.tsx%22%2C%22ids%22%3A%5B%22Map%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fnavbar.tsx%22%2C%22ids%22%3A%5B%22Navbar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Fportfolio.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fsashaastiadi%2Fcode%2Fgit.ourworld.tf%2Fwww_indaba%2Fsrc%2Fcomponents%2Ftestimonials.tsx%22%2C%22ids%22%3A%5B%22Testimonials%22%5D%7D&server=false!"},"startTime":1749634030615,"traceId":"4a85c6b229012d5a"},{"name":"make","duration":390552,"timestamp":419223588664,"id":4161,"parentId":4160,"tags":{},"startTime":1749634030594,"traceId":"4a85c6b229012d5a"},{"name":"chunk-graph","duration":4945,"timestamp":419224019634,"id":4184,"parentId":4183,"tags":{},"startTime":1749634031025,"traceId":"4a85c6b229012d5a"},{"name":"optimize-modules","duration":5,"timestamp":419224024645,"id":4186,"parentId":4183,"tags":{},"startTime":1749634031030,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunks","duration":221,"timestamp":419224024681,"id":4187,"parentId":4183,"tags":{},"startTime":1749634031030,"traceId":"4a85c6b229012d5a"},{"name":"optimize-tree","duration":19,"timestamp":419224024939,"id":4188,"parentId":4183,"tags":{},"startTime":1749634031031,"traceId":"4a85c6b229012d5a"},{"name":"optimize-chunk-modules","duration":5,"timestamp":419224024989,"id":4189,"parentId":4183,"tags":{},"startTime":1749634031031,"traceId":"4a85c6b229012d5a"},{"name":"optimize","duration":5835,"timestamp":419224024624,"id":4185,"parentId":4183,"tags":{},"startTime":1749634031030,"traceId":"4a85c6b229012d5a"},{"name":"module-hash","duration":1161,"timestamp":419224035466,"id":4190,"parentId":4183,"tags":{},"startTime":1749634031041,"traceId":"4a85c6b229012d5a"},{"name":"code-generation","duration":8460,"timestamp":419224036646,"id":4191,"parentId":4183,"tags":{},"startTime":1749634031042,"traceId":"4a85c6b229012d5a"},{"name":"hash","duration":8408,"timestamp":419224047773,"id":4192,"parentId":4183,"tags":{},"startTime":1749634031054,"traceId":"4a85c6b229012d5a"},{"name":"code-generation-jobs","duration":253,"timestamp":419224056176,"id":4193,"parentId":4183,"tags":{},"startTime":1749634031062,"traceId":"4a85c6b229012d5a"},{"name":"module-assets","duration":163,"timestamp":419224056418,"id":4194,"parentId":4183,"tags":{},"startTime":1749634031062,"traceId":"4a85c6b229012d5a"},{"name":"create-chunk-assets","duration":11321,"timestamp":419224056586,"id":4195,"parentId":4183,"tags":{},"startTime":1749634031062,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":140,"timestamp":419224070791,"id":4197,"parentId":4160,"tags":{},"startTime":1749634031077,"traceId":"4a85c6b229012d5a"},{"name":"NextJsBuildManifest-createassets","duration":303,"timestamp":419224070637,"id":4196,"parentId":4160,"tags":{},"startTime":1749634031076,"traceId":"4a85c6b229012d5a"},{"name":"seal","duration":68986,"timestamp":419224007759,"id":4183,"parentId":4160,"tags":{},"startTime":1749634031014,"traceId":"4a85c6b229012d5a"},{"name":"webpack-compilation","duration":488792,"timestamp":419223588020,"id":4160,"parentId":4128,"tags":{"name":"client"},"startTime":1749634030594,"traceId":"4a85c6b229012d5a"},{"name":"emit","duration":16620,"timestamp":419224076859,"id":4198,"parentId":4128,"tags":{},"startTime":1749634031083,"traceId":"4a85c6b229012d5a"},{"name":"webpack-invalidated-client","duration":1141925,"timestamp":419222953761,"id":4128,"parentId":3,"tags":{"trigger":"src/components/indabaos.tsx"},"startTime":1749634029960,"traceId":"4a85c6b229012d5a"}] diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e82741..b5ce80e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,6 +197,30 @@ function DarkBentoSection() { ) } +function CTA() { + return ( + <div className="bg-white "> + <div className="px-6 pt-24 pb-32 sm:px-6 lg:px-8 "> + <div className="mx-auto max-w-3xl text-center"> + <h2 className="text-5xl font-semibold tracking-tight text-balance text-gray-900 sm:text-5xl"> + Empower a Generation. Join the Movement. + </h2> + <p className="mx-auto mt-6 max-w-xl text-lg/8 text-pretty text-gray-600"> + Help build a future where every young person can thrive — through holistic education, cultural connection, and community-led innovation. + </p> + <div className="mt-10 flex items-center justify-center gap-x-6"> + <Button href="/get-involved">Get Involved</Button> + <Button variant="secondary" href="/contact"> + Contact Us + </Button> + </div> + </div> + </div> + </div> + ) +} + + export default function Home() { return ( @@ -213,6 +237,7 @@ export default function Home() { <Portfolio /> <IndabaOs /> <FeaturedTestimonial /> + <CTA /> </main> <Footer /> </div> diff --git a/src/components/featuredtestimonial.tsx b/src/components/featuredtestimonial.tsx index dac5f27..caeb097 100644 --- a/src/components/featuredtestimonial.tsx +++ b/src/components/featuredtestimonial.tsx @@ -1,64 +1,66 @@ +import { clsx } from 'clsx' + const featuredTestimonial = { - body: 'Integer id nunc sit semper purus. Bibendum at lacus ut arcu blandit montes vitae auctor libero. Hac condimentum dignissim nibh vulputate ut nunc. Amet nibh orci mi venenatis blandit vel et proin. Non hendrerit in vel ac diam.', + body: 'Indaba changed the way I look at education. It made me realize that learning isn\'t about memorization, it\'s about becoming a better version of myself every day.', author: { - name: 'Brenna Goyette', - handle: 'brennagoyette', - imageUrl: - 'https://images.unsplash.com/photo-1550525811-e5869dd03032?ixlib=rb-=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=1024&h=1024&q=80', - logoUrl: 'https://tailwindcss.com/plus-assets/img/logos/savvycal-logo-gray-900.svg', + name: 'Thando Mokoena', + handle: 'thando.m', + imageUrl: 'https://randomuser.me/api/portraits/women/44.jpg', + logoUrl: '/logo-cloud/transistor.svg', }, } + const testimonials = [ [ [ { - body: 'Laborum quis quam. Dolorum et ut quod quia. Voluptas numquam delectus nihil. Aut enim doloremque et ipsam.', + body: 'Before Indaba, I felt lost about my future. Now, I\'m running a local business and mentoring others in my community.', author: { - name: 'Leslie Alexander', - handle: 'lesliealexander', - imageUrl: - 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', + name: 'Ayanda Dlamini', + handle: 'ayanda_d', + imageUrl: 'https://randomuser.me/api/portraits/men/12.jpg', + }, + }, + { + body: 'Indaba opened doors for me that I never thought existed. I learned more in a few weeks than in years of school.', + author: { + name: 'Naledi K.', + handle: 'naledi_edu', + imageUrl: 'https://randomuser.me/api/portraits/women/22.jpg', }, }, - // More testimonials... ], [ { - body: 'Aut reprehenderit voluptatem eum asperiores beatae id. Iure molestiae ipsam ut officia rem nulla blanditiis.', + body: 'I didn\'t just gain skills — I gained confidence. Indaba is like having a community that believes in you.', author: { - name: 'Lindsay Walton', - handle: 'lindsaywalton', - imageUrl: - 'https://images.unsplash.com/photo-1517841905240-472988babdf9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', + name: 'Kgosi Molefe', + handle: 'kgosi.dev', + imageUrl: 'https://randomuser.me/api/portraits/men/33.jpg', }, }, - // More testimonials... ], ], [ [ { - body: 'Voluptas quos itaque ipsam in voluptatem est. Iste eos blanditiis repudiandae. Earum deserunt enim molestiae ipsum perferendis recusandae saepe corrupti.', + body: 'This is what learning should be — inclusive, exciting, and deeply personal.', author: { - name: 'Tom Cook', - handle: 'tomcook', - imageUrl: - 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', + name: 'Samir Patel', + handle: 'samirlearns', + imageUrl: 'https://randomuser.me/api/portraits/men/45.jpg', }, }, - // More testimonials... ], [ { - body: 'Molestias ea earum quos nostrum doloremque sed. Quaerat quasi aut velit incidunt excepturi rerum voluptatem minus harum.', + body: 'I used to think tech was only for others. Now I build and share things that make a difference. Indaba did that.', author: { - name: 'Leonard Krasner', - handle: 'leonardkrasner', - imageUrl: - 'https://images.unsplash.com/photo-1519345182560-3f2917c472ef?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', + name: 'Katlego M.', + handle: 'katcode', + imageUrl: 'https://randomuser.me/api/portraits/men/71.jpg', }, }, - // More testimonials... ], ], ] @@ -82,23 +84,11 @@ export default function Example() { className="ml-[max(50%,38rem)] aspect-1313/771 w-328.25 bg-linear-to-tr from-[#ff80b5] to-[#9089fc]" /> </div> - <div - aria-hidden="true" - className="absolute inset-x-0 top-0 -z-10 flex transform-gpu overflow-hidden pt-32 opacity-25 blur-3xl sm:pt-40 xl:justify-end" - > - <div - style={{ - clipPath: - 'polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)', - }} - className="ml-[-22rem] aspect-1313/771 w-328.25 flex-none origin-top-right rotate-30 bg-linear-to-tr from-[#ff80b5] to-[#9089fc] xl:mr-[calc(50%-12rem)] xl:ml-0" - /> - </div> <div className="mx-auto max-w-7xl px-6 lg:px-8"> <div className="mx-auto max-w-2xl text-center"> <h2 className="text-base/7 font-semibold text-indigo-600">Testimonials</h2> <p className="mt-2 text-4xl font-semibold tracking-tight text-balance text-gray-900 sm:text-5xl"> - We have worked with thousands of amazing people + Voices from Our Community </p> </div> <div className="mx-auto mt-16 grid max-w-2xl grid-cols-1 grid-rows-1 gap-8 text-sm/6 text-gray-900 sm:mt-20 sm:grid-cols-2 xl:mx-0 xl:max-w-none xl:grid-flow-col xl:grid-cols-4"> @@ -114,7 +104,7 @@ export default function Example() { /> <div className="flex-auto"> <div className="font-semibold">{featuredTestimonial.author.name}</div> - <div className="text-gray-600">{`@${featuredTestimonial.author.handle}`}</div> + <div className="text-gray-600">@{featuredTestimonial.author.handle}</div> </div> <img alt="" src={featuredTestimonial.author.logoUrl} className="h-10 w-auto flex-none" /> </figcaption> @@ -144,7 +134,7 @@ export default function Example() { <img alt="" src={testimonial.author.imageUrl} className="size-10 rounded-full bg-gray-50" /> <div> <div className="font-semibold">{testimonial.author.name}</div> - <div className="text-gray-600">{`@${testimonial.author.handle}`}</div> + <div className="text-gray-600">@{testimonial.author.handle}</div> </div> </figcaption> </figure> diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 03eeab3..653800c 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -126,7 +126,7 @@ function SocialLinks() { function Copyright() { return ( <div className="text-sm/6 text-white"> - © {new Date().getFullYear()} Radiant Inc. + © {new Date().getFullYear()} Indaba Inc. </div> ) } diff --git a/src/components/indabaos.tsx b/src/components/indabaos.tsx index 88879c5..59062f4 100644 --- a/src/components/indabaos.tsx +++ b/src/components/indabaos.tsx @@ -15,12 +15,12 @@ export function IndabaOs() { return ( <div className="pt-24 pb-24"> <div className="mx-auto max-w-7xl h-3/4 px-6 lg:px-8"> - <div className="relative isolate overflow-hidden bg-white px-6 py-24 lg:py-56 lg:px-8 rounded-2xl min-h-[700px]"> + <div className="relative isolate overflow-hidden bg-white px-6 py-24 lg:py-45 lg:px-8 rounded-2xl min-h-[700px]"> {/* Background image */} <img alt="" src="/indabaos/earth.png" - className="absolute inset-0 -z-10 size-full w-full object-cover" + className="absolute inset-0 -z-15 size-full w-full object-cover" /> {/* Dark overlay on image */} @@ -36,18 +36,18 @@ export function IndabaOs() { </div> {/* Text content */} - <div className="relative z-10 mx-auto max-w-2xl text-center"> + <div className="relative z-10 mx-auto max-w-2xl mt-10 text-center"> <h2 className="text-4xl font-medium tracking-tight text-white sm:text-5xl"> IndabaOS </h2> - <p className="mt-8 text-lg font-light text-pretty text-white sm:text-xl/8"> + <p className="mt-4 text-lg font-light text-pretty text-white sm:text-xl/8"> Introducing the tech infrastructure that invites the world to accelerate the transition toward high quality youth development. </p> </div> {/* Stats integrated into background */} - <div className="relative z-10 mt-10"> - <dl className="grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-4 text-center max-w-5xl mx-auto"> + <div className="relative z-10 mt-16"> + <dl className="grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-4 text-center max-w-5xl mx-auto"> {stats.map((stat) => ( <div key={stat.id} className="flex flex-col items-center bg-white/10 rounded-xl p-6 backdrop-blur-md shadow-md"> <img