{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/G12T9avulzg6KGct6GHR/TSAXoesB8oAvap97zGCN/FAQ.js", "ssg:https://framerusercontent.com/modules/9zYcNQOLIIx3DGnR8Zdk/HxTTOnRfk1CWZVI6rkeb/cuhpYXgFN.js", "ssg:https://framerusercontent.com/modules/feNOiEM8cVomeoLsLDxS/DUEqAuKIoBIqhpAbNJ7W/wvrm75bR_.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{motion,AnimatePresence}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const PlusMinusIcon=({isOpen})=>/*#__PURE__*/_jsxs(\"svg\",{width:\"16\",height:\"16\",viewBox:\"0 0 16 16\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:[/*#__PURE__*/_jsx(\"line\",{x1:\"2\",y1:\"8\",x2:\"14\",y2:\"8\",stroke:\"#FBF5E7\",strokeWidth:\"1.5\",strokeLinecap:\"round\"}),!isOpen&&/*#__PURE__*/_jsx(\"line\",{x1:\"8\",y1:\"2\",x2:\"8\",y2:\"14\",stroke:\"#FBF5E7\",strokeWidth:\"1.5\",strokeLinecap:\"round\"})]});export default function FAQ({width=390}){const[openIndex,setOpenIndex]=useState(null);const[hoveredIndex,setHoveredIndex]=useState(null);const faqData=[{question:\"When does Cubbi deliver?\",answer:\"Monday to Friday. We do not deliver on stat holidays. All meals are delivered before 11:30 a.m. You will be notified via text or a push notification when your order has been delivered and is ready for pick up.\"},{question:\"How does Cubbi pre-order work?\",answer:\"You can order up to midnight the day before delivery. By ordering earlier, you can access more items that may require a greater prep time.\"},{question:\"How do I know when my order has been delivered?\",answer:\"You will receive a push notification or text message when your order has been delivered. You can change these preferences in your account settings in our app.\"},{question:\"Why do I have to order before midnight the day before delivery?\",answer:\"You can order up to midnight the day before delivery. By ordering earlier, you can access more items that may require a greater prep time.\"},{question:\"Who do you partner with to provide meals, drinks and snacks?\",answer:\"Each day, we collect and send all orders to our local kitchen partners around the city. They prepare all the meals in bulk and give us volume discounts. We pass those savings to Cubbi customers, making meals more affordable. \\nThere is also no tipping, service charges or minimum orders. The next day, our drivers collect and deliver meals to businesses all over the city. Our drivers make one stop at each business every day, which means no delivery fees for you.\"},{question:\"How do I pay?\",answer:\"You can pay using Apple Pay, Google Pay or by adding a Visa, Mastercard or American Express credit card to your account.\"},{question:\"If I have feedback, who do I contact?\",answer:\"For questions, general comments or concerns, please contact support@cub.bi. We're always here to help!\"},{question:\"I know a business who would love Cubbi, who do I contact?\",answer:\"For questions, general comments or concerns, please contact support@cub.bi. We're always here to help!\"}];const toggleAccordion=index=>{setOpenIndex(openIndex===index?null:index);};const styles={wrapper:{width:\"100%\",backgroundColor:\"#036656\",position:\"relative\",padding:\"0 32px\"},container:{width:\"100%\",backgroundColor:\"#036656\",color:\"#FBF5E7\",padding:\"24px 0\",position:\"relative\",fontFamily:\"TT Firs Text Trial Medium\"},accordionContainer:{display:\"flex\",flexDirection:\"column\",width:\"100%\",position:\"relative\"},accordionItem:{borderBottom:\"3px solid #FBF5E7\",width:\"100%\",position:\"relative\"},button:{width:\"100%\",padding:\"20px 0\",display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",background:\"none\",border:\"none\",color:\"#FBF5E7\",cursor:\"pointer\",textAlign:\"left\",fontSize:\"20px\",fontFamily:\"TT Firs Text Trial Medium\",fontWeight:400,position:\"relative\",transition:\"all 0.3s ease\"},content:{color:\"#FBF5E7\",paddingBottom:\"16px\",lineHeight:1.6,fontSize:\"16px\",width:\"100%\",position:\"relative\",fontFamily:\"TT Firs Text Trial Medium\",paddingLeft:\"24px\"},questionText:{paddingLeft:\"24px\"}};return /*#__PURE__*/_jsx(motion.div,{style:{width:width,height:\"auto\",position:\"relative\"},children:/*#__PURE__*/_jsx(\"div\",{style:styles.wrapper,children:/*#__PURE__*/_jsx(\"div\",{style:styles.container,children:/*#__PURE__*/_jsx(\"div\",{style:styles.accordionContainer,children:faqData.map((item,index)=>/*#__PURE__*/_jsxs(\"div\",{style:styles.accordionItem,children:[/*#__PURE__*/_jsxs(motion.button,{onClick:()=>toggleAccordion(index),onHoverStart:()=>setHoveredIndex(index),onHoverEnd:()=>setHoveredIndex(null),style:styles.button,children:[/*#__PURE__*/_jsx(motion.span,{style:styles.questionText,animate:{opacity:hoveredIndex===index?.7:1,x:hoveredIndex===index?8:0},transition:{duration:.2,ease:\"easeOut\"},children:item.question}),/*#__PURE__*/_jsx(motion.div,{initial:false,style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",width:\"24px\",height:\"24px\"},children:/*#__PURE__*/_jsx(PlusMinusIcon,{isOpen:openIndex===index})})]}),/*#__PURE__*/_jsx(AnimatePresence,{children:openIndex===index&&/*#__PURE__*/_jsx(motion.div,{initial:{height:0,opacity:0},animate:{height:\"auto\",opacity:1},exit:{height:0,opacity:0,transition:{opacity:{duration:.15},height:{duration:.25}}},transition:{duration:.25,ease:\"easeOut\",opacity:{duration:.2,delay:.05}},style:{overflow:\"hidden\",width:\"100%\",position:\"relative\"},children:/*#__PURE__*/_jsx(\"div\",{style:styles.content,children:item.answer})})})]},index))})})})});}addPropertyControls(FAQ,{width:{type:ControlType.Number,defaultValue:390,min:200,max:2e3}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FAQ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FAQ.map", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import FAQ from\"https://framerusercontent.com/modules/G12T9avulzg6KGct6GHR/TSAXoesB8oAvap97zGCN/FAQ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ALRq4WCC877krlwOCAzR/9liITdm4RSZTnVyWFRel/BL7OGiGsR.js\";const FAQFonts=getFonts(FAQ);const serializationHash=\"framer-t23t4\";const variantClassNames={BO2s5AgJl:\"framer-v-t8gbwt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"BO2s5AgJl\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-t8gbwt\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"BO2s5AgJl\",ref:ref??ref1,style:{backgroundColor:\"var(--token-1004d05c-a277-40b2-bffd-8de58aa64737, rgb(4, 102, 86))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-gow96v\",\"data-styles-preset\":\"BL7OGiGsR\",children:\"FREQUENTLY ASKED QUESTIONS\"})}),className:\"framer-ndpflz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"q9rFTRFEt\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nsq3ri-container\",layoutDependency:layoutDependency,layoutId:\"CKkjhKxRM-container\",children:/*#__PURE__*/_jsx(FAQ,{height:\"100%\",id:\"CKkjhKxRM\",layoutId:\"CKkjhKxRM\",style:{width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-t23t4.framer-oyiyvq, .framer-t23t4 .framer-oyiyvq { display: block; }\",\".framer-t23t4.framer-t8gbwt { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 1800px; will-change: var(--framer-will-change-override, transform); }\",\".framer-t23t4 .framer-ndpflz { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-t23t4 .framer-nsq3ri-container { flex: none; height: auto; position: relative; width: 1000px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-t23t4.framer-t8gbwt { gap: 0px; } .framer-t23t4.framer-t8gbwt > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-t23t4.framer-t8gbwt > :first-child { margin-top: 0px; } .framer-t23t4.framer-t8gbwt > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 920\n * @framerIntrinsicWidth 1800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercuhpYXgFN=withCSS(Component,css,\"framer-t23t4\");export default FramercuhpYXgFN;FramercuhpYXgFN.displayName=\"FAQ-Custom\";FramercuhpYXgFN.defaultProps={height:920,width:1800};addFonts(FramercuhpYXgFN,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FAQFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercuhpYXgFN\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1800\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"920\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (98479f1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Sonny Vol 2 UltraBlack\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sonny Vol 2 UltraBlack\",source:\"custom\",url:\"https://framerusercontent.com/assets/oOPwg4QrIprd6AzM66WlaKEs4zg.woff2\"}]}];export const css=['.framer-5XidA .framer-styles-preset-kn8hlr:not(.rich-text-wrapper), .framer-5XidA .framer-styles-preset-kn8hlr.rich-text-wrapper h2 { --framer-font-family: \"Sonny Vol 2 UltraBlack\", \"Sonny Vol 2 UltraBlack Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 35px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e11e9290-a2a8-4d43-b0d3-6a2a73ff9e19, #fbf5e7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1279px) and (min-width: 750px) { .framer-5XidA .framer-styles-preset-kn8hlr:not(.rich-text-wrapper), .framer-5XidA .framer-styles-preset-kn8hlr.rich-text-wrapper h2 { --framer-font-family: \"Sonny Vol 2 UltraBlack\", \"Sonny Vol 2 UltraBlack Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e11e9290-a2a8-4d43-b0d3-6a2a73ff9e19, #fbf5e7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 749px) and (min-width: 0px) { .framer-5XidA .framer-styles-preset-kn8hlr:not(.rich-text-wrapper), .framer-5XidA .framer-styles-preset-kn8hlr.rich-text-wrapper h2 { --framer-font-family: \"Sonny Vol 2 UltraBlack\", \"Sonny Vol 2 UltraBlack Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 25px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e11e9290-a2a8-4d43-b0d3-6a2a73ff9e19, #fbf5e7); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-5XidA\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["PlusMinusIcon", "isOpen", "u", "p", "FAQ", "width", "openIndex", "setOpenIndex", "ye", "hoveredIndex", "setHoveredIndex", "faqData", "toggleAccordion", "index", "styles", "motion", "item", "AnimatePresence", "addPropertyControls", "ControlType", "FAQFonts", "getFonts", "FAQ", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "ComponentViewportProvider", "FAQ", "css", "FramercuhpYXgFN", "withCSS", "cuhpYXgFN_default", "addFonts", "FAQFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className"]
}
