{"version":3,"sources":["webpack:///./src/pages/quote.js"],"names":["i18n","title","contact","React","createElement","Grid","Container","xs","Typography","Link","href","props","lang","pageContext","texts","Layout","maxWidth","Box","pt","pb","variant","m","p"],"mappings":"4FAAA,wGAQMA,EAAO,CACX,GAAM,CACJC,MAAO,OACPC,QACEC,IAAAC,cAACC,IAAI,CAACC,WAAS,GACbH,IAAAC,cAACC,IAAI,CAACE,GAAI,IACRJ,IAAAC,cAACI,IAAU,KAAC,cACCL,IAAAC,cAACK,IAAI,CAACC,KAAK,+BAA8B,uBAA0B,oCAMxF,GAAM,CACJT,MAAO,cACPC,QACEC,IAAAC,cAACC,IAAI,CAACC,WAAS,GACbH,IAAAC,cAACC,IAAI,CAACE,GAAI,IACRJ,IAAAC,cAACI,IAAU,KAAC,qEACwDL,IAAAC,cAACK,IAAI,CAACC,KAAK,+BAA8B,4BAQxG,mBAASC,GACtB,IACMC,EAAOD,EAAME,YAAYD,MADX,KAEdE,EAAQd,EAAKY,GACnB,OACIT,IAAAC,cAACW,IAAM,CAACd,MAAOa,EAAMb,MAAOW,KAAMA,GAChCT,IAAAC,cAACE,IAAS,CAACU,SAAS,MAClBb,IAAAC,cAACa,IAAG,CAACC,GAAI,EAAGC,GAAI,GACdhB,IAAAC,cAACC,IAAI,CAACC,WAAS,GACbH,IAAAC,cAACC,IAAI,CAACE,GAAI,IACRJ,IAAAC,cAACI,IAAU,CAACY,QAAQ,MACjBN,EAAMb,QAGXE,IAAAC,cAACC,IAAI,CAACE,GAAI,IACRJ,IAAAC,cAACa,IAAG,CAACI,EAAG,EAAGC,EAAG,GACXR,EAAMZ","file":"component---src-pages-quote-js-c258bcbf59f4b4e011ce.js","sourcesContent":["import React from \"react\";\nimport Layout from \"../components/layout.js\"\nimport Typography from '@material-ui/core/Typography';\nimport Container from '@material-ui/core/Container';\nimport Grid from '@material-ui/core/Grid';\nimport Box from '@material-ui/core/Box';\nimport Link from '@material-ui/core/Link';\n\nconst i18n = {\n 'cn': {\n title: '系统定制',\n contact: (\n \n \n \n 系统定制咨询请联系: support@nanos.cloud,或者加入QQ群Nano Cloud(819161083)\n \n \n \n ),\n },\n 'en': {\n title: 'Get a quote',\n contact: (\n \n \n \n For consult or get a quote for customized version, please mail to support@nanos.cloud\n \n \n \n ),\n },\n}\n\nexport default function(props){\n const defaultLang = 'cn';\n const lang = props.pageContext.lang || defaultLang;\n const texts = i18n[lang];\n return (\n \n \n \n \n \n \n {texts.title}\n \n \n \n \n {texts.contact}\n \n \n \n \n \n \n );\n}\n"],"sourceRoot":""}