{"version":3,"sources":["webpack:///./src/pages/neslihan-omur.js"],"names":["Story1","story","data","allContentfulStory1","nodes","charSet","rel","href","className","map","stry","title","date","headerText","showArrows","showStatus","showIndicators","infiniteLoop","autoPlay","showThumbs","carousel","image","key","id","src","fluid","alt","textMain1","rightImage","textMain2","leftImage","textMain3","dangerouslySetInnerHTML","__html","video1","childMarkdownRemark","html","textMain4","video2","textMain5","textMain6"],"mappings":"8FAAA,0FAwLeA,UA3KA,SAAC,GAAc,IAEYC,EAFb,EAAXC,KAENC,oBAAuBC,MAE/B,OACI,kBAAC,IAAD,KACI,kBAAC,IAAD,KACI,0BAAMC,QAAQ,UACd,4DACA,0BAAMC,IAAI,YAAYC,KAAK,yCAE/B,yBAAKC,UAAU,kBACVP,EAAMQ,KAAI,SAACC,GACR,OACI,0BAAMF,UAAU,eACZ,yBAAKA,UAAU,iBACX,4BAAI,2BAAIE,EAAKC,QACb,2BAAID,EAAKE,MACT,4BAAKF,EAAKG,WAAWA,aAEzB,yBAAKL,UAAU,qBAEX,yBAAKA,UAAU,mBAEX,kBAAC,WAAD,CAAUM,YAAY,EAClBC,YAAY,EACZC,gBAAgB,EAChBC,cAAc,EACdC,UAAU,EACVC,YAAY,EACZX,UAAU,sBAETE,EAAKU,SAASX,KAAI,SAAAY,GACf,OACI,yBAAKC,IAAKD,EAAME,GACZC,IAAKH,EAAMI,MAAMD,IACjBE,IAAKL,EAAMV,MAGXH,UAAU,6BAO9B,yBAAKA,UAAU,mBACX,2BACKE,EAAKiB,UAAUA,YAGxB,yBAAKnB,UAAU,2BACX,yBAAKA,UAAU,mBACX,yBAAKA,UAAU,OAAOgB,IAAKd,EAAKkB,WAAWH,MAAMD,IAAKE,IAAKhB,EAAKa,MAEpE,2BACKb,EAAKmB,UAAUA,YAGxB,yBAAKrB,UAAU,2BACX,yBAAKA,UAAU,qBACX,yBAAKA,UAAU,OAAOgB,IAAKd,EAAKoB,UAAUL,MAAMD,IAAKE,IAAKhB,EAAKa,MAEnE,yBAAKf,UAAU,qBACX,2BACKE,EAAKqB,UAAUA,aAI5B,yBAAKvB,UAAU,2BACX,yBAAKA,UAAU,mBACX,yBAAKwB,wBAAyB,CAAEC,OAAQvB,EAAKwB,OAAOC,oBAAoBC,MAAS5B,UAAU,UAO/F,2BACKE,EAAK2B,UAAUA,YAGxB,yBAAK7B,UAAU,2BACX,yBAAKA,UAAU,qBACX,yBAAKwB,wBAAyB,CAAEC,OAAQvB,EAAK4B,OAAOH,oBAAoBC,MAAS5B,UAAU,WAUnG,yBAAKA,UAAU,mBACX,2BACKE,EAAK6B,UAAUA,WAChB,2BACC7B,EAAK8B,UAAUA,qB","file":"component---src-pages-neslihan-omur-js-4ba40073c0773966914b.js","sourcesContent":["import React from 'react'\nimport Layout from '../components/layout'\nimport { graphql } from 'gatsby'\nimport { Carousel } from 'react-responsive-carousel';\n// import story1Style from '../components/styles/story1/story1.module.css'\n// import '../components/styles/story1/story1carousel.module.css'\nimport 'react-responsive-carousel/lib/styles/carousel.min.css'\n// import story1Style from '../components/styles/story1/story12.css'\nimport '../components/styles/story1/story12.css'\nimport Helmet from 'react-helmet'\n\n\n\nconst Story1 = ({ data }) => {\n\n const { allContentfulStory1: { nodes: story },\n } = data\n return (\n \n \n \n Neslihan & Ömür - Neferka\n \n \n
\n {story.map((stry) => {\n return (\n \n
\n

{stry.title}

\n

{stry.date}

\n

{stry.headerText.headerText}

\n
\n
\n {/*
*/}\n
\n {/*
*/}\n \n {stry.carousel.map(image => {\n return (\n {image.title}\n\n )\n })}\n \n {/*
*/}\n
\n
\n

\n {stry.textMain1.textMain1}\n

\n
\n
\n
\n {stry.id}\n
\n

\n {stry.textMain2.textMain2}\n

\n
\n
\n
\n {stry.id}\n
\n
\n

\n {stry.textMain3.textMain3}\n

\n
\n
\n
\n
\n
\n
\n

\n {stry.textMain4.textMain4}\n

\n
\n
\n
\n
\n {/* {stry.id} */}\n
\n\n
\n
\n

\n {stry.textMain5.textMain5}\n

\n {stry.textMain6.textMain6}\n

\n
\n {/*
*/}\n
\n \n )\n })}\n
\n
\n )\n}\n\n\nexport const query = graphql`\n {\n allContentfulStory1 {\n nodes {\n carousel {\n fluid {\n src\n }\n }\n date\n id\n headerText {\n headerText\n }\n leftImage {\n fluid {\n src\n }\n }\n textMain1 {\n textMain1\n }\n textMain2 {\n textMain2\n }\n textMain3 {\n textMain3\n }\n textMain4 {\n textMain4\n }\n textMain5 {\n textMain5\n }\n textMain6 {\n textMain6\n } \n rightImage {\n fluid {\n src\n }\n }\n title\n video1 {\n childMarkdownRemark {\n html\n }\n }\n video2 {\n childMarkdownRemark {\n html\n }\n }\n }\n }\n\n }\n `\n\nexport default Story1\n"],"sourceRoot":""}