{"version":3,"file":"static/chunks/app/[lang]/layout-22cacb5e74430c52.js","mappings":"qFAAAA,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,IAAA,CAAAD,EAAA,OAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,IAAA,CAAAD,EAAA,OAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,IAAA,CAAAD,EAAA,OAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAE,CAAA,CAAAD,IAAA,CAAAD,EAAA,UAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAE,CAAA,CAAAD,IAAA,CAAAD,EAAA,UAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,IAAA,CAAAD,EAAA,OAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAE,CAAA,CAAAD,IAAA,CAAAD,EAAA,UAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,IAAA,CAAAD,EAAA,OAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,IAAA,CAAAD,EAAA,OAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,IAAA,CAAAD,EAAA,OAEAH,QAAAC,OAAA,GAAAC,IAAA,CAAAC,EAAAC,IAAA,CAAAD,EAAA,iHCXO,IAAMG,EAAS,OAAC,CAAEC,UAAAA,CAAS,CAAe,CAAAC,EACzC,CAACC,EAASC,EAAW,CAAGC,CAAAA,EAAAA,EAAAA,QAAAA,UAuC9B,CAtCAC,CAAAA,EAAAA,EAAAA,SAAAA,EAAU,KACR,GAAI,CACF,IAAMH,EAAUI,KAAKC,KAAK,CAACC,aAAaC,OAAO,CAAC,YAAc,MAC9DN,EAAWD,EACb,CAAE,MAAOQ,EAAG,CACVP,EAAW,CAAC,EACd,CA8BF,EAAG,EAAE,EAEAD,GAKH,GAAAS,EAAAC,GAAA,EAACC,EAAAA,CAAgBA,CAAAA,CACfC,YAAY,eACZC,YAAY,UACZC,OAAO,eACPC,gBAAgB,UAChBC,cAAelB,CAAS,CAAC,6BAA6B,CACtDmB,YAAanB,CAAS,CAAC,kCAAkC,CACzDoB,YAAapB,CAAS,CAAC,yCAAyC,GAX3D,IAcX","sources":["webpack://_N_E/?1d98","webpack://_N_E/./src/components/tawk-to/index.tsx","webpack://_N_E/./src/app/globals.css"],"sourcesContent":["import(/* webpackMode: \"eager\" */ \"/codebuild/output/src4106617184/src/esimify/node_modules/@next/third-parties/dist/google/ga.js\");\n;\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src4106617184/src/esimify/node_modules/@next/third-parties/dist/google/gtm.js\");\n;\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src4106617184/src/esimify/node_modules/@next/third-parties/dist/ThirdPartyScriptEmbed.js\");\n;\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src4106617184/src/esimify/node_modules/next/dist/client/script.js\");\n;\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src4106617184/src/esimify/node_modules/next/font/google/target.css?{\\\"path\\\":\\\"src/app/[lang]/layout.tsx\\\",\\\"import\\\":\\\"Inter\\\",\\\"arguments\\\":[{\\\"weight\\\":[\\\"400\\\",\\\"500\\\",\\\"600\\\",\\\"700\\\"],\\\"subsets\\\":[\\\"latin\\\"]}],\\\"variableName\\\":\\\"inter\\\"}\");\n;\nimport(/* webpackMode: \"eager\", webpackExports: [\"Toaster\"] */ \"/codebuild/output/src4106617184/src/esimify/node_modules/react-hot-toast/dist/index.mjs\");\n;\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src4106617184/src/esimify/src/app/globals.css\");\n;\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src4106617184/src/esimify/src/components/layout/footer/index.tsx\");\n;\nimport(/* webpackMode: \"eager\" */ \"/codebuild/output/src4106617184/src/esimify/src/components/layout/navigation/index.tsx\");\n;\nimport(/* webpackMode: \"eager\", webpackExports: [\"TawkTo\"] */ \"/codebuild/output/src4106617184/src/esimify/src/components/tawk-to/index.tsx\");\n;\nimport(/* webpackMode: \"eager\", webpackExports: [\"default\"] */ \"/codebuild/output/src4106617184/src/esimify/src/i18n/translation-provider.tsx\");\n","'use client'\n\nimport { useEffect, useState } from 'react'\nimport { FloatingWhatsApp } from 'react-floating-whatsapp'\n\ninterface TawkToProps {\n resources: any\n}\n\nexport const TawkTo = ({ resources }: TawkToProps) => {\n const [profile, setProfile] = useState()\n useEffect(() => {\n try {\n const profile = JSON.parse(localStorage.getItem('profile') || '{}')\n setProfile(profile)\n } catch (e) {\n setProfile({})\n }\n // ;(function () {\n // const s1 = document.createElement('script')\n // s1.async = true\n // s1.src = 'https://embed.tawk.to/67070cb5cec6d0125df4545a/1i9poj955'\n // s1.charset = 'UTF-8'\n // s1.setAttribute('crossorigin', '*')\n // const s0 = document.getElementsByTagName('script')[0]\n // if (s0 && s0.parentNode) s0.parentNode.insertBefore(s1, s0)\n // })()\n //\n // window.Tawk_API = window.Tawk_API || {}\n // window.Tawk_API.onLoad = function () {\n // window.Tawk_API.minimize()\n // try {\n // const profile = JSON.parse(localStorage.getItem('profile') || '{}')\n // if (profile.email) {\n // window.Tawk_API.setAttributes(\n // {\n // name: profile?.name,\n // email: profile?.email,\n // phone: profile?.phone,\n // },\n // function (err: Error) {\n // console.log('TawkTo attributes set', err)\n // },\n // )\n // }\n // } catch (e) {}\n // }\n }, [])\n\n if (!profile) {\n return null\n }\n\n return (\n \n )\n}\n","// extracted by mini-css-extract-plugin"],"names":["Promise","resolve","then","__webpack_require__","bind","t","TawkTo","resources","param","profile","setProfile","useState","useEffect","JSON","parse","localStorage","getItem","e","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsx","FloatingWhatsApp","phoneNumber","accountName","avatar","buttonClassName","statusMessage","chatMessage","placeholder"],"sourceRoot":""}