{"version":3,"file":"static/chunks/pages/investor-how-it-works-77f88789e55b31db.js","mappings":"sFACKA,OAAOC,SAAWD,OAAOC,UAAY,IAAIC,KAAK,CAC7C,yBACA,WACE,OAAO,EAAQ,W,iKCGjBC,GAAYC,EAAAA,EAAAA,IAAW,SAACC,GAAW,MAAC,CACxCC,aAAc,CACZC,QAAS,aAIPC,EAAmB,CACvB,CACEC,MAAO,IACPC,GAAI,aACJC,MAAO,WACPC,QACE,0HAEJ,CACEH,MAAO,IACPC,GAAI,cACJC,MAAO,qBACPC,QACE,oMAEJ,CACEH,MAAO,IACPC,GAAI,aACJC,MAAO,+BACPC,QACE,4JAEJ,CACEH,MAAO,IACPC,GAAI,aACJC,MAAO,oBACPC,QACE,sZAEJ,CACEH,MAAO,IACPC,GAAI,YACJC,MAAO,+BACPC,QACE,8RAEJ,CACEH,MAAO,IACPC,GAAI,WACJC,MAAO,0BACPC,QACE,oMAEJ,CACEH,MAAO,IACPC,GAAI,aACJC,MAAO,+BACPC,QACE,uLAEJ,CACEH,MAAO,IACPC,GAAI,aACJC,MAAO,qDACPC,QACE,yMAIS,SAASC,IACtB,IAAMC,EAAUX,IACVY,GAAOC,EAAAA,EAAAA,MAWb,OAAKD,EAAKA,MAIJ,c,mBAEDE,EAAAA,GAAQ,CACPN,MAAM,6BACNO,YAAY,2DACZC,SAAW,GAAuC,OAArCC,+CAAqC,gBAClDC,IAAKD,+CACLE,SAAS,yB,QAEVC,MAAG,CAACC,UAAWV,EAAQR,a,mBACrBmB,EAAAA,EAAoB,CACnBd,MAAM,eACNC,QAAQ,qI,QAETc,EAAAA,EAAiB,CAACC,aAAc,SAACC,GAAcD,OA3BjC,SAACC,GACTC,SAASC,eAAeF,GAChCG,eAAe,CAChBC,SAAU,SACVC,MAAO,MACPC,OAAQ,UAsB0CP,CAAaC,O,QAC5DO,EAAAA,EAAuB,CAACC,SAAU5B,UAlBhC,Q","sources":["webpack://_N_E/?e1f8","webpack://_N_E/./src/pages/investor-how-it-works.tsx"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/investor-how-it-works\",\n function () {\n return require(\"private-next-pages/investor-how-it-works.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/investor-how-it-works\"])\n });\n }\n ","import { makeStyles } from '@mui/styles';\nimport FlowChartHowItWorkSteps from 'components/common/FlowChartHowItWorkSteps';\nimport FlowChartMenuBoxs from 'components/common/FlowChartMenuBoxs';\nimport FlowChartOfHowItWork from 'components/common/FlowChartOfHowItWork';\nimport { useInvestorRoute } from 'hooks';\nimport { MetaTags } from 'components/common';\n\nconst useStyles = makeStyles((_theme) => ({\n HowItWorksBg: {\n display: 'block',\n },\n}));\n\nconst InvestorStepJson = [\n {\n index: '1',\n id: 'first-step',\n title: 'Join POD',\n content:\n 'Sign up to create your Investor profile by providing basic details such as email ID, password and contact information.',\n },\n {\n index: '2',\n id: 'second-step',\n title: 'Ace the Assessment',\n content:\n 'We want (and are required) to make sure you’re up to date on the basics of startup investing, everything from risks to rewards, hence we ask you to take the assessment and clear the same.',\n },\n {\n index: '3',\n id: 'third-step',\n title: 'Create your Investor Profile',\n content:\n 'Once you clear the assessment, you can now create your unique investor profile by filling in the necessary details such as name, date of birth, PAN etc.',\n },\n {\n index: '4',\n id: 'forth-step',\n title: 'Discover Startups',\n content:\n 'Find the deals you want to invest in with a click of a button. Make sure you understand what the company you’re investing in is offering by reviewing the deal terms, pitch materials, and understanding the risks associated with the investment. Companies that fundraise fall into a variety of categories including Tech Startups, Social Enterprises, Small Businesses, Film & Entertainment, and more.',\n },\n {\n index: '5',\n id: 'five-step',\n title: 'Invest in a Startup you like',\n content:\n 'This is up to you! After exploring the startup by looking into pitch decks and other documents, you can now start investing in a company you’re interested in by verifying your PAN card number. Type the amount you want to invest in and it will direct you to our payment gateway.',\n },\n {\n index: '6',\n id: 'six-step',\n title: 'Receive Acknowledgement',\n content:\n 'Once the investment is completed, you will receive an acknowledgement for the investment made, in a receipt format on your registered email as a proof that POD has received the money from you.',\n },\n {\n index: '7',\n id: 'seven-step',\n title: 'Startup Funding Goal Reached',\n content:\n 'You will receive an email when the startup you invested in reaches its funding goal. In your dashboard, you can also see the number of investors that have invested in the startup.',\n },\n {\n index: '8',\n id: 'eight-step',\n title: 'Receive Share Certificate and become a Shareholder',\n content:\n 'Once the startup reaches its funding goal, the funds will be released from escrow which is managed by our platform, then you will receive the Share Certificate with respect to the investment made.',\n },\n];\n\nexport default function InvestorHowItWorks() {\n const classes = useStyles();\n const user = useInvestorRoute();\n\n const getValueOfId = (data: string) => {\n const el = document.getElementById(data)!;\n el.scrollIntoView({\n behavior: 'smooth',\n block: 'end',\n inline: 'start',\n });\n };\n\n if (!user.user) {\n return null;\n }\n\n return (\n <>\n \n
\n \n getValueOfId(data)} />\n \n
\n \n );\n}\n"],"names":["window","__NEXT_P","push","useStyles","makeStyles","_theme","HowItWorksBg","display","InvestorStepJson","index","id","title","content","InvestorHowItWorks","classes","user","useInvestorRoute","MetaTags","description","imageUrl","process","url","keywords","div","className","FlowChartOfHowItWork","FlowChartMenuBoxs","getValueOfId","data","document","getElementById","scrollIntoView","behavior","block","inline","FlowChartHowItWorkSteps","StepJson"],"sourceRoot":""}