{"version":3,"sources":["webpack:///./ClientApp/components/Pages/Newsletter/Newsletter.tsx","webpack:///./ClientApp/content/lap-of-love-newsletter.jpg"],"names":["Newsletter","url","content","href","target","title","imageSrc","require","text","buttonText","btnPath","onBtnClick","arg","win","window","open","focus","to","imageAlt","withSeo","state","newsletterPage","module","exports"],"mappings":"sWAMMA,EAAuB,WAC5B,IAAMC,EAAM,oEAENC,EAAU,mkBAMI,qBAAGC,KAAMF,EAAKG,OAAO,UAArB,kBANJ,2DAehB,OACC,2BACC,gBAAC,IAAD,CACCC,MAAM,+BACNC,SAAUC,EAAQ,KAClBC,KAAK,IACLC,WAAW,YACXC,QAAST,EACTU,WAbkB,SAACC,GACrB,IAAMC,EAAMC,OAAOC,KAAKH,EAAK,UAC7BC,GAAOA,EAAIG,SAYTC,GAAG,cACHC,SAAS,2BAEV,gBAAC,IAAD,CACCb,MAAM,iCACNG,KAAMN,M,EAMKiB,YAAQnB,GAAY,SAAAoB,GAAK,OAAIA,EAAMC,iBAAgB,iBAAkB,cAArE,a,6FAtCTrB,E,mXCNNsB,EAAOC,QAAU,IAA0B","file":"chunks/NewsletterPage.chunk.4c373bd0a5119174f021.js","sourcesContent":["import * as React from 'react';\r\n\r\nimport Musthead from '@app/components/UI/MustHead/Musthead';\r\nimport RichText from '@app/components/UI/RichText/RichText';\r\nimport withSeo from '@app/components/LocalCommon/HigherOrderComponents/WithSeo';\r\n\r\nconst Newsletter: React.FC = () => {\r\n\tconst url = 'https://info.lapoflove.com/en/senior-pet-digest-subscription-page';\r\n\r\n\tconst content = <>\r\n\t\tSenior Pet Digest is Lap of Love’s monthly e-newsletter that delivers helpful articles directly to\r\n\t\tyour inbox. Whether you are struggling with your pet’s recent medical diagnosis, have questions about\r\n\t\teuthanasia, or are looking for helpful tips to keep your senior pet healthy and happy, our newsletter will\r\n\t\tprovide valuable insight. Each issue contains articles and resources related to senior pet care, common pet\r\n\t\tdiseases, in-home euthanasia, end-of-life care, and pet loss support that will help you better care for your\r\n\t\tbeloved companion. Subscribe here to ensure you don’t miss out on this helpful\r\n\t\tresource.\r\n\t>;\r\n\r\n\tconst openInNewTab = (arg) => {\r\n\t\tconst win = window.open(arg, '_blank');\r\n\t\twin && win.focus();\r\n\t};\r\n\r\n\treturn (\r\n\t\t