{"version":3,"sources":["webpack:///./src/pages/privacy.jsx","webpack:///./src/components/HeaderExpanded/HeaderExpanded.jsx"],"names":["Privacy","useEffect","window","scrollTo","name","content","title","className","sm","HeaderExpanded","props","image","backgroundImageStyle","backgroundImage","backgroundSize","backgroundPosition","backgroundRepeat","Header","noGutters","xs","md","fluid","style"],"mappings":"8FAAA,wGA+CeA,UAzCf,WAKE,OAJAC,qBAAU,WACRC,OAAOC,SAAS,EAAG,KAClB,IAGD,oCAEE,kBAAC,IAAD,KACE,qDACA,0BAAMC,KAAK,cAAcC,QAAQ,6BAEnC,kBAAC,IAAD,CAAgBC,MAAO,mBACvB,kBAAC,IAAD,CAAWC,UAAU,QACnB,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,GAAI,GACP,8GAIA,4BACE,oCACA,oDAEF,qQAMA,6J,2GCpCZ,iFA2CeC,IAtCf,SAAwBC,GAAQ,IACtBC,EAAiBD,EAAjBC,MAAOL,EAAUI,EAAVJ,MAEXM,EAAuB,CACzBC,gBAAgB,OAAQF,EAAT,IACfG,eAAgB,QAChBC,mBAAoB,eACpBC,iBAAkB,aAGdC,EACJ,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,WAAS,GACZ,kBAAC,IAAD,CAAKC,GAAI,GAAIC,GAAI,EAAGb,UAAU,uCAC5B,4BAAQA,UAAU,4CAA4CD,MAMtE,OAAOK,EACL,kBAAC,IAAD,CACEU,OAAK,EACLd,UAAU,wEAEV,yBAAKe,MAAOV,EAAsBL,UAAU,6BAC3CU,GAGH,kBAAC,IAAD,CACEI,OAAK,EACLd,UAAU,kFAETU","file":"component---src-pages-privacy-jsx-d60e6e00576a7192fcf4.js","sourcesContent":["import React, { useEffect } from 'react';\nimport { Col, Container, Row } from 'react-bootstrap';\nimport HeaderExpanded from '../components/HeaderExpanded/HeaderExpanded';\nimport '../styles/privacy.scss';\nimport { Helmet } from 'react-helmet';\n\nfunction Privacy() {\n useEffect(() => {\n window.scrollTo(0, 0);\n }, []);\n\n return (\n <>\n {/* Add meta tags inside here. */}\n \n HortPlus | Privacy\n \n \n \n \n \n \n

\n We may collect personal information from you, including\n information about your:\n

\n
    \n
  • name
  • \n
  • contact information
  • \n
\n

\n We collect your personal information in order to: help provide a\n better online service You have the right to ask for a copy of any\n personal information we hold about you, and to ask for it to be\n corrected if you think it is wrong.\n

\n

\n If you'd like to ask for a copy of your information, or to have it\n corrected, please contact us at support@hortplus.com.\n

\n \n
\n
\n \n );\n}\n\nexport default Privacy;\n","import React from 'react';\nimport { Col, Container, Row } from 'react-bootstrap';\nimport './HeaderExpanded.scss';\nimport '../HomepageFrames/Frame.scss';\n\nfunction HeaderExpanded(props) {\n const { image, title } = props;\n\n var backgroundImageStyle = {\n backgroundImage: `url(${image})`,\n backgroundSize: 'cover',\n backgroundPosition: 'center right',\n backgroundRepeat: 'no-repeat'\n };\n\n const Header = (\n \n \n \n
{title}
\n \n
\n
\n );\n\n return image ? (\n \n
\n {Header}\n \n ) : (\n \n {Header}\n \n );\n}\n\nexport default HeaderExpanded;\n"],"sourceRoot":""}