{"version":3,"sources":["webpack:///./src/pages/index.tsx"],"names":["HomePage","title","className","stackable","columns","Column","width","bookIndex","isNew","HOME_SECTIONS","map","buttonSection","as","sectionTitle","buttons","button","href","subtitle"],"mappings":"kHAAA,8HAgDeA,UArCE,kBACf,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,SAEX,kBAAC,IAAD,CAAMC,UAAU,YAAYC,WAAS,EAACC,QAAS,GAG7C,kBAAC,IAAKC,OAAN,CAAaC,MAAO,GAClB,kBAAC,IAAD,CAAMC,UAAW,EAAGC,OAAK,KAG3B,kBAAC,IAAKH,OAAN,CAAaC,MAAO,GAElB,yBAAKJ,UAAU,WACZO,IAAcC,KAAI,SAAAC,GAAa,OAC9B,oCACE,kBAAC,IAAD,CAAQC,GAAG,MAAMD,EAAcE,cAC9BF,EAAcG,QAAQJ,KAAI,SAAAK,GAAM,OAC/B,oCACE,kBAAC,IAAD,CAAQC,KAAMD,EAAOC,MAClBD,EAAOd,MACPc,EAAOE,UAAY,8BAAOF,EAAOE,WAEpC","file":"component---src-pages-index-tsx-a7f2af3cce373cd78c4e.js","sourcesContent":["import React from 'react'\nimport { HOME_SECTIONS } from '../lib/constants'\n\nimport { Grid, Header } from 'semantic-ui-react'\nimport SEO from '../components/seo'\nimport Layout from '../components/layout'\nimport Book from '../components/book'\nimport Button from '../components/button'\n\nimport './home.css'\n\nconst HomePage = () => (\n \n \n\n \n\n\n \n \n \n\n \n\n
\n {HOME_SECTIONS.map(buttonSection => (\n <>\n
{buttonSection.sectionTitle}
\n {buttonSection.buttons.map(button => (\n <>\n \n
\n \n ))}\n \n ))}\n
\n\n
\n\n
\n\n
\n)\n\nexport default HomePage\n"],"sourceRoot":""}