{"version":3,"file":"static/chunks/pages/[locale]/return-policy-04447853dde9932f.js","mappings":"uFACKA,OAAOC,SAAWD,OAAOC,UAAY,IAAIC,KAAK,CAC7C,0BACA,WACE,OAAO,EAAQ,W,4lBCOR,SAASC,EAAiB,G,IAMxBC,EACMA,EAPoBC,EAAF,EAAEA,UACnC,EAAuBA,EAArBD,YAAAA,OAAW,IAAG,KAAE,EAExB,OAAM,SACHE,EAAAA,EAAO,CACND,UAAWA,EACXE,UAAgC,QAArBH,EAAAA,EAAYG,iBAAS,IAArBH,EAAAA,EAAyB,GACpCI,gBAA4C,QAA3BJ,EAAAA,EAAYI,uBAAe,IAA3BJ,EAAAA,EAA+B,G,mBAE/CK,EAAAA,EAAY,KAAML,S","sources":["webpack://_N_E/?b1a7","webpack://_N_E/./pages/[locale]/return-policy/index.tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/[locale]/return-policy\",\n function () {\n return require(\"private-next-pages/[locale]/return-policy/index.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/[locale]/return-policy\"])\n });\n }\n ","import ReturnPolicy from \"@Components/return-policy\";\nimport CmsPage, { getCMSPageModel } from \"@Libs/contentful/components/CmsPage\";\nimport ReturnPolicyPageQuery from \"@Libs/contentful/queries/ReturnPolicyPage\";\nimport { pageModel } from \"@Types/Contentful\";\nimport { IReturnPolicyContent } from \"@Types/return-policy\";\nimport { makeStaticProps, getStaticPaths } from \"@wff/libs/i18n/getStatic\";\n\ninterface ReturnPolicyPageProps {\n pageModel: pageModel;\n}\n\nexport default function ReturnPolicyPage({ pageModel }: ReturnPolicyPageProps) {\n const { pageContent = {} } = pageModel;\n\n return (\n \n \n \n );\n}\n\nconst overrideStaticProps = async (props: any) => {\n const { locale } = props;\n\n const pageModel = await getCMSPageModel(ReturnPolicyPageQuery, {\n locale,\n });\n\n return {\n props: {\n pageModel,\n },\n revalidate: 10, // TODO:- Set revalidation timeout based on the Architecture discussion\n };\n};\n\nconst getStaticProps = makeStaticProps([\"common\"], overrideStaticProps);\nexport { getStaticPaths, getStaticProps };\n"],"names":["window","__NEXT_P","push","ReturnPolicyPage","pageContent","pageModel","CmsPage","pageTitle","pageDescription","ReturnPolicy"],"sourceRoot":""}