{"version":3,"file":"static/chunks/pages/shipping&exchanges-56475f240ba3bde4.js","mappings":"6IAIA,MAAeA,CAAAA,EAAAA,EAAAA,CAAAA,CAAaA,CAAC,CAAaC,EAAAA,EAAAA,GAAAA,CAAIA,CAAC,CAAP,MAAe,CACrDC,EAAG,+CACL,GAAI,oBAAoB,EAAC,oICKzB,IAAMC,EAAkC,OAAC,UAAEC,CAAQ,QAAEC,CAAM,CAAE,GACrD,CAACC,EAAYC,EAAc,CAAGC,CAAAA,EAAAA,EAAAA,QAAAA,CAAQA,EAAC,GAEvCC,EAAiB,KACrBF,EAAc,CAACD,EACjB,EAEA,MACE,WAACI,KAAAA,CAAGC,UAAU,0CACZ,WAACC,KAAAA,CAAGD,UAAU,sDACXP,EACAE,EACC,UAACO,EAAAA,CAAqBA,CAAAA,CACpBF,UAAU,oCACVG,QAASL,IAGX,UAACM,EAAAA,CAAmBA,CAAAA,CAClBJ,UAAU,oCACVG,QAASL,OAIdH,GAAc,UAACU,IAAAA,CAAEL,UAAU,sCAA8BN,MAGhE,WA+DA,MA7D0B,KA6BxB,IAAMY,EAAkD,CAAC,EAQzD,MApCiC,CAC/B,CACEb,MA0DSc,GA1DC,cA0DgBA,EAAC,gCAzD3Bb,OACE,gTACFc,SAAU,UACZ,EACA,CACEf,SACE,iEACFC,OACE,oNACFc,SAAU,UACZ,EACA,CACEf,SAAU,8DACVC,OACE,iQACFc,SAAU,UACZ,EACA,CACEf,SAAU,oDACVC,OACE,yMACFc,SAAU,UACZ,EACD,CAGQC,OAAO,CAAEC,IACXJ,CAAe,CAACI,EAAKF,QAAQ,CAAC,EAAE,CACnCF,CAAe,CAACI,EAAKF,QAAQ,CAAC,CAAG,IAEnCF,CAAe,CAACI,EAAKF,QAAQ,CAAC,CAACG,IAAI,CAACD,EACtC,GAGE,UAACE,EAAAA,OAA+BA,CAAAA,CAACC,MAAM,gCACrC,WAACC,MAAAA,CAAId,UAAU,iCACb,UAACe,KAAAA,CAAGf,UAAU,wBAAe,+BAC5BgB,OAAOC,OAAO,CAACX,GAAiBY,GAAG,CAAC,OAAC,CAACV,EAAUW,EAAM,SACrD,UAACL,MAAAA,CAAmBd,UAAU,gBAE5B,UAACoB,KAAAA,UACED,EAAMD,GAAG,CAAC,GACT,UAAC1B,EAAAA,CAECC,SAAUiB,EAAKjB,QAAQ,CACvBC,OAAQgB,EAAKhB,MAAM,CACnBc,SAAUE,EAAKF,QAAQ,EAHlBE,EAAKjB,QAAQ,MALhBe,SAiBpB,8GC/FA,IAAMa,EAASC,IAAQ,IAAM,+BAAkB,YAAzBA,gCAChBC,EAASD,IAAQ,IAAM,4EAAkB,4CAoB/C,EAbA,SAASV,CAGY,KAHoB,UACvCY,CAAQ,EAYKZ,KAXbC,CAAK,CACc,CAHoB,EAIvC,MACE,eAQ0CD,EAAC,IAR3C,YACE,UAACS,EAAAA,CAAOR,MAAOA,IACf,UAACC,MAAAA,CAAId,UAAU,oCAA4BwB,IAC3C,UAACD,EAAAA,CAAAA,KAGP,2EClBA,MAAelC,CAAAA,EAAAA,EAAAA,CAAAA,CAAaA,CAAcC,CAAAA,EAAAA,EAAAA,GAAAA,CAAIA,CAAC,CAAP,MAAe,CACrDC,EAAG,gDACL,GAAI,kBAAkB,EAAC,gBCLvB,4CACA,sBACA,WACA,OAAe,EAAQ,KAA2C,CAClE,EACA,SAFsB","sources":["webpack://_N_E/./node_modules/@mui/icons-material/esm/KeyboardArrowDown.js","webpack://_N_E/./pages/shipping&exchanges.tsx","webpack://_N_E/./components/Layout/ContentLayoutFooterNoChartreuse.tsx","webpack://_N_E/./node_modules/@mui/icons-material/esm/KeyboardArrowUp.js","webpack://_N_E/?bada"],"sourcesContent":["\"use client\";\n\nimport createSvgIcon from \"./utils/createSvgIcon.js\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon(/*#__PURE__*/_jsx(\"path\", {\n d: \"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z\"\n}), 'KeyboardArrowDown');","import React, { useState } from \"react\";\nimport KeyboardArrowUpIcon from \"@mui/icons-material/KeyboardArrowUp\";\nimport KeyboardArrowDownIcon from \"@mui/icons-material/KeyboardArrowDown\";\nimport ContentLayoutFooterNoChartreuse from \"../components/Layout/ContentLayoutFooterNoChartreuse\";\n\ninterface FAQItemProps {\n question: string;\n answer: string;\n category: string;\n}\n\nconst FAQItem: React.FC = ({ question, answer }) => {\n const [isExpanded, setIsExpanded] = useState(false);\n\n const toggleExpanded = () => {\n setIsExpanded(!isExpanded);\n };\n\n return (\n
  • \n

    \n {question}\n {isExpanded ? (\n \n ) : (\n \n )}\n

    \n {isExpanded &&

    {answer}

    }\n
  • \n );\n};\n\nconst ShippingExchanges = () => {\n const faqItems: FAQItemProps[] = [\n {\n question: \"When will my new artwork arrive from Raraity?\",\n answer:\n \"We strive to provide fast and efficient shipping for all of our customers. Unframed works typically ship within 2-3 business days, and framed works will usually ship within 5-7 business days. As soon as your piece has shipped, you will receive a tracking number to stay updated on its delivery status.\",\n category: \"Shipping\",\n },\n {\n question:\n \"Can I change the shipping address for my recent Raraity order?\",\n answer:\n \"Unfortunately, we are unable to redirect orders once they have been dispatched. Therefore, we ask that you ensure the correct shipping address is entered at the time of order to avoid any issues with delivery.\",\n category: \"Shipping\",\n },\n {\n question: \"Does Raraity offer international shipping for its wall art?\",\n answer:\n \"Raraity does not currently ship internationally through our website. If you are outside the United States and are still interested in collecting from Raraity, please reach out to hi@raraity.com with any specific requests and we will invoice you manually.\",\n category: \"Shipping\",\n },\n {\n question: \"What is Raraity's return policy for its wall art?\",\n answer:\n \"We take pride in providing accurate descriptions and visuals of our wall art to ensure customer satisfaction. However, if you are displeased with your acquisition, please email us at hi@raraity.com.\",\n category: \"Shipping\",\n },\n ];\n\n const groupedFaqItems: Record = {};\n faqItems.forEach((item) => {\n if (!groupedFaqItems[item.category]) {\n groupedFaqItems[item.category] = [];\n }\n groupedFaqItems[item.category].push(item);\n });\n\n return (\n \n
    \n

    Frequently Asked Questions

    \n {Object.entries(groupedFaqItems).map(([category, items]) => (\n
    \n {/*

    {category}

    */}\n
      \n {items.map((item) => (\n \n ))}\n
    \n
    \n ))}\n
    \n
    \n );\n};\n\nexport default ShippingExchanges;\n\nexport async function getStaticProps() {\n return {\n props: { page: \"Shipping-Exchanges\" },\n };\n}\n","import React from \"react\";\nimport dynamic from \"next/dynamic\";\n\nconst Header = dynamic(() => import(\"./Header\"));\nconst Footer = dynamic(() => import(\"./Footer\"));\n\ntype ContentLayoutProps = {\n children: React.ReactNode;\n title: string;\n};\n\nfunction ContentLayoutFooterNoChartreuse({\n children,\n title,\n}: ContentLayoutProps) {\n return (\n <>\n
    \n
    {children}
    \n