{"version":3,"sources":["webpack:///./src/components/home/OverviewBanner.jsx","webpack:///./src/components/home/FeaturesPreview.jsx","webpack:///./src/components/home/UserTestimonial.jsx","webpack:///./src/components/home/TestimonialSection.jsx","webpack:///./src/pages/index.jsx"],"names":["OverviewBanner","className","href","src","placeholder","alt","FeaturesPreview","data","map","featurePreview","key","id","title","subtitle","description","require","imageName","UserTestimonial","userTitle","company","dangerouslySetInnerHTML","__html","testimonial","TestimonialSection","console","log","settings","dots","infinite","speed","slidesToShow","slidesToScroll","mobileSettings","arrows","userTestimonial","Home","featuresPreviewData","allFeaturesPreviewJson","nodes","userTestimonialData","allUserTestimonialsJson","Layout"],"mappings":"mhCAkCeA,EA9BQ,WACrB,OACE,yBAAKC,UAAU,2DACb,yBAAKA,UAAU,8CAA4C,4CAG3D,yBAAKA,UAAU,4BAA0B,uHAIzC,uBAAGC,KAAK,0CACN,kBAAC,IAAa,sBAEhB,kBAAC,IAAW,CACVD,UAAU,2BACVE,IAAI,uCACJC,YAAY,UACZC,IAAI,SAAQ,wBAEd,kBAAC,IAAW,CACVJ,UAAU,4BACVE,IAAI,8CACJE,IAAI,SAAQ,wBAEd,uBAAGH,KAAK,0CACN,kBAAC,IAAa,uBCKPI,EAhCS,SAAH,GAAkB,IAAZC,EAAI,EAAJA,KACzB,OACE,yBAAKN,UAAU,iDACZM,EAAKC,KAAI,SAACC,GAAc,OACvB,yBACEC,IAAKD,EAAeE,GACpBV,UAAU,0GAEV,yBAAKA,UAAU,uCACb,0BAAMA,UAAU,kDACbQ,EAAeG,OAElB,wBAAIX,UAAU,yCACXQ,EAAeI,UAElB,uBAAGZ,UAAU,mCACVQ,EAAeK,cAGpB,yBAAKb,UAAU,SACf,yBAAKA,UAAU,uBACb,yBACEE,IAAKY,UAAQ,KAAgBN,EAAeO,UAAS,QACrDX,IAAI,2B,qBCLHY,G,oBAlBS,SAAH,GAAkB,IAAZV,EAAI,EAAJA,KACzB,OACE,yBAAKN,UAAU,8IACb,yBAAKA,UAAU,qDACb,yBAAKA,UAAU,gCACb,yBAAKA,UAAU,uDACZM,EAAKW,WAER,yBAAKjB,UAAU,8CACZM,EAAKY,WAIZ,yBAAKC,wBAAyB,CAAEC,OAAQd,EAAKe,kBCgCpCC,EAzCY,SAAH,GAAkB,IAAZhB,EAAI,EAAJA,KAC5BiB,QAAQC,IAAIlB,GACZ,IAAMmB,EAAW,CACfC,MAAM,EACNC,UAAU,EACVC,MAAO,IACPC,aAAc,EACdC,eAAgB,GAEZC,EAAiB,CACrBC,QAAQ,EACRN,MAAM,EACNC,UAAU,EACVC,MAAO,IACPC,aAAc,EACdC,eAAgB,GAGlB,OACE,yBAAK9B,UAAU,+DACb,yBAAKA,UAAU,wCAAsC,kCAGrD,yBAAKA,UAAU,mBACb,kBAAC,IAAWyB,EACTnB,EAAKC,KAAI,SAAC0B,GAAe,OACxB,kBAAC,EAAe,CAACxB,IAAKwB,EAAgBvB,GAAIJ,KAAM2B,SAItD,yBAAKjC,UAAU,aACb,kBAAC,IAAW+B,EACTzB,EAAKC,KAAI,SAAC0B,GAAe,OACxB,kBAAC,EAAe,CAACxB,IAAKwB,EAAgBvB,GAAIJ,KAAM2B,WCY7CC,UA3CF,SAAH,GAAkB,IAAZ5B,EAAI,EAAJA,KACR6B,EAAsB7B,EAAK8B,uBAAuBC,MAClDC,EAAsBhC,EAAKiC,wBAAwBF,MAEzD,OACE,kBAACG,EAAA,EAAM,KACL,kBAAC,EAAc,MACf,kBAAC,EAAkB,CAAClC,KAAMgC,IAC1B,kBAAC,EAAe,CAAChC,KAAM6B,IACvB,yBAAKnC,UAAU,4EACb,wBAAIA,UAAU,wCAAsC,sCAGpD,uBAAGC,KAAK,0CACN,kBAAC,IAAe,0B","file":"component---src-pages-index-jsx-e4a09134ece6eddb272d.js","sourcesContent":["import React from \"react\"\nimport { PrimaryButton } from \"../Button\"\nimport { StaticImage } from \"gatsby-plugin-image\"\n\nconst OverviewBanner = () => {\n return (\n
\n
\n Focus on people and build the best teams\n
\n
\n An efficient and cost effective resource planning tool that builds and\n manages the optimal teams for your projects.\n
\n \n Try for free\n \n \n \n \n Sign up now\n \n
\n )\n}\nexport default OverviewBanner\n","import React from \"react\"\n\nconst FeaturesPreview = ({ data }) => {\n return (\n
\n {data.map((featurePreview) => (\n \n
\n \n {featurePreview.title}\n \n

\n {featurePreview.subtitle}\n

\n

\n {featurePreview.description}\n

\n
\n
\n
\n \n
\n
\n ))}\n
\n )\n}\n\nexport default FeaturesPreview\n","import React from \"react\"\n\nconst UserTestimonial = ({ data }) => {\n return (\n
\n
\n
\n
\n {data.userTitle}\n
\n
\n {data.company}\n
\n
\n
\n
\n
\n )\n}\n\nexport default UserTestimonial\n","import React from \"react\"\nimport Slider from \"react-slick\"\nimport \"slick-carousel/slick/slick.css\"\nimport \"slick-carousel/slick/slick-theme.css\"\nimport UserTestimonial from \"./UserTestimonial\"\n\nconst TestimonialSection = ({ data }) => {\n console.log(data)\n const settings = {\n dots: true,\n infinite: true,\n speed: 500,\n slidesToShow: 1,\n slidesToScroll: 1,\n }\n const mobileSettings = {\n arrows: false,\n dots: true,\n infinite: true,\n speed: 500,\n slidesToShow: 1,\n slidesToScroll: 1,\n }\n\n return (\n
\n
\n Hear from our very first users\n
\n
\n \n {data.map((userTestimonial) => (\n \n ))}\n \n
\n
\n \n {data.map((userTestimonial) => (\n \n ))}\n \n
\n
\n )\n}\n\nexport default TestimonialSection\n","import React from \"react\"\nimport { graphql } from \"gatsby\"\nimport Layout from \"../components/layout/Layout\"\nimport OverviewBanner from \"../components/home/OverviewBanner\"\nimport FeaturesPreview from \"../components/home/FeaturesPreview\"\nimport TestimonialSection from \"../components/home/TestimonialSection\"\nimport { SecondaryButton } from \"../components/Button\"\n\nconst Home = ({ data }) => {\n const featuresPreviewData = data.allFeaturesPreviewJson.nodes\n const userTestimonialData = data.allUserTestimonialsJson.nodes\n\n return (\n \n \n \n \n
\n

\n Build the best teams with Baseline\n

\n \n Try for free\n \n
\n
\n )\n}\n\nexport const query = graphql`\n query HomeQuery {\n allFeaturesPreviewJson {\n nodes {\n id\n title\n subtitle\n description\n imageName\n }\n }\n allUserTestimonialsJson {\n nodes {\n id\n userTitle\n company\n testimonial\n }\n }\n }\n`\n\nexport default Home\n"],"sourceRoot":""}