{"version":3,"file":"static/chunks/pages/about-fb276ce9f58b36cf.js","mappings":"sFACA,CAAAA,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,SACA,WACA,OAAeC,EAAQ,MACvB,EACA,4nECAA,IAAMC,EAAoBC,IACxBC,QAAAC,GAAA,EAAAJ,EAAAK,CAAA,OAAAL,EAAAK,CAAA,MAAAL,EAAAK,CAAA,OAAAL,EAAAK,CAAA,OAAAL,EAAAK,CAAA,OAAAL,EAAAK,CAAA,OAAAL,EAAAK,CAAA,OAAAL,EAAAK,CAAA,OAAAL,EAAAK,CAAA,OAAAL,EAAAK,CAAA,OAAAL,EAAAK,CAAA,SAAAC,IAAA,CAAAN,EAAAO,IAAA,CAAAP,EAAA,QAAO,2CAIHQ,EAAqCC,EAAAA,CAAwB,CAmBnE,IAAAC,MAZwB,IAEpB,GAAAC,EAAAC,IAAA,EAACC,MAAAA,WACC,GAAAF,EAAAG,GAAA,EAACC,EAAAA,CAAIA,CAAAA,CACHC,MAAM,QACNC,YAAY,+JAEd,GAAAN,EAAAG,GAAA,EAACb,EAAAA,CAAkBO,QAAS,CAAE,GAAGA,CAAO,AAAC","sources":["webpack://_N_E/?4425","webpack://_N_E/./src/pages/about.tsx","webpack://_N_E/<anon>"],"sourcesContent":["\n    (window.__NEXT_P = window.__NEXT_P || []).push([\n      \"/about\",\n      function () {\n        return require(\"private-next-pages/about.tsx\");\n      }\n    ]);\n    if(module.hot) {\n      module.hot.dispose(function () {\n        window.__NEXT_P.push([\"/about\"])\n      });\n    }\n  ","import { IAboutPageTemplateContent } from '@/components/templates/AboutPageTemplate/AboutPageTemplate';\nimport Head from '@/components/templates/Head/Head';\nimport { default as staticContent } from '@/locales/en/pages/AboutPageTemplate.json';\nimport { NextPage } from 'next';\nimport dynamic from 'next/dynamic';\n\nconst AboutPageTemplate = dynamic(\n  import('@/components/templates/AboutPageTemplate/AboutPageTemplate')\n);\n\n/** The static text used in the page */\nconst content: IAboutPageTemplateContent = staticContent.components;\n\n/**\n * About Page\n *\n * @returns {NextPage} - The about page\n */\nconst About: NextPage = () => {\n  return (\n    <div data-testid=\"about-page\">\n      <Head\n        title=\"About\"\n        description=\"Learn more about Petco Love Lost, a free tool designed to help reunite lost pets. Our database has thousands of shelters and over 100,000 searchable pets.\"\n      />\n      <AboutPageTemplate content={{ ...content }} />\n    </div>\n  );\n};\n\nexport default About;\n"],"names":["window","__NEXT_P","push","__webpack_require__","AboutPageTemplate","dynamic","Promise","all","e","then","bind","content","staticContent","about","jsx_runtime","jsxs","div","jsx","Head","title","description"],"sourceRoot":""}