{"version":3,"file":"component---src-pages-index-js-3a45cd4d4e4ca39e1ce9.js","mappings":"mPAqBA,EAhBY,SAAC,GAAD,IAAGA,EAAH,EAAGA,MAAOC,EAAV,EAAUA,MAAOC,EAAjB,EAAiBA,QAAjB,OACV,gBAAC,IAAD,CAAWC,KAAK,OAAOC,MAAM,UAC1BJ,GACC,gBAAC,EAAAK,EAAD,CAAaC,UCPA,2BDOyBC,IAAKN,EAAOD,MAAOA,IAE3D,0BAAKC,GACJC,GACC,uBACEM,wBAAyB,CACvBC,OAAQP,O,4DEAlB,EAVa,SAAC,GAAwC,IAAtCQ,EAAqC,EAArCA,KAAMT,EAA+B,EAA/BA,MAAOU,EAAwB,EAAxBA,YAAaC,EAAW,EAAXA,KACxC,OACE,qBAAGF,KAAMA,EAAMJ,UCLD,4BDMZ,gBAAC,IAAD,CAAMM,KAAMA,EAAMT,KAAK,QAAQU,MAAM,cACrC,sBAAIP,UCNS,6BDMiBL,GAC7BU,GAAe,2BAAMA,KEyC5B,EA3CwB,SAAC,GAAkB,IAAhBG,EAAe,EAAfA,SACzB,OAAKA,GACAC,MAAMC,QAAQF,GAGjB,2BAASR,UCVU,6CDWjB,gBAAC,IAAD,KACE,sBAAIA,UCTO,yCDSX,YACA,sBAAIA,UCZM,wCDaPQ,EACEG,MAAK,SAACC,EAAGC,GAAJ,OAAUD,EAAEE,MAAQD,EAAEC,SAC3BC,KAAI,SAACC,EAASC,GACb,OACE,sBAAIC,IAAKF,EAAQG,KAAMnB,UChBjB,4CDiBJ,gBAAC,IAAD,CACEoB,UAAU,oBACVC,MAAO,IAAMJ,EACbK,aAAW,GAEX,gBAAC,EAAD,CACElB,KAAI,aAAeY,EAAQG,KAC3BxB,MAAOqB,EAAQO,KACfjB,KAAMU,EAAQV,aAO5B,uBAAKN,UCnCO,0CDoCV,gBAAC,IAAD,CACEoB,UAAU,kBACVI,SAAS,IACTF,aAAW,GAEX,gBAAC,IAAD,CAAQlB,KAAK,cAAb,wBAlCY,MEClBqB,EAAAA,SAAAA,GAAAA,SAAAA,IAAAA,OAAAA,EAAAA,MAAAA,KAAAA,YAAAA,KAqCH,OArCGA,EAAAA,EAAAA,GAAAA,EAAAA,GAAAA,EAAAA,UACJC,OAAA,WACE,IAAMC,EAAOC,GAAAA,CAAIC,KAAM,6BACjBC,EAASF,GAAAA,CAAIC,KAAM,+BACnBrB,EAAWoB,GAAAA,CAAIC,KAAM,yCAE3B,OACE,gBAAC,IAAD,CACEE,SAAUF,KAAKG,MAAMD,SACrBpC,MAAOgC,EAAKhC,MACZU,YAAasB,EAAKM,SAASA,SAC3BvC,MAAOiC,EAAKO,UAAUC,KAEtB,gBAAC,IAAD,CACExC,MAAOgC,EAAKhC,MACZyC,WAAYT,EAAKM,SAASA,SAC1BvC,MAAOiC,EAAKO,UAAUC,IACtBE,OAAQ,CACNC,KAAM,aACNlC,KAAM,cAGV,gBAAC,EAAD,CAAiBI,SAAUA,IAC3B,gBAAC,EAAD,CACEd,MAAOoC,EAAOS,aAAaC,gBAC3B7C,MAAOmC,EAAOP,KACd3B,QAASkC,EAAOW,IAAIC,oBAAoBC,OAEzChB,EAAKiB,aACJ,gBAAC,IAAD,CACEC,OAAQlB,EAAKiB,YAAYC,OACzBC,SAAUnB,EAAKiB,YAAYE,SAC3BlD,QAAS+B,EAAKiB,YAAYG,OAAOL,oBAAoBC,SAK9D,EArCGlB,CAAkBuB,EAAAA,WAwCxB","sources":["webpack://maternity-international/./src/components/bio.js","webpack://maternity-international/./src/components/bio.module.css","webpack://maternity-international/./src/components/tile.js","webpack://maternity-international/./src/components/tile.module.css","webpack://maternity-international/./src/sections/services-preview.js","webpack://maternity-international/./src/sections/services-preview.module.css","webpack://maternity-international/./src/pages/index.js"],"sourcesContent":["import { GatsbyImage } from \"gatsby-plugin-image\"\nimport React from \"react\"\nimport * as styles from \"./bio.module.css\"\nimport Container from \"./container\"\n\nconst Bio = ({ image, title, content }) => (\n \n {image && (\n \n )}\n

{title}

\n {content && (\n \n )}\n
\n)\n\nexport default Bio\n","// extracted by mini-css-extract-plugin\nexport var image = \"bio-module--image--9mwUx\";","import React from \"react\"\nimport Icon from \"./icon\"\nimport * as styles from \"./tile.module.css\"\n\nconst Tile = ({ href, title, description, icon }) => {\n return (\n \n \n

{title}

\n {description &&
{description}
}\n
\n )\n}\n\nexport default Tile\n","// extracted by mini-css-extract-plugin\nexport var tile = \"tile-module--tile--YfRky\";\nexport var title = \"tile-module--title--HL9Wx\";","import React from \"react\"\nimport { AnimationOnScroll } from \"react-animation-on-scroll\"\nimport Button from \"../components/button\"\nimport Container from \"../components/container\"\nimport Tile from \"../components/tile\"\nimport * as styles from \"./services-preview.module.css\"\n\nconst ServicesPreview = ({ services }) => {\n if (!services) return null\n if (!Array.isArray(services)) return null\n\n return (\n
\n \n

