{"version":3,"file":"component---src-pages-us-construction-estimating-software-meaning-tsx-3c22e19b61bb0c7bbeae.js","mappings":"8TACWA,EAAU,iCACVC,EAAW,kCACXC,EAAW,kCACXC,EAAU,iCCuBrB,EAhBwC,SAAC,GAKlC,IAJLC,EAII,EAJJA,UACAC,EAGI,EAHJA,GACAC,EAEI,EAFJA,QACAC,EACI,EADJA,SAEA,OACE,mCACEH,UAAWI,GAAAA,CAAGC,EAAWH,GAAWG,EAAE,MAAMH,GAAYF,GACxDC,GAAIA,GAEHE,K,0FCEP,EAd0D,SAAC,GAGpD,IAFLG,EAEI,EAFJA,KACAH,EACI,EADJA,SAEA,OACE,wBAACI,EAAA,EAAD,CAASP,UCdQ,2CDef,wBAACQ,EAAA,EAAD,KACGF,GAAQ,+BAAKN,UCfJ,wCDewBM,GACjCH,M,+FEkIT,UA5IiD,WAC/C,OACE,gDACE,wBAAC,IAAD,CACEM,MAAM,gEACNC,YAAY,4JAEd,wBAAC,IAAD,KACE,wBAAC,IAAD,CAAYC,QAAQ,KAAKC,MAAM,QAA/B,6CAGA,+BAAKZ,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,kFACJC,IAAI,mCACJN,MAAM,mCACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,SAApB,iiBAUA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,8LAKA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,+DAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,6CAC6C,IAC3C,mFAFF,2LAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,uIAGE,mFAHF,kKAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,oBACoB,IAClB,kFAFF,iEAKA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,yDAGA,+BAAKZ,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEI,MAAO,IACPH,IAAI,kFACJC,IAAI,wDACJN,MAAM,wDACNO,YAAY,UALd,wBAQF,wBAAC,IAAD,CAAYL,QAAQ,SAApB,0UAOA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,gCACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,iCACiC,IAC/B,oFAFF,sQAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,kNAMA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,6BACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,wVAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,2WAQA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,iCACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,4BAC4B,IAC1B,gFAFF,qYAUA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,8GAIA,wBAAC,IAAD,CAAYA,QAAQ,MAApB,oBACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,mIAIA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,4Y,qYCtID,IAIIO,EAAY,gCAGZC,EAAU,8BACVC,EAAa,iCACbC,EAAa,iCAIbC,EAAiB,qCAGjBC,EAAO,2BAGPC,EAAgB,oCAGhBC,EAAgB,oCAEhBC,EAAe,mCACfC,EAAY,gCACZC,EAAW,+BACXC,EAAmB,uCACnBC,EAAgB,oCAChBC,EAAc,kCACdC,EAAsB,2C","sources":["webpack://sgnl-site/./src/components/Common/Section/Section.module.scss","webpack://sgnl-site/./src/components/Common/Section/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/NewsSectionBlock.module.scss","webpack://sgnl-site/./src/pages-us/construction-estimating-software-meaning.tsx","webpack://sgnl-site/./src/pages/news.module.scss"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport var section = \"Section-module--section--t2Kke\";\nexport var bg_white = \"Section-module--bg_white--K-nBF\";\nexport var bg_light = \"Section-module--bg_light--kwwQL\";\nexport var bg_dark = \"Section-module--bg_dark--vZSrp\";","import React from 'react'\nimport cn from 'classnames'\n\nimport * as s from './Section.module.scss'\n\ninterface SectionProps {\n className?: string\n bgColor?: 'white' | 'light' | 'dark'\n id?: string\n}\n\nconst Section: React.FC = ({\n className,\n id,\n bgColor,\n children,\n}) => {\n return (\n \n {children}\n \n )\n}\n\nexport default Section\n","import React from 'react'\nimport Section from '../Common/Section'\nimport Container from '../Common/Container'\n\nimport * as s from './NewsSectionBlock.module.scss'\n\ninterface NewsSectionBlockProps {\n date?: string\n}\n\nconst NewsSectionBlock: React.FC = ({\n date,\n children,\n}) => {\n return (\n
\n \n {date &&
{date}
}\n {children}\n
\n
\n )\n}\n\nexport default NewsSectionBlock\n","// extracted by mini-css-extract-plugin\nexport var section = \"NewsSectionBlock-module--section--TD9zu\";\nexport var date = \"NewsSectionBlock-module--date--P8Mos\";","import React from 'react'\nimport { StaticImage } from 'gatsby-plugin-image'\nimport NewsSectionBlock from '../components/NewsSectionBlock'\nimport SEO from '../components/seo'\nimport Typography from '../components/Common/Typography'\n\nimport * as s from '../pages/news.module.scss'\n\nconst ConstructionEstimatingSoftware: React.FC = () => {\n return (\n <>\n \n \n \n What is construction estimating software?\n \n
\n \n
\n \n While construction estimation in the industry has gone on since the\n time construction started, it is only now that technology is being\n used in commercial projects. Estimation of what a construction project\n is going to cost material-wise opens up many doors and helps get the\n project done within budget. Once upon a time, construction estimation\n was all about the preparation of contracts, using spreadsheets, and\n more. But now things are changing in the industry, and commercial\n construction has been the first to have risen to the occasion.\n \n \n There is a lot of convenience on offer when it comes to construction\n estimation software, including huge savings in time. Of course, there\n are a lot more things on offer other than that.\n \n \n Understanding Construction Estimating Software: What Is it?\n \n \n If you are looking for answers what is the{' '}\n best estimating software for construction, then first\n you need to know what such software is. It is software that has been\n designed for building contractors to estimate the construction costs\n for a specific building project.\n \n \n While there are still many people who use traditional methods of\n estimation, more and more builders are waking up to use what is the\n best estimating software for construction. This is\n because such kind of software is dependable and with computer\n technology being accessible now more than ever, such software is also\n more accessible.\n \n \n Now that you know{' '}\n what is construction estimating software, it is time\n to find out the benefits it brings to a project.\n \n \n Cost and Benefits of Construction Estimating Software\n \n
\n \n
\n \n The benefits of construction estimating software are many. It is smart\n to not think that estimation in construction projects is only about\n putting pen to paper. It is so much more than that. Things have got\n complicated and when there is software available, why should not use\n it? Let’s look at the most important benefits now.\n \n #1: Save Your Time and Money\n \n That’s right. The most crucial{' '}\n construction estimating software advantage has to be\n the savings in time and money. When accurate estimates happen, it is\n possible to avoid costly surprises in the middle of a building\n project. What’s more, the work going on will be far more efficient\n because the software will be giving projections.\n \n \n The smart thing thus is to invest in such software right at the\n beginning of a construction project. This way the software will start\n doing its word from the word go which will save you more time and\n money.\n \n #2: Accuracy of Estimates\n \n A big advantage of construction cost estimating software has to do\n with the accuracy of the estimates that are given by the software.\n Choose a leading consultancy like Signax for high-quality software\n that provides accurate estimates as far as construction projects are\n concerned. This will help make the whole process a lot easier for you.\n \n \n This is done because such software will automatically calculate labor\n costs and material costs and come up with estimates. A detailed\n breakdown of costs will mean that everything is accurately done and\n there are no chances of human error happening. This is fantastic for\n builders who are quick to make mistakes in the calculation when doing\n up-cost estimates.\n \n #3: Easy Tracking of Projects\n \n Doing your homework about{' '}\n construction estimating software costs is also about\n understanding that it will make tracking projects so much easier. This\n is because, with such software, you will be able to get access to a\n dashboard that will help you track project goals and employee\n performance. You will, of course, be able to track a lot more than\n that which will give you an instant idea of where the project is\n lacking and what it needs to buck up.\n \n \n Your budget and timeline can be tracked efficiently to ensure that the\n project gets completed on schedule.\n \n #4: Useful Tools\n \n Yes, such software also gives you access to useful tools. Use them at\n will and help the construction project get done properly.\n \n \n Thus, it can safely be said that using construction estimating\n software is certainly going to make a lot of this easy for you. As a\n construction builder, it can help you as well as the manager stay\n everything. The organisation becomes easy and goal-reaching more\n effective as well. With so many things on offer, it is easy to see why\n this software has won the hearts of builders all over.\n \n
\n \n )\n}\n\nexport default ConstructionEstimatingSoftware\n","// extracted by mini-css-extract-plugin\nexport var section = \"news-module--section--g5uoe\";\nexport var maxContent = \"news-module--maxContent--mpYRW\";\nexport var content = \"news-module--content--v60SD\";\nexport var textTitle = \"news-module--textTitle--nitTa\";\nexport var textLists = \"news-module--textLists--IMoga\";\nexport var disc = \"news-module--disc--AqJ0s\";\nexport var auto = \"news-module--auto--u9wuf\";\nexport var decimal = \"news-module--decimal--+OTUr\";\nexport var check_mark = \"news-module--check_mark--P6DHG\";\nexport var imageBlock = \"news-module--imageBlock--TmnyQ\";\nexport var imageText = \"news-module--imageText--DgNcO\";\nexport var imageFullWidth = \"news-module--imageFullWidth--Rg4vs\";\nexport var imageEvent = \"news-module--imageEvent--y9m8O\";\nexport var imageClickable = \"news-module--imageClickable--wN1YK\";\nexport var imageClickable_bottom = \"news-module--imageClickable_bottom--6ol01\";\nexport var brandButtons = \"news-module--brandButtons--Alw1o\";\nexport var text = \"news-module--text--5E1Q6\";\nexport var video = \"news-module--video--6ohKO\";\nexport var videoSize = \"news-module--videoSize--WLsUN\";\nexport var authorWrapper = \"news-module--authorWrapper--pKcye\";\nexport var author = \"news-module--author--F1DUO\";\nexport var special_offer_image = \"news-module--special_offer_image--2F8hV\";\nexport var columnWrapper = \"news-module--columnWrapper--805HQ\";\nexport var boxShadow = \"news-module--boxShadow--zn30v\";\nexport var youtubeVideo = \"news-module--youtubeVideo---NENF\";\nexport var imageWrap = \"news-module--imageWrap--wN+Es\";\nexport var textWrap = \"news-module--textWrap--sagCF\";\nexport var textWrapCentered = \"news-module--textWrapCentered--Gc1WE\";\nexport var margin_top_48 = \"news-module--margin_top_48--icjNV\";\nexport var contentWrap = \"news-module--contentWrap--+JWDB\";\nexport var productLinksWrapper = \"news-module--productLinksWrapper--s8uye\";"],"names":["section","bg_white","bg_light","bg_dark","className","id","bgColor","children","cn","s","date","Section","Container","title","description","variant","color","S","src","alt","placeholder","width","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}