{"version":3,"file":"component---src-pages-work-simple-lead-tracker-js-42abaa881afed7959efd.js","mappings":"qJAkEA,IA9DiB,SAAC,GAAe,IAAdA,EAAa,EAAbA,QACjB,OACE,2BACE,uBAAKC,MAAM,0CACT,sBACEC,UAAU,uBACVC,MAAO,CAACC,SAAU,WAAYC,IAAK,SAEjCL,EAAQM,OAId,uBAAKJ,UAAU,mDACb,sBAAIA,UAAU,iBAAd,eACA,qBAAGA,UAAU,4CAA6CF,EAAQO,aAElE,sBAAIL,UAAU,uBAAd,iBACA,qBAAGA,UAAU,4CAA6CF,EAAQQ,WAElE,sBAAIN,UAAU,uBAAd,gBACA,qBAAGA,UAAU,4CAA6CF,EAAQS,UAElE,uBAAKP,UAAU,0CACb,uBAAKA,UAAU,8CAEXF,EAAQU,OAAOC,KAAI,SAAAC,GACjB,OACE,uBAAKV,UAAU,QACb,uBAAKW,IAAG,qBAAuBD,UAQ3C,uBAAKV,UAAU,SACb,uBAAKA,UAAU,aACb,sBAAIA,UAAU,gBAAd,aACA,uBAAKA,UAAU,aACb,qBAAGY,KAAOd,EAAQe,KAAOf,EAAQe,OAGrC,uBAAKb,UAAU,QACb,sBAAIA,UAAU,gBAAd,cAEEF,EAAQgB,KAAKL,KAAI,SAAAM,GACf,OACE,uBAAKf,UAAU,mDACXe,Y,4FCjCtB,UAXkB,SAAC,GAAiB,IAAhBC,EAAe,EAAfA,SAElB,OACE,gBAAC,IAAD,CAAQA,SAAUA,GAChB,gBAAC,IAAD,CAAKC,MAAM,qCACX,gBAAC,IAAD,CAAUnB,QAASoB,EAAAA,O,qDCdlB,IAAMA,EAAoB,CAC/Bd,KAAM,sBACNe,QAAS,kCACTT,MAAO,yBACPU,SAAU,sBACVC,UAAU,EACVR,IAAK,kCACLR,YAAa,qJACbC,UAAW,4YACXC,SAAU,gUACVO,KAAM,CAAC,MAAO,QAAS,QAAS,WAChCQ,SAAU,CAAC,SAAU,cAAe,WACpCd,OAAQ,CAAC,yBAA0B,yBAA0B","sources":["webpack://gatsby-starter-blog/./src/components/workPage.js","webpack://gatsby-starter-blog/./src/pages/work/simple-lead-tracker.js","webpack://gatsby-starter-blog/./src/portfolio/simpleLeadTracker.js"],"sourcesContent":["import * as React from \"react\"\nimport { Link } from \"gatsby\"\n\n\nconst WorkPage = ({project}) => {\n return (\n
\n
\n \n { project.name }\n \n
\n\n
\n

The Project

\n

{ project.description }

\n\n

The Challenge

\n

{ project.challenge }

\n\n

The Solution

\n

{ project.solution }

\n\n
\n
\n {\n project.images.map(image => {\n return (\n
\n \n
\n )\n })\n }\n
\n
\n\n
\n
\n

Live Url:

\n
\n {project.url}\n
\n
\n
\n

Tech Used:

\n {\n project.tech.map(item => {\n return (\n
\n { item }\n
\n )\n })\n }\n
\n
\n
\n\n
\n )\n}\n\nexport default WorkPage\n","import * as React from \"react\"\nimport { Link, graphql } from \"gatsby\"\n\nimport Layout from \"../../components/layout\"\nimport WorkPage from \"../../components/workPage\"\nimport Seo from \"../../components/seo\"\n\nimport { simpleLeadTracker } from '../../portfolio/simpleLeadTracker'\n\nconst BlogIndex = ({location }) => {\n\n return (\n \n \n \n\n \n )\n}\n\nexport default BlogIndex\n","export const simpleLeadTracker = {\n name: \"Simple Lead Tracker\",\n excerpt: \"CRM Solution For Small Business\",\n image: \"simpleLeadTracker.webp\",\n localUrl: \"simple-lead-tracker\",\n featured: true,\n url: \"https://www.simpleadtracker.com\",\n description: \"Simple Lead Tracker is a custom CRM solution built for small businesses and freelancers. It focuses on being a simple and cost effective solution.\",\n challenge: \"Our main goal was to streamline the CRM process and create a solution that was simple to use for small businesses. Existing solutions have a lot of bloat and can be cumbersome to use. We wanted to cut back all those extras, and provide an easy solution that could be setup and used right away. To that end, we really focused on creating an intuitive ui and focusing on only essential features.\",\n solution: \"The end solution achieves what we set out to do by providing a simple but effective application. It gives users the ability to manage their leads without being bogged down in too many extras. While it might not compete with more feature filled CMSs, it fills a niche between simple spreadsheets and advanced software.\",\n tech: [\"PHP\", \"VueJS\", \"MySQL\", \"Laravel\"],\n services: [\"Design\", \"Development\", \"Dev Ops\"],\n images: [\"simpleLeadTracker.webp\", \"simpleLeadTracker.webp\", \"simpleLeadTracker.webp\"]\n}\n"],"names":["project","class","className","style","position","top","name","description","challenge","solution","images","map","image","src","href","url","tech","item","location","title","simpleLeadTracker","excerpt","localUrl","featured","services"],"sourceRoot":""}