{"version":3,"file":"component---src-pages-us-renewable-energy-in-construction-industry-tsx-98b6291916811505f7b5.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,+FE2KT,UArLwD,WACtD,OACE,gDACE,wBAAC,IAAD,CACEM,MAAM,wDACNC,YAAY,0IAEd,wBAAC,IAAD,KACE,wBAAC,IAAD,CAAYC,QAAQ,KAAKC,MAAM,QAA/B,iDAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,ojBAWA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,2TAOA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,sEAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,yRAOA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,6EAIA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,+HAIA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,oBACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,qYAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,ucASA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,gBACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,2QAMA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,kdASA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,kFACJC,IAAI,0BACJN,MAAM,0BACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,SAApB,qTAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,eACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,oYAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,8OAMA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,kNAMA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,kFACJC,IAAI,yBACJN,MAAM,yBACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,SAApB,cACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,mYAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,2cASA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,uBACA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,qTAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,kUAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,iQAMA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,cAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,2MAKA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,6G,qYCnLD,IAIIM,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/renewable-energy-in-construction-industry.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 RenewableEnergyInConstructionIndustry: React.FC = () => {\n return (\n <>\n \n \n \n Renewable energy in the construction industry\n \n \n The development of green energy has given impetus to changes in the\n construction industry. All this was reflected in more updated power\n tools and materials. There have been changes in the development of\n resources that emit carbon dioxide. Indeed, according to statistics,\n to build a new house, the necessary materials, tools, and work emit\n about 55 tons of carbon dioxide into the atmosphere, thereby changing\n the Earth's climate for the worse. Garbage at construction sites also\n pollutes the environment, which is of great concern to environmental\n scientists.\n \n \n After they studied why construction sites have so much pollution that\n is released into the atmosphere, the main reason was fossil fuels. It\n is on construction sites that energy is abundant for the production of\n fuel. These non-renewable energy sources leave a huge carbon footprint\n in the construction industry.\n \n \n Renewable energy reduces CO2 emissions from construction equipment\n \n \n The vast amount of technology that is used in the construction of\n buildings in the UAE uses about 6 billion gallons of non-renewable\n fuel. This in turn leads to the emission of large amounts of\n greenhouse gases. Because of this, there are significant changes in\n the atmosphere.\n \n \n How does technology help renewable energy providers improve\n productivity?\n \n \n To solve the problem, many construction companies have taken a course\n on the use of renewable energy sources in their work.\n \n Renewable energy\n \n Until recently, many companies did not even consider renewable energy\n sources. But as the environmental and commercial benefits of green\n technologies are becoming more and more obvious, companies that want\n to be competitive are starting to pay attention to the use of\n renewable energy sources. Now renewable energy sources are no longer\n as inefficient and expensive as they used to be.\n \n \n Already, renewable energy has become more affordable. And construction\n companies are also smoothly moving to the use of renewable energy\n sources. All this happens because power tools, heating, lighting, and\n air conditioning consume too much energy on construction sites and\n leads to high costs. Using solar, hydro, and wind energy, construction\n companies reduce emissions, support green energy, and design buildings\n in an environmentally friendly way.\n \n Solar energy\n \n Solar energy is an example of the most common source of renewable\n energy. The construction industry has also found ways to use solar\n energy to power its equipment. Even though solar energy construction\n is a fairly new direction, it is already actively developing.\n \n \n More recently, Volvo introduced renewable energy-powered construction\n equipment that is ideal for the construction industry. These are\n loaders and excavators and other vehicles necessary at the\n construction site. Also, solar lights are much more convenient and\n economical than their previous fossil fuel alternatives. In addition,\n they are much cheaper to operate. In this way, companies can reduce\n costs and emissions while maintaining the visibility they need.\n \n
\n \n
\n \n For construction companies, photovoltaic windows should also be\n considered. These are panels that absorb solar energy and turn it into\n energy. Photovoltaic windows are translucent. In this way, the\n building reduces greenhouse gas emissions by 80% compared to if fossil\n fuels were used during construction.\n \n Wind energy\n \n The fastest-growing source of energy in the world is wind energy. Even\n though it's not as flexible as solar, it's still good enough to help\n construction companies cut costs and reduce emissions. Of course, wind\n energy construction is not exactly a viable option for every company,\n but construction crews may well receive energy from wind energy\n construction companies that are nearby.\n \n \n This energy source is available for almost all construction sites. It\n is a fairly efficient source of energy. In addition to supporting the\n owner of wind farms, you are also funding environmentally friendly\n practices in your industry.\n \n \n This use of renewable energy is especially relevant in areas where the\n electricity grid is not yet connected. In order not to use gas\n generators, construction teams can enter into contracts with wind\n farms.\n \n
\n \n
\n Hydropower\n \n The most widely used renewable energy source in the world is\n hydroelectric power. About 71% of green energy comes from hydropower.\n To work on a construction site, construction crews cannot install a\n temporary hydroelectric power plant, but they can still use it. To do\n this, as with wind energy, construction companies can get renewable\n energy from nearby hydroelectric power plants.\n \n \n This can be a good substitute for using generators, and a\n hydroelectric power plant can also replace wind energy in places,\n where there is no wind, or it is not very strong. Most construction\n projects will reduce emissions and the industry, as a whole, will\n become more environmentally sustainable. This form of energy brings\n enormous benefits to the environment: it reduces the risk of flooding,\n as well as efficient irrigation and a stable water supply.\n \n Hydrogen fuel cells\n \n This renewable energy sector has huge potential in the construction\n industry. Hydrogen fuel cells are scalable and portable. This is what\n makes them ideal for mobile construction sites. Even though hydrogen\n energy is a fairly new phenomenon in the construction industry, it has\n already made great strides.\n \n \n Recently, fuel cell systems have been developed for the power supply\n of construction sites. In this case, the fuel cells are placed in a\n shipping container. And after that, they can feed whatever they need.\n These elements can be used to replace gas generators. This\n significantly reduces emissions into the atmosphere.\n \n \n The production of construction equipment that runs on hydrogen has\n also begun to develop. Already in 2023, it is planned to produce fuel\n cell excavators. If such equipment is used in addition to a fuel cell\n generator so emissions are eliminated on-site.\n \n \n Conclusion\n \n \n Ecologists predict that in 20 years the UAE will have 80% of its\n energy from renewable sources. Green technologies in the construction\n industry give impetus to predict a more energy-efficient future.\n \n \n Such a transition will undoubtedly save the construction industry\n money and reduce harmful emissions.\n \n
\n \n )\n}\n\nexport default RenewableEnergyInConstructionIndustry\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","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}