{"version":3,"sources":["webpack:///./src/pages/self-serve.tsx"],"names":["SelfServePage","_ref","_data$prismicSelfServ","data","page","prismicSelfServePage","Error","React","TryNowPageInner","prismicData"],"mappings":"4FACA,2EAqCe,SAASA,EAAaC,GAAkB,IAAAC,EAAA,IAAjB,KAAEC,GAAaF,EACnD,MAAMG,EAAgC,QAA5BF,EAAGC,EAAKE,4BAAoB,IAAAH,OAAA,EAAzBA,EAA2BC,KACxC,IAAKC,EAAM,MAAM,IAAIE,MAAM,gBAE3B,OACEC,gBAACC,IAAe,CACdC,YAAaL","file":"component---src-pages-self-serve-tsx-34651e678328652de160.js","sourcesContent":["import { graphql } from \"gatsby\";\nimport * as React from \"react\";\nimport { TryNowPageInner } from \"../components\";\n\ntype Props = {\n data: GatsbyTypes.SelfServePageQuery;\n};\n\nexport const query = graphql`\n query SelfServePage {\n prismicSelfServePage {\n data {\n hero_title\n hero_content {\n raw\n }\n\n step_1_name\n step_2_name\n success_message {\n raw\n }\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 SelfServePage({ data }: Props) {\n const page = data.prismicSelfServePage?.data;\n if (!page) throw new Error(\"page missing\");\n\n return (\n \n );\n}\n"],"sourceRoot":""}