1 line
19 KiB
JavaScript
1 line
19 KiB
JavaScript
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,33525,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"warnOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},98183,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={assign:function(){return i},searchParamsToUrlQuery:function(){return o},urlQueryToSearchParams:function(){return s}};for(var l in n)Object.defineProperty(r,l,{enumerable:!0,get:n[l]});function o(e){let t={};for(let[r,n]of e.entries()){let e=t[r];void 0===e?t[r]=n:Array.isArray(e)?e.push(n):t[r]=[e,n]}return t}function a(e){return"string"==typeof e?e:("number"!=typeof e||isNaN(e))&&"boolean"!=typeof e?"":String(e)}function s(e){let t=new URLSearchParams;for(let[r,n]of Object.entries(e))if(Array.isArray(n))for(let e of n)t.append(r,a(e));else t.set(r,a(n));return t}function i(e,...t){for(let r of t){for(let t of r.keys())e.delete(t);for(let[t,n]of r.entries())e.append(t,n)}return e}},95057,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return s},formatWithValidation:function(){return c},urlObjectKeys:function(){return i}};for(var l in n)Object.defineProperty(r,l,{enumerable:!0,get:n[l]});let o=e.r(90809)._(e.r(98183)),a=/https?|ftp|gopher|file/;function s(e){let{auth:t,hostname:r}=e,n=e.protocol||"",l=e.pathname||"",s=e.hash||"",i=e.query||"",c=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?c=t+e.host:r&&(c=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(c+=":"+e.port)),i&&"object"==typeof i&&(i=String(o.urlQueryToSearchParams(i)));let u=e.search||i&&`?${i}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||a.test(n))&&!1!==c?(c="//"+(c||""),l&&"/"!==l[0]&&(l="/"+l)):c||(c=""),s&&"#"!==s[0]&&(s="#"+s),u&&"?"!==u[0]&&(u="?"+u),l=l.replace(/[?#]/g,encodeURIComponent),u=u.replace("#","%23"),`${n}${c}${l}${u}${s}`}let i=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function c(e){return s(e)}},18581,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return l}});let n=e.r(71645);function l(e,t){let r=(0,n.useRef)(null),l=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=l.current;t&&(l.current=null,t())}else e&&(r.current=o(e,n)),t&&(l.current=o(t,n))},[e,t])}function o(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},18967,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={DecodeError:function(){return y},MiddlewareNotFoundError:function(){return j},MissingStaticPage:function(){return v},NormalizeError:function(){return b},PageNotFoundError:function(){return x},SP:function(){return m},ST:function(){return g},WEB_VITALS:function(){return o},execOnce:function(){return a},getDisplayName:function(){return d},getLocationOrigin:function(){return c},getURL:function(){return u},isAbsoluteUrl:function(){return i},isResSent:function(){return f},loadGetInitialProps:function(){return h},normalizeRepeatedSlashes:function(){return p},stringifyError:function(){return w}};for(var l in n)Object.defineProperty(r,l,{enumerable:!0,get:n[l]});let o=["CLS","FCP","FID","INP","LCP","TTFB"];function a(e){let t,r=!1;return(...n)=>(r||(r=!0,t=e(...n)),t)}let s=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,i=e=>s.test(e);function c(){let{protocol:e,hostname:t,port:r}=window.location;return`${e}//${t}${r?":"+r:""}`}function u(){let{href:e}=window.location,t=c();return e.substring(t.length)}function d(e){return"string"==typeof e?e:e.displayName||e.name||"Unknown"}function f(e){return e.finished||e.headersSent}function p(e){let t=e.split("?");return t[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(t[1]?`?${t.slice(1).join("?")}`:"")}async function h(e,t){let r=t.res||t.ctx&&t.ctx.res;if(!e.getInitialProps)return t.ctx&&t.Component?{pageProps:await h(t.Component,t.ctx)}:{};let n=await e.getInitialProps(t);if(r&&f(r))return n;if(!n)throw Object.defineProperty(Error(`"${d(e)}.getInitialProps()" should resolve to an object. But found "${n}" instead.`),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return n}let m="u">typeof performance,g=m&&["mark","measure","getEntriesByName"].every(e=>"function"==typeof performance[e]);class y extends Error{}class b extends Error{}class x extends Error{constructor(e){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${e}`}}class v extends Error{constructor(e,t){super(),this.message=`Failed to load static file for page: ${e} ${t}`}}class j extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function w(e){return JSON.stringify({message:e.message,stack:e.stack})}},73668,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return o}});let n=e.r(18967),l=e.r(52817);function o(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,l.hasBasePath)(r.pathname)}catch(e){return!1}}},84508,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},22016,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return y},useLinkStatus:function(){return x}};for(var l in n)Object.defineProperty(r,l,{enumerable:!0,get:n[l]});let o=e.r(90809),a=e.r(43476),s=o._(e.r(71645)),i=e.r(95057),c=e.r(8372),u=e.r(18581),d=e.r(18967),f=e.r(5550);e.r(33525);let p=e.r(91949),h=e.r(73668),m=e.r(9396);function g(e){return"string"==typeof e?e:(0,i.formatUrl)(e)}function y(t){var r;let n,l,o,[i,y]=(0,s.useOptimistic)(p.IDLE_LINK_STATUS),x=(0,s.useRef)(null),{href:v,as:j,children:w,prefetch:N=null,passHref:_,replace:k,shallow:P,scroll:O,onClick:E,onMouseEnter:S,onTouchStart:C,legacyBehavior:R=!1,onNavigate:T,ref:L,unstable_dynamicOnHover:A,...M}=t;n=w,R&&("string"==typeof n||"number"==typeof n)&&(n=(0,a.jsx)("a",{children:n}));let F=s.default.useContext(c.AppRouterContext),$=!1!==N,I=!1!==N?null===(r=N)||"auto"===r?m.FetchStrategy.PPR:m.FetchStrategy.Full:m.FetchStrategy.PPR,{href:U,as:z}=s.default.useMemo(()=>{let e=g(v);return{href:e,as:j?g(j):e}},[v,j]);if(R){if(n?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});l=s.default.Children.only(n)}let B=R?l&&"object"==typeof l&&l.ref:L,D=s.default.useCallback(e=>(null!==F&&(x.current=(0,p.mountLinkInstance)(e,U,F,I,$,y)),()=>{x.current&&((0,p.unmountLinkForCurrentNavigation)(x.current),x.current=null),(0,p.unmountPrefetchableInstance)(e)}),[$,U,F,I,y]),G={ref:(0,u.useMergedRef)(D,B),onClick(t){R||"function"!=typeof E||E(t),R&&l.props&&"function"==typeof l.props.onClick&&l.props.onClick(t),!F||t.defaultPrevented||function(t,r,n,l,o,a,i){if("u">typeof window){let c,{nodeName:u}=t.currentTarget;if("A"===u.toUpperCase()&&((c=t.currentTarget.getAttribute("target"))&&"_self"!==c||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,h.isLocalURL)(r)){o&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),i){let e=!1;if(i({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(99781);s.default.startTransition(()=>{d(n||r,o?"replace":"push",a??!0,l.current)})}}(t,U,z,x,k,O,T)},onMouseEnter(e){R||"function"!=typeof S||S(e),R&&l.props&&"function"==typeof l.props.onMouseEnter&&l.props.onMouseEnter(e),F&&$&&(0,p.onNavigationIntent)(e.currentTarget,!0===A)},onTouchStart:function(e){R||"function"!=typeof C||C(e),R&&l.props&&"function"==typeof l.props.onTouchStart&&l.props.onTouchStart(e),F&&$&&(0,p.onNavigationIntent)(e.currentTarget,!0===A)}};return(0,d.isAbsoluteUrl)(z)?G.href=z:R&&!_&&("a"!==l.type||"href"in l.props)||(G.href=(0,f.addBasePath)(z)),o=R?s.default.cloneElement(l,G):(0,a.jsx)("a",{...M,...G,children:n}),(0,a.jsx)(b.Provider,{value:i,children:o})}e.r(84508);let b=(0,s.createContext)(p.IDLE_LINK_STATUS),x=()=>(0,s.useContext)(b);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},67881,71689,e=>{"use strict";let t,r,n,l,o;var a=e.i(43476),s=e.i(71645);function i(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var c=Symbol.for("react.lazy"),u=s[" use ".trim().toString()];function d(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===c&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var f=((o=s.forwardRef((e,t)=>{let{children:r,...n}=e;if(d(r)&&"function"==typeof u&&(r=u(r._payload)),s.isValidElement(r)){var l;let e,o,a=(l=r,(o=(e=Object.getOwnPropertyDescriptor(l.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.ref:(o=(e=Object.getOwnPropertyDescriptor(l,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.props.ref:l.props.ref||l.ref),c=function(e,t){let r={...t};for(let n in t){let l=e[n],o=t[n];/^on[A-Z]/.test(n)?l&&o?r[n]=(...e)=>{let t=o(...e);return l(...e),t}:l&&(r[n]=l):"style"===n?r[n]={...l,...o}:"className"===n&&(r[n]=[l,o].filter(Boolean).join(" "))}return{...e,...r}}(n,r.props);return r.type!==s.Fragment&&(c.ref=t?function(...e){return t=>{let r=!1,n=e.map(e=>{let n=i(e,t);return r||"function"!=typeof n||(r=!0),n});if(r)return()=>{for(let t=0;t<n.length;t++){let r=n[t];"function"==typeof r?r():i(e[t],null)}}}}(t,a):a),s.cloneElement(r,c)}return s.Children.count(r)>1?s.Children.only(null):null})).displayName="Slot.SlotClone",t=o,(r=s.forwardRef((e,r)=>{let{children:n,...l}=e;d(n)&&"function"==typeof u&&(n=u(n._payload));let o=s.Children.toArray(n),i=o.find(h);if(i){let e=i.props.children,n=o.map(t=>t!==i?t:s.Children.count(e)>1?s.Children.only(null):s.isValidElement(e)?e.props.children:null);return(0,a.jsx)(t,{...l,ref:r,children:s.isValidElement(e)?s.cloneElement(e,void 0,n):null})}return(0,a.jsx)(t,{...l,ref:r,children:n})})).displayName="Slot.Slot",r),p=Symbol("radix.slottable");function h(e){return s.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===p}var m=e.i(7670);let g=e=>"boolean"==typeof e?`${e}`:0===e?"0":e,y=m.clsx;var b=e.i(47163);let x=(n="inline-flex items-center justify-center whitespace-nowrap rounded-full text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",l={variants:{variant:{default:"bg-primary text-primary-foreground shadow hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",outline:"border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline",pill:"bg-primary text-primary-foreground shadow-lg hover:shadow-xl hover:-translate-y-0.5 transition-all duration-300 rounded-full"},size:{default:"h-11 px-8 py-2",sm:"h-9 rounded-full px-6 text-xs",lg:"h-12 rounded-full px-10 text-base",icon:"h-9 w-9"}},defaultVariants:{variant:"default",size:"default"}},e=>{var t;if((null==l?void 0:l.variants)==null)return y(n,null==e?void 0:e.class,null==e?void 0:e.className);let{variants:r,defaultVariants:o}=l,a=Object.keys(r).map(t=>{let n=null==e?void 0:e[t],l=null==o?void 0:o[t];if(null===n)return null;let a=g(n)||g(l);return r[t][a]}),s=e&&Object.entries(e).reduce((e,t)=>{let[r,n]=t;return void 0===n||(e[r]=n),e},{});return y(n,a,null==l||null==(t=l.compoundVariants)?void 0:t.reduce((e,t)=>{let{class:r,className:n,...l}=t;return Object.entries(l).every(e=>{let[t,r]=e;return Array.isArray(r)?r.includes({...o,...s}[t]):({...o,...s})[t]===r})?[...e,r,n]:e},[]),null==e?void 0:e.class,null==e?void 0:e.className)}),v=s.forwardRef(({className:e,variant:t,size:r,asChild:n=!1,...l},o)=>(0,a.jsx)(n?f:"button",{className:(0,b.cn)(x({variant:t,size:r,className:e})),ref:o,...l}));v.displayName="Button",e.s(["Button",()=>v],67881);let j=(0,e.i(75254).default)("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);e.s(["ArrowLeft",()=>j],71689)},95010,e=>{"use strict";var t=e.i(43476),r=e.i(46932),n=e.i(47163);e.s(["default",0,({className:e,children:l})=>(0,t.jsx)(r.motion.main,{className:(0,n.cn)(e),initial:{opacity:0,y:24},animate:{opacity:1,y:0},transition:{duration:.7,ease:[.16,1,.3,1]},children:l})])},95468,e=>{"use strict";let t=(0,e.i(75254).default)("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["CheckCircle2",()=>t],95468)},83157,e=>{"use strict";let t=(0,e.i(75254).default)("facebook",[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]]);e.s(["Facebook",()=>t],83157)},70273,e=>{"use strict";let t=(0,e.i(75254).default)("star",[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]]);e.s(["Star",()=>t],70273)},51539,e=>{"use strict";var t=e.i(43476),r=e.i(63780),n=e.i(76841),l=e.i(95010),o=e.i(71689),a=e.i(83157),s=e.i(70273),i=e.i(95468),c=e.i(22016),u=e.i(57688),d=e.i(50661);function f(){let{t:e}=(0,d.useLanguage)();return(0,t.jsxs)(l.default,{className:"relative min-h-screen bg-slate-50",children:[(0,t.jsx)(r.default,{darkMode:!0}),(0,t.jsxs)("section",{className:"relative pt-40 pb-20 overflow-hidden bg-slate-900",children:[(0,t.jsx)("div",{className:"absolute inset-0 bg-gradient-to-br from-blue-600/20 to-purple-600/20 -z-10"}),(0,t.jsxs)("div",{className:"max-w-7xl mx-auto px-6 relative z-10",children:[(0,t.jsxs)(c.default,{href:"/",className:"inline-flex items-center text-white/70 hover:text-white mb-10 transition-colors group",children:[(0,t.jsx)(o.ArrowLeft,{className:"w-4 h-4 mr-2 group-hover:-translate-x-1 transition-transform"}),(0,t.jsx)("span",{className:"text-xs font-bold uppercase tracking-widest",children:e.discounts.pages.fbGoogle.back})]}),(0,t.jsxs)("h1",{className:"text-5xl md:text-7xl font-black text-white uppercase tracking-tighter leading-none mb-6",children:[e.discounts.fbGoogle.title," ",(0,t.jsx)("br",{}),(0,t.jsx)("span",{className:"text-primary italic",children:e.discounts.pages.fbGoogle.discountLabel})]})]})]}),(0,t.jsx)("section",{className:"py-24",children:(0,t.jsx)("div",{className:"max-w-7xl mx-auto px-6",children:(0,t.jsxs)("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-16",children:[(0,t.jsxs)("div",{className:"space-y-12",children:[(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[(0,t.jsx)("div",{className:"w-12 h-12 bg-blue-600 rounded-2xl flex items-center justify-center shadow-lg shadow-blue-600/20",children:(0,t.jsx)(a.Facebook,{className:"text-white w-6 h-6"})}),(0,t.jsx)("h2",{className:"text-3xl font-black text-slate-900 uppercase tracking-tight",children:e.discounts.pages.fbGoogle.fbTitle})]}),(0,t.jsx)("ul",{className:"space-y-4",children:e.discounts.pages.fbGoogle.fbSteps.map((e,r)=>(0,t.jsxs)("li",{className:"flex items-start gap-3 text-slate-600 font-medium",children:[(0,t.jsx)(i.CheckCircle2,{className:"w-5 h-5 text-blue-600 mt-1 shrink-0"}),(0,t.jsx)("span",{children:e})]},r))}),(0,t.jsx)("div",{className:"pt-4",children:(0,t.jsxs)("a",{href:"https://www.facebook.com/airporttransfer.gyor",target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-2 bg-blue-600 text-white px-8 py-4 rounded-full font-bold hover:bg-blue-700 transition-colors shadow-xl shadow-blue-600/20",children:[(0,t.jsx)(a.Facebook,{className:"w-5 h-5"}),e.discounts.pages.fbGoogle.facebookOpen]})})]}),(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsx)("h3",{className:"text-xl font-bold text-slate-900",children:e.discounts.pages.fbGoogle.helperText}),(0,t.jsx)("div",{className:"relative aspect-video rounded-3xl overflow-hidden shadow-2xl border border-slate-200",children:(0,t.jsx)(u.default,{src:"/images/SkyFlyFBLike.gif",alt:"Facebook Like Help",fill:!0,sizes:"(min-width: 1024px) 50vw, 100vw",className:"object-contain bg-white"})})]})]}),(0,t.jsxs)("div",{className:"space-y-12",children:[(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsxs)("div",{className:"flex items-center gap-4",children:[(0,t.jsx)("div",{className:"w-12 h-12 bg-white rounded-2xl flex items-center justify-center shadow-lg border border-slate-100",children:(0,t.jsx)(s.Star,{className:"text-yellow-500 w-6 h-6 fill-yellow-500"})}),(0,t.jsx)("h2",{className:"text-3xl font-black text-slate-900 uppercase tracking-tight",children:e.discounts.pages.fbGoogle.googleTitle})]}),(0,t.jsx)("ul",{className:"space-y-4",children:e.discounts.pages.fbGoogle.googleSteps.map((e,r)=>(0,t.jsxs)("li",{className:"flex items-start gap-3 text-slate-600 font-medium",children:[(0,t.jsx)(i.CheckCircle2,{className:"w-5 h-5 text-yellow-500 mt-1 shrink-0"}),(0,t.jsx)("span",{children:e})]},r))}),(0,t.jsx)("div",{className:"pt-4",children:(0,t.jsxs)("a",{href:"https://g.page/r/CRltVP4lAy7lEBM/review",target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center gap-2 bg-white text-slate-900 border border-slate-200 px-8 py-4 rounded-full font-bold hover:bg-slate-50 transition-colors shadow-lg",children:[(0,t.jsx)(s.Star,{className:"w-5 h-5 text-yellow-500 fill-yellow-500"}),e.discounts.pages.fbGoogle.googleReview]})})]}),(0,t.jsxs)("div",{className:"space-y-6",children:[(0,t.jsx)("h3",{className:"text-xl font-bold text-slate-900",children:e.discounts.pages.fbGoogle.facebookLabel}),(0,t.jsx)("div",{className:"rounded-3xl overflow-hidden shadow-2xl border border-slate-200 bg-white p-4",children:(0,t.jsx)("iframe",{src:"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fairporttransfer.gyor&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId",width:"100%",height:"500",style:{border:"none",overflow:"hidden"},scrolling:"no",frameBorder:"0",allowFullScreen:!0,allow:"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"})})]})]})]})})}),(0,t.jsx)(n.default,{})]})}e.s(["default",()=>f])}]); |