{"version":3,"file":"static/chunks/pages/collections-29906803b7d15ddc.js","mappings":"qFACA,CAAAA,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,eACA,WACA,OAAeC,EAAQ,MACvB,EACA,sLCGe,SAASC,mBAAmBC,CAGM,KAHN,CACzCC,YAAAA,CAAW,CACXC,WAAAA,CAAU,CACqC,CAHNF,EAInC,CAAEG,MAAAA,CAAK,CAAEC,YAAAA,CAAW,CAAEC,MAAAA,CAAK,CAAE,CAAGJ,CAAAA,MAAAA,EAAAA,KAAAA,EAAAA,EAAaK,IAAI,GAAK,CAAC,EAC7D,MACE,GAAAC,EAAAC,IAAA,EAAAD,EAAAE,QAAA,YACGN,GAAS,GAAAI,EAAAG,GAAA,EAACC,EAAAA,CAAGA,CAAAA,CAACR,MAAOA,EAAOC,YAAaA,EAAaC,MAAOA,IAC9D,GAAAE,EAAAG,GAAA,EAACE,EAAAA,gBAAgBA,CAAAA,CACfC,MAXa,kBAYbC,QAASb,EACTK,KAAM,CAAEJ,WAAAA,CAAW,EACnBa,QAAS,CAAEC,OAAQ,EAAK,EACxBC,WAAYA,EAAAA,EAAUA,KAI9B","sources":["webpack://_N_E/?9f6b","webpack://_N_E/./src/pages/collections/index.tsx","webpack://_N_E/"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/collections\",\n function () {\n return require(\"private-next-pages/collections/index.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/collections\"])\n });\n }\n ","import type { InferGetStaticPropsType, GetStaticProps } from \"next\";\nimport { BuilderComponent } from \"@builder.io/react\";\nimport { getAllCollections } from \"@services/shopify/collections\";\nimport SEO from \"@lib/seo\";\n\nimport { getBuilderStaticProps, renderLink } from \"@services/builderIO\";\n\nconst builderModel = \"collection-page\";\n\nexport default function AllCollectionsPage({\n builderPage,\n collection,\n}: InferGetStaticPropsType) {\n const { title, description, image } = builderPage?.data! || {};\n return (\n <>\n {title && }\n \n \n );\n}\n\nexport const getStaticProps: GetStaticProps = async (context) => {\n const collection = await getAllCollections();\n const content = await getBuilderStaticProps(\n builderModel,\n context,\n \"/collections\"\n );\n return {\n revalidate: 30,\n props: {\n ...content.props,\n collection: collection,\n },\n };\n};\n"],"names":["window","__NEXT_P","push","__webpack_require__","AllCollectionsPage","param","builderPage","collection","title","description","image","data","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsxs","Fragment","jsx","SEO","BuilderComponent","model","content","options","enrich","renderLink"],"sourceRoot":""}