{"version":3,"file":"component---src-pages-404-tsx-05445c2b2e5cbbd43c3d.js","mappings":"6KAGO,SAASA,KACdC,EAAAA,EAAAA,YAAU,WACRC,EAAAA,GAAAA,eAAuBC,UAAUC,YAChC,M,yKCSE,SAASC,EAAT,GAGL,OAHsD,WACtDL,EAAAA,EAAAA,KAGE,2BACEM,MAAO,CAAEC,WAAY,WACrBC,UAAU,uEAEV,gBAAC,IAAD,KACE,+DAEF,uBAAKA,UAAU,0FACb,gBAAC,IAAD,CACEC,IAAI,MACJD,UAAU,kCACVE,QAAQ,UAEV,sBAAIF,UAAU,+EACZ,gBAAC,IAAD,CAAYG,GAAG,MAAMC,EAAE,SAAvB,oCAIF,qBAAGJ,UAAU,8CACX,gBAAC,IAAD,CAAYG,GAAG,MAAMC,EAAE,eAAvB,4FAKF,uBAAKJ,UAAU,uCACb,gBAAC,IAAD,CACEK,KAAK,SACLL,UAAU,gIACVM,KAAK,IACLC,MAAM,QAEN,gBAAC,IAAD,CAAYJ,GAAG,MAAMC,EAAE,OAAvB,gBAGA,gBAAC,IAAD,CAAiBJ,UAAU,gBAAgBQ,KAAMC,EAAAA,OAEnD,gBAAC,IAAD,CACEJ,KAAK,SACLL,UAAU,uHACVU,QAAS,kBAAMC,QAAQC,QACvBL,MAAM,QAEN,gBAAC,IAAD,CAAYJ,GAAG,MAAMC,EAAE,QAAvB,gBAGA,gBAAC,IAAD,CAAiBJ,UAAU,gBAAgBQ,KAAMK,EAAAA,UAQ7D","sources":["webpack://signature-products-gmb-h/./src/hooks/useDetectLocale.tsx","webpack://signature-products-gmb-h/./src/pages/404.tsx"],"sourcesContent":["import i18next from 'i18next';\nimport { useEffect } from 'react';\n\nexport function useDetectLocale() {\n useEffect(() => {\n i18next.changeLanguage(navigator.language);\n }, []);\n}\n","import {\n faArrowRight,\n faHome,\n faRotateLeft,\n} from '@fortawesome/pro-solid-svg-icons';\nimport { FontAwesomeIcon } from '@fortawesome/react-fontawesome';\nimport React from 'react';\nimport { Helmet } from 'react-helmet';\nimport Button from '../components/buttons/Button';\nimport LocalImage from '../components/images/LocalImage';\nimport Translated from '../components/translation/Translated';\nimport { useDetectLocale } from '../hooks/useDetectLocale';\n\nexport type PageNotFoundProps = {};\n\nexport function PageNotFoundPage({}: PageNotFoundProps) {\n useDetectLocale();\n\n return (\n \n \n 404 - Signature Products GmbH\n \n
\n \n

\n \n Oops! This page does not exist.\n \n

\n

\n \n Maybe you just took a wrong turn or you were interested enough to\n find some eastereggs.\n \n

\n
\n \n \n Take me home\n \n \n \n history.back()}\n title=\"Home\"\n >\n \n Take me back\n \n \n \n
\n
\n \n );\n}\n\nexport default PageNotFoundPage;\n"],"names":["useDetectLocale","useEffect","i18next","navigator","language","PageNotFoundPage","style","background","className","src","loading","ns","k","type","link","title","icon","faHome","onClick","history","back","faRotateLeft"],"sourceRoot":""}