(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[289],{8279:function(e,a,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/acerca",function(){return t(9472)}])},1342:function(e,a,t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var n=t(2253),r=t(4932);Object.defineProperty(a,"__esModule",{value:!0}),function(e,a){for(var t in a)Object.defineProperty(e,t,{enumerable:!0,get:a[t]})}(a,{noSSR:function(){return noSSR},default:function(){return dynamic}});var l=t(8754),s=(t(7294),l._(t(4304)));function convertModule(e){return{default:(null==e?void 0:e.default)||e}}function noSSR(e,a){return delete a.webpack,delete a.modules,e(a)}function dynamic(e,a){var t=s.default,l={loading:function(e){return e.error,e.isLoading,e.pastDelay,null}};e instanceof Promise?l.loader=function(){return e}:"function"==typeof e?l.loader=e:"object"==typeof e&&(l=n._({},l,e));var i=(l=n._({},l,a)).loader;return(l.loadableGenerated&&(l=n._({},l,l.loadableGenerated),delete l.loadableGenerated),"boolean"!=typeof l.ssr||l.ssr)?t(r._(n._({},l),{loader:function(){return null!=i?i().then(convertModule):Promise.resolve(convertModule(function(){return null}))}})):(delete l.webpack,delete l.modules,noSSR(t,l))}("function"==typeof a.default||"object"==typeof a.default&&null!==a.default)&&void 0===a.default.__esModule&&(Object.defineProperty(a.default,"__esModule",{value:!0}),Object.assign(a.default,a),e.exports=a.default)},43:function(e,a,t){"use strict";Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"LoadableContext",{enumerable:!0,get:function(){return n}});var n=t(8754)._(t(7294)).default.createContext(null)},4304:function(e,a,t){"use strict";/**
@copyright (c) 2017-present James Kyle <me@thejameskyle.com>
 MIT License
 Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
 The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
*/Object.defineProperty(a,"__esModule",{value:!0});var n=t(8564),r=t(2267),l=t(2253),s=t(4932);Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"default",{enumerable:!0,get:function(){return h}});var i=t(8754)._(t(7294)),o=t(43),c=[],u=[],d=!1;function load(e){var a=e(),t={loading:!0,loaded:null,error:null};return t.promise=a.then(function(e){return t.loading=!1,t.loaded=e,e}).catch(function(e){throw t.loading=!1,t.error=e,e}),t}var m=function(){function LoadableSubscription(e,a){n._(this,LoadableSubscription),this._loadFn=e,this._opts=a,this._callbacks=new Set,this._delay=null,this._timeout=null,this.retry()}return r._(LoadableSubscription,[{key:"promise",value:function(){return this._res.promise}},{key:"retry",value:function(){var e=this;this._clearTimeouts(),this._res=this._loadFn(this._opts.loader),this._state={pastDelay:!1,timedOut:!1};var a=this._res,t=this._opts;a.loading&&("number"==typeof t.delay&&(0===t.delay?this._state.pastDelay=!0:this._delay=setTimeout(function(){e._update({pastDelay:!0})},t.delay)),"number"==typeof t.timeout&&(this._timeout=setTimeout(function(){e._update({timedOut:!0})},t.timeout))),this._res.promise.then(function(){e._update({}),e._clearTimeouts()}).catch(function(a){e._update({}),e._clearTimeouts()}),this._update({})}},{key:"_update",value:function(e){this._state=l._(s._(l._({},this._state),{error:this._res.error,loaded:this._res.loaded,loading:this._res.loading}),e),this._callbacks.forEach(function(e){return e()})}},{key:"_clearTimeouts",value:function(){clearTimeout(this._delay),clearTimeout(this._timeout)}},{key:"getCurrentValue",value:function(){return this._state}},{key:"subscribe",value:function(e){var a=this;return this._callbacks.add(e),function(){a._callbacks.delete(e)}}}]),LoadableSubscription}();function Loadable(e){return function(e,a){var t=Object.assign({loader:null,loading:null,delay:200,timeout:null,webpack:null,modules:null},a),n=null;function init(){if(!n){var a=new m(e,t);n={getCurrentValue:a.getCurrentValue.bind(a),subscribe:a.subscribe.bind(a),retry:a.retry.bind(a),promise:a.promise.bind(a)}}return n.promise()}if(!d){var r=t.webpack?t.webpack():t.modules;r&&u.push(function(e){var a=!0,t=!1,n=void 0;try{for(var l,s=r[Symbol.iterator]();!(a=(l=s.next()).done);a=!0){var i=l.value;if(e.includes(i))return init()}}catch(e){t=!0,n=e}finally{try{a||null==s.return||s.return()}finally{if(t)throw n}}})}function LoadableComponent(e,a){init(),(r=i.default.useContext(o.LoadableContext))&&Array.isArray(t.modules)&&t.modules.forEach(function(e){r(e)});var r,l=i.default.useSyncExternalStore(n.subscribe,n.getCurrentValue,n.getCurrentValue);return i.default.useImperativeHandle(a,function(){return{retry:n.retry}},[]),i.default.useMemo(function(){var a;return l.loading||l.error?i.default.createElement(t.loading,{isLoading:l.loading,pastDelay:l.pastDelay,timedOut:l.timedOut,error:l.error,retry:n.retry}):l.loaded?i.default.createElement((a=l.loaded)&&a.default?a.default:a,e):null},[e,l])}return LoadableComponent.preload=function(){return init()},LoadableComponent.displayName="LoadableComponent",i.default.forwardRef(LoadableComponent)}(load,e)}function flushInitializers(e,a){for(var t=[];e.length;){var n=e.pop();t.push(n(a))}return Promise.all(t).then(function(){if(e.length)return flushInitializers(e,a)})}Loadable.preloadAll=function(){return new Promise(function(e,a){flushInitializers(c).then(e,a)})},Loadable.preloadReady=function(e){return void 0===e&&(e=[]),new Promise(function(a){var res=function(){return d=!0,a()};flushInitializers(u,e).then(res,res)})},window.__NEXT_PRELOADREADY=Loadable.preloadReady;var h=Loadable},9472:function(e,a,t){"use strict";t.r(a),t.d(a,{__N_SSG:function(){return x}});var n=t(2796),r=t(5893),l=t(3834),s=t(1624),i=t(1664),o=t.n(i),c=t(3177),u=t(7294),d=t(8793),m=t(8677),h=t(6373),f=t(7953),x=!0;a.default=function(e){(0,n._)(e);var a=(0,u.useContext)(h.TranslationContext),t=a.tr,i=a.tObj;return(0,r.jsx)(r.Fragment,{children:(0,r.jsxs)("div",{className:"mt-40",children:[(0,r.jsx)("div",{className:"padded px-6 lg:px-12 pt-12 pb-20",children:(0,r.jsxs)("div",{className:"flex",children:[(0,r.jsx)("div",{className:"text-4xl min-w-[550px] mb-20",children:t("Acerca de nosotros","acerca:mainBlock.title")}),(0,r.jsxs)("div",{className:"text-xl font-light max-w-3xl",children:[(0,r.jsx)("div",{className:"mb-6",children:(0,r.jsxs)(m.cC,{t:i,i18nKey:"acerca:mainBlock.weKnow",children:["En Luxtay sabemos que a veces solo necesitas escapar y darte un ",(0,r.jsx)("span",{className:"text-emph",children:"capricho de lujo"}),". En nuestra plataforma encuentras experiencias y estancias de lujo ",(0,r.jsx)("span",{className:"text-emph",children:"en tu propia ciudad"}),"."]})}),(0,r.jsx)("div",{className:"mb-6",children:(0,r.jsxs)(m.cC,{t:i,i18nKey:"acerca:mainBlock.weWork",children:["Trabajamos con hoteles, spas y restaurantes para brindarte paquetes especiales para celebrar ",(0,r.jsx)("span",{className:"text-emph",children:"aniversarios"}),", ",(0,r.jsx)("span",{className:"text-emph",children:"cumplea\xf1os"})," y ",(0,r.jsx)("span",{className:"text-emph",children:"wellness days"}),". Nuestra misi\xf3n es facilitarte la vida para crear escapadas espont\xe1neas."]})}),(0,r.jsx)("div",{className:"mb-6",children:(0,r.jsxs)(m.cC,{t:i,i18nKey:"acerca:mainBlock.ourNetwork",children:["As\xedmismo mediante nuestra ",(0,r.jsx)("span",{className:"text-emph",children:"red de embajadores"})," conectamos a nuestros socios con influencers para promocionar experiencias mediante campa\xf1as a la medida."]})}),(0,r.jsx)("div",{className:"mb-6",children:t("En Luxtay, nos esforzamos por hacer el lujo accesible para todos. Ya sea una escapada rom\xe1ntica o un d\xeda de indulgencia, tenemos algo que ofrecerte. Planea con nosotros tu pr\xf3xima escapada de lujo.","acerca:mainBlock.planWithUs")})]})]})}),(0,r.jsx)("div",{className:"h-[70vh] flex items-center justify-center",style:{backgroundImage:"url(".concat(l.IMG_BATH,")"),backgroundPosition:"center center",backgroundSize:"cover"},children:(0,r.jsxs)("div",{className:"text-center",children:[(0,r.jsx)("div",{className:"base-font text-4xl lg:text-5xl px-2 mb-12 max-w-[900px]",style:{fontWeight:300},children:t("Reserva hoy una experiencia completa con Luxtay.","acerca:callToAction.reserveToday")}),(0,r.jsx)(o(),{href:c.PATH_BOOK,children:(0,r.jsx)("button",{className:"button lg",children:t("Buscar experiencia","acerca:callToAction.search")})})]})}),(0,r.jsx)("div",{className:"padded mt-20 px-6 lg:p-12",children:(0,r.jsxs)("div",{className:"flex",children:[(0,r.jsxs)("div",{className:"text-xl pr-20 mb-12",children:[(0,r.jsx)("div",{className:"text-2xl mb-2",children:t("Cont\xe1ctanos","acerca:ourLocation.contactUs")}),(0,r.jsx)("div",{className:"mb-8",children:(0,r.jsx)("a",{href:"mailto:hola@luxtay.co?subject=Hola%20Luxtay",className:"hover-text-emph",children:"hola@luxtay.co"})}),(0,r.jsx)("div",{className:"text-2xl mb-2",children:t("Estamos en","acerca:ourLocation.weAre")}),(0,r.jsx)("div",{className:"mb-8",children:"San Miguel Chapultepec, CDMX"})]}),(0,r.jsx)("div",{className:"h-[50vh] lg:h-[50vh] w-full max-w-3xl",style:{},children:(0,r.jsx)(f.Z,{zoom:d.cQ.inSmallScreen(15,15),center:[19.415714820310193,-99.18402894386124],interactive:!1})})]})}),(0,r.jsx)("div",{className:"padded",children:(0,r.jsx)(s.Z,{})})]})})}},1624:function(e,a,t){"use strict";var n=t(5893),r=t(7294),l=t(4157),s=t(1664),i=t.n(s),o=t(8782),c=t(8793),u=t(7222),d=t(1163),m=t(8677),h=t(6373);a.Z=function(e){var a=e.className,t=(0,d.useRouter)(),s=(0,r.useContext)(h.AppContext).setGlobal;return(0,n.jsxs)("div",{className:"flex flex-col-reverse lg:flex-row font-medium uppercase justify-evenly lg:justify-between items-start lg:items-center min-h-[270px] px-4 lg:px-0 pb-8 lg:pb-0 ".concat((void 0===a?null:a)||""),children:[(0,n.jsx)(i(),{href:"/",children:(0,n.jsx)(l.Z,{maxWidth:200})}),(0,n.jsx)("div",{className:"mb-10 lg:mb-4",children:(0,n.jsx)("a",{href:"mailto:hola@luxtay.co?subject=Hola%20Luxtay",className:"hover-text-emph",children:"hola@luxtay.co"})}),c.De.getConfig(c.De.CONFIG_PARTNER_DASHBOARD_ENABLED)&&!t.pathname.includes(c.bE.PATH_VENDOR_DASHBOARD)&&!t.pathname.includes(c.bE.PATH_PARTNERS)&&(0,n.jsx)("div",{className:"mb-10 lg:mb-4",children:(0,n.jsxs)(i(),{href:c.bE.PATH_PARTNERS,className:"hover-text-emph",children:["Partner",(0,n.jsx)("br",{})," dashboard"]})}),(0,n.jsxs)("div",{className:"mb-12 lg:mb-0",children:[(0,n.jsx)("div",{className:"lg:mt-6",children:(0,n.jsx)("a",{href:"",onClick:c.cQ.linkAction(function(){return s(c.gT.APP_GLOBALS.FULL_PAGE_OVERLAY,"faqs")}),className:"hover-text-emph",children:"FAQs"})}),(0,n.jsx)("div",{className:"mt-8 lg:mt-4 mb-8 lg:mb-4",children:(0,n.jsx)("a",{href:"",onClick:c.cQ.linkAction(function(){return s(c.gT.APP_GLOBALS.FULL_PAGE_OVERLAY,"terms")}),className:"hover-text-emph",children:"Terms"})}),(0,n.jsxs)("div",{className:"text-sm",children:["V. ",c.Xb.APP_VERSION||"0.0.1"]})]}),(0,n.jsxs)("div",{className:"mt-12 lg:mt-0",children:[(0,n.jsxs)("div",{className:"flex justify-between min-w-[110px]",children:[(0,n.jsx)(i(),{href:"https://www.instagram.com/goluxtay",rel:"noopener noreferrer",target:"_blank",children:(0,n.jsx)("div",{className:"text-center hover-text-emph lg:px-4 mb-2",children:(0,n.jsx)(o.ZP,{ns:"ai",name:"AiFillInstagram",className:"text-4xl mx-auto"})})}),(0,n.jsx)(i(),{href:"https://twitter.com/goluxtay",rel:"noopener noreferrer",target:"_blank",children:(0,n.jsx)("div",{className:"text-center hover-text-emph lg:px-4 mb-2",children:(0,n.jsx)(o.ZP,{ns:"fa6",name:"FaSquareXTwitter",className:"text-4xl mx-auto"})})})]}),(0,n.jsxs)("div",{className:"px-2 lg:px-6 py-4 mb-6 lg:mb-0 flex lg:justify-end mx-auto",children:[(0,n.jsx)("a",{href:"",onClick:c.cQ.linkAction(function(){(0,u.redirectToTargetLanguagePath)(t,"es",!0)}),children:(0,n.jsx)("div",{className:"mr-8 lg:mr-0 lg:ml-6 ".concat(c.cQ.caseElse((null===m.ag||void 0===m.ag?void 0:m.ag.language)==="es","underline")),children:"ES"})}),(0,n.jsx)("a",{href:"",onClick:c.cQ.linkAction(function(){(0,u.redirectToTargetLanguagePath)(t,"en",!0)}),children:(0,n.jsx)("div",{className:"mr-8 lg:mr-0 lg:ml-6 ".concat(c.cQ.caseElse((null===m.ag||void 0===m.ag?void 0:m.ag.language)==="en","underline")),children:"EN"})})]})]})]})}},7953:function(e,a,t){"use strict";var n=t(5152),r=t.n(n)()(function(){return Promise.all([t.e(269),t.e(191)]).then(t.bind(t,6191))},{loadableGenerated:{webpack:function(){return[6191]}},ssr:!1});a.Z=r},5152:function(e,a,t){e.exports=t(1342)}},function(e){e.O(0,[774,888,179],function(){return e(e.s=8279)}),_N_E=e.O()}]);