{"version":3,"sources":["webpack://sharpfin/./src/components/title.jsx","webpack://sharpfin/./src/components/layout.jsx","webpack://sharpfin/./src/images/Sharpfin_Whitepaper_Trend-Report-2023.pdf","webpack://sharpfin/./src/components/page/whitepaper.jsx","webpack://sharpfin/./src/pages/whitepaper.sv.jsx"],"names":["title","className","children","top","Whitepaper","data","langKey","t","translations","old_papers","type","description","pdf","TrendReportPDf","fluid","whitepaper","childImageSharp","method","netlify-honeypot","data-netlify","name","action","value","htmlFor","contact","placeholder","id","required","email","pattern","map","paper","href","download","WhitepaperWrapper","props","StaticQuery","query","render","pageContext"],"mappings":"oLAYA,EAVc,SAAC,GAAe,IAAbA,EAAY,EAAZA,MACb,OACI,uBAAKC,UAAU,uBACX,uBAAKA,UAAU,kCACX,sBAAIA,UAAU,iEAAiED,M,UCkB/F,EAjBe,SAAC,GAA8B,IAA5BE,EAA2B,EAA3BA,SAA2B,IAAjBF,aAAiB,MAAT,GAAS,EACzC,OACI,2BACI,gBAAC,IAAD,MACA,gBAAC,IAAD,CAAKA,MAAOA,IACZ,4BACKA,GAAS,gBAAC,EAAD,CAAOA,MAAOA,IACxB,2BACKE,GAEL,gBAAC,IAAD,CAASC,KAAK,IACd,gBAAC,IAAD,U,4IClBhB,EAAe,IAA0B,oFCSnCC,EAAa,SAAC,GAAuB,IAArBC,EAAoB,EAApBA,KAAMC,EAAc,EAAdA,QAClBC,GAAIC,QAAaF,GAEjBG,EAAa,CACf,CACIC,KAAM,eACNV,MAAO,0DACPW,YAAa,4MACbC,IAAKC,IAIb,OACI,gBAAC,IAAD,CAASP,QAASA,GACd,gBAAC,IAAD,KACI,uBAAKL,UAAU,wBACX,gBAAC,IAAD,KACI,uBAAKA,UAAU,yCACX,gBAAC,IAAD,CAAKA,UAAU,2CAA2Ca,MAAOT,EAAKU,WAAWC,gBAAgBF,QACjG,uBAAKb,UAAU,kBACX,qBAAGA,UAAU,uCAAuC,gBACpD,sBAAIA,UAAU,2BAAd,4CACA,uBAAKA,UAAU,sDACX,iNACA,qDACA,sBAAIA,UAAU,4DACV,qEACA,iFACA,iDACA,0DACA,yEAGR,uBAAKA,UAAU,2CACX,wBAAMA,UAAU,qBAAqBgB,OAAO,OAAOC,mBAAiB,YAAYC,eAAa,OAAOC,KAAK,aAAaC,OAAO,uBACzH,yBAAOX,KAAK,SAASU,KAAK,cAC1B,yBAAOV,KAAK,SAASU,KAAK,YAAYE,MAAM,eAC5C,2BACI,yBAAOC,QAAQ,OAAOtB,UAAU,IAAIM,EAAEiB,QAAQJ,KAA9C,KACA,yBAAOK,YAAY,cAAcC,GAAG,OAAON,KAAK,OAAOO,UAAQ,EAAC1B,UAAU,+CAE9E,2BACI,yBAAOsB,QAAQ,QAAQtB,UAAU,IAAIM,EAAEiB,QAAQI,MAA/C,KACA,yBAAOH,YAAY,mBAAmBC,GAAG,QAAQG,QAAQ,cAAYT,KAAK,QAAQO,UAAQ,EAAC1B,UAAU,8CAEzG,0BAAQS,KAAK,SAAST,UAAU,oJAAhC,sBAOxB,gBAAC,IAAD,CAAiBD,MAAM,wBACnB,uBAAKC,UAAU,QACVQ,EAAWqB,KAAI,SAACC,GAAD,OACZ,uBAAK9B,UAAU,+GACX,uBAAKA,UAAU,iCACX,wBAAMA,UAAU,uCAAuC,KAAO8B,EAAMrB,MACpE,sBAAIT,UAAU,6BAA6B8B,EAAM/B,OACjD,qBAAGC,UAAU,iBAAiB8B,EAAMpB,cAExC,qBAAGqB,KAAMD,EAAMnB,IAAKqB,UAAQ,GACxB,0BAAQhC,UAAU,wFAAlB,sBAYrB,SAASiC,EAAkBC,GACtC,OACI,gBAAC,EAAAC,YAAD,CACIC,MAAK,aAWLC,OAAQ,SAAAjC,GAAI,OAAI,gBAACD,EAAD,eAAYC,KAAMA,GAAU8B,S,iECzFxD,UALuB,SAACA,GACtB,IAAM7B,EAAU6B,EAAMI,YAAYjC,QAClC,OAAQ,gBAAC,IAAD,CAAYA,QAASA","file":"component---src-pages-whitepaper-sv-jsx-b2e4c06ab9fc7e226b89.js","sourcesContent":["import * as React from \"react\";\n\nconst Title = ({ title }) => {\n return (\n
\n
\n

{title}

\n
\n
\n )\n}\n\nexport default Title\n\n","import * as React from \"react\"\nimport Contact from '../components/contact'\nimport Footer from '../components/footer'\nimport Header from '../components/header'\nimport Title from '../components/title'\nimport Seo from './seo-thing'\n\nconst Layout = ({ children, title = \"\" }) => {\n return (\n
\n
\n \n
\n {title && }\n <div>\n {children}\n </div>\n <Contact top={true} />\n <Footer />\n </main>\n </div>\n )\n}\n\nexport default Layout\n","export default __webpack_public_path__ + \"static/Sharpfin_Whitepaper_Trend-Report-2023-41b7444ea77bdd1ab427994a5d0a7797.pdf\";","import { graphql, StaticQuery } from 'gatsby';\nimport React from \"react\";\nimport Context from '../context';\nimport translations from '../../translations/translations'\nimport Layout from '../layout';\nimport LayoutContainer from '../layout-container'\nimport Img from 'gatsby-image'\nimport TrendReportPDf from '../../images/Sharpfin_Whitepaper_Trend-Report-2023.pdf'\n\nconst Whitepaper = ({ data, langKey }) => {\n const t = translations(langKey)\n\n const old_papers = [\n {\n type: \"Trend Report\",\n title: \"A compass for the digital currents in Wealth management\",\n description: \"Keeping up the pace in the ever-changing world of investment management is tricky considering the digital development across all sectors, but knowing what trends to watch may just be the simple answer.\",\n pdf: TrendReportPDf\n }\n ]\n\n return (\n <Context langKey={langKey} >\n <Layout>\n <div className=\"bg-cover bg-blue-50\" >\n <LayoutContainer>\n <div className=\"grid gap-10 lg:gap-32 lg:grid-cols-2\" >\n <Img className=\"rounded w-96 place-self-center lg:w-full\" fluid={data.whitepaper.childImageSharp.fluid} />\n <div className=\"flex-col z-20 \">\n <p className=\"text-sharpfin-blue font-medium mb-1\">{\"# Whitepaper\"}</p>\n <h1 className=\"text-4xl font-bold mb-5\">Automate Your Wealth Management Business</h1>\n <div className=\"font-medium text-gray-500 mb-10 flex-col space-y-3\">\n <p>Today’s increasing competition in wealth management, along with a steadily rising regulatory burden, calls for a strong urge to automate the traditional wealth management business.</p>\n <p>Learn valuable insights:</p>\n <ul className='list-disc md:list-outside list-inside text-sharpfin-gray'>\n <li>Full-coverage solution or best-of-breed</li>\n <li>The contradiction between flexibility and usability</li>\n <li>Data quality is key</li>\n <li>SaaS or on-premises solution</li>\n <li>Choose a stable vendor with great support</li>\n </ul>\n </div>\n <div className=\"bg-sharpfin-gray text-white rounded p-5\">\n <form className=\"grid gap-10 md:p-5\" method=\"post\" netlify-honeypot=\"bot-field\" data-netlify=\"true\" name=\"whitepaper\" action=\"/whitepaper-success\">\n <input type=\"hidden\" name=\"bot-field\" />\n <input type=\"hidden\" name=\"form-name\" value=\"whitepaper\" />\n <div>\n <label htmlFor=\"name\" className=\"\">{t.contact.name}*</label>\n <input placeholder=\"Peter Lynch\" id=\"name\" name=\"name\" required className=\"block text-black p-2 pl-4 rounded w-full\"></input>\n </div>\n <div>\n <label htmlFor=\"email\" className=\"\">{t.contact.email}*</label>\n <input placeholder=\"mail@example.com\" id=\"email\" pattern=\"^\\S+@\\S+$\" name=\"email\" required className=\"block text-black p-2 pl-4 rounded w-full\"></input>\n </div>\n <button type=\"submit\" className=\"justify-self-end hover:bg-sharpfin-gray border hover:border-white text-white font-medium px-5 py-2 rounded border-sharpfin-blue bg-sharpfin-blue\">Download Now</button>\n </form>\n </div>\n </div>\n </div>\n </LayoutContainer>\n </div>\n <LayoutContainer title=\"Previous Whitepapers\" >\n <div className=\"grid\">\n {old_papers.map((paper) => (\n <div className=\"grid grid-cols-1 sm:grid-cols-5 justify-between gap-5 items-center flex-wrap bg-blue-50 p-5 md:p-10 rounded\">\n <div className=\"max-w-2xl grid sm:col-span-4 \">\n <span className=\"text-sharpfin-blue font-medium mb-1\">{'# ' + paper.type}</span>\n <h3 className=\"text-2xl font-medium mb-5\">{paper.title}</h3>\n <p className=\"text-gray-500\">{paper.description}</p>\n </div>\n <a href={paper.pdf} download>\n <button className=\"mt-5 sm:mt-0 text-white bg-green-500 py-2 px-5 rounded w-full hover:bg-sharpfin-blue\">Download</button>\n </a>\n </div>\n ))}\n </div>\n </LayoutContainer>\n </Layout>\n </Context>\n )\n}\n\n\nexport default function WhitepaperWrapper(props) {\n return (\n <StaticQuery\n query={graphql`\n query {\n whitepaper: file(relativePath: { eq: \"whitepaper_2.png\" }) {\n childImageSharp {\n fluid(quality: 70) {\n ...GatsbyImageSharpFluid\n }\n }\n }\n }\n `}\n render={data => <Whitepaper data={data} {...props} />}\n />\n )\n}","import * as React from \"react\"\nimport WhitePaper from '../components/page/whitepaper'\n\nconst WhitePaperPage = (props) => {\n const langKey = props.pageContext.langKey;\n return (<WhitePaper langKey={langKey} />)\n}\n\nexport default WhitePaperPage\n"],"sourceRoot":""}