{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js", "ssg:https://framerusercontent.com/modules/sqjusBsOArMeLztmWsW4/hMsIyL4GkbxcTrlaobTE/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";const coordinatesRegex=/^((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?),\\s*((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?)$/;/**\n * GOOGLE MAPS\n *\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function GoogleMaps({coordinates,zoom,style,...props}){const borderRadius=useRadius(props);const[latitude1,longitude1]=useMemo(()=>{var ref;const[,latitude,longitude]=(ref=coordinates.match(coordinatesRegex))!==null&&ref!==void 0?ref:[null,\"\",\"\",];return[latitude,longitude];},[coordinates]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,overflow:\"hidden\",borderRadius},...props,children:/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\",border:0},src:`https://maps.google.com/maps?q=${latitude1},${longitude1}&z=${zoom}&output=embed`})}));};addPropertyControls(GoogleMaps,{coordinates:{type:ControlType.String,title:\"Coordinates\",placeholder:\"52.37588, 4.891295\",defaultValue:\"52.37588, 4.891295\",description:\"GPS coordinates can be found directly in [Google Maps](https://maps.google.com).\"},zoom:{type:ControlType.Number,step:1,min:0,max:25,title:\"Zoom\",defaultValue:15},...borderRadiusControl});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"GoogleMaps\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GoogleMaps.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/PHaFTtd03PsDa8045nJF/Phosphor.js\";import FooterDark from\"#framer/local/canvasComponent/BmUcG9cNv/BmUcG9cNv.js\";import NavbarLogoDark from\"#framer/local/canvasComponent/zRpchugMJ/zRpchugMJ.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavbarLogoDarkFonts=getFonts(NavbarLogoDark);const PhosphorFonts=getFonts(Phosphor);const ImageWithFX=withFX(Image);const GoogleMapsFonts=getFonts(GoogleMaps);const FooterDarkFonts=getFonts(FooterDark);const breakpoints={U_PkAhBig:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\",zyjTpUuIF:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Kt6rY\";const variantClassNames={U_PkAhBig:\"framer-v-15kit0n\",WQLkyLRf1:\"framer-v-72rtr7\",zyjTpUuIF:\"framer-v-5584mm\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"zyjTpUuIF\",Tablet:\"U_PkAhBig\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-Kt6rY`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-Kt6rY`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"U_PkAhBig\",\"zyjTpUuIF\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bsx44v-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U_PkAhBig:{variant:\"XHPN80POx\"},zyjTpUuIF:{variant:\"XAjKczqyf\"}},children:/*#__PURE__*/_jsx(NavbarLogoDark,{height:\"100%\",id:\"pirfcveIo\",layoutId:\"pirfcveIo\",style:{width:\"100%\"},variant:\"oJsrOvl3l\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18nz5l\",\"data-framer-name\":\"Elements/Toast\",name:\"Elements/Toast\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U_PkAhBig:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-weight\":\"800\"},children:\"CUSTOMER NOTICE: \"}),\"We are Currently To-Go Only at the moment due to staff shortage.\"]})})},zyjTpUuIF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\"},children:\"CUSTOMER NOTICE: \"}),\"We are Currently To-Go Only at the moment due to staff shortage.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-weight\":\"800\"},children:\"CUSTOMER NOTICE: \"}),\"We are Currently To-Go Only at the moment due to staff shortage.\"]})}),className:\"framer-1p06q28\",fonts:[\"GF;Inter-regular\",\"GF;Inter-800\"],verticalAlignment:\"center\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xja8dv-container hidden-72rtr7\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Warning\",id:\"O60Psp_at\",layoutId:\"O60Psp_at\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:50,__perspectiveFX:false,__targetOpacity:1,as:\"header\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3240,intrinsicWidth:5760,loading:getLoadingLazyAtYPosition(0),pixelHeight:3240,pixelWidth:5760,sizes:\"100vw\",src:\"https://framerusercontent.com/images/HeMJHKYcsM7hMYQzrPFUUzHiw4.jpg\",srcSet:\"https://framerusercontent.com/images/HeMJHKYcsM7hMYQzrPFUUzHiw4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HeMJHKYcsM7hMYQzrPFUUzHiw4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HeMJHKYcsM7hMYQzrPFUUzHiw4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HeMJHKYcsM7hMYQzrPFUUzHiw4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/HeMJHKYcsM7hMYQzrPFUUzHiw4.jpg 5760w\"},className:\"framer-67bk8w\",\"data-framer-name\":\"Header Image\",name:\"Header Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fvomm3\",\"data-framer-name\":\"Overlay\",name:\"Overlay\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2VyaWYgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"DM Serif Display\", \"DM Serif Display Placeholder\", serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Welcome\",/*#__PURE__*/_jsx(\"br\",{}),\"to MUA\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2VyaWYgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"DM Serif Display\", \"DM Serif Display Placeholder\", serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Welcome to MUA\"})}),className:\"framer-bz2gvn\",fonts:[\"GF;DM Serif Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Where every bite is a journey that inspires you to live in the moment. We believe that food is not just about satisfying your hunger, but about exploring new flavors and experiences.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Where every bite is a journey that inspires you to live in the moment. We believe that food is not just about satisfying your hunger, but about exploring new flavors and experiences.\"})}),className:\"framer-ptuwg8\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p6kg5\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://muaasiancuisine.kwickmenu.com\",nodeId:\"sgdCOGXCf\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-189kf1b framer-lux5qc\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Order Online\"})}),className:\"framer-1v39eux\",fonts:[\"GF;Inter-800\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GU8ft0BPg\"},nodeId:\"wSmPyVtUu\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-393qt3 framer-lux5qc\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItODAw\",\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"800\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Explore the Menu\"})}),className:\"framer-3vgsox\",fonts:[\"GF;Inter-800\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14cezcj\",\"data-framer-name\":\"Grid 1\",name:\"Grid 1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ich1tf\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-tgpird\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4784,intrinsicWidth:3189,loading:getLoadingLazyAtYPosition(760),pixelHeight:4784,pixelWidth:3189,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg\",srcSet:\"https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg 3189w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4784,intrinsicWidth:3189,loading:getLoadingLazyAtYPosition(782),pixelHeight:4784,pixelWidth:3189,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg\",srcSet:\"https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/vl8w89Rj24VYNYuQtOmsrNVuLs.jpg 3189w\"},className:\"framer-f0p7wi\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vgj9wa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3456,intrinsicWidth:5184,loading:getLoadingLazyAtYPosition(760),pixelHeight:3456,pixelWidth:5184,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg\",srcSet:\"https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg 5184w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3456,intrinsicWidth:5184,loading:getLoadingLazyAtYPosition(782),pixelHeight:3456,pixelWidth:5184,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg\",srcSet:\"https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/LXLlXhZrQ75MRoKSEdkifxSxEic.jpg 5184w\"},className:\"framer-lugzh3\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-167dxmt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5272,intrinsicWidth:3515,loading:getLoadingLazyAtYPosition(760),pixelHeight:5272,pixelWidth:3515,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg\",srcSet:\"https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg 3515w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5272,intrinsicWidth:3515,loading:getLoadingLazyAtYPosition(782),pixelHeight:5272,pixelWidth:3515,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg\",srcSet:\"https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/CjwpLgIoTtwWreVm7kAKq2y0i6M.jpg 3515w\"},className:\"framer-e12sk2\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lbia4x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3462,intrinsicWidth:2597,loading:getLoadingLazyAtYPosition(1030),pixelHeight:3462,pixelWidth:2597,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/axgPwibL5bJP8ojXw7JcCvQ2Hg.jpg\",srcSet:\"https://framerusercontent.com/images/axgPwibL5bJP8ojXw7JcCvQ2Hg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/axgPwibL5bJP8ojXw7JcCvQ2Hg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/axgPwibL5bJP8ojXw7JcCvQ2Hg.jpg 2597w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3462,intrinsicWidth:2597,loading:getLoadingLazyAtYPosition(1052),pixelHeight:3462,pixelWidth:2597,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/axgPwibL5bJP8ojXw7JcCvQ2Hg.jpg\",srcSet:\"https://framerusercontent.com/images/axgPwibL5bJP8ojXw7JcCvQ2Hg.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/axgPwibL5bJP8ojXw7JcCvQ2Hg.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/axgPwibL5bJP8ojXw7JcCvQ2Hg.jpg 2597w\"},className:\"framer-1ku5vw8\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8tzvv0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4613,intrinsicWidth:3456,loading:getLoadingLazyAtYPosition(1030),pixelHeight:4613,pixelWidth:3456,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg\",srcSet:\"https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg?scale-down-to=1024 767w,https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg?scale-down-to=2048 1534w,https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg?scale-down-to=4096 3068w,https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg 3456w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4613,intrinsicWidth:3456,loading:getLoadingLazyAtYPosition(1052),pixelHeight:4613,pixelWidth:3456,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg\",srcSet:\"https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg?scale-down-to=1024 767w,https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg?scale-down-to=2048 1534w,https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg?scale-down-to=4096 3068w,https://framerusercontent.com/images/aiCeGsCYef15u7zxo01m457xCY8.jpg 3456w\"},className:\"framer-12hmu4c\",\"data-framer-name\":\"Image\",name:\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w304qo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3648,intrinsicWidth:5472,loading:getLoadingLazyAtYPosition(1030),pixelHeight:3648,pixelWidth:5472,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg\",srcSet:\"https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg 5472w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3648,intrinsicWidth:5472,loading:getLoadingLazyAtYPosition(1052),pixelHeight:3648,pixelWidth:5472,sizes:\"max((min(100vw - 200px, 1000px) - 40px) / 3, 200px)\",src:\"https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg\",srcSet:\"https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZksyXFVu60FGWQZ1X9w1NKCqs.jpg 5472w\"},className:\"framer-1plg4ds\",\"data-framer-name\":\"Image\",name:\"Image\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cxflz5\",\"data-framer-name\":\"2 Columns Text Image\",name:\"2 Columns Text Image\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5mhi5w\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hxjatr\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2VyaWYgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"DM Serif Display\", \"DM Serif Display Placeholder\", serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Meet the Owners\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2VyaWYgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"DM Serif Display\", \"DM Serif Display Placeholder\", serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Meet the Owners\"})}),className:\"framer-11rxoku\",fonts:[\"GF;DM Serif Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:\"Meet Rouacha Moua and Jolina Lor. With years of experience in the Asian food industry, they are passionate about sharing their expertise and love for authentic Asian cuisine with everyone.\"})}),className:\"framer-5v53it\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-svp11x\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rZ7DFssXn\"},nodeId:\"aH0fJjQCy\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1ws2rdx framer-lux5qc\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Learn More\"})}),className:\"framer-2w0yxi\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:907,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition(1372),pixelHeight:3570,pixelWidth:5256,sizes:\"100vw\",src:\"https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg 5256w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:907,intrinsicWidth:1290,loading:getLoadingLazyAtYPosition(1394),pixelHeight:3570,pixelWidth:5256,sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/n1rTM1XOUlywXcwf9GScwYCf7o.jpg 5256w\"},className:\"framer-1jy70kg\",\"data-framer-name\":\"Image\",name:\"Image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1brgd71\",\"data-framer-name\":\"2 Columns Image Text\",name:\"2 Columns Image Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{href:\"https://www.google.com/maps/place/MUA+Asian+Cuisine/@44.977326,-85.6589556,15z/data=!4m15!1m8!3m7!1s0x4d4b2b77263fc501:0x70d696fb5928a85e!2sMUA+Asian+Cuisine!8m2!3d44.977326!4d-85.6502009!10e5!16s%2Fg%2F11kqcydmzt!3m5!1s0x4d4b2b77263fc501:0x70d696fb5928a85e!8m2!3d44.977326!4d-85.6502009!16s%2Fg%2F11kqcydmzt?entry=ttu\"}},children:/*#__PURE__*/_jsx(Link,{nodeId:\"PbVnf6OE0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{as:\"a\"}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960},className:\"framer-1dlix2h framer-lux5qc\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o012ea-container\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,coordinates:\"44.97748534896721, -85.65006142747863\",height:\"100%\",id:\"aNQFMo9M1\",isMixedBorderRadius:false,layoutId:\"aNQFMo9M1\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\",zoom:16})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e7kui7\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ahxbdi\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7RE0gU2VyaWYgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"DM Serif Display\", \"DM Serif Display Placeholder\", serif',\"--framer-font-size\":\"50px\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Our Location\"})}),className:\"framer-1nkwvo2\",fonts:[\"GF;DM Serif Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-size\":\"1px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"316 N St Joseph St A,\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"Suttons Bay, MI 49682\"})]})}),className:\"framer-96zdwk\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(194, 0, 0)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"Dine-ins may not be available on\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"random days due to staff shortage\"})]})}),className:\"framer-4uhe0d\",fonts:[\"GF;Inter-700\",\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-letter-spacing\":\"4px\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"HOURS\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Monday:\"}),\" Closed\"]}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Tuesday:\"}),\" 12pm - 7pm\"]}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Wednesday:\"}),\" 12pm - 7pm\"]}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Thursday:\"}),\" 12pm - 7pm\"]}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Friday:\"}),\" 12pm - 8pm\"]}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Saturday:\"}),\" 12pm - 8pm\"]}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Sunday:\"}),\" 4pm - 8pm\"]})]})}),className:\"framer-dqsq3u\",fonts:[\"GF;Inter-500\",\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1meoaoy\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.google.com/maps/place/MUA+Asian+Cuisine/@44.977326,-85.6589556,15z/data=!4m15!1m8!3m7!1s0x4d4b2b77263fc501:0x70d696fb5928a85e!2sMUA+Asian+Cuisine!8m2!3d44.977326!4d-85.6502009!10e5!16s%2Fg%2F11kqcydmzt!3m5!1s0x4d4b2b77263fc501:0x70d696fb5928a85e!8m2!3d44.977326!4d-85.6502009!16s%2Fg%2F11kqcydmzt?entry=ttu\",nodeId:\"V_0Pp73vx\",openInNewTab:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-ptbc4b framer-lux5qc\",\"data-framer-name\":\"Button\",name:\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get Directions\"})}),className:\"framer-1no9rbn\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zyjTpUuIF:{y:3139}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:367,width:\"100vw\",y:2594,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gl2ft6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{U_PkAhBig:{variant:\"g5h_mzArX\"},zyjTpUuIF:{variant:\"gRahPYZqJ\"}},children:/*#__PURE__*/_jsx(FooterDark,{height:\"100%\",id:\"fahf0N7nI\",layoutId:\"fahf0N7nI\",style:{width:\"100%\"},variant:\"j3_yl4LTI\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-Kt6rY { background: white; }`,\".framer-Kt6rY.framer-lux5qc, .framer-Kt6rY .framer-lux5qc { display: block; }\",\".framer-Kt6rY.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-Kt6rY .framer-bsx44v-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-Kt6rY .framer-18nz5l { align-content: center; align-items: center; background-color: #7c2425; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 25px 16px 25px 16px; position: fixed; right: 0px; top: 80px; z-index: 1; }\",\".framer-Kt6rY .framer-1p06q28 { --framer-link-hover-text-color: rgba(34, 0, 255, 0.5); --framer-link-text-color: var(--token-797ef18e-f527-41d0-aadb-3551de64ffca, #2200ff); --framer-link-text-decoration: none; flex: 1 0 0px; height: 24px; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Kt6rY .framer-1xja8dv-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-Kt6rY .framer-67bk8w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 690px; justify-content: center; overflow: visible; padding: 70px; position: relative; width: 100%; }\",\".framer-Kt6rY .framer-fvomm3 { background-color: rgba(0, 0, 0, 0.75); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-Kt6rY .framer-bz2gvn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Kt6rY .framer-ptuwg8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 572px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Kt6rY .framer-p6kg5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 39px 21px 39px 21px; position: relative; width: 475px; z-index: 1; }\",\".framer-Kt6rY .framer-189kf1b { align-content: center; align-items: center; background-color: #e19d22; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 61px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: 230px; }\",\".framer-Kt6rY .framer-1v39eux { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 157px; word-break: break-word; word-wrap: break-word; }\",\".framer-Kt6rY .framer-393qt3 { align-content: center; align-items: center; background-color: #627044; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 61px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 230px; }\",\".framer-Kt6rY .framer-3vgsox, .framer-Kt6rY .framer-1no9rbn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Kt6rY .framer-14cezcj { -webkit-filter: blur(0px); align-content: center; align-items: center; background-color: #000000; display: flex; filter: blur(0px); flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 92px 100px 92px 100px; position: relative; width: 100%; }\",\".framer-Kt6rY .framer-ich1tf { display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Kt6rY .framer-tgpird, .framer-Kt6rY .framer-1vgj9wa, .framer-Kt6rY .framer-167dxmt, .framer-Kt6rY .framer-lbia4x, .framer-Kt6rY .framer-8tzvv0, .framer-Kt6rY .framer-1w304qo { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Kt6rY .framer-f0p7wi, .framer-Kt6rY .framer-lugzh3, .framer-Kt6rY .framer-e12sk2, .framer-Kt6rY .framer-1ku5vw8, .framer-Kt6rY .framer-12hmu4c, .framer-Kt6rY .framer-1plg4ds { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 320px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Kt6rY .framer-cxflz5, .framer-Kt6rY .framer-1brgd71 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Kt6rY .framer-5mhi5w, .framer-Kt6rY .framer-e7kui7 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Kt6rY .framer-hxjatr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 400px; }\",\".framer-Kt6rY .framer-11rxoku, .framer-Kt6rY .framer-1nkwvo2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Kt6rY .framer-5v53it, .framer-Kt6rY .framer-96zdwk, .framer-Kt6rY .framer-4uhe0d, .framer-Kt6rY .framer-dqsq3u { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Kt6rY .framer-svp11x, .framer-Kt6rY .framer-1meoaoy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Kt6rY .framer-1ws2rdx, .framer-Kt6rY .framer-ptbc4b { align-content: center; align-items: center; background-color: #eaa420; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Kt6rY .framer-2w0yxi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Kt6rY .framer-1jy70kg, .framer-Kt6rY .framer-1dlix2h { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Kt6rY .framer-o012ea-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-Kt6rY .framer-ahxbdi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px; position: relative; width: 400px; }\",\".framer-Kt6rY .framer-1gl2ft6-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Kt6rY.framer-72rtr7, .framer-Kt6rY .framer-18nz5l, .framer-Kt6rY .framer-67bk8w, .framer-Kt6rY .framer-p6kg5, .framer-Kt6rY .framer-189kf1b, .framer-Kt6rY .framer-393qt3, .framer-Kt6rY .framer-14cezcj, .framer-Kt6rY .framer-tgpird, .framer-Kt6rY .framer-f0p7wi, .framer-Kt6rY .framer-1vgj9wa, .framer-Kt6rY .framer-lugzh3, .framer-Kt6rY .framer-167dxmt, .framer-Kt6rY .framer-e12sk2, .framer-Kt6rY .framer-lbia4x, .framer-Kt6rY .framer-1ku5vw8, .framer-Kt6rY .framer-8tzvv0, .framer-Kt6rY .framer-12hmu4c, .framer-Kt6rY .framer-1w304qo, .framer-Kt6rY .framer-1plg4ds, .framer-Kt6rY .framer-cxflz5, .framer-Kt6rY .framer-5mhi5w, .framer-Kt6rY .framer-hxjatr, .framer-Kt6rY .framer-svp11x, .framer-Kt6rY .framer-1ws2rdx, .framer-Kt6rY .framer-1jy70kg, .framer-Kt6rY .framer-1brgd71, .framer-Kt6rY .framer-1dlix2h, .framer-Kt6rY .framer-e7kui7, .framer-Kt6rY .framer-ahxbdi, .framer-Kt6rY .framer-1meoaoy, .framer-Kt6rY .framer-ptbc4b { gap: 0px; } .framer-Kt6rY.framer-72rtr7 > *, .framer-Kt6rY .framer-67bk8w > *, .framer-Kt6rY .framer-14cezcj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Kt6rY.framer-72rtr7 > :first-child, .framer-Kt6rY .framer-67bk8w > :first-child, .framer-Kt6rY .framer-14cezcj > :first-child, .framer-Kt6rY .framer-tgpird > :first-child, .framer-Kt6rY .framer-f0p7wi > :first-child, .framer-Kt6rY .framer-1vgj9wa > :first-child, .framer-Kt6rY .framer-lugzh3 > :first-child, .framer-Kt6rY .framer-167dxmt > :first-child, .framer-Kt6rY .framer-e12sk2 > :first-child, .framer-Kt6rY .framer-lbia4x > :first-child, .framer-Kt6rY .framer-1ku5vw8 > :first-child, .framer-Kt6rY .framer-8tzvv0 > :first-child, .framer-Kt6rY .framer-12hmu4c > :first-child, .framer-Kt6rY .framer-1w304qo > :first-child, .framer-Kt6rY .framer-1plg4ds > :first-child, .framer-Kt6rY .framer-hxjatr > :first-child, .framer-Kt6rY .framer-1jy70kg > :first-child, .framer-Kt6rY .framer-1dlix2h > :first-child, .framer-Kt6rY .framer-ahxbdi > :first-child { margin-top: 0px; } .framer-Kt6rY.framer-72rtr7 > :last-child, .framer-Kt6rY .framer-67bk8w > :last-child, .framer-Kt6rY .framer-14cezcj > :last-child, .framer-Kt6rY .framer-tgpird > :last-child, .framer-Kt6rY .framer-f0p7wi > :last-child, .framer-Kt6rY .framer-1vgj9wa > :last-child, .framer-Kt6rY .framer-lugzh3 > :last-child, .framer-Kt6rY .framer-167dxmt > :last-child, .framer-Kt6rY .framer-e12sk2 > :last-child, .framer-Kt6rY .framer-lbia4x > :last-child, .framer-Kt6rY .framer-1ku5vw8 > :last-child, .framer-Kt6rY .framer-8tzvv0 > :last-child, .framer-Kt6rY .framer-12hmu4c > :last-child, .framer-Kt6rY .framer-1w304qo > :last-child, .framer-Kt6rY .framer-1plg4ds > :last-child, .framer-Kt6rY .framer-hxjatr > :last-child, .framer-Kt6rY .framer-1jy70kg > :last-child, .framer-Kt6rY .framer-1dlix2h > :last-child, .framer-Kt6rY .framer-ahxbdi > :last-child { margin-bottom: 0px; } .framer-Kt6rY .framer-18nz5l > *, .framer-Kt6rY .framer-189kf1b > *, .framer-Kt6rY .framer-393qt3 > *, .framer-Kt6rY .framer-5mhi5w > *, .framer-Kt6rY .framer-1ws2rdx > *, .framer-Kt6rY .framer-e7kui7 > *, .framer-Kt6rY .framer-ptbc4b > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Kt6rY .framer-18nz5l > :first-child, .framer-Kt6rY .framer-p6kg5 > :first-child, .framer-Kt6rY .framer-189kf1b > :first-child, .framer-Kt6rY .framer-393qt3 > :first-child, .framer-Kt6rY .framer-cxflz5 > :first-child, .framer-Kt6rY .framer-5mhi5w > :first-child, .framer-Kt6rY .framer-svp11x > :first-child, .framer-Kt6rY .framer-1ws2rdx > :first-child, .framer-Kt6rY .framer-1brgd71 > :first-child, .framer-Kt6rY .framer-e7kui7 > :first-child, .framer-Kt6rY .framer-1meoaoy > :first-child, .framer-Kt6rY .framer-ptbc4b > :first-child { margin-left: 0px; } .framer-Kt6rY .framer-18nz5l > :last-child, .framer-Kt6rY .framer-p6kg5 > :last-child, .framer-Kt6rY .framer-189kf1b > :last-child, .framer-Kt6rY .framer-393qt3 > :last-child, .framer-Kt6rY .framer-cxflz5 > :last-child, .framer-Kt6rY .framer-5mhi5w > :last-child, .framer-Kt6rY .framer-svp11x > :last-child, .framer-Kt6rY .framer-1ws2rdx > :last-child, .framer-Kt6rY .framer-1brgd71 > :last-child, .framer-Kt6rY .framer-e7kui7 > :last-child, .framer-Kt6rY .framer-1meoaoy > :last-child, .framer-Kt6rY .framer-ptbc4b > :last-child { margin-right: 0px; } .framer-Kt6rY .framer-p6kg5 > *, .framer-Kt6rY .framer-svp11x > *, .framer-Kt6rY .framer-1meoaoy > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Kt6rY .framer-tgpird > *, .framer-Kt6rY .framer-1vgj9wa > *, .framer-Kt6rY .framer-167dxmt > *, .framer-Kt6rY .framer-lbia4x > *, .framer-Kt6rY .framer-8tzvv0 > *, .framer-Kt6rY .framer-1w304qo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Kt6rY .framer-f0p7wi > *, .framer-Kt6rY .framer-lugzh3 > *, .framer-Kt6rY .framer-e12sk2 > *, .framer-Kt6rY .framer-1ku5vw8 > *, .framer-Kt6rY .framer-12hmu4c > *, .framer-Kt6rY .framer-1plg4ds > *, .framer-Kt6rY .framer-1jy70kg > *, .framer-Kt6rY .framer-1dlix2h > *, .framer-Kt6rY .framer-ahxbdi > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Kt6rY .framer-cxflz5 > *, .framer-Kt6rY .framer-1brgd71 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Kt6rY .framer-hxjatr > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-Kt6rY { background: white; } .framer-Kt6rY.framer-72rtr7 { width: 810px; } .framer-Kt6rY .framer-1xja8dv-container { height: var(--framer-aspect-ratio-supported, 27px); } .framer-Kt6rY .framer-ptuwg8 { width: 527px; } .framer-Kt6rY .framer-f0p7wi, .framer-Kt6rY .framer-lugzh3, .framer-Kt6rY .framer-e12sk2, .framer-Kt6rY .framer-1ku5vw8, .framer-Kt6rY .framer-12hmu4c, .framer-Kt6rY .framer-1plg4ds { height: var(--framer-aspect-ratio-supported, 200px); } .framer-Kt6rY .framer-hxjatr, .framer-Kt6rY .framer-ahxbdi { width: 294px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-Kt6rY { background: white; } .framer-Kt6rY.framer-72rtr7, .framer-Kt6rY .framer-1nkwvo2, .framer-Kt6rY .framer-96zdwk, .framer-Kt6rY .framer-4uhe0d, .framer-Kt6rY .framer-dqsq3u { width: 390px; } .framer-Kt6rY .framer-67bk8w { height: 668px; padding: 72px 72px 0px 72px; } .framer-Kt6rY .framer-ptuwg8 { width: 304px; } .framer-Kt6rY .framer-p6kg5 { flex-direction: column; padding: 39px 21px 0px 21px; } .framer-Kt6rY .framer-f0p7wi, .framer-Kt6rY .framer-lugzh3, .framer-Kt6rY .framer-e12sk2, .framer-Kt6rY .framer-1ku5vw8, .framer-Kt6rY .framer-12hmu4c, .framer-Kt6rY .framer-1plg4ds { height: var(--framer-aspect-ratio-supported, 200px); } .framer-Kt6rY .framer-cxflz5 { flex-direction: column; height: 917px; } .framer-Kt6rY .framer-5mhi5w { align-self: unset; flex: none; flex-direction: column; gap: 2px; height: 448px; order: 1; width: 100%; } .framer-Kt6rY .framer-hxjatr { gap: 10px; padding: 30px; width: 100%; } .framer-Kt6rY .framer-svp11x, .framer-Kt6rY .framer-1brgd71 { flex-direction: column; } .framer-Kt6rY .framer-1jy70kg { height: 1px; order: 0; width: 100%; } .framer-Kt6rY .framer-1dlix2h { flex: none; height: 299px; text-decoration: none; width: 100%; } .framer-Kt6rY .framer-e7kui7 { align-self: unset; flex: none; flex-direction: column; gap: 2px; height: 551px; width: 100%; } .framer-Kt6rY .framer-ahxbdi { padding: 30px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Kt6rY .framer-p6kg5, .framer-Kt6rY .framer-cxflz5, .framer-Kt6rY .framer-5mhi5w, .framer-Kt6rY .framer-hxjatr, .framer-Kt6rY .framer-svp11x, .framer-Kt6rY .framer-1brgd71, .framer-Kt6rY .framer-e7kui7 { gap: 0px; } .framer-Kt6rY .framer-p6kg5 > *, .framer-Kt6rY .framer-svp11x > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Kt6rY .framer-p6kg5 > :first-child, .framer-Kt6rY .framer-cxflz5 > :first-child, .framer-Kt6rY .framer-5mhi5w > :first-child, .framer-Kt6rY .framer-hxjatr > :first-child, .framer-Kt6rY .framer-svp11x > :first-child, .framer-Kt6rY .framer-1brgd71 > :first-child, .framer-Kt6rY .framer-e7kui7 > :first-child { margin-top: 0px; } .framer-Kt6rY .framer-p6kg5 > :last-child, .framer-Kt6rY .framer-cxflz5 > :last-child, .framer-Kt6rY .framer-5mhi5w > :last-child, .framer-Kt6rY .framer-hxjatr > :last-child, .framer-Kt6rY .framer-svp11x > :last-child, .framer-Kt6rY .framer-1brgd71 > :last-child, .framer-Kt6rY .framer-e7kui7 > :last-child { margin-bottom: 0px; } .framer-Kt6rY .framer-cxflz5 > *, .framer-Kt6rY .framer-1brgd71 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Kt6rY .framer-5mhi5w > *, .framer-Kt6rY .framer-e7kui7 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-Kt6rY .framer-hxjatr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3101.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"U_PkAhBig\":{\"layout\":[\"fixed\",\"auto\"]},\"zyjTpUuIF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Kt6rY\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:3101.5,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZ1rib2Bg-4.woff2\",weight:\"800\"},{family:\"DM Serif Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2K_J709jy92k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}]},...NavbarLogoDarkFonts,...PhosphorFonts,...GoogleMapsFonts,...FooterDarkFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"U_PkAhBig\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zyjTpUuIF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"3101.5\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["coordinatesRegex", "GoogleMaps", "coordinates", "zoom", "style", "props", "borderRadius", "useRadius", "latitude1", "longitude1", "se", "ref", "latitude", "longitude", "p", "motion", "containerStyles", "addPropertyControls", "ControlType", "borderRadiusControl", "NavbarLogoDarkFonts", "getFonts", "zRpchugMJ_default", "PhosphorFonts", "Icon", "ImageWithFX", "withFX", "Image2", "GoogleMapsFonts", "GoogleMaps", "FooterDarkFonts", "BmUcG9cNv_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "RichText2", "getLoadingLazyAtYPosition", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "__FramerMetadata__"]
}