Services

\n \n
\n \n \n \n
\n
\n
\n )\n}\n\nexport default ServicesPreview\n","// extracted by mini-css-extract-plugin\nexport var button = \"services-preview-module--button--jW9J3\";\nexport var container = \"services-preview-module--container--tC-Us\";\nexport var list = \"services-preview-module--list--2SLml\";\nexport var listItem = \"services-preview-module--listItem--aopKX\";\nexport var title = \"services-preview-module--title--KwIWz\";","import { graphql } from \"gatsby\"\nimport get from \"lodash/get\"\nimport React from \"react\"\nimport Bio from \"../components/bio\"\nimport Hero from \"../components/hero\"\nimport Layout from \"../components/layout\"\nimport Testimonial from \"../components/testimonial\"\nimport ServicesPreview from \"../sections/services-preview\"\n\nclass RootIndex extends React.Component {\n render() {\n const page = get(this, \"props.data.contentfulPage\")\n const person = get(this, \"props.data.contentfulPerson\")\n const services = get(this, \"props.data.allContentfulService.nodes\")\n\n return (\n \n \n \n \n {page.testimonial && (\n \n )}\n \n )\n }\n}\n\nexport default RootIndex\n\nexport const pageQuery = graphql`\n query HomeQuery {\n contentfulPage(slug: { eq: \"index\" }) {\n title\n heroImage {\n url\n }\n leadText {\n leadText\n }\n testimonial {\n author\n jobTitle\n review {\n childMarkdownRemark {\n html\n }\n }\n }\n }\n contentfulPerson(name: { glob: \"*Phoebe Pallotti*\" }) {\n name\n bio {\n childMarkdownRemark {\n html\n }\n }\n profileImage {\n gatsbyImageData(aspectRatio: 1, width: 350, placeholder: BLURRED)\n }\n }\n allContentfulService(limit: 4) {\n nodes {\n name\n icon\n slug\n order\n }\n }\n }\n`\n"],"names":["image","title","content","size","align","G","className","alt","dangerouslySetInnerHTML","__html","href","description","icon","color","services","Array","isArray","sort","a","b","order","map","service","index","key","slug","animateIn","delay","animateOnce","name","duration","RootIndex","render","page","get","this","person","location","props","leadText","heroImage","url","subheading","button","text","profileImage","gatsbyImageData","bio","childMarkdownRemark","html","testimonial","author","jobTitle","review","React"],"sourceRoot":""}