{"version":3,"sources":["webpack:///./src/pages/technology-integrations.tsx"],"names":["TechnologyIntegrationsPage","_ref","_data$prismicTechnolo","data","page","prismicTechnologyIntegrationsPage","Error","React","Layout","HelmetSeo","Section","PageMaxWidth","Gutter","size","SimpleHero","title","hero_title","description","hero_paragraph","contactButtonLabel","hero_contact_button_label","calculatorButtonLabel","hero_calculator_button_label","CurvedSectionDividerGlow","position","glowColor","backColor","SectionIntegrations","background","CurvedSectionDivider","frontColor","SectionCustomerLogos","customers_title","customers_description","buttonLabel","customers_button_label"],"mappings":"4FACA,2EAkDe,SAASA,EAA0BC,GAAkB,IAAAC,EAAA,IAAjB,KAAEC,GAAaF,EAChE,MAAMG,EAA6C,QAAzCF,EAAGC,EAAKE,yCAAiC,IAAAH,OAAA,EAAtCA,EAAwCC,KACrD,IAAKC,EAAM,MAAM,IAAIE,MAAM,gBAE3B,OACEC,gBAACC,IAAM,KACLD,gBAACE,IAAcL,GAEfG,gBAACG,IAAO,KACNH,gBAACI,IAAY,KACXJ,gBAACK,IAAM,CAACC,KAAM,IACdN,gBAACO,IAAU,CACTC,MAAOX,EAAKY,WACZC,YAAab,EAAKc,eAClBC,mBAAoBf,EAAKgB,0BACzBC,sBAAuBjB,EAAKkB,+BAE9Bf,gBAACK,IAAM,CAACC,KAAM,MAIlBN,gBAACgB,IAAwB,CACvBC,SAAS,MACTC,UAAU,SACVC,UAAU,WAEZnB,gBAACoB,IAAmB,CAACC,WAAW,SAChCrB,gBAACsB,IAAoB,CACnBL,SAAS,SACTM,WAAW,WACXJ,UAAU,WAGZnB,gBAACwB,IAAoB,CACnBhB,MAAOX,EAAK4B,gBACZf,YAAab,EAAK6B,sBAClBC,YAAa9B,EAAK+B","file":"component---src-pages-technology-integrations-tsx-60333fd5ef2535cf8148.js","sourcesContent":["import { graphql } from \"gatsby\";\nimport * as React from \"react\";\nimport {\n CurvedSectionDivider,\n CurvedSectionDividerGlow,\n Gutter,\n HelmetSeo,\n Layout,\n PageMaxWidth,\n Section,\n SectionCustomerLogos,\n SectionIntegrations,\n SimpleHero,\n} from \"../components\";\n\ntype Props = {\n data: GatsbyTypes.TechnologyIntegrationsPageQuery;\n};\n\nexport const query = graphql`\n query TechnologyIntegrationsPage {\n prismicTechnologyIntegrationsPage {\n data {\n hero_title\n hero_paragraph {\n raw\n }\n hero_contact_button_label\n hero_calculator_button_label\n\n customers_title\n customers_description {\n raw\n }\n customers_button_label\n\n seo_title\n seo_description\n share_image {\n alt\n dimensions {\n width\n height\n }\n url\n }\n }\n }\n }\n`;\n\nexport default function TechnologyIntegrationsPage({ data }: Props) {\n const page = data.prismicTechnologyIntegrationsPage?.data;\n if (!page) throw new Error(\"page missing\");\n\n return (\n \n \n\n
\n \n \n \n \n \n
\n\n \n \n \n\n \n
\n );\n}\n"],"sourceRoot":""}