{"version":3,"file":"static/chunks/pages/onboard-25c11a60cf1b8201.js","mappings":"uFACKA,OAAOC,SAAWD,OAAOC,UAAY,IAAIC,KAAK,CAC7C,WACA,WACE,OAAO,EAAQ,W,6JCAR,SAASC,IACtB,IAAMC,GAASC,EAAAA,EAAAA,aAETC,EAAgB,SAACC,GACrBH,EAAOF,KAAM,YAAgB,OAALK,KAG1B,OAAM,UACHC,MAAG,CAACC,UAAU,e,oBACZD,MAAG,CAACC,UAAU,uB,mBACZC,EAAAA,QAAK,CACJC,IAAI,0BACJC,OAAQ,GACRC,MAAO,IACPC,IAAI,qB,SAIPC,KAAE,CAACN,UAAU,wB,SAAwB,yC,UAIrCD,MAAG,CAACC,UAAU,6B,qBACZO,SAAM,CACLP,UAAU,oCACVQ,QAAS,WAAMX,OAAAA,EAAc,a,oBAE5BI,EAAAA,QAAK,CACJC,IAAI,0BACJC,OAAQ,GACRC,MAAO,GACPC,IAAI,e,SAELI,KAAE,C,SAAC,c,SACHC,IAAC,C,SAAC,0C,UAGJH,SAAM,CACLP,UAAU,oCACVQ,QAAS,WAAMX,OAAAA,EAAc,W,oBAE5BI,EAAAA,QAAK,CACJC,IAAI,0BACJC,OAAQ,GACRC,MAAO,GACPC,IAAI,e,SAELI,KAAE,C,SAAC,Y,SACHC,IAAC,C,SAAC,wC,SC/CE,SAASC,IACtB,OAAM,SAAEjB,EAAO,O","sources":["webpack://_N_E/?e8da","webpack://_N_E/./src/components/modules/auth/Onboard.tsx","webpack://_N_E/./pages/onboard/index.tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/onboard\",\n function () {\n return require(\"private-next-pages/onboard/index.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/onboard\"])\n });\n }\n ","import Image from \"next/image\";\nimport { useRouter } from \"next/router\";\nimport React from \"react\";\n\nexport default function Onboard() {\n const router = useRouter();\n\n const tryBloccpayAs = (slug: string) => {\n router.push(`/onboard/${slug}`);\n };\n\n return (\n
\n
\n \n
\n\n

\n How would you like to use Bloccpay?\n

\n\n
\n tryBloccpayAs(\"business\")}\n >\n \n

Business

\n

I want to pay talents seamlessly.

\n \n\n tryBloccpayAs(\"talent\")}\n >\n \n

Talent

\n

I want to get paid easily.

\n \n
\n
\n );\n}\n","import React from \"react\";\nimport Onboard from \"../../src/components/modules/auth/Onboard\";\nimport { GetServerSidePropsContext } from \"next\";\nimport { requireAuthentication } from \"../../src/lib/utils/requireAuthentication\";\n\nexport default function onboarding() {\n return ;\n}\n\nexport const getServerSideProps = requireAuthentication(\n async (context: GetServerSidePropsContext) => {\n return {\n props: {}\n };\n }\n);\n"],"names":["window","__NEXT_P","push","Onboard","router","useRouter","tryBloccpayAs","slug","div","className","Image","src","height","width","alt","h1","button","onClick","h4","p","onboarding"],"sourceRoot":""}