{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js", "ssg:https://framerusercontent.com/modules/d6m7MGnyecGxSPZFaT1B/3Sr1JaNbZz3x6Dit3ND4/sTY7MI9gs-0.js", "ssg:https://framerusercontent.com/modules/d6m7MGnyecGxSPZFaT1B/3Sr1JaNbZz3x6Dit3ND4/sTY7MI9gs.js", "ssg:https://framerusercontent.com/modules/AddUUlKZwVmaOKfUej5e/lyjip3EElePxOlXQWbQ7/sTY7MI9gs.js", "ssg:https://framerusercontent.com/modules/5NBUr4amWdQ4RoNKP4cS/G4l1AHiUBPIycmotsQry/XnbgBa4It.js", "ssg:https://framerusercontent.com/modules/nC6hXdChsQFlikjJkL3W/59zA3kN4S5fLoaipw63g/xP6Xf07Jy.js", "ssg:https://framerusercontent.com/modules/Ka0TEekNpTQKZXM3LLCh/deofpzJCdtP5cv72ib4g/xP6Xf07Jy.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap}from\"framer-motion\";import{resize}from\"@motionone/dom\";const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Ticker(props){/* Props */ let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/ createRef(),/*#__PURE__*/ createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */ let clonedChildren=[];let dupedChildren=[];/* Duplicate value */ let duplicateBy=0;let opacity=0;if(isCanvas){// duplicateBy = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;opacity=1;}/* Measure parent and child */ const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */ if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */ let initialResize=useRef(true);useEffect(()=>{measure();return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3,ref4,ref5;const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,width:widthType?(ref3=child.props)===null||ref3===void 0?void 0:ref3.width:\"100%\",height:heightType?(ref4=child.props)===null||ref4===void 0?void 0:ref4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(ref5=child.props)===null||ref5===void 0?void 0:ref5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}),];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */ if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */ if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue),]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */ useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */ if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */ const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/ _jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/ _jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});};/* Default Properties */ Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */ addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */ const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "export const v0=\"Screenshot of product page\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a2fb474)\nimport*as localizedValues from\"./sTY7MI9gs-0.js\";const valuesByLocaleId={qyiid22Iy:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/yKx6Nm4MoPastsavtW4r/nZ1G6Mvyq9pcLZEfV7yz/GeICQ4fg4.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/8RI0k64LrvKZwKLMzPwo/PXawS1BHCfmrm1vbSH3T/ro7OPezbn.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/HYO1PSSgmFcK6yCYlknT/1Rm2r7mDQstEnv9J9yNd/UoRjUFh0j.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fUHmkVPITiTtG5OTtgrx/REeJ0ZiRvrDPGY6FW3cv/VLZoctuUv.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/d6m7MGnyecGxSPZFaT1B/3Sr1JaNbZz3x6Dit3ND4/sTY7MI9gs.js\";const serializationHash=\"framer-zhq85\";const variantClassNames={WT26mo5Ul:\"framer-v-1sogiir\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?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=({companyLogo,companyName,companyWebsite,description,height,id,title,trustpilotLink,width,...props})=>{var _ref,_ref1,_ref2,_ref3;return{...props,c2yQmevVg:companyWebsite!==null&&companyWebsite!==void 0?companyWebsite:props.c2yQmevVg,MnaLMNVkX:(_ref=title!==null&&title!==void 0?title:props.MnaLMNVkX)!==null&&_ref!==void 0?_ref:\"Mich\\xe8le Maes\",NdfTuL637:(_ref1=companyName!==null&&companyName!==void 0?companyName:props.NdfTuL637)!==null&&_ref1!==void 0?_ref1:\"Trimmi\",TvHiiGLlh:trustpilotLink!==null&&trustpilotLink!==void 0?trustpilotLink:props.TvHiiGLlh,XZIjikqrc:(_ref2=companyLogo!==null&&companyLogo!==void 0?companyLogo:props.XZIjikqrc)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/fXJDwpNRsL1je9ZJPMAKGj2gQA.png\"},z0cxnMUxl:(_ref3=description!==null&&description!==void 0?description:props.z0cxnMUxl)!==null&&_ref3!==void 0?_ref3:\"Mooi en handig systeem! Dit gaat me heel veel tijd besparen in de toekomst. Snel reactie op vragen en ze denken graag mee. Kortom, zeer tevreden!\"};};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,XZIjikqrc,MnaLMNVkX,NdfTuL637,c2yQmevVg,TvHiiGLlh,z0cxnMUxl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"WT26mo5Ul\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();var _getLocalizedValue;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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-1sogiir\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"WT26mo5Ul\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4742b505-2177-4083-90e1-07648d53ad2e, rgb(243, 243, 243))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 3px 10px 0px rgba(0, 0, 0, 0.05)\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-opoix6\",layoutDependency:layoutDependency,layoutId:\"mDvTtDX0f\",children:[/*#__PURE__*/_jsx(Link,{href:c2yQmevVg,nodeId:\"iMOd7GN1_\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:100,intrinsicWidth:100,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+0+0),pixelHeight:233,pixelWidth:260,sizes:\"50px\",...toResponsiveImage(XZIjikqrc),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-lllho3 framer-gm3dop\",layoutDependency:layoutDependency,layoutId:\"iMOd7GN1_\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qttavd\",layoutDependency:layoutDependency,layoutId:\"IhMdbklXu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1vpr5rf\",\"data-styles-preset\":\"GeICQ4fg4\",children:\"Mich\\xe8le Maes\"})}),className:\"framer-x7m8z6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"N88ywAQiu\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:MnaLMNVkX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-uc9owo\",\"data-styles-preset\":\"VLZoctuUv\",children:/*#__PURE__*/_jsx(Link,{href:c2yQmevVg,nodeId:\"dp8xwbGdr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Trimmi\"})})})}),className:\"framer-1y5thao\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dp8xwbGdr\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:NdfTuL637,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Link,{href:TvHiiGLlh,nodeId:\"B9NLDu8dR\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Screenshot of product page\",fit:\"fit\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+30+50),pixelHeight:96,pixelWidth:512,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/EHy98QvA9z6tzzIid9n0yt58zU.svg\"},className:\"framer-atqddi framer-gm3dop\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"B9NLDu8dR\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1skefm5\",\"data-styles-preset\":\"UoRjUFh0j\",children:\"Mooi en handig systeem! Dit gaat me heel veel tijd besparen in de toekomst. Snel reactie op vragen en ze denken graag mee. Kortom, zeer tevreden!\"})}),className:\"framer-1ktk3j3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FQYQ4KHN3\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:z0cxnMUxl,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zhq85.framer-gm3dop, .framer-zhq85 .framer-gm3dop { display: block; }\",\".framer-zhq85.framer-1sogiir { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 320px; }\",\".framer-zhq85 .framer-opoix6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-zhq85 .framer-lllho3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: hidden; position: relative; text-decoration: none; width: 50px; }\",\".framer-zhq85 .framer-qttavd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-zhq85 .framer-x7m8z6, .framer-zhq85 .framer-1y5thao { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-zhq85 .framer-atqddi { flex: none; height: 36px; overflow: visible; position: relative; text-decoration: none; width: 100px; }\",\".framer-zhq85 .framer-1ktk3j3 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zhq85.framer-1sogiir, .framer-zhq85 .framer-opoix6, .framer-zhq85 .framer-qttavd { gap: 0px; } .framer-zhq85.framer-1sogiir > *, .framer-zhq85 .framer-qttavd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zhq85.framer-1sogiir > :first-child, .framer-zhq85 .framer-qttavd > :first-child { margin-top: 0px; } .framer-zhq85.framer-1sogiir > :last-child, .framer-zhq85 .framer-qttavd > :last-child { margin-bottom: 0px; } .framer-zhq85 .framer-opoix6 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-zhq85 .framer-opoix6 > :first-child { margin-left: 0px; } .framer-zhq85 .framer-opoix6 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-zhq85[data-border=\"true\"]::after, .framer-zhq85 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 266\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"XZIjikqrc\":\"companyLogo\",\"MnaLMNVkX\":\"title\",\"NdfTuL637\":\"companyName\",\"c2yQmevVg\":\"companyWebsite\",\"TvHiiGLlh\":\"trustpilotLink\",\"z0cxnMUxl\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersTY7MI9gs=withCSS(Component,css,\"framer-zhq85\");export default FramersTY7MI9gs;FramersTY7MI9gs.displayName=\"Testimonial\";FramersTY7MI9gs.defaultProps={height:266,width:320};addPropertyControls(FramersTY7MI9gs,{XZIjikqrc:{__defaultAssetReference:\"data:framer/asset-reference,fXJDwpNRsL1je9ZJPMAKGj2gQA.png?originalFilename=trimmi_lgoo.png&preferredSize=auto\",title:\"Company logo\",type:ControlType.ResponsiveImage},MnaLMNVkX:{defaultValue:\"Mich\\xe8le Maes\",displayTextArea:false,title:\"Title\",type:ControlType.String},NdfTuL637:{defaultValue:\"Trimmi\",displayTextArea:false,title:\"Company name\",type:ControlType.String},c2yQmevVg:{title:\"Company website\",type:ControlType.Link},TvHiiGLlh:{title:\"Trustpilot link\",type:ControlType.Link},z0cxnMUxl:{defaultValue:\"Mooi en handig systeem! Dit gaat me heel veel tijd besparen in de toekomst. Snel reactie op vragen en ze denken graag mee. Kortom, zeer tevreden!\",displayTextArea:true,title:\"Description\",type:ControlType.String}});addFonts(FramersTY7MI9gs,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersTY7MI9gs\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"XZIjikqrc\\\":\\\"companyLogo\\\",\\\"MnaLMNVkX\\\":\\\"title\\\",\\\"NdfTuL637\\\":\\\"companyName\\\",\\\"c2yQmevVg\\\":\\\"companyWebsite\\\",\\\"TvHiiGLlh\\\":\\\"trustpilotLink\\\",\\\"z0cxnMUxl\\\":\\\"description\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"266\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"320\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (be619af)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-XQdoV .framer-styles-preset-1wehkuq:not(.rich-text-wrapper), .framer-XQdoV .framer-styles-preset-1wehkuq.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; }\"];export const className=\"framer-XQdoV\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4b118ea)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={qyiid22Iy:new LazyValue(()=>import(\"./xP6Xf07Jy-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4b118ea)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js\";import ButtonWithArrow from\"#framer/local/canvasComponent/avOP_oA0x/avOP_oA0x.js\";import Navbar from\"#framer/local/canvasComponent/MC_U0pDm1/MC_U0pDm1.js\";import Footer from\"#framer/local/canvasComponent/QJ7kWfxrW/QJ7kWfxrW.js\";import Testimonial from\"#framer/local/canvasComponent/sTY7MI9gs/sTY7MI9gs.js\";import Question from\"#framer/local/canvasComponent/W5tjLmhkG/W5tjLmhkG.js\";import Button from\"#framer/local/canvasComponent/y2zYP4EqC/y2zYP4EqC.js\";import PageEnd from\"#framer/local/canvasComponent/YdUpkp1Q2/YdUpkp1Q2.js\";import*as sharedStyle2 from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle4 from\"#framer/local/css/stylesPresetHeading2/stylesPresetHeading2.js\";import*as sharedStyle5 from\"#framer/local/css/stylesPresetHeading3/stylesPresetHeading3.js\";import*as sharedStyle from\"#framer/local/css/stylesPresetParagraph/stylesPresetParagraph.js\";import*as sharedStyle3 from\"#framer/local/css/UoRjUFh0j/UoRjUFh0j.js\";import*as sharedStyle1 from\"#framer/local/css/XnbgBa4It/XnbgBa4It.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/xP6Xf07Jy/xP6Xf07Jy.js\";import metadataProvider from\"#framer/local/webPageMetadata/xP6Xf07Jy/xP6Xf07Jy.js\";const NavbarFonts=getFonts(Navbar);const RichTextWithFX=withFX(RichText);const ImageWithFX=withFX(Image);const ButtonFonts=getFonts(Button);const ButtonWithArrowFonts=getFonts(ButtonWithArrow);const MotionDivWithFX=withFX(motion.div);const ImageWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Image));const TickerFonts=getFonts(Ticker);const TestimonialFonts=getFonts(Testimonial);const QuestionFonts=getFonts(Question);const PageEndFonts=getFonts(PageEnd);const FooterFonts=getFonts(Footer);const breakpoints={m4TeMVd_J:\"(max-width: 809px)\",RqnAhJ7qs:\"(min-width: 1920px)\",SQRIB3Y7d:\"(min-width: 810px) and (max-width: 1199px)\",ypaE80dG0:\"(min-width: 1200px) and (max-width: 1919px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Gtata\";const variantClassNames={m4TeMVd_J:\"framer-v-1rsq0bo\",RqnAhJ7qs:\"framer-v-15onj3s\",SQRIB3Y7d:\"framer-v-1yqg0is\",ypaE80dG0:\"framer-v-1efe2n5\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition1={damping:60,delay:.1,mass:3.6,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:40};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:40};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition3={damping:60,delay:.2,mass:3.6,stiffness:240,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:40};const transition4={damping:60,delay:.3,mass:3.6,stiffness:240,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Small\":\"ypaE80dG0\",Desktop:\"RqnAhJ7qs\",Phone:\"m4TeMVd_J\",Tablet:\"SQRIB3Y7d\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"RqnAhJ7qs\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"RqnAhJ7qs\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-15onj3s\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1adl0kg-container\",layoutScroll:true,nodeId:\"UR55Gyfp4\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{variant:\"U0T0YLnl2\"},SQRIB3Y7d:{variant:\"U0T0YLnl2\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"UR55Gyfp4\",layoutId:\"UR55Gyfp4\",style:{width:\"100%\"},variant:\"Julg2Gz4K\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-y6x27m\",\"data-framer-name\":\"Home\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fk5gxn\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n0w6p5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-167mqvr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ekyw0g\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rtd3mg\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://nl.trustpilot.com/review/shoplinkr.com\",motionChild:true,nodeId:\"iRXxN6ZKT\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wehkuq\",\"data-styles-preset\":\"XnbgBa4It\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Uitstekend\"})})})})}),className:\"framer-1ta53vq\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://nl.trustpilot.com/review/shoplinkr.com\",motionChild:true,nodeId:\"xAy0k7xPe\",openInNewTab:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ypaE80dG0:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fit\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+0+20+0+0),pixelHeight:56,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zsUseH5e944OoyXbKXVS8TF1vI.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,as:\"a\",background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fit\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+0+0+0+0),pixelHeight:56,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zsUseH5e944OoyXbKXVS8TF1vI.svg\"},className:\"framer-pmffu3 framer-7djqp4\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://nl.trustpilot.com/review/shoplinkr.com\",motionChild:true,nodeId:\"dZ2vlY4MF\",openInNewTab:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ypaE80dG0:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fit\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+0+20+0+0),pixelHeight:74,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/fjr7SFi1FiWRsaBAdpxFKxcHsQ.svg\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,as:\"a\",background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fit\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+0+0+0+0),pixelHeight:74,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/fjr7SFi1FiWRsaBAdpxFKxcHsQ.svg\"},className:\"framer-69xj5o framer-7djqp4\",\"data-framer-name\":\"Image\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6792v5\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Magazijnsoftware voor webshops.\"})}),className:\"framer-1gbpqmx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\"},children:\"Met ShopLinkr heb je \\xe9\\xe9n software waarmee je jouw volledige magazijn kunt runnen en beheren.\"})}),className:\"framer-1izbgo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1deiu89\",\"data-framer-name\":\"Buttons\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{width:`min(min(min(${componentViewport?.width||\"100vw\"}, 1240px) - 40px, 700px), 250px)`,y:(componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+332.6+0+0},ypaE80dG0:{y:(componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+352.6+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,y:(componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+332.6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9tuyh0-container\",nodeId:\"Tu77SzTN4\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"nEaYhYDWR\"}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"Tu77SzTN4\",layoutId:\"Tu77SzTN4\",pULg5yeUT:true,rdS8bwTes:\"https://app.shoplinkr.com/auth/register\",style:{width:\"100%\"},UESB5uTAq:getLocalizedValue(\"v4\",activeLocale)??\"Gratis Starten\",variant:\"t0UdtKeDW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{y:(componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+332.6+0+79},ypaE80dG0:{y:(componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+352.6+15}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,y:(componentViewport?.y||0)+0+0+100+0+0+0+0+0+0+332.6+15,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tvg24g-container\",nodeId:\"Hl4d0eW_g\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(ButtonWithArrow,{height:\"100%\",id:\"Hl4d0eW_g\",jaocpc3R2:getLocalizedValue(\"v5\",activeLocale)??\"Demo inplannen\",layoutId:\"Hl4d0eW_g\",S2PQlQJqo:\"https://redirect.shoplinkr.com/demo-call\",UtqrcRNbI:\"var(--token-a4f2f931-1311-4c4e-9ee8-5766d23a6a1b, rgb(37, 37, 37))\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uqgcr\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1skefm5\",\"data-styles-preset\":\"UoRjUFh0j\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(128, 128, 128)\"},children:\"Geen creditcard nodig - Maandelijks opzegbaar\"})}),className:\"framer-71el\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(Link,{href:\"https://partnerplatform.bol.com/nl/intermediair/shoplinkr/\",motionChild:true,nodeId:\"KF5t18md4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+615.6),pixelHeight:133,pixelWidth:593,src:\"https://framerusercontent.com/images/w4NXwWbsmeamrcoUnpMC9U0ZMB0.png\"}},ypaE80dG0:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+591.6),pixelHeight:133,pixelWidth:593,src:\"https://framerusercontent.com/images/w4NXwWbsmeamrcoUnpMC9U0ZMB0.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,as:\"a\",background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+566.6),pixelHeight:133,pixelWidth:593,src:\"https://framerusercontent.com/images/w4NXwWbsmeamrcoUnpMC9U0ZMB0.png\"},className:\"framer-67lpcm framer-7djqp4\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"Screenshot of dashboard\",fit:\"fit\",intrinsicHeight:1348,intrinsicWidth:3456,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+695.6),pixelHeight:1710,pixelWidth:2834,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1240px) - 40px)`,...getLocalizedValue(\"v7\",activeLocale)??{src:\"https://framerusercontent.com/images/wDl18J3vowG6nsVXC59tl7tqmGM.png\"}}},SQRIB3Y7d:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"Screenshot of dashboard\",fit:\"fit\",intrinsicHeight:1348,intrinsicWidth:3456,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+616.6),pixelHeight:1710,pixelWidth:2834,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1240px) - 80px)`,...getLocalizedValue(\"v7\",activeLocale)??{src:\"https://framerusercontent.com/images/wDl18J3vowG6nsVXC59tl7tqmGM.png\"}}},ypaE80dG0:{background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"Screenshot of dashboard\",fit:\"fit\",intrinsicHeight:1348,intrinsicWidth:3456,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+671.6),pixelHeight:1710,pixelWidth:2834,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1240px) - 80px)`,...getLocalizedValue(\"v7\",activeLocale)??{src:\"https://framerusercontent.com/images/wDl18J3vowG6nsVXC59tl7tqmGM.png\"}}}},children:/*#__PURE__*/_jsx(ImageWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__targetOpacity:1,animate:animation5,background:{alt:getLocalizedValue(\"v8\",activeLocale)??\"Screenshot of dashboard\",fit:\"fit\",intrinsicHeight:1348,intrinsicWidth:3456,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+100+0+0+646.6),pixelHeight:1710,pixelWidth:2834,positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1240px) - 80px)`,...getLocalizedValue(\"v7\",activeLocale)??{src:\"https://framerusercontent.com/images/wDl18J3vowG6nsVXC59tl7tqmGM.png\"}},className:\"framer-13uzly3\",\"data-framer-appear-id\":\"13uzly3\",\"data-framer-name\":\"image\",initial:animation6,optimized:true,style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rrahot\",\"data-framer-name\":\"Partners\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1folqpi-container\",\"data-framer-name\":\"Partner logo's\",isAuthoredByUser:true,isModuleExternal:true,name:\"Partner logo's\",nodeId:\"nVaZ7EXUK\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:40,height:\"100%\",hoverFactor:1,id:\"nVaZ7EXUK\",layoutId:\"nVaZ7EXUK\",name:\"Partner logo's\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"M1bIfZ_AH\"},motionChild:true,nodeId:\"NPxS15vYk\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v9\",activeLocale)??\"QLS logo\",fit:\"fit\",intrinsicHeight:134,intrinsicWidth:300,pixelHeight:134,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/fK8uwOLhoHtGaOPNd0ZzzQUiMSI.png\"},className:\"framer-1e38fp7 framer-7djqp4\",\"data-framer-name\":\"QLS\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"USyfOYSJj\"},motionChild:true,nodeId:\"eA4i0eVcW\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v10\",activeLocale)??\"bol logo\",fit:\"fit\",intrinsicHeight:369,intrinsicWidth:676,pixelHeight:369,pixelWidth:676,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/eRZs4znblpIIJr0fIA5vSa5Ed2c.png\",srcSet:\"https://framerusercontent.com/images/eRZs4znblpIIJr0fIA5vSa5Ed2c.png?scale-down-to=512 512w,https://framerusercontent.com/images/eRZs4znblpIIJr0fIA5vSa5Ed2c.png 676w\"},className:\"framer-1ten6u8 framer-7djqp4\",\"data-framer-name\":\"Bol\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"JxNlDLjeK\"},motionChild:true,nodeId:\"RcGNa0iOq\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v11\",activeLocale)??\"Sendcloud logo\",fit:\"fit\",intrinsicHeight:102,intrinsicWidth:657,pixelHeight:102,pixelWidth:657,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/Yyx84mrO2YJjtERkMb49JDQIzs.png\",srcSet:\"https://framerusercontent.com/images/Yyx84mrO2YJjtERkMb49JDQIzs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Yyx84mrO2YJjtERkMb49JDQIzs.png 657w\"},className:\"framer-t6vvr8 framer-7djqp4\",\"data-framer-name\":\"Sendcloud\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AGZPoEnA2\"},motionChild:true,nodeId:\"dxkGuhl2k\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v12\",activeLocale)??\"Shopify logo\",fit:\"fit\",intrinsicHeight:174,intrinsicWidth:618,pixelHeight:174,pixelWidth:618,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/tr3ImOLN0YBqsgiDuKy94BsI.png\",srcSet:\"https://framerusercontent.com/images/tr3ImOLN0YBqsgiDuKy94BsI.png?scale-down-to=512 512w,https://framerusercontent.com/images/tr3ImOLN0YBqsgiDuKy94BsI.png 618w\"},className:\"framer-haz2yf framer-7djqp4\",\"data-framer-name\":\"Shopify\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"y2V043nx3\"},motionChild:true,nodeId:\"AlmeHcwAK\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v13\",activeLocale)??\"Kaufland Logo\",fit:\"fit\",intrinsicHeight:143,intrinsicWidth:704,pixelHeight:1200,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:\"151px\",src:\"https://framerusercontent.com/images/mnCRJ6hFbDVP8spCqR3koYBpxw.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/mnCRJ6hFbDVP8spCqR3koYBpxw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/mnCRJ6hFbDVP8spCqR3koYBpxw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mnCRJ6hFbDVP8spCqR3koYBpxw.jpg 1200w\"},className:\"framer-1ugbhwq framer-7djqp4\",\"data-framer-name\":\"Kaufland\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RyixoiFNy\"},motionChild:true,nodeId:\"h3wre0oFj\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v14\",activeLocale)??\"Innosend logo\",fit:\"fit\",intrinsicHeight:296,intrinsicWidth:300,pixelHeight:4500,pixelWidth:10322,positionX:\"center\",positionY:\"center\",sizes:\"151px\",src:\"https://framerusercontent.com/images/YAI8UcaXqhsKS9fzDnHMpKBCI8M.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/YAI8UcaXqhsKS9fzDnHMpKBCI8M.png?scale-down-to=512 512w,https://framerusercontent.com/images/YAI8UcaXqhsKS9fzDnHMpKBCI8M.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YAI8UcaXqhsKS9fzDnHMpKBCI8M.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/YAI8UcaXqhsKS9fzDnHMpKBCI8M.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/YAI8UcaXqhsKS9fzDnHMpKBCI8M.png 10322w\"},className:\"framer-1bshqm framer-7djqp4\",\"data-framer-name\":\"Innosend\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FQo1ZET5y\"},motionChild:true,nodeId:\"ULEnaT04W\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v15\",activeLocale)??\"WooCommerce Logo\",fit:\"fit\",intrinsicHeight:143,intrinsicWidth:704,pixelHeight:78,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/XLyBDTREt3z2DUGwONQm3gbCnI.svg\"},className:\"framer-o3qsca framer-7djqp4\",\"data-framer-name\":\"WooCommerce\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"d8M43XNti\"},motionChild:true,nodeId:\"Ltnmls1aX\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v16\",activeLocale)??\"Lightspeed logo\",fit:\"fit\",intrinsicHeight:327,intrinsicWidth:516,pixelHeight:327,pixelWidth:516,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/aYLCiW9caC3iBz8jw2f4b0m5MSo.png\",srcSet:\"https://framerusercontent.com/images/aYLCiW9caC3iBz8jw2f4b0m5MSo.png?scale-down-to=512 512w,https://framerusercontent.com/images/aYLCiW9caC3iBz8jw2f4b0m5MSo.png 516w\"},className:\"framer-1qxx8yt framer-7djqp4\",\"data-framer-name\":\"Sendy\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YI27id16h\"},motionChild:true,nodeId:\"kRCE70eiA\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v17\",activeLocale)??\"Myparcel logo\",fit:\"fit\",intrinsicHeight:122,intrinsicWidth:698,pixelHeight:122,pixelWidth:698,positionX:\"center\",positionY:\"center\",sizes:\"150px\",src:\"https://framerusercontent.com/images/ZOOm859GmWGFFyz02V1cWZDosE.png\",srcSet:\"https://framerusercontent.com/images/ZOOm859GmWGFFyz02V1cWZDosE.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZOOm859GmWGFFyz02V1cWZDosE.png 698w\"},className:\"framer-1fved0u framer-7djqp4\",\"data-framer-name\":\"MyParcel\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FT6MLj0jS\"},motionChild:true,nodeId:\"KWwboRW1M\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v18\",activeLocale)??\"PostNL logo\",fit:\"fit\",intrinsicHeight:296,intrinsicWidth:300,pixelHeight:296,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/u8FnEzKCtabJYsDi5xlehrwLBQ.png\"},className:\"framer-33whzx framer-7djqp4\",\"data-framer-name\":\"PostNL\"})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GyoUJ6f5Y\"},motionChild:true,nodeId:\"Mnlkb70P4\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:getLocalizedValue(\"v19\",activeLocale)??\"DPD logo\",fit:\"fit\",intrinsicHeight:2160,intrinsicWidth:3840,pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:\"151px\",src:\"https://framerusercontent.com/images/2ZJDZqByl5MC6mfnUuB83okBbf0.png\",srcSet:\"https://framerusercontent.com/images/2ZJDZqByl5MC6mfnUuB83okBbf0.png?scale-down-to=512 512w,https://framerusercontent.com/images/2ZJDZqByl5MC6mfnUuB83okBbf0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2ZJDZqByl5MC6mfnUuB83okBbf0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2ZJDZqByl5MC6mfnUuB83okBbf0.png 3840w\"},className:\"framer-xeihr9 framer-7djqp4\",\"data-framer-name\":\"DPD\"})})],speed:85,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-fl4ar0\",\"data-framer-name\":\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zs0zn5\",\"data-framer-name\":\"Voorkom fouten\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-180lnqy\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1m9bzi2\",\"data-styles-preset\":\"stylesPresetHeading2\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Voorkom fouten, werk sneller en effici\\xebnter\"})})}),className:\"framer-1xnwb5n\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",children:\"Met ShopLinkr voorkom je fouten en houd je altijd en overal grip op je voorraad. Beheer je producten eenvoudig, verwerk bestellingen met \\xe9\\xe9n druk op de knop en laat labels automatisch printen. Zo kun je direct aan de slag met inpakken!\"})}),className:\"framer-gre8gp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{y:(componentViewport?.y||0)+0+1174.6+50+0+0+0+0+213.4},SQRIB3Y7d:{y:(componentViewport?.y||0)+0+1350.6+50+0+0+0+0+213.4},ypaE80dG0:{y:(componentViewport?.y||0)+0+1523.6+50+0+0+0+213.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,y:(componentViewport?.y||0)+0+1436.6+50+0+0+0+213.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u5lei9-container\",nodeId:\"Hbm42ok3q\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{variant:\"y56ywaOHc\"}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"Hbm42ok3q\",layoutId:\"Hbm42ok3q\",pULg5yeUT:true,rdS8bwTes:\"https://app.shoplinkr.com/auth/register\",UESB5uTAq:getLocalizedValue(\"v22\",activeLocale)??\"Gratis proefperiode starten\",variant:\"ouRxiEMUO\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1174.6+50+0+0+322.4),pixelHeight:590,pixelWidth:814,src:\"https://framerusercontent.com/images/jgCuggnXAhnrP4tGn1p8NlBgYQ.png\"}},SQRIB3Y7d:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1350.6+50+0+0+400.4),pixelHeight:590,pixelWidth:814,src:\"https://framerusercontent.com/images/jgCuggnXAhnrP4tGn1p8NlBgYQ.png\"}},ypaE80dG0:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1523.6+50+0+7.199999999999989),pixelHeight:590,pixelWidth:814,src:\"https://framerusercontent.com/images/jgCuggnXAhnrP4tGn1p8NlBgYQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1436.6+50+0+7.199999999999989),pixelHeight:590,pixelWidth:814,src:\"https://framerusercontent.com/images/jgCuggnXAhnrP4tGn1p8NlBgYQ.png\"},className:\"framer-1y7zntp\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g6qjv8\",\"data-framer-name\":\"Zonder zorgen koppelen\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1174.6+50+680.4+0+322.4),pixelHeight:2032,pixelWidth:1206,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/yOsOFgWG3z0GEHFVXV2l4d0U2W8.jpeg\"}},SQRIB3Y7d:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1350.6+50+850.4+0+0),pixelHeight:2032,pixelWidth:1206,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/yOsOFgWG3z0GEHFVXV2l4d0U2W8.jpeg\"}},ypaE80dG0:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1523.6+50+422.4+0),pixelHeight:2032,pixelWidth:1206,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/yOsOFgWG3z0GEHFVXV2l4d0U2W8.jpeg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1436.6+50+422.4+0),pixelHeight:2032,pixelWidth:1206,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/yOsOFgWG3z0GEHFVXV2l4d0U2W8.jpeg\"},className:\"framer-17a5640\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-802826\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1m9bzi2\",\"data-styles-preset\":\"stylesPresetHeading2\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"Picklijsten en effici\\xebnte looproutes\"})})}),className:\"framer-1h5axbz\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",children:\"Met ShopLinkr genereer je eenvoudig picklijsten, waarmee de picker met \\xe9\\xe9n effici\\xebnte looproute meerdere bestellingen kan verzamelen. We bieden verschillende soorten picklijsten aan, afgestemd op jouw situatie. Ontdek welk type het beste bij jouw werkwijze past!\"})}),className:\"framer-3198s8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{ns_YChpta:\"wat-zijn-picklijsten\"},unresolvedPathSlugs:{ns_YChpta:{collectionId:\"IKNAcLsmG\",collectionItemId:\"GRQjjDFWy\"}},webPageId:\"gsGR7l828\"},implicitPathVariables:undefined},{href:{pathVariables:{ns_YChpta:\"wat-zijn-picklijsten\"},unresolvedPathSlugs:{ns_YChpta:{collectionId:\"IKNAcLsmG\",collectionItemId:\"GRQjjDFWy\"}},webPageId:\"gsGR7l828\"},implicitPathVariables:undefined},{href:{pathVariables:{ns_YChpta:\"wat-zijn-picklijsten\"},unresolvedPathSlugs:{ns_YChpta:{collectionId:\"IKNAcLsmG\",collectionItemId:\"GRQjjDFWy\"}},webPageId:\"gsGR7l828\"},implicitPathVariables:undefined},{href:{pathVariables:{ns_YChpta:\"wat-zijn-picklijsten\"},unresolvedPathSlugs:{ns_YChpta:{collectionId:\"IKNAcLsmG\",collectionItemId:\"GRQjjDFWy\"}},webPageId:\"gsGR7l828\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{y:(componentViewport?.y||0)+0+1174.6+50+680.4+0+0+0+213.4},SQRIB3Y7d:{y:(componentViewport?.y||0)+0+1350.6+50+850.4+0+510+0+213.4},ypaE80dG0:{y:(componentViewport?.y||0)+0+1523.6+50+422.4+98.80000000000001+0+213.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,y:(componentViewport?.y||0)+0+1436.6+50+422.4+98.80000000000001+0+213.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cq5hkv-container\",nodeId:\"A_cHMQ6V3\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{rdS8bwTes:resolvedLinks[3],variant:\"y56ywaOHc\"},SQRIB3Y7d:{rdS8bwTes:resolvedLinks[2]},ypaE80dG0:{rdS8bwTes:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"A_cHMQ6V3\",layoutId:\"A_cHMQ6V3\",pULg5yeUT:false,rdS8bwTes:resolvedLinks[0],UESB5uTAq:getLocalizedValue(\"v25\",activeLocale)??\"Meer informatie\",variant:\"ouRxiEMUO\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hwm3wx\",\"data-framer-name\":\"Picklijsten en barcode scanners\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16vzqlq\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1m9bzi2\",\"data-styles-preset\":\"stylesPresetHeading2\",children:\"Leveringen registreren\"})}),className:\"framer-1do6e9b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",children:\"Je kunt al je inkomende leveringen eenvoudig registreren in ShopLinkr. Zo heb je alle informatie overzichtelijk op \\xe9\\xe9n plek. Door direct je inkoopprijs in te voeren, kan ShopLinkr automatisch je winst berekenen.\"})}),className:\"framer-1j9l46s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1174.6+50+1572.8+0+243.4),pixelHeight:770,pixelWidth:1394,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/t51jIk5hB70C6sixzML652HqnQ.png\"}},SQRIB3Y7d:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1350.6+50+1782.8+0+233.4),pixelHeight:770,pixelWidth:1394,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/t51jIk5hB70C6sixzML652HqnQ.png\"}},ypaE80dG0:{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1523.6+50+1042.4+0),pixelHeight:770,pixelWidth:1394,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/t51jIk5hB70C6sixzML652HqnQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:getLocalizedValue(\"v1\",activeLocale)??\"Screenshot of product page\",fit:\"fill\",intrinsicHeight:1162,intrinsicWidth:1834,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1436.6+50+1042.4+0),pixelHeight:770,pixelWidth:1394,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/t51jIk5hB70C6sixzML652HqnQ.png\"},className:\"framer-12nzdfk\",\"data-framer-name\":\"Image\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12atfiu\",\"data-framer-name\":\"Testimonials\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13zwp38\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mlsnk7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1m9bzi2\",\"data-styles-preset\":\"stylesPresetHeading2\",children:\"Wat vinden onze klanten?\"})}),className:\"framer-1a250er\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ci2ngw\",\"data-styles-preset\":\"stylesPresetHeading3\",style:{\"--framer-text-color\":\"var(--token-8856508d-3cdd-4b9d-93c5-9410ff7516dc, rgb(232, 182, 121))\"},children:\"Ze zijn geweldig!\"})}),className:\"framer-1hruq57\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8gd8k5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tvcmqi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1160px)`,y:(componentViewport?.y||0)+0+3368.7999999999997+50+125.4+0+0+0+0},SQRIB3Y7d:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 1160px)`,y:(componentViewport?.y||0)+0+3744.7999999999997+80+125.4+0+0+0+0},ypaE80dG0:{y:(componentViewport?.y||0)+0+2944+120+125.4+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:266,width:`max((min(${componentViewport?.width||\"100vw\"} - 96px, 1160px) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2857+120+125.4+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vls4p9-container\",nodeId:\"p1AUXJ5ru\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(Testimonial,{c2yQmevVg:\"https://www.trimmi.nl/\",height:\"100%\",id:\"p1AUXJ5ru\",layoutId:\"p1AUXJ5ru\",MnaLMNVkX:getLocalizedValue(\"v30\",activeLocale)??\"Mich\\xe8le Maes\",NdfTuL637:getLocalizedValue(\"v31\",activeLocale)??\"Trimmi\",style:{width:\"100%\"},TvHiiGLlh:\"https://nl.trustpilot.com/reviews/67457ccda71a9d2b9b9ef72c\",width:\"100%\",z0cxnMUxl:getLocalizedValue(\"v32\",activeLocale)??\"Mooi en handig systeem! Dit gaat me heel veel tijd besparen in de toekomst. Snel reactie op vragen en ze denken graag mee. Kortom, zeer tevreden!\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1160px)`,y:(componentViewport?.y||0)+0+3368.7999999999997+50+125.4+0+0+0+286},SQRIB3Y7d:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 1160px)`,y:(componentViewport?.y||0)+0+3744.7999999999997+80+125.4+0+0+0+286},ypaE80dG0:{y:(componentViewport?.y||0)+0+2944+120+125.4+0+0+286}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:266,width:`max((min(${componentViewport?.width||\"100vw\"} - 96px, 1160px) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2857+120+125.4+0+0+286,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ljnyb9-container\",nodeId:\"zFINy9Jwx\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(Testimonial,{c2yQmevVg:\"https://stylesolutions.nl/\",height:\"100%\",id:\"zFINy9Jwx\",layoutId:\"zFINy9Jwx\",MnaLMNVkX:getLocalizedValue(\"v33\",activeLocale)??\"Monique Everdingen\",NdfTuL637:getLocalizedValue(\"v34\",activeLocale)??\"Style Solutions\",style:{width:\"100%\"},TvHiiGLlh:\"https://nl.trustpilot.com/reviews/65ba0a80c4e90b12b9ccc3be\",width:\"100%\",XZIjikqrc:addImageAlt({src:\"https://framerusercontent.com/images/rsoEmJ8HN7icWsCJVMQ2hrDLcFo.webp\"},\"\"),z0cxnMUxl:getLocalizedValue(\"v35\",activeLocale)??\"Deze dienst bespaart mij zoveel werk! Een musthave voor iedere ondernemer met 1 of meerdere websites of E-commerce Businesses. Super klantenservice met korte lijnen en denken altijd met je mee. Prijs kwaliteit verhouding is ook nog eens top!\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1feh1ty\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1160px)`,y:(componentViewport?.y||0)+0+3368.7999999999997+50+125.4+0+572+0+0},SQRIB3Y7d:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 1160px)`,y:(componentViewport?.y||0)+0+3744.7999999999997+80+125.4+0+572+0+0},ypaE80dG0:{y:(componentViewport?.y||0)+0+2944+120+125.4+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:266,width:`max((min(${componentViewport?.width||\"100vw\"} - 96px, 1160px) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2857+120+125.4+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xm2ly4-container\",nodeId:\"kUAdG1kUO\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(Testimonial,{c2yQmevVg:\"https://thestudentshop.nl/\",height:\"100%\",id:\"kUAdG1kUO\",layoutId:\"kUAdG1kUO\",MnaLMNVkX:getLocalizedValue(\"v36\",activeLocale)??\"Brian Wiegman\",NdfTuL637:getLocalizedValue(\"v37\",activeLocale)??\"TheStudentShop\",style:{width:\"100%\"},TvHiiGLlh:\"https://www.trustpilot.com/reviews/6786182dac07859b03c7e3e7\",width:\"100%\",XZIjikqrc:addImageAlt({src:\"https://framerusercontent.com/images/TJc3idtHBZ1hOkTFUImAGxE6YLI.png\",srcSet:\"https://framerusercontent.com/images/TJc3idtHBZ1hOkTFUImAGxE6YLI.png?scale-down-to=1024 854w,https://framerusercontent.com/images/TJc3idtHBZ1hOkTFUImAGxE6YLI.png?scale-down-to=2048 1709w,https://framerusercontent.com/images/TJc3idtHBZ1hOkTFUImAGxE6YLI.png 2087w\"},\"\"),z0cxnMUxl:getLocalizedValue(\"v38\",activeLocale)??\"Een hele goeie ervaring met dit software pakket. vergeleken andere pakketten is deze goedkoper en ook nog eens beter. de support is super! je appt en je krijgt nog dezelfde dag een reactie.\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1160px)`,y:(componentViewport?.y||0)+0+3368.7999999999997+50+125.4+0+572+0+286},SQRIB3Y7d:{width:`min(${componentViewport?.width||\"100vw\"} - 96px, 1160px)`,y:(componentViewport?.y||0)+0+3744.7999999999997+80+125.4+0+572+0+286},ypaE80dG0:{y:(componentViewport?.y||0)+0+2944+120+125.4+0+0+286}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:266,width:`max((min(${componentViewport?.width||\"100vw\"} - 96px, 1160px) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2857+120+125.4+0+0+286,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hu4w9y-container\",nodeId:\"m3avbmpNi\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(Testimonial,{c2yQmevVg:\"https://momentuals.nl/\",height:\"100%\",id:\"m3avbmpNi\",layoutId:\"m3avbmpNi\",MnaLMNVkX:getLocalizedValue(\"v39\",activeLocale)??\"Daphne Warmerdam\",NdfTuL637:getLocalizedValue(\"v40\",activeLocale)??\"Momentuals\",style:{width:\"100%\"},TvHiiGLlh:\"https://www.trustpilot.com/users/67865d6324f47549c363b75e\",width:\"100%\",XZIjikqrc:addImageAlt({src:\"https://framerusercontent.com/images/q0KVcJytyImvf9IKq9CPh1FpW8.webp\",srcSet:\"https://framerusercontent.com/images/q0KVcJytyImvf9IKq9CPh1FpW8.webp?scale-down-to=512 512w,https://framerusercontent.com/images/q0KVcJytyImvf9IKq9CPh1FpW8.webp 560w\"},\"\"),z0cxnMUxl:getLocalizedValue(\"v41\",activeLocale)??\"Ik ben erg tevreden over ShopLinkr. Het programma biedt veel handige functies en werkt goed voor zowel startende als ervaren webshops. Een groot voordeel is dat je betaalt op basis van het aantal pakketten dat je verkoopt. Hierdoor houd je de kosten laag als je net begint of minder verkoopt, wat het erg toegankelijk maakt.\\n...\\nAl met al ben ik tevreden met ShopLinkr. Het is een praktisch programma dat doet wat het belooft, zonder onnodig ingewikkeld te zijn.\"})})})})]})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-4gp0d8\",\"data-framer-name\":\"Veelgestelde vragen\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7sxmp8\",\"data-framer-name\":\"FAQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v42\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1m9bzi2\",\"data-styles-preset\":\"stylesPresetHeading2\",style:{\"--framer-text-alignment\":\"left\"},children:\"Veelgestelde vragen\"})}),className:\"framer-qrqae0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ng2dry\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+4718.2+50+0+0+78.4+0+0},SQRIB3Y7d:{y:(componentViewport?.y||0)+0+5154.2+50+0+0+78.4+0+0},ypaE80dG0:{y:(componentViewport?.y||0)+0+3861.4+50+0+0+78.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1240px) - 80px)`,y:(componentViewport?.y||0)+0+3774.4+50+0+0+78.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r3b06c-container\",\"data-framer-name\":\"Proefperiode\",name:\"Proefperiode\",nodeId:\"Ua04j4G2e\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"Ua04j4G2e\",layoutId:\"Ua04j4G2e\",name:\"Proefperiode\",nheoZaCcE:getLocalizedValue(\"v44\",activeLocale)??\"Met een proefperiode heb je dezelfde functionaliteit als met een betaald abonnement. Je moet ShopLinkr natuurlijk wel goed kunnen uitproberen voordat je ermee aan de slag gaat.\",Rtqjd9FOy:getLocalizedValue(\"v43\",activeLocale)??\"Wat kan ik met een proefperiode?\",style:{width:\"100%\"},variant:\"Ld_BlHLMx\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+4718.2+50+0+0+78.4+0+143},SQRIB3Y7d:{y:(componentViewport?.y||0)+0+5154.2+50+0+0+78.4+0+143},ypaE80dG0:{y:(componentViewport?.y||0)+0+3861.4+50+0+0+78.4+0+143}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1240px) - 80px)`,y:(componentViewport?.y||0)+0+3774.4+50+0+0+78.4+0+143,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ajfjgf-container\",nodeId:\"lSlD4mRxj\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"lSlD4mRxj\",layoutId:\"lSlD4mRxj\",nheoZaCcE:getLocalizedValue(\"v46\",activeLocale)??\"Tuurlijk! Je kunt een gratis demo gesprek aanvragen waarin we alvast even kennis kunnen maken met elkaar. Zodra je met ShopLinkr begint helpen we je ook graag goed opweg. We komen ook vaker langs bij onze klanten. Op die manier leren we jouw bedrijf \\xe9cht goed kennen en kunnen we je adviezen geven over het gebruik van ShopLinkr.\",Rtqjd9FOy:getLocalizedValue(\"v45\",activeLocale)??\"Kan ik hulp krijgen met het inrichten van mijn account?\",style:{width:\"100%\"},variant:\"Ld_BlHLMx\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+4718.2+50+0+0+78.4+0+286},SQRIB3Y7d:{y:(componentViewport?.y||0)+0+5154.2+50+0+0+78.4+0+286},ypaE80dG0:{y:(componentViewport?.y||0)+0+3861.4+50+0+0+78.4+0+286}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1240px) - 80px)`,y:(componentViewport?.y||0)+0+3774.4+50+0+0+78.4+0+286,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16nresm-container\",nodeId:\"mikwIA9Ja\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"mikwIA9Ja\",layoutId:\"mikwIA9Ja\",nheoZaCcE:getLocalizedValue(\"v48\",activeLocale)??\"We hebben geen app die je kunt downloaden. Deze hebben we ook niet nodig. ShopLinkr is enorm mobiel vriendelijk en is op elk apparaat te gebruiken, zelfs op jouw barcode scanner. Op deze manier hoeven we maar 1 systeem te ontwikkelen.\",Rtqjd9FOy:getLocalizedValue(\"v47\",activeLocale)??\"Hebben jullie ook een app voor op mijn telefoon/ handscanner?\",style:{width:\"100%\"},variant:\"Ld_BlHLMx\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+4718.2+50+0+0+78.4+0+429},SQRIB3Y7d:{y:(componentViewport?.y||0)+0+5154.2+50+0+0+78.4+0+429},ypaE80dG0:{y:(componentViewport?.y||0)+0+3861.4+50+0+0+78.4+0+429}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:123,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1240px) - 80px)`,y:(componentViewport?.y||0)+0+3774.4+50+0+0+78.4+0+429,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1h2k0tx-container\",nodeId:\"OgHd2KIOU\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(Question,{height:\"100%\",id:\"OgHd2KIOU\",layoutId:\"OgHd2KIOU\",nheoZaCcE:getLocalizedValue(\"v50\",activeLocale)??\"We hopen natuurlijk dat je tevreden bent met ShopLinkr, beluit je toch te stoppen? Dan zit je nooit ergens aan vast bij ons. Zodra je besluit te stoppen loopt je huidige maand gewoon af en daarna stopt je abonnement. We doen hier helemaal niet moeilijk over en je krijgt ook geen lastige vragen.\",Rtqjd9FOy:getLocalizedValue(\"v49\",activeLocale)??\"Hoelang zit ik vast aan mijn abonnement?\",style:{width:\"100%\"},variant:\"Ld_BlHLMx\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{y:(componentViewport?.y||0)+0+5448.599999999999},SQRIB3Y7d:{y:(componentViewport?.y||0)+0+5934.599999999999},ypaE80dG0:{y:(componentViewport?.y||0)+0+4641.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1500,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4554.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ca2284-container\",nodeId:\"xTxk9hs1O\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{variant:\"TWfwo6BEr\"},SQRIB3Y7d:{variant:\"B5dKcUa7X\"}},children:/*#__PURE__*/_jsx(PageEnd,{height:\"100%\",id:\"xTxk9hs1O\",layoutId:\"xTxk9hs1O\",style:{width:\"100%\"},variant:\"o8Eo_sj6Z\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{y:(componentViewport?.y||0)+0+6948.599999999999},SQRIB3Y7d:{y:(componentViewport?.y||0)+0+7434.599999999999},ypaE80dG0:{y:(componentViewport?.y||0)+0+6141.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:333,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6054.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4wnuat-container\",nodeId:\"In37svgla\",scopeId:\"xP6Xf07Jy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m4TeMVd_J:{variant:\"E7GgU1jy6\"},SQRIB3Y7d:{variant:\"PEZxN7aBU\"},ypaE80dG0:{variant:\"sEDMSuk4a\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"In37svgla\",layoutId:\"In37svgla\",style:{width:\"100%\"},variant:\"eDhgjwGhd\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Gtata.framer-7djqp4, .framer-Gtata .framer-7djqp4 { display: block; }\",\".framer-Gtata.framer-15onj3s { align-content: center; align-items: center; background-color: var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1920px; }\",\".framer-Gtata .framer-1adl0kg-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 1; }\",'.framer-Gtata .framer-y6x27m { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-79c68df7-4245-44e2-8f97-f918bee5cff5, #ffffff) /* {\"name\":\"Pure White\"} */ 0%, rgba(232, 182, 121, 0.1) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 50px 0px; position: relative; width: 100%; }',\".framer-Gtata .framer-1fk5gxn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1240px; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-Gtata .framer-n0w6p5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-167mqvr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-ekyw0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-1rtd3mg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-1ta53vq { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-Gtata .framer-pmffu3, .framer-Gtata .framer-69xj5o { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 80px; overflow: visible; position: relative; text-decoration: none; width: 100px; }\",\".framer-Gtata .framer-6792v5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-1gbpqmx, .framer-Gtata .framer-1izbgo, .framer-Gtata .framer-71el, .framer-Gtata .framer-gre8gp, .framer-Gtata .framer-3198s8, .framer-Gtata .framer-1j9l46s { flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Gtata .framer-1deiu89 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 65%; }\",\".framer-Gtata .framer-9tuyh0-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Gtata .framer-tvg24g-container, .framer-Gtata .framer-1u5lei9-container, .framer-Gtata .framer-1cq5hkv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Gtata .framer-1uqgcr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 15px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-67lpcm { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 80px; overflow: visible; position: relative; text-decoration: none; width: 350px; }\",\".framer-Gtata .framer-13uzly3 { flex: none; height: 500px; overflow: visible; position: relative; width: 100%; }\",\".framer-Gtata .framer-rrahot { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-1folqpi-container { flex: none; height: 100px; position: relative; width: 100%; }\",\".framer-Gtata .framer-1e38fp7, .framer-Gtata .framer-1ugbhwq, .framer-Gtata .framer-1bshqm, .framer-Gtata .framer-33whzx, .framer-Gtata .framer-xeihr9 { -webkit-filter: grayscale(1); aspect-ratio: 2.252906976744186 / 1; filter: grayscale(1); height: var(--framer-aspect-ratio-supported, 67px); overflow: visible; position: relative; text-decoration: none; width: 151px; }\",\".framer-Gtata .framer-1ten6u8, .framer-Gtata .framer-t6vvr8, .framer-Gtata .framer-haz2yf, .framer-Gtata .framer-o3qsca, .framer-Gtata .framer-1qxx8yt, .framer-Gtata .framer-1fved0u { -webkit-filter: grayscale(1); aspect-ratio: 2.252906976744186 / 1; filter: grayscale(1); height: var(--framer-aspect-ratio-supported, 67px); overflow: visible; position: relative; text-decoration: none; width: 150px; }\",\".framer-Gtata .framer-fl4ar0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: flex-start; max-width: 1240px; overflow: visible; padding: 50px 40px 50px 40px; position: relative; width: 100%; }\",\".framer-Gtata .framer-zs0zn5, .framer-Gtata .framer-1g6qjv8, .framer-Gtata .framer-1hwm3wx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-180lnqy, .framer-Gtata .framer-802826, .framer-Gtata .framer-16vzqlq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Gtata .framer-1xnwb5n, .framer-Gtata .framer-1h5axbz, .framer-Gtata .framer-1do6e9b { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Gtata .framer-1y7zntp { aspect-ratio: 1.37984496124031 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.02); flex: none; height: var(--framer-aspect-ratio-supported, 258px); overflow: visible; position: relative; width: 356px; }\",\".framer-Gtata .framer-17a5640 { aspect-ratio: 0.7319148936170212 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.02); flex: none; height: var(--framer-aspect-ratio-supported, 470px); overflow: visible; position: relative; width: 344px; }\",\".framer-Gtata .framer-12nzdfk { aspect-ratio: 1.8093525179856116 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.02); flex: none; height: var(--framer-aspect-ratio-supported, 278px); overflow: visible; position: relative; width: 503px; }\",\".framer-Gtata .framer-12atfiu { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background: linear-gradient(180deg, rgba(232, 182, 121, 0.1) 0%, rgb(255, 255, 255) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 48px 120px 48px; position: relative; width: 100%; }\",\".framer-Gtata .framer-13zwp38 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; max-width: 1160px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-1mlsnk7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; max-width: 1160px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Gtata .framer-1a250er, .framer-Gtata .framer-1hruq57, .framer-Gtata .framer-qrqae0 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 454px; word-break: break-word; word-wrap: break-word; }\",\".framer-Gtata .framer-8gd8k5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1160px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-1tvcmqi, .framer-Gtata .framer-1feh1ty { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Gtata .framer-vls4p9-container, .framer-Gtata .framer-1ljnyb9-container, .framer-Gtata .framer-xm2ly4-container, .framer-Gtata .framer-1hu4w9y-container, .framer-Gtata .framer-r3b06c-container, .framer-Gtata .framer-1ajfjgf-container, .framer-Gtata .framer-16nresm-container, .framer-Gtata .framer-1h2k0tx-container, .framer-Gtata .framer-1ca2284-container, .framer-Gtata .framer-4wnuat-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Gtata .framer-4gp0d8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 50px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-Gtata .framer-7sxmp8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1240px; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-Gtata .framer-1ng2dry { 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; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Gtata.framer-15onj3s, .framer-Gtata .framer-y6x27m, .framer-Gtata .framer-1fk5gxn, .framer-Gtata .framer-n0w6p5, .framer-Gtata .framer-167mqvr, .framer-Gtata .framer-ekyw0g, .framer-Gtata .framer-1rtd3mg, .framer-Gtata .framer-6792v5, .framer-Gtata .framer-1deiu89, .framer-Gtata .framer-1uqgcr, .framer-Gtata .framer-rrahot, .framer-Gtata .framer-fl4ar0, .framer-Gtata .framer-zs0zn5, .framer-Gtata .framer-180lnqy, .framer-Gtata .framer-1g6qjv8, .framer-Gtata .framer-802826, .framer-Gtata .framer-1hwm3wx, .framer-Gtata .framer-16vzqlq, .framer-Gtata .framer-12atfiu, .framer-Gtata .framer-13zwp38, .framer-Gtata .framer-1mlsnk7, .framer-Gtata .framer-8gd8k5, .framer-Gtata .framer-1tvcmqi, .framer-Gtata .framer-1feh1ty, .framer-Gtata .framer-4gp0d8, .framer-Gtata .framer-7sxmp8, .framer-Gtata .framer-1ng2dry { gap: 0px; } .framer-Gtata.framer-15onj3s > *, .framer-Gtata .framer-y6x27m > *, .framer-Gtata .framer-1fk5gxn > *, .framer-Gtata .framer-ekyw0g > *, .framer-Gtata .framer-4gp0d8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Gtata.framer-15onj3s > :first-child, .framer-Gtata .framer-y6x27m > :first-child, .framer-Gtata .framer-1fk5gxn > :first-child, .framer-Gtata .framer-n0w6p5 > :first-child, .framer-Gtata .framer-167mqvr > :first-child, .framer-Gtata .framer-ekyw0g > :first-child, .framer-Gtata .framer-6792v5 > :first-child, .framer-Gtata .framer-1uqgcr > :first-child, .framer-Gtata .framer-rrahot > :first-child, .framer-Gtata .framer-fl4ar0 > :first-child, .framer-Gtata .framer-180lnqy > :first-child, .framer-Gtata .framer-802826 > :first-child, .framer-Gtata .framer-16vzqlq > :first-child, .framer-Gtata .framer-12atfiu > :first-child, .framer-Gtata .framer-1mlsnk7 > :first-child, .framer-Gtata .framer-1tvcmqi > :first-child, .framer-Gtata .framer-1feh1ty > :first-child, .framer-Gtata .framer-4gp0d8 > :first-child, .framer-Gtata .framer-7sxmp8 > :first-child, .framer-Gtata .framer-1ng2dry > :first-child { margin-top: 0px; } .framer-Gtata.framer-15onj3s > :last-child, .framer-Gtata .framer-y6x27m > :last-child, .framer-Gtata .framer-1fk5gxn > :last-child, .framer-Gtata .framer-n0w6p5 > :last-child, .framer-Gtata .framer-167mqvr > :last-child, .framer-Gtata .framer-ekyw0g > :last-child, .framer-Gtata .framer-6792v5 > :last-child, .framer-Gtata .framer-1uqgcr > :last-child, .framer-Gtata .framer-rrahot > :last-child, .framer-Gtata .framer-fl4ar0 > :last-child, .framer-Gtata .framer-180lnqy > :last-child, .framer-Gtata .framer-802826 > :last-child, .framer-Gtata .framer-16vzqlq > :last-child, .framer-Gtata .framer-12atfiu > :last-child, .framer-Gtata .framer-1mlsnk7 > :last-child, .framer-Gtata .framer-1tvcmqi > :last-child, .framer-Gtata .framer-1feh1ty > :last-child, .framer-Gtata .framer-4gp0d8 > :last-child, .framer-Gtata .framer-7sxmp8 > :last-child, .framer-Gtata .framer-1ng2dry > :last-child { margin-bottom: 0px; } .framer-Gtata .framer-n0w6p5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Gtata .framer-167mqvr > *, .framer-Gtata .framer-7sxmp8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Gtata .framer-1rtd3mg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Gtata .framer-1rtd3mg > :first-child, .framer-Gtata .framer-1deiu89 > :first-child, .framer-Gtata .framer-zs0zn5 > :first-child, .framer-Gtata .framer-1g6qjv8 > :first-child, .framer-Gtata .framer-1hwm3wx > :first-child, .framer-Gtata .framer-13zwp38 > :first-child, .framer-Gtata .framer-8gd8k5 > :first-child { margin-left: 0px; } .framer-Gtata .framer-1rtd3mg > :last-child, .framer-Gtata .framer-1deiu89 > :last-child, .framer-Gtata .framer-zs0zn5 > :last-child, .framer-Gtata .framer-1g6qjv8 > :last-child, .framer-Gtata .framer-1hwm3wx > :last-child, .framer-Gtata .framer-13zwp38 > :last-child, .framer-Gtata .framer-8gd8k5 > :last-child { margin-right: 0px; } .framer-Gtata .framer-6792v5 > *, .framer-Gtata .framer-1uqgcr > *, .framer-Gtata .framer-rrahot > *, .framer-Gtata .framer-180lnqy > *, .framer-Gtata .framer-802826 > *, .framer-Gtata .framer-16vzqlq > *, .framer-Gtata .framer-1tvcmqi > *, .framer-Gtata .framer-1feh1ty > *, .framer-Gtata .framer-1ng2dry > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Gtata .framer-1deiu89 > *, .framer-Gtata .framer-8gd8k5 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Gtata .framer-fl4ar0 > * { margin: 0px; margin-bottom: calc(150px / 2); margin-top: calc(150px / 2); } .framer-Gtata .framer-zs0zn5 > *, .framer-Gtata .framer-1g6qjv8 > *, .framer-Gtata .framer-1hwm3wx > * { margin: 0px; margin-left: calc(128px / 2); margin-right: calc(128px / 2); } .framer-Gtata .framer-12atfiu > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-Gtata .framer-13zwp38 > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-Gtata .framer-1mlsnk7 > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,\"@media (min-width: 1200px) and (max-width: 1919px) { .framer-Gtata.framer-15onj3s { width: 1200px; } .framer-Gtata .framer-ekyw0g { padding: 20px 0px 0px 0px; } .framer-Gtata .framer-1uqgcr { padding: 20px 0px 30px 0px; } .framer-Gtata .framer-13uzly3 { height: 562px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Gtata.framer-15onj3s { width: 810px; } .framer-Gtata .framer-67lpcm { height: 50px; width: 250px; } .framer-Gtata .framer-13uzly3 { height: 444px; } .framer-Gtata .framer-zs0zn5, .framer-Gtata .framer-8gd8k5 { flex-direction: column; } .framer-Gtata .framer-180lnqy, .framer-Gtata .framer-1tvcmqi, .framer-Gtata .framer-1feh1ty { flex: none; width: 100%; } .framer-Gtata .framer-1y7zntp { height: var(--framer-aspect-ratio-supported, 347px); width: 479px; } .framer-Gtata .framer-1g6qjv8, .framer-Gtata .framer-1hwm3wx { flex-direction: column; gap: 40px; } .framer-Gtata .framer-17a5640 { order: 0; } .framer-Gtata .framer-802826 { flex: none; order: 1; width: 100%; } .framer-Gtata .framer-16vzqlq { flex: none; order: 0; width: 100%; } .framer-Gtata .framer-12nzdfk { order: 1; } .framer-Gtata .framer-12atfiu { padding: 80px 48px 80px 48px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Gtata .framer-zs0zn5, .framer-Gtata .framer-1g6qjv8, .framer-Gtata .framer-1hwm3wx, .framer-Gtata .framer-8gd8k5 { gap: 0px; } .framer-Gtata .framer-zs0zn5 > * { margin: 0px; margin-bottom: calc(128px / 2); margin-top: calc(128px / 2); } .framer-Gtata .framer-zs0zn5 > :first-child, .framer-Gtata .framer-1g6qjv8 > :first-child, .framer-Gtata .framer-1hwm3wx > :first-child, .framer-Gtata .framer-8gd8k5 > :first-child { margin-top: 0px; } .framer-Gtata .framer-zs0zn5 > :last-child, .framer-Gtata .framer-1g6qjv8 > :last-child, .framer-Gtata .framer-1hwm3wx > :last-child, .framer-Gtata .framer-8gd8k5 > :last-child { margin-bottom: 0px; } .framer-Gtata .framer-1g6qjv8 > *, .framer-Gtata .framer-1hwm3wx > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Gtata .framer-8gd8k5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\",\"@media (max-width: 809px) { .framer-Gtata.framer-15onj3s { width: 390px; } .framer-Gtata .framer-1fk5gxn { padding: 0px 20px 0px 20px; } .framer-Gtata .framer-1rtd3mg { order: 1; } .framer-Gtata .framer-pmffu3, .framer-Gtata .framer-69xj5o { flex: 1 0 0px; max-width: 100px; width: 1px; } .framer-Gtata .framer-6792v5 { order: 2; } .framer-Gtata .framer-1deiu89 { flex-direction: column; width: 100%; } .framer-Gtata .framer-9tuyh0-container { flex: none; max-width: 250px; width: 100%; } .framer-Gtata .framer-13uzly3 { height: 189px; } .framer-Gtata .framer-fl4ar0 { gap: 100px; padding: 50px 20px 50px 20px; } .framer-Gtata .framer-zs0zn5, .framer-Gtata .framer-1g6qjv8, .framer-Gtata .framer-1hwm3wx { flex-direction: column; gap: 50px; } .framer-Gtata .framer-180lnqy, .framer-Gtata .framer-1tvcmqi, .framer-Gtata .framer-1feh1ty { flex: none; width: 100%; } .framer-Gtata .framer-1y7zntp { height: var(--framer-aspect-ratio-supported, 145px); max-width: 356px; width: 100%; } .framer-Gtata .framer-17a5640 { height: var(--framer-aspect-ratio-supported, 273px); max-width: 344px; order: 1; width: 100%; } .framer-Gtata .framer-802826, .framer-Gtata .framer-16vzqlq { flex: none; order: 0; width: 100%; } .framer-Gtata .framer-12nzdfk { height: var(--framer-aspect-ratio-supported, 111px); max-width: 344px; order: 1; width: 100%; } .framer-Gtata .framer-12atfiu { padding: 50px 20px 50px 20px; } .framer-Gtata .framer-1a250er, .framer-Gtata .framer-1hruq57, .framer-Gtata .framer-qrqae0 { width: 100%; } .framer-Gtata .framer-8gd8k5 { flex-direction: column; } .framer-Gtata .framer-4gp0d8 { padding: 50px 0px 50px 0px; } .framer-Gtata .framer-7sxmp8 { max-width: unset; padding: 0px 20px 0px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Gtata .framer-1deiu89, .framer-Gtata .framer-fl4ar0, .framer-Gtata .framer-zs0zn5, .framer-Gtata .framer-1g6qjv8, .framer-Gtata .framer-1hwm3wx, .framer-Gtata .framer-8gd8k5 { gap: 0px; } .framer-Gtata .framer-1deiu89 > *, .framer-Gtata .framer-8gd8k5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Gtata .framer-1deiu89 > :first-child, .framer-Gtata .framer-fl4ar0 > :first-child, .framer-Gtata .framer-zs0zn5 > :first-child, .framer-Gtata .framer-1g6qjv8 > :first-child, .framer-Gtata .framer-1hwm3wx > :first-child, .framer-Gtata .framer-8gd8k5 > :first-child { margin-top: 0px; } .framer-Gtata .framer-1deiu89 > :last-child, .framer-Gtata .framer-fl4ar0 > :last-child, .framer-Gtata .framer-zs0zn5 > :last-child, .framer-Gtata .framer-1g6qjv8 > :last-child, .framer-Gtata .framer-1hwm3wx > :last-child, .framer-Gtata .framer-8gd8k5 > :last-child { margin-bottom: 0px; } .framer-Gtata .framer-fl4ar0 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-Gtata .framer-zs0zn5 > *, .framer-Gtata .framer-1g6qjv8 > *, .framer-Gtata .framer-1hwm3wx > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6172\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ypaE80dG0\":{\"layout\":[\"fixed\",\"auto\"]},\"SQRIB3Y7d\":{\"layout\":[\"fixed\",\"auto\"]},\"m4TeMVd_J\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerxP6Xf07Jy=withCSS(Component,css,\"framer-Gtata\");export default FramerxP6Xf07Jy;FramerxP6Xf07Jy.displayName=\"Home\";FramerxP6Xf07Jy.defaultProps={height:6172,width:1920};addFonts(FramerxP6Xf07Jy,[{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\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavbarFonts,...ButtonFonts,...ButtonWithArrowFonts,...TickerFonts,...TestimonialFonts,...QuestionFonts,...PageEndFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxP6Xf07Jy\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"6172\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ypaE80dG0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SQRIB3Y7d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m4TeMVd_J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1920\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "ref5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "sTY7MI9gs_0_exports", "__export", "__FramerMetadata__", "v0", "v0", "__FramerMetadata__", "valuesByLocaleId", "sTY7MI9gs_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "companyLogo", "companyName", "companyWebsite", "description", "height", "id", "title", "trustpilotLink", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "XZIjikqrc", "MnaLMNVkX", "NdfTuL637", "c2yQmevVg", "TvHiiGLlh", "z0cxnMUxl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "LayoutGroup", "u", "cx", "serializationHash", "Link", "Image2", "getLoadingLazyAtYPosition", "RichText", "getLocalizedValue", "css", "FramersTY7MI9gs", "withCSS", "sTY7MI9gs_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavbarFonts", "getFonts", "MC_U0pDm1_default", "RichTextWithFX", "withFX", "RichText", "ImageWithFX", "Image2", "ButtonFonts", "y2zYP4EqC_default", "ButtonWithArrowFonts", "avOP_oA0x_default", "MotionDivWithFX", "motion", "ImageWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "TickerFonts", "Ticker", "TestimonialFonts", "sTY7MI9gs_default", "QuestionFonts", "W5tjLmhkG_default", "PageEndFonts", "YdUpkp1Q2_default", "FooterFonts", "QJ7kWfxrW_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "animation6", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "usePreloadLocalizedValues", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "MC_U0pDm1_default", "RichTextWithFX", "getLocalizedValue", "x", "Link", "getLoadingLazyAtYPosition", "ImageWithFX", "MotionDivWithFX", "y2zYP4EqC_default", "avOP_oA0x_default", "ImageWithFXWithOptimizedAppearEffect", "Ticker", "Image2", "RichText", "ResolveLinks", "resolvedLinks", "sTY7MI9gs_default", "W5tjLmhkG_default", "YdUpkp1Q2_default", "QJ7kWfxrW_default", "css", "FramerxP6Xf07Jy", "withCSS", "xP6Xf07Jy_default", "addFonts", "NavbarFonts", "ButtonFonts", "ButtonWithArrowFonts", "TickerFonts", "TestimonialFonts", "QuestionFonts", "PageEndFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
