{"version":3,"sources":["webpack:///./src/pages/technology-integrations.tsx"],"names":["TechnologyIntegrationsPage","page","data","prismicTechnologyIntegrationsPage","Error","size","title","hero_title","description","hero_paragraph","contactButtonLabel","hero_contact_button_label","calculatorButtonLabel","hero_calculator_button_label","position","glowColor","backColor","background","frontColor","customers_title","customers_description","buttonLabel","customers_button_label"],"mappings":"4FACA,2EAkDe,SAASA,EAAT,GAAqD,MAC5DC,EAAI,UADwD,EAAfC,KACjCC,yCAAR,aAAG,EAAwCD,KACrD,IAAKD,EAAM,MAAM,IAAIG,MAAM,gBAE3B,OACE,gBAAC,IAAD,KACE,gBAAC,IAAcH,GAEf,gBAAC,IAAD,KACE,gBAAC,IAAD,KACE,gBAAC,IAAD,CAAQI,KAAM,IACd,gBAAC,IAAD,CACEC,MAAOL,EAAKM,WACZC,YAAaP,EAAKQ,eAClBC,mBAAoBT,EAAKU,0BACzBC,sBAAuBX,EAAKY,+BAE9B,gBAAC,IAAD,CAAQR,KAAM,MAIlB,gBAAC,IAAD,CACES,SAAS,MACTC,UAAU,SACVC,UAAU,WAEZ,gBAAC,IAAD,CAAqBC,WAAW,SAChC,gBAAC,IAAD,CACEH,SAAS,SACTI,WAAW,WACXF,UAAU,WAGZ,gBAAC,IAAD,CACEV,MAAOL,EAAKkB,gBACZX,YAAaP,EAAKmB,sBAClBC,YAAapB,EAAKqB","file":"component---src-pages-technology-integrations-tsx-ca57e9cc48e06ca5f230.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":""}