{"version":3,"file":"component---src-pages-en-blog-js-9741b4453dc25114218d.js","mappings":"mMAmDA,UA5CoBA,IAClB,MAAMC,GAAOC,EAAAA,EAAAA,gBAAe,cA2B5B,OACEC,EAAAA,cAACC,EAAAA,EAAM,CACPC,KAAK,QACLC,WAAW,UACXC,QAAQ,EACRC,MAAM,QACJL,EAAAA,cAACM,EAAAA,EAAG,CACFD,MAAM,8BACNE,YAAa,kHAEdP,EAAAA,cAACQ,EAAAA,EAAI,CAACN,KAAK,QAAQO,MAAOX,EAAKY,6BAA6BC,MAAOC,UAAWd,EAAKe,0BAA0BF,QAC7GX,EAAAA,cAACc,EAAAA,EAAkB,CAACZ,KAAK,UACnB,C","sources":["webpack://attractif-website/./src/pages/en/blog.js"],"sourcesContent":["import React from \"react\";\nimport {graphql, useStaticQuery} from 'gatsby';\nimport Blog from '../../layouts/Blog/';\nimport Layout from \"../../components/layout\";\nimport Seo from \"../../components/seo\";\nimport HomeContentSection from '../../layouts/Home/HomeContentSection';\n\nconst BlogPageEn = (props) => {\n const data = useStaticQuery(graphql`\n query BlogPostEn {\n allContentfulArticleDeBlogue(filter: {node_locale: {eq: \"en-CA\"}}) {\n edges {\n node {\n title\n createdAt(locale: \"en\", formatString: \"MMMM Do YYYY\")\n excerpt\n slug\n postTypes {\n name\n }\n headerImg {\n gatsbyImageData(layout: CONSTRAINED)\n }\n }\n }\n }\n allContentfulTypeDarticle(sort: {fields: name, order: ASC}, filter: {node_locale: {eq: \"en-CA\"}}) {\n edges {\n node {\n name\n }\n }\n }\n }\n `)\n return (\n \n \n \n \n \n )\n}\n\nexport default BlogPageEn"],"names":["props","data","useStaticQuery","React","Layout","lang","switchLink","slider","title","Seo","description","Blog","posts","allContentfulArticleDeBlogue","edges","postTypes","allContentfulTypeDarticle","HomeContentSection"],"sourceRoot":""}