{"version":3,"sources":["partials/taste/styles.module.scss","assets/images/symbol.png","assets/images/symbol.webp","partials/taste/index.js"],"names":["module","exports","TasteSection","props","_jsx","Wrapper","className","children","_jsxs","SectionWithImage","styles","section","leftColumn","srcSet","imageWebp","type","image","src","alt","rightColumn","content","Font","color","DownloadButton","footerContainer","Footer"],"mappings":"kFACAA,EAAOC,QAAU,CAAC,QAAU,wBAAwB,WAAa,2BAA2B,MAAQ,sBAAsB,YAAc,4BAA4B,WAAa,2BAA2B,gBAAkB,gC,yDCD/M,MAA0B,mCCA1B,MAA0B,oC,wBCsC1BC,UAhCMC,GAEjBC,cAACC,IAAO,CAACC,UAAWH,EAAMG,UAAUC,SAClCC,eAACC,IAAgB,CAACH,UAAWI,IAAOC,QAAQJ,SAAA,CAC1CH,cAAA,OAAKE,UAAWI,IAAOE,WAAWL,SAChCC,eAAA,WAAAD,SAAA,CACEH,cAAA,UAAQS,OAAQC,EAAWC,KAAK,eAChCX,cAAA,UAAQS,OAAQG,EAAOD,KAAK,eAC5BX,cAAA,OAAKE,UAAWI,IAAOM,MAAOC,IAAKD,EAAOE,IAAI,gBAGlDd,cAAA,OAAKE,UAAWI,IAAOS,YAAYZ,SACjCC,eAAA,OAAKF,UAAWI,IAAOU,QAAQb,SAAA,CAC7BH,cAACiB,IAAI,CAACN,KAAK,UAAUO,MAAM,YAAWf,SAAC,cAGvCH,cAACiB,IAAI,CAACf,UAAU,QAAQS,KAAK,UAASR,SAAC,YAIvCH,cAACmB,IAAc,IAEfnB,cAAA,OAAKE,UAAWI,IAAOc,gBAAgBjB,SACrCH,cAACqB,IAAM,e","file":"static/js/9.82bd4132.chunk.js","sourcesContent":["// extracted by mini-css-extract-plugin\nmodule.exports = {\"section\":\"styles_section__13JDa\",\"leftColumn\":\"styles_leftColumn__8tYHA\",\"image\":\"styles_image__GFGU3\",\"rightColumn\":\"styles_rightColumn__F8L3q\",\"inputColor\":\"styles_inputColor__3O80h\",\"footerContainer\":\"styles_footerContainer__1DnIa\"};","export default __webpack_public_path__ + \"static/media/symbol.8478e2e1.png\";","export default __webpack_public_path__ + \"static/media/symbol.ed9c6259.webp\";","import React from 'react'\nimport { DownloadButton, SectionWithImage, Font, Wrapper, Footer } from 'components'\nimport image from 'assets/images/symbol.png'\nimport imageWebp from 'assets/images/symbol.webp'\nimport styles from './styles.module.scss'\n\nconst TasteSection = props => {\n  return (\n    <Wrapper className={props.className}>\n      <SectionWithImage className={styles.section}>\n        <div className={styles.leftColumn}>\n          <picture>\n            <source srcSet={imageWebp} type=\"image/webp\" />\n            <source srcSet={image} type=\"image/jpeg\" /> \n            <img className={styles.image} src={image} alt=\"symbol\" />\n          </picture>\n        </div>\n        <div className={styles.rightColumn}>\n          <div className={styles.content}>\n            <Font type=\"heading\" color=\"secondary\">\n              taste new\n            </Font>\n            <Font className=\"mb-52\" type=\"heading\">\n              flavors\n            </Font>\n\n            <DownloadButton />\n\n            <div className={styles.footerContainer}>\n              <Footer />\n            </div>\n          </div>\n        </div>\n      </SectionWithImage>\n    </Wrapper>\n  )\n}\n\nexport default TasteSection\n"],"sourceRoot":""}