{"version":3,"sources":["webpack:///./ClientApp/components/Pages/Services/Aftercare/Aftercare.tsx","webpack:///./ClientApp/components/Pages/Services/Aftercare/aftercareContent.tsx","webpack:///./ClientApp/content/aftercare.png"],"names":["Aftercare","React","questions","setQuestions","rest","get","then","res","list","className","title","imageSrc","require","text","aftercareMustheadText","quoteAuthor","imageAlt","aftercareEmbedText","aftercareRichText1","aftercareRichText2","btnText","clickUrl","items","path","name","active","withSeo","state","aftercarePage","to","module","exports"],"mappings":"o3CAqBMA,EAAY,WAAM,QACWC,WAA4B,IADvC,GAChBC,EADgB,KACLC,EADK,KAGvBF,aAAgB,WACfG,IAAKC,IAAqB,wBAAwBC,MAAK,SAAAC,GAAG,OAAIJ,EAAaI,EAAIC,WAC7E,IA0BH,OACC,uBAAKC,UAAU,0BACd,gBAAC,IAAD,CACCC,MAAM,wBACNC,SAAUC,EAAQ,KAClBC,KAAMC,IACNC,YAAY,oBACZC,SAAS,0BAEV,gBAAC,IAAD,CAAYH,KAAMI,MAClB,gBAAC,IAAD,CACCP,MAAM,2CACNG,KAAMK,MAEP,gBAAC,IAAD,CACCR,MAAM,gCACNG,KAAMM,MAEP,uBAAKV,UAAU,yBACd,uBAAKA,UAAU,iCACd,gBAAC,IAAD,CACCC,MAAM,oCACNU,QAAQ,eACRC,SAAS,SAEV,gBAAC,IAAD,CAAUnB,UAAWA,MAGvB,gBAAC,IAAD,CAAgBoB,MApDuB,CACxC,CACCC,KAAM,mCACNC,KAAM,sBAEP,CACCD,KAAM,mCACNC,KAAM,sBAEP,CACCD,KAAM,0BACNC,KAAM,YACNC,QAAQ,GAET,CACCF,KAAM,4BACNC,KAAM,eAEP,CACCD,KAAM,iCACNC,KAAM,yB,EA3BHxB,E,kEAgES0B,YAAQ1B,GAAW,SAAA2B,GAAK,OAAIA,EAAMC,gBAAe,gBAAiB,0BAAlE,a,6FAhET5B,E,4uBClBOc,EAAwB,mRAExBG,EAAqB,gCACjC,yNAIA,iDACsB,2BADtB,yBAEuB,2BAFvB,mBAKA,0HAKYC,EAAqB,gCACjC,+CACA,ibAOA,gDACA,gJAIA,yCACA,qNAGoB,gBAAC,UAAD,CAASW,GAAG,iCAAiCpB,UAAU,eAAvD,QAHpB,KAKA,gDACA,sVAQYU,EAAqB,gCACjC,sTAKA,0RAKA,kJ,6FAzDYL,E,uJAEAG,E,oJAeAC,E,oJA6BAC,E,+QCjDbW,EAAOC,QAAU,IAA0B","file":"chunks/AftercarePage.chunk.beb7c5130d0251d69976.js","sourcesContent":["import * as React from 'react';\r\n\r\nimport {List} from '@common/typescript/objects/List';\r\n\r\nimport Musthead from '@app/components/UI/MustHead/Musthead';\r\nimport LinkBlockSmall from '@app/components/UI/LinkBlock/LinkBlockSmall';\r\nimport {LinkBlockItemActive} from '@app/objects/LinkBlockItem';\r\nimport {\r\n\taftercareEmbedText,\r\n\taftercareMustheadText,\r\n\taftercareRichText1,\r\n\taftercareRichText2\r\n} from '@app/components/Pages/Services/Aftercare/aftercareContent';\r\nimport RichText from '@app/components/UI/RichText/RichText';\r\nimport FaqBlock from '@app/components/UI/FaqBlock/FaqBlock';\r\nimport VideoEmbed from '@app/components/UI/VideoEmbed/VideoEmbed';\r\nimport {Questions} from '@app/objects/Questions';\r\nimport {rest} from '@app/components/Api';\r\nimport FaqBlockHeaderSm from '@app/components/UI/FaqBlock/FaqBlockHeaderSm';\r\nimport withSeo from '@app/components/LocalCommon/HigherOrderComponents/WithSeo';\r\n\r\nconst Aftercare = () => {\r\n\tconst [questions, setQuestions] = React.useState([]);\r\n\r\n\tReact.useEffect(() => {\r\n\t\trest.get>('v1/faq/aftercarePage').then(res => setQuestions(res.list));\r\n\t}, []);\r\n\r\n\tconst linkItems: LinkBlockItemActive[] = [\r\n\t\t{\r\n\t\t\tpath: '/our-services/veterinary-hospice',\r\n\t\t\tname: 'Veterinary Hospice',\r\n\t\t},\r\n\t\t{\r\n\t\t\tpath: '/our-services/in-home-euthanasia',\r\n\t\t\tname: 'In-Home Euthanasia',\r\n\t\t},\r\n\t\t{\r\n\t\t\tpath: '/our-services/aftercare',\r\n\t\t\tname: 'Aftercare',\r\n\t\t\tactive: true,\r\n\t\t},\r\n\t\t{\r\n\t\t\tpath: '/our-services/telehospice',\r\n\t\t\tname: 'Telehospice',\r\n\t\t},\r\n\t\t{\r\n\t\t\tpath: '/our-services/pet-loss-support',\r\n\t\t\tname: 'Pet Loss Support',\r\n\t\t},\r\n\t];\r\n\r\n\treturn (\r\n\t\t
\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t
\r\n\t\t\t
\r\n\t\t\t\r\n\t\t
\r\n\t);\r\n};\r\n\r\nexport default withSeo(Aftercare, state => state.aftercarePage, 'aftercarePage', 'our-services/aftercare');","import * as React from 'react';\r\nimport {NavLink} from 'react-router-dom';\r\n\r\nexport const aftercareMustheadText = 'We opted for private cremation...Dr. Allie went over the options for engraving the urn, clipped a lock of hair from her favorite spot to be scratched and made a paw print impression for me to keep. Those little touches just help to show how much she cares about this work.';\r\n\r\nexport const aftercareEmbedText = <>\r\n\t

