{"version":3,"file":"component---src-pages-agency-privacy-policy-js-6fe0b0112418fcb20e27.js","mappings":"wLAgCA,UA1BsBA,IAAyB,IAAxB,SAAEC,EAAQ,KAAEC,GAAMF,EAEvC,OACEG,EAAAA,cAACC,EAAAA,EAAM,CACLC,OAAO,OACPJ,SAAUA,EACVK,aAAa,UAEbH,EAAAA,cAACI,EAAAA,EAAG,CAACC,MAAM,qCACXL,EAAAA,cAAA,OAAKM,UAAU,2BACbN,EAAAA,cAAA,OAAKM,UAAU,SACbN,EAAAA,cAACO,EAAAA,GAAY,CAACC,MAAOT,EAAKU,wBAAwBC,aAG/C,C","sources":["webpack://gatsby-starter-default/./src/pages/agency/privacy-policy.js"],"sourcesContent":["import { graphql } from \"gatsby\"\nimport * as React from \"react\"\nimport Layout from \"../../components/layout\"\nimport Seo from \"../../components/seo\"\nimport { PortableText } from \"@portabletext/react\"\n\nconst PrivacyPolicy = ({ location, data }) => {\n\n return (\n \n \n
\n
\n \n
\n
\n
\n )\n}\n\nexport const query = graphql`\n {\n sanityPrivacyPolicyPage {\n _rawCopy\n }\n }\n`\n\nexport default PrivacyPolicy"],"names":["_ref","location","data","React","Layout","scheme","pageCategory","Seo","title","className","PortableText","value","sanityPrivacyPolicyPage","_rawCopy"],"sourceRoot":""}