{"version":3,"file":"static/chunks/pages/index-788eb4e1970fdf81.js","mappings":"uFACKA,OAAOC,SAAWD,OAAOC,UAAY,IAAIC,KAAK,CAC7C,IACA,WACE,OAAO,EAAQ,W,oPCUjBC,EAAMC,KAAQ,W,OAAM,2DAAuB,C,wDAE3CC,EAAO,CACXC,OAAAA,EACAC,KAAAA,EACAC,OAAAA,GAGIC,EAAS,CACbF,KAAMG,EAAAA,EAAAA,IACNJ,OAAQK,EAAAA,EAAAA,IACRH,OAAQI,EAAAA,EAAAA,KA8EV,EAtEK,Y,IAAGC,EAAO,EAAPA,QAASC,EAAI,EAAJA,KAAMC,EAAK,EAALA,MAAOC,EAAQ,EAARA,SACtB,GAAgBC,EAAAA,EAAAA,KAAdC,UACR,OACE,UAACC,EAAAA,GAAI,CACHC,WAAS,EACTC,MAAI,EACJC,cAAe,CAAEC,GAAI,SAAUC,GAAIX,EAAU,cAAgB,OAC7DY,eAAgB,CAAEF,GAAI,SAAUC,GAAI,cACpCE,WAAY,CACVH,GAAI,aACJI,GAAI,SACJC,GAAI,SACJJ,GAAI,UAEND,GAAI,GACJM,IAAK,CAAEN,GAAI,OAAQC,GAAI,O,WAEvB,UAACL,EAAAA,GAAI,CACHC,WAAS,EACTC,MAAI,EACJS,UAAU,SACVL,eAAgB,aAChBC,WAAY,aACZH,GAAI,GACJC,GAAI,EACJO,QAAS,E,WAET,UAACZ,EAAAA,GAAI,CACHE,MAAI,EACJD,WAAS,EACTU,UAAU,MACVL,eAAgB,aAChBC,WAAY,SACZM,UAAU,sBACVH,IAAK,O,WAEL,SAACV,EAAAA,GAAI,CACHE,MAAI,EACJY,MAAO,CAAEV,GAAI,OAAQC,GAAI,QACzBU,OAAQ,CAAEX,GAAI,OAAQC,GAAI,Q,UAE1B,SAACW,IAAK,CACJC,IAAK3B,EAAOK,GACZuB,IAAK,OACLJ,MAAOf,EAAY,GAAK,GACxBgB,OAAQhB,EAAY,GAAK,QAG7B,SAACC,EAAAA,GAAI,CAACE,MAAI,E,SAAEP,QAEd,SAACK,EAAAA,GAAI,CAACE,MAAI,EAACW,UAAU,sB,SAClBjB,KAEH,SAACI,EAAAA,GAAI,CAACE,MAAI,EAACW,UAAU,oB,SAClBhB,KAEH,SAACG,EAAAA,GAAI,CAACE,MAAI,E,UACR,UAACiB,EAAAA,QAAM,CAACC,KAAM,IAAS,OAALzB,G,UAAQ,cACfA,EAAK,GAAG0B,cAChB1B,EAAK2B,UAAU,YAItB,SAACtB,EAAAA,GAAI,CAACE,MAAI,EAACE,GAAI,GAAIC,GAAI,E,UACrB,SAACrB,EAAG,CAACuC,KAAMrC,EAAKS,W,WC1FlB6B,EAAUvC,KAAQ,W,OAAM,kCAAoC,C,wDAC5DwC,EAAexC,KAAQ,W,OAAM,kCAAyC,C,wDACtEyC,EAAczC,KAAQ,W,OAAM,iCAAwC,C,wDACpE0C,EAAY1C,KAChB,W,OAAM,kCAAgD,C,wDAElD2C,EAAQ3C,KAAQ,W,OAAM,kCAAwC,C,wDAE9D4C,EAAiB,WACrB,OACE,UAAC7B,EAAAA,GAAI,CACHC,WAAS,EACTU,UAAU,SACVL,eAAe,SACfC,WAAW,SACXG,IAAK,O,WAEL,SAACc,EAAO,KACR,SAACC,EAAY,KACb,SAACK,EAAa,CACZlC,MAAO,gDACPC,SACE,iJAEFF,KAAM,YAER,SAACmC,EAAa,CACZlC,MAAO,sCACPC,SACE,uJAEFF,KAAM,SACND,SAAO,KAET,SAACoC,EAAa,CACZlC,MACE,uFAEFC,SACE,sGAEFF,KAAM,UAER,SAACoC,EAAAA,QAAI,KACL,SAACL,EAAW,KACZ,SAACE,EAAK,KACN,SAACD,EAAS,QAKhB,GAAeK,EAAAA,EAAAA,MAAKH,K","sources":["webpack://_N_E/","webpack://_N_E/./components/Home/Apresentation.tsx","webpack://_N_E/./pages/index.tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/\",\n function () {\n return require(\"private-next-pages/index.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/\"])\n });\n }\n ","import Grid from '@mui/material/Grid';\nimport dynamic from 'next/dynamic';\nimport Image from 'next/image';\nimport { FunctionComponent } from 'react';\n\nimport trader from '../../lotties/100216-trader.json';\nimport zoug from '../../lotties/100415-dashboard.json';\nimport buildr from '../../lotties/100416-landpage.json';\nimport imgBuildr from '../../public/img/buildr.webp';\nimport imgTrader from '../../public/img/trader.webp';\nimport imgZoug from '../../public/img/zoug.webp';\nimport Button from '../Buttons/Button';\nimport useBreakpoints from '../Hooks/useBreakpoints';\n\nconst Gif = dynamic(() => import('../LazyLottie'));\n\nconst gifs = {\n trader,\n zoug,\n buildr,\n};\n\nconst images = {\n zoug: imgZoug.src,\n trader: imgTrader.src,\n buildr: imgBuildr.src,\n};\n\nconst Apresentation: FunctionComponent<{\n reverse?: boolean;\n path: string;\n title: string;\n subtitle: string;\n}> = ({ reverse, path, title, subtitle }) => {\n const { isDesktop } = useBreakpoints();\n return (\n \n \n \n \n \n \n {path}\n \n \n {title}\n \n \n {subtitle}\n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Apresentation;\n","import { Grid } from '@mui/material';\nimport type { NextPage } from 'next';\nimport dynamic from 'next/dynamic';\nimport { memo } from 'react';\n\nimport Apresentation from '../components/Home/Apresentation';\nimport Line from '../components/Line';\nconst Welcome = dynamic(() => import('../components/Home/Welcome'));\nconst DevyxResolve = dynamic(() => import('../components/Home/DevyxResolve'));\nconst Diferential = dynamic(() => import('../components/Home/Diferential'));\nconst Evolution = dynamic(\n () => import('../components/Home/Evolution/Evolution'),\n);\nconst Boost = dynamic(() => import('../components/Home/Boost/Boost'));\n\nconst Home: NextPage = () => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default memo(Home);\n"],"names":["window","__NEXT_P","push","Gif","dynamic","gifs","trader","zoug","buildr","images","imgZoug","imgTrader","imgBuildr","reverse","path","title","subtitle","useBreakpoints","isDesktop","Grid","container","item","flexDirection","xs","lg","justifyContent","alignItems","sm","md","gap","direction","spacing","className","width","height","Image","src","alt","Button","href","toUpperCase","substring","data","Welcome","DevyxResolve","Diferential","Evolution","Boost","Home","Apresentation","Line","memo"],"sourceRoot":""}