{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dQ0QAQfdKhpjfRl3UTBl/V98G9XSnLrfQAWxVg8xw/HUtbBhrUc.js"],
  "sourcesContent": ["// Generated by Framer (9e4a47a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import AlternativesIntroSection from\"#framer/local/canvasComponent/dI1MYuaAG/dI1MYuaAG.js\";import ElementsComparisonHeading from\"#framer/local/canvasComponent/dnkc1d_TY/dnkc1d_TY.js\";import NavigationFooter from\"#framer/local/canvasComponent/F29tECq2B/F29tECq2B.js\";import LandingImportSection from\"#framer/local/canvasComponent/fap4Y872V/fap4Y872V.js\";import LandingTestimonialsSection from\"#framer/local/canvasComponent/H_K90Au5D/H_K90Au5D.js\";import LandingCta from\"#framer/local/canvasComponent/JI2RlW4zV/JI2RlW4zV.js\";import AlternativesComparisons from\"#framer/local/canvasComponent/KnD90ze3M/KnD90ze3M.js\";import LandingFeatureSection from\"#framer/local/canvasComponent/mSLyiaDDI/mSLyiaDDI.js\";import ElementsComparisonRow from\"#framer/local/canvasComponent/SDS3TMCHG/SDS3TMCHG.js\";import AlternativesSenjaVSCompetition from\"#framer/local/canvasComponent/TZDCyOPct/TZDCyOPct.js\";import LandingShareSection from\"#framer/local/canvasComponent/WmOBpchRU/WmOBpchRU.js\";import LandingVideoTestimonialHero from\"#framer/local/canvasComponent/xdvTbASE4/xdvTbASE4.js\";import NavigationHeader from\"#framer/local/canvasComponent/ylRLnob_i/ylRLnob_i.js\";import*as sharedStyle1 from\"#framer/local/css/d66zUz4UW/d66zUz4UW.js\";import*as sharedStyle from\"#framer/local/css/Fy9y9lEN_/Fy9y9lEN_.js\";import metadataProvider from\"#framer/local/webPageMetadata/HUtbBhrUc/HUtbBhrUc.js\";const NavigationHeaderFonts=getFonts(NavigationHeader);const LandingVideoTestimonialHeroFonts=getFonts(LandingVideoTestimonialHero);const AlternativesIntroSectionFonts=getFonts(AlternativesIntroSection);const LandingFeatureSectionFonts=getFonts(LandingFeatureSection);const ContainerWithFX=withFX(Container);const LandingImportSectionFonts=getFonts(LandingImportSection);const LandingShareSectionFonts=getFonts(LandingShareSection);const ElementsComparisonHeadingFonts=getFonts(ElementsComparisonHeading);const ElementsComparisonRowFonts=getFonts(ElementsComparisonRow);const LandingTestimonialsSectionFonts=getFonts(LandingTestimonialsSection);const AlternativesSenjaVSCompetitionFonts=getFonts(AlternativesSenjaVSCompetition);const AlternativesComparisonsFonts=getFonts(AlternativesComparisons);const LandingCtaFonts=getFonts(LandingCta);const NavigationFooterFonts=getFonts(NavigationFooter);const breakpoints={M7jV4hxdn:\"(min-width: 810px) and (max-width: 1199px)\",PjMA2JR65:\"(min-width: 1200px)\",UnAjgVDA3:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-jGPl9\";const variantClassNames={M7jV4hxdn:\"framer-v-bi2raz\",PjMA2JR65:\"framer-v-edfsqa\",UnAjgVDA3:\"framer-v-1ucxcca\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition1={damping:34,delay:0,mass:.1,stiffness:334,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:150};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"PjMA2JR65\",Phone:\"UnAjgVDA3\",Tablet:\"M7jV4hxdn\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"PjMA2JR65\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-jGPl9`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-jGPl9`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"PjMA2JR65\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-edfsqa\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-iop4i8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M7jV4hxdn:{variant:\"FfFkyPn0P\"},UnAjgVDA3:{variant:\"kvv3yOEIv\"}},children:/*#__PURE__*/_jsx(NavigationHeader,{BQXTPj1_M:\"rgb(255, 255, 255)\",Dd9vXlMcc:\"rgb(0, 0, 0)\",height:\"100%\",id:\"Ls8kDfoXc\",layoutId:\"Ls8kDfoXc\",style:{width:\"100%\"},variant:\"F5H_zm_q3\",width:\"100%\",ZueMBBXLU:\"rgb(255, 255, 255)\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1340,width:\"100vw\",y:72,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fi8a55-container\",children:/*#__PURE__*/_jsx(LandingVideoTestimonialHero,{FMycMmz7f:\"Watch out customer compare the Testimonial.to to Senja\",Gs0L8pZJd:\"Alternatives\",height:\"100%\",id:\"mj0eqDme6\",layoutId:\"mj0eqDme6\",NkzafT2V0:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"People switch from Endorsal to Senja because it looks better, comes without view or invite limits, is easier to use, and has transparent pricing.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"We don't want to \uD83D\uDCA9 on their hard work, but here's why we think you should make the switch too.\"]})}),Qo0vN_0cI:\"https://widget.senja.io/widget/615c52c0-238e-459b-a6b0-60d5a9f54b79\",style:{width:\"100%\"},ty44pCGLo:\"Your search for an alternative to Endorsal ends here\",variant:\"O6fGWCd3N\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6nwujz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M7jV4hxdn:{variant:\"rUlmJgp83\"},UnAjgVDA3:{variant:\"rUlmJgp83\"}},children:/*#__PURE__*/_jsx(AlternativesIntroSection,{height:\"100%\",id:\"HQEk3y1h5\",layoutId:\"HQEk3y1h5\",s31xbKgF2:\"Testimonial.to\",style:{width:\"100%\"},variant:\"A1AA4Zioa\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:594,width:\"100vw\",y:1950,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-d5l9y2-container\",\"data-framer-name\":\"Collection Section\",name:\"Collection Section\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UnAjgVDA3:{variant:\"F0yHYtCVO\"}},children:/*#__PURE__*/_jsx(LandingFeatureSection,{DdhFEK3I1:\"Unlimited forms and tags\",e6MQbmkoU:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Unlimited views, widgets, and Walls of Love on our free tier. Plus, collect or import up to 15 video or text testimonials and unlimited on any paid plan, the most generous out there. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Testimonial's cheapest plan allows you to collect unlimited video testimonials for $60/month. Senja allows you to do the same for $29.\"]})}),height:\"100%\",I2MhIHKT_:\"Testimonials Without Limits\",id:\"jBoTfefmI\",layoutId:\"jBoTfefmI\",lPfIAlB02:addImageAlt({src:\"https://framerusercontent.com/images/WZgyD7fCerDzq5VbFTtjAsvKs.webp\",srcSet:\"https://framerusercontent.com/images/WZgyD7fCerDzq5VbFTtjAsvKs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/WZgyD7fCerDzq5VbFTtjAsvKs.webp 1024w\"},\"\"),N8m3UjKcY:\"Unlimited testimonial embeds and walls of love\",name:\"Collection Section\",o49IjBsJL:\"https://app.senja.io/signup\",r0_YCD7ry:\"Limitless\",RplaHguKf:\"Y_cPH4468\",RzCLCbQFQ:\"Collect unlimited video and text testimonials\",style:{width:\"100%\"},uKvPZBWab:true,variant:\"ORPkZi8E9\",VjJyPvn_i:\"Sign up for free\",width:\"100%\",xt2kxEPPr:true})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:594,width:\"100vw\",y:2544,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9mcv4g-container\",\"data-framer-name\":\"Collection Section\",name:\"Collection Section\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UnAjgVDA3:{variant:\"F0yHYtCVO\"}},children:/*#__PURE__*/_jsx(LandingFeatureSection,{DdhFEK3I1:\"Download video testimonials in HD or export text to CSV\",e6MQbmkoU:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"No more Google Sheets! Senja's dashboard is faster, cleaner, and easier to use than Testimonial.to's.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"See all your testimonials at a glance and find the perfect testimonial every single time\"})]}),height:\"100%\",I2MhIHKT_:\"The most powerful dashboard on the easiest tool to use\",id:\"Dvup6puYU\",layoutId:\"Dvup6puYU\",lPfIAlB02:addImageAlt({src:\"https://framerusercontent.com/images/jPGfC0xH341C7fCvEyzlzG6rQ.png\",srcSet:\"https://framerusercontent.com/images/jPGfC0xH341C7fCvEyzlzG6rQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/jPGfC0xH341C7fCvEyzlzG6rQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jPGfC0xH341C7fCvEyzlzG6rQ.png 1200w\"},\"\"),N8m3UjKcY:\"Advanced search. Filter by job title, platform or transcripts\",name:\"Collection Section\",o49IjBsJL:\"https://app.senja.io/signup\",r0_YCD7ry:\"Management made easy\",RplaHguKf:\"Y_cPH4468\",RzCLCbQFQ:\"Unlimitted tagging and filtering on every plan\",style:{width:\"100%\"},uKvPZBWab:true,variant:\"rMSRZnxTy\",VjJyPvn_i:\"Sign up for free\",width:\"100%\",xt2kxEPPr:true})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:352,width:\"100vw\",y:3138,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u8fzgs-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M7jV4hxdn:{variant:\"HT4F2pxrh\"},UnAjgVDA3:{variant:\"n6TkA_Wiy\"}},children:/*#__PURE__*/_jsx(LandingImportSection,{fijjOmCwl:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Import your product reviews from over 20 different sources or a CSV, even on our free tier. Testimonial.to offers only 17.\"}),/*#__PURE__*/_jsx(\"p\",{children:\"Add them to your website, create images, or create a Wall of Love featuring all your testimonials from across the web.\"})]}),height:\"100%\",id:\"MM96nohq9\",JMw9nFEjA:\"Bring your testimonials from anywhere on the web\",layoutId:\"MM96nohq9\",QXv5MRXW3:\"Native support\",style:{width:\"100%\"},variant:\"byI78FYPI\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1187,width:\"100vw\",y:3490,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16df6u8-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UnAjgVDA3:{variant:\"W9zB3mu4B\"}},children:/*#__PURE__*/_jsx(LandingShareSection,{ccDSD4hcP:\"Create 100s of Widgets, Walls of Love and images only on Senja\",height:\"100%\",HTs5xMPOw:\"Share Testimonials\",id:\"KMnBy7jJe\",layoutId:\"KMnBy7jJe\",style:{width:\"100%\"},variant:\"cFjHRlUjh\",width:\"100%\",znl_qqyrD:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Design and share them in Senja's exclusive Social Proof Studio. Our Studio allows you to create and share stunning social images, high-converting widgets, and beautiful Walls of Love showcasing your best testimonials.\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ryhb9x\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bx88n0\",\"data-framer-name\":\"div\",name:\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12osi7n\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1agi6nh\",\"data-styles-preset\":\"Fy9y9lEN_\",children:\"Compare\"})}),className:\"framer-1qsvwcx\",\"data-framer-name\":\"Collection made easy\",fonts:[\"Inter\"],name:\"Collection made easy\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1iqy0po\",\"data-styles-preset\":\"d66zUz4UW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Senja VS Testimonial\"})}),className:\"framer-h6u6rx\",\"data-framer-name\":\"Let your customers share what they love about you\",fonts:[\"Inter\"],name:\"Let your customers share what they love about you\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12quchn\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ecy0vh-container\",children:/*#__PURE__*/_jsx(ElementsComparisonHeading,{height:\"100%\",id:\"AUZnehfmp\",layoutId:\"AUZnehfmp\",rKU9nPj_i:\"Testimonial\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13585pk-container\",children:/*#__PURE__*/_jsx(ElementsComparisonRow,{BfQrOgzWE:\"Start for free\",height:\"100%\",icjB1dLIF:true,id:\"bo8zdWyaU\",layoutId:\"bo8zdWyaU\",Me5WSksnA:true,n_VS0vjAE:\"\",r9iBUE7Ec:true,style:{width:\"100%\"},width:\"100%\",ZSElRFX3G:\"\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s21ld-container\",children:/*#__PURE__*/_jsx(ElementsComparisonRow,{BfQrOgzWE:\"Unlimited testimonial forms\",height:\"100%\",icjB1dLIF:false,id:\"r9Hnv5dV_\",layoutId:\"r9Hnv5dV_\",Me5WSksnA:true,n_VS0vjAE:\"\",r9iBUE7Ec:false,style:{width:\"100%\"},width:\"100%\",ZSElRFX3G:\"\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19ma6sh-container\",children:/*#__PURE__*/_jsx(ElementsComparisonRow,{BfQrOgzWE:\"Rich Snippet\",height:\"100%\",icjB1dLIF:true,id:\"ejBlBRvbV\",layoutId:\"ejBlBRvbV\",Me5WSksnA:true,n_VS0vjAE:\"\",r9iBUE7Ec:false,style:{width:\"100%\"},width:\"100%\",ZSElRFX3G:\"\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-g8tgmb-container\",children:/*#__PURE__*/_jsx(ElementsComparisonRow,{BfQrOgzWE:\"Custom Branding\",height:\"100%\",icjB1dLIF:false,id:\"NuVCVt8Ty\",layoutId:\"NuVCVt8Ty\",Me5WSksnA:true,n_VS0vjAE:\"\",r9iBUE7Ec:false,style:{width:\"100%\"},width:\"100%\",ZSElRFX3G:\"Available on paid plans\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ej40b5-container\",children:/*#__PURE__*/_jsx(ElementsComparisonRow,{BfQrOgzWE:\"Autosync\",height:\"100%\",icjB1dLIF:true,id:\"EfFGjfZMw\",layoutId:\"EfFGjfZMw\",Me5WSksnA:true,n_VS0vjAE:\"Available on paid plans\",r9iBUE7Ec:false,style:{width:\"100%\"},width:\"100%\",ZSElRFX3G:\"Available as paid addon\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rxyxsu-container\",children:/*#__PURE__*/_jsx(ElementsComparisonRow,{BfQrOgzWE:\"Tags\",height:\"100%\",icjB1dLIF:false,id:\"z7Q4YEeAP\",layoutId:\"z7Q4YEeAP\",Me5WSksnA:true,n_VS0vjAE:\"Unlimited\",r9iBUE7Ec:false,style:{width:\"100%\"},width:\"100%\",ZSElRFX3G:\"Unlimited on paid plans\"})})})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:948,width:\"100vw\",y:5208.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xetqxf-container\",children:/*#__PURE__*/_jsx(LandingTestimonialsSection,{e6MQbmkoU:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Over 4,000 of the best creators, SaaS companies, freelancers and agencies collect and share testimonials with Senja.\"})}),height:\"100%\",I2MhIHKT_:\"Trusted by the best\",id:\"iBVfKhNSX\",layoutId:\"iBVfKhNSX\",qrf03d790:\"QgDEVyQ9Y\",r0_YCD7ry:\"Testimonials\",style:{width:\"100%\"},variant:\"a6X6kOEXu\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1054,width:\"100vw\",y:6156.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b0hq3f-container\",children:/*#__PURE__*/_jsx(AlternativesSenjaVSCompetition,{height:\"100%\",id:\"V7DDR1m15\",layoutId:\"V7DDR1m15\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-menj9v-container\",children:/*#__PURE__*/_jsx(AlternativesComparisons,{height:\"100%\",id:\"GQrkxPSqX\",layoutId:\"GQrkxPSqX\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:377,width:\"100vw\",y:7482.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-j5bulb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M7jV4hxdn:{variant:\"IfebvI_9o\"},UnAjgVDA3:{variant:\"BLa05QSBI\"}},children:/*#__PURE__*/_jsx(LandingCta,{height:\"100%\",id:\"qmsho8dNr\",Jf9eZriCX:\"Jump in today and see how easy it is to collect testimonials with Senja.\",layoutId:\"qmsho8dNr\",style:{width:\"100%\"},variant:\"Ns9_TBdIu\",VILiyeYI8:\"The faster, easier way to collect testimonials\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:899,width:\"100vw\",y:7859.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-podiy7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{M7jV4hxdn:{variant:\"p3HiCxB9Z\"},UnAjgVDA3:{variant:\"N7lxhtJ6F\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"o7yk614im\",layoutId:\"o7yk614im\",style:{width:\"100%\"},variant:\"wSjyVRDzo\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-jGPl9 { background: white; }`,\".framer-jGPl9.framer-1u9zb7e, .framer-jGPl9 .framer-1u9zb7e { display: block; }\",\".framer-jGPl9.framer-edfsqa { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-jGPl9 .framer-iop4i8-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 5; }\",\".framer-jGPl9 .framer-1fi8a55-container, .framer-jGPl9 .framer-6nwujz-container, .framer-jGPl9 .framer-d5l9y2-container, .framer-jGPl9 .framer-9mcv4g-container, .framer-jGPl9 .framer-u8fzgs-container, .framer-jGPl9 .framer-16df6u8-container, .framer-jGPl9 .framer-ecy0vh-container, .framer-jGPl9 .framer-13585pk-container, .framer-jGPl9 .framer-1s21ld-container, .framer-jGPl9 .framer-19ma6sh-container, .framer-jGPl9 .framer-g8tgmb-container, .framer-jGPl9 .framer-1ej40b5-container, .framer-jGPl9 .framer-1rxyxsu-container, .framer-jGPl9 .framer-1xetqxf-container, .framer-jGPl9 .framer-1b0hq3f-container, .framer-jGPl9 .framer-menj9v-container, .framer-jGPl9 .framer-j5bulb-container, .framer-jGPl9 .framer-podiy7-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-jGPl9 .framer-ryhb9x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 1280px; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-jGPl9 .framer-1bx88n0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-jGPl9 .framer-12osi7n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jGPl9 .framer-1qsvwcx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-jGPl9 .framer-h6u6rx { flex: none; height: auto; max-width: 540px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jGPl9 .framer-12quchn { 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: hidden; padding: 0px; position: relative; width: 960px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-jGPl9.framer-edfsqa, .framer-jGPl9 .framer-ryhb9x, .framer-jGPl9 .framer-1bx88n0, .framer-jGPl9 .framer-12osi7n, .framer-jGPl9 .framer-12quchn { gap: 0px; } .framer-jGPl9.framer-edfsqa > *, .framer-jGPl9 .framer-12quchn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jGPl9.framer-edfsqa > :first-child, .framer-jGPl9 .framer-1bx88n0 > :first-child, .framer-jGPl9 .framer-12osi7n > :first-child, .framer-jGPl9 .framer-12quchn > :first-child { margin-top: 0px; } .framer-jGPl9.framer-edfsqa > :last-child, .framer-jGPl9 .framer-1bx88n0 > :last-child, .framer-jGPl9 .framer-12osi7n > :last-child, .framer-jGPl9 .framer-12quchn > :last-child { margin-bottom: 0px; } .framer-jGPl9 .framer-ryhb9x > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-jGPl9 .framer-ryhb9x > :first-child { margin-left: 0px; } .framer-jGPl9 .framer-ryhb9x > :last-child { margin-right: 0px; } .framer-jGPl9 .framer-1bx88n0 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-jGPl9 .framer-12osi7n > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-jGPl9 { background: white; } .framer-jGPl9.framer-edfsqa { width: 810px; } .framer-jGPl9 .framer-iop4i8-container { order: 0; } .framer-jGPl9 .framer-1fi8a55-container { order: 2; } .framer-jGPl9 .framer-6nwujz-container { order: 3; } .framer-jGPl9 .framer-d5l9y2-container { order: 4; } .framer-jGPl9 .framer-9mcv4g-container { order: 5; } .framer-jGPl9 .framer-u8fzgs-container { order: 6; } .framer-jGPl9 .framer-16df6u8-container { order: 7; } .framer-jGPl9 .framer-ryhb9x { order: 8; } .framer-jGPl9 .framer-12quchn { width: 100%; } .framer-jGPl9 .framer-1xetqxf-container { order: 9; } .framer-jGPl9 .framer-1b0hq3f-container { order: 10; } .framer-jGPl9 .framer-menj9v-container { order: 11; } .framer-jGPl9 .framer-j5bulb-container { order: 12; } .framer-jGPl9 .framer-podiy7-container { order: 13; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-jGPl9 { background: white; } .framer-jGPl9.framer-edfsqa { width: 390px; }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10131\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"M7jV4hxdn\":{\"layout\":[\"fixed\",\"auto\"]},\"UnAjgVDA3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerHUtbBhrUc=withCSS(Component,css,\"framer-jGPl9\");export default FramerHUtbBhrUc;FramerHUtbBhrUc.displayName=\"Compare / Testimonial To Alternative\";FramerHUtbBhrUc.defaultProps={height:10131,width:1200};addFonts(FramerHUtbBhrUc,[{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\"}]},...NavigationHeaderFonts,...LandingVideoTestimonialHeroFonts,...AlternativesIntroSectionFonts,...LandingFeatureSectionFonts,...LandingImportSectionFonts,...LandingShareSectionFonts,...ElementsComparisonHeadingFonts,...ElementsComparisonRowFonts,...LandingTestimonialsSectionFonts,...AlternativesSenjaVSCompetitionFonts,...AlternativesComparisonsFonts,...LandingCtaFonts,...NavigationFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHUtbBhrUc\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M7jV4hxdn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UnAjgVDA3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"10131\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationHeaderFonts", "getFonts", "ylRLnob_i_default", "LandingVideoTestimonialHeroFonts", "xdvTbASE4_default", "AlternativesIntroSectionFonts", "dI1MYuaAG_default", "LandingFeatureSectionFonts", "mSLyiaDDI_default", "ContainerWithFX", "withFX", "Container", "LandingImportSectionFonts", "fap4Y872V_default", "LandingShareSectionFonts", "WmOBpchRU_default", "ElementsComparisonHeadingFonts", "dnkc1d_TY_default", "ElementsComparisonRowFonts", "SDS3TMCHG_default", "LandingTestimonialsSectionFonts", "H_K90Au5D_default", "AlternativesSenjaVSCompetitionFonts", "TZDCyOPct_default", "AlternativesComparisonsFonts", "KnD90ze3M_default", "LandingCtaFonts", "JI2RlW4zV_default", "NavigationFooterFonts", "F29tECq2B_default", "breakpoints", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "ylRLnob_i_default", "xdvTbASE4_default", "x", "dI1MYuaAG_default", "ContainerWithFX", "mSLyiaDDI_default", "fap4Y872V_default", "WmOBpchRU_default", "RichText2", "dnkc1d_TY_default", "SDS3TMCHG_default", "H_K90Au5D_default", "TZDCyOPct_default", "KnD90ze3M_default", "JI2RlW4zV_default", "F29tECq2B_default", "css", "FramerHUtbBhrUc", "withCSS", "HUtbBhrUc_default", "addFonts", "NavigationHeaderFonts", "LandingVideoTestimonialHeroFonts", "AlternativesIntroSectionFonts", "LandingFeatureSectionFonts", "LandingImportSectionFonts", "LandingShareSectionFonts", "ElementsComparisonHeadingFonts", "ElementsComparisonRowFonts", "LandingTestimonialsSectionFonts", "AlternativesSenjaVSCompetitionFonts", "AlternativesComparisonsFonts", "LandingCtaFonts", "NavigationFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