\r\n\t\tDeciding on the aftercare of your pet’s remains is very personal and a decision that only you\r\n\t\tcan make. There are three options available to choose from, which are further explained below:\r\n\t

\r\n\t

\r\n\t\t1.) Private cremation
\r\n\t\t2.) Communal cremation
\r\n\t\t3.) Home burial\r\n\t

\r\n\t

\r\n\t\tIf you select cremation, our veterinarians will lovingly transport your pet after they pass.\r\n\t

\r\n;\r\n\r\nexport const aftercareRichText1 = <>\r\n\t
Private Cremation
\r\n\t

\r\n\t\tWith this option, your pet will be privately cremated at a licensed crematory, hand-picked\r\n\t\tby our team. We choose our crematory based on a number of top-quality attributes. The final,\r\n\t\tand absolutely most important attribute is that our doctors would trust them with their own\r\n\t\tpet. Visit the page of your local Lap of Love veterinarian for more detailed information about\r\n\t\tthe delivery of your pet’s ashes.\r\n\t

\r\n\t
Communal Cremation
\r\n\t

\r\n\t\tYour pet will be cremated alongside other beloved pets and their ashes will be scattered together\r\n\t\tby the crematory.\r\n\t

\r\n\t
Home Burial
\r\n\t

\r\n\t\tIf you elect to bury your pet at home, make sure to check the local regulations in your area.\r\n\t\tOur veterinarians do not assist with burial preparations. See some tips\r\n\t\tabout home burials here.\r\n\t

\r\n\t
Additional Options
\r\n\t

\r\n\t\tIf the above choices don’t fit your family’s needs, you have another option. A traditional burial\r\n\t\tat a pet cemetery can be a very beautiful and elaborate option complete with a ceremony, casket,\r\n\t\theadstone, and grave plot. Prices typically start at $1,500 but can increase depending on the\r\n\t\tproviders in your area. \r\n\t

\r\n;\r\n\r\nexport const aftercareRichText2 = <>\r\n\t

\r\n\t\tWe understand the importance of these last acts of kindness for your pet, so we select our aftercare\r\n\t\tproviders based on our extremely high standards of care and veterinary approval. Rest assured that your\r\n\t\tpet is being cared for both safely and respectfully throughout this process.\r\n\t

\r\n\t

\r\n\t\tDepending on your location, we partner with fire-based and water-based crematories. While the process\r\n\t\tfor these options is different, both are respectful. With either option, your pet’s ashes will be returned\r\n\t\tto you in an urn, if that’s what you prefer.\r\n\t

\r\n\t

\r\n\t\tThere are two options (private and communal) available if you choose to have Lap of Love handle your pet’s remains.\r\n\t

\r\n;\r\n","module.exports = __webpack_public_path__ + \"ClientApp/content/aftercare.png\";"],"sourceRoot":""}