{"version":3,"file":"component---src-pages-index-js-2a74f1e0b22ae5538082.js","mappings":"6KAAA,G,QAAe,IAA0B,kDCoBzC,EAfa,WAEX,OACE,uBAAKA,UAAU,iBACb,uBAAKC,IAAKC,IACV,uBAAKF,UAAU,uFAAuFG,MAAO,CAACC,IAAK,QACjH,sBAAIJ,UAAU,8BAAd,WACA,sBAAIA,UAAU,cAAd,2BACA,sBAAIA,UAAU,cAAd,oBACA,sBAAIA,UAAU,cAAd,0B,mDCwER,IA3DiB,WACf,MAA0BK,EAAAA,SAAe,GAAzC,UAEA,OACE,uBAAKL,UAAU,uBACb,sBAAIA,UAAU,kCAAd,gBACA,uBAAKA,UAAU,yCACb,uBAAKA,UAAU,wBACb,qBAAGM,MAAM,kDACT,sBAAIN,UAAU,iBAAd,mBAGA,qIAIF,uBAAKA,UAAU,gBACb,qBAAGM,MAAM,mDACT,sBAAIN,UAAU,iBAAd,mBAGA,iIAIF,uBAAKA,UAAU,gBACb,qBAAGM,MAAM,iDACT,sBAAIN,UAAU,iBAAd,uBAGA,iHAKJ,uBAAKA,UAAU,yCACb,uBAAKA,UAAU,gBACX,qBAAGM,MAAM,iDACT,sBAAIN,UAAU,iBAAd,qBAGA,8FAIF,uBAAKA,UAAU,gBACb,qBAAGM,MAAM,oDACT,sBAAIN,UAAU,iBAAd,0BAGA,mG,oJCzCZ,G,gBCpCe,IDeG,SAAC,GAAwB,IAAD,EAArBO,EAAqB,EAArBA,KAAMC,EAAe,EAAfA,SACnBC,GAAY,UAAAF,EAAKG,KAAKC,oBAAV,eAAwBC,QAAxB,QACJL,EAAKM,kBAAkBC,MAErC,OACE,gBAAC,IAAD,CAAQN,SAAUA,EAAUI,MAAOH,GACjC,gBAAC,IAAD,CAAKG,MAAM,0BACX,gBAACG,EAAA,EAAD,MACA,uBAAKf,UAAU,4CACb,sBAAIA,UAAU,2BAAd,gCACA,qBAAGA,UAAU,WAAb,gRAKF,gBAACgB,EAAA,EAAD,MACA,gBAACC,EAAA,EAAD","sources":["webpack://gatsby-starter-blog/./src/images/bg.svg","webpack://gatsby-starter-blog/./src/components/home/Hero.js","webpack://gatsby-starter-blog/./src/components/home/Services.js","webpack://gatsby-starter-blog/./src/pages/index.js","webpack://gatsby-starter-blog/./src/images/about.png"],"sourcesContent":["export default __webpack_public_path__ + \"static/bg-71685bf2a07709bf9da6a3087586e616.svg\";","import * as React from \"react\"\nimport { Link } from \"gatsby\"\n\nimport Bg from '../../images/bg.svg'\n\nconst Hero = () => {\n\n return (\n
\n \n
\n

Welcome

\n

We Build Great Software

\n

Awesome Websites

\n

And Killer Content

\n
\n
\n )\n}\n\nexport default Hero\n","import * as React from \"react\"\nimport { Link } from \"gatsby\"\n\nimport Button from '../Button';\n\n\n//
\n//
\n// \n//

\n// Content Creation\n//

\n//

\n// From written articles to marketing images we work with you .\n//

\n//
\n//
\n// \n//

\n// Mobile Applications\n//

\n//

\n// Dedicated solutions for mobile devices. Custom designed to work on mobile devices.\n//

\n//
\n//
\n\nconst Services = () => {\n const [slide, setSlide] = React.useState(0);\n\n return (\n
\n

Our Services

\n
\n
\n \n

\n Web Development\n

\n

\n A place for your business to live online. Beautiful, functional sites uniquely designed for your brand.\n

\n
\n
\n \n

\n App Development\n

\n

\n For complex functional needs. Database driven and optimized from design to the code to be effcient.\n

\n
\n
\n \n

\n Mobile Applications\n

\n

\n Dedicated solutions for mobile devices. Custom designed to work on mobile devices.\n

\n
\n
\n
\n
\n \n

\n Content Marketing\n

\n

\n Reach new users with handwritten content designed to get clicks.\n

\n
\n
\n \n

\n Social Media Marketing\n

\n

\n Build communities with bespoke strategies across social channels.\n

\n
\n
\n
\n )\n}\n\nexport default Services\n","import * as React from \"react\"\nimport { Link, graphql } from \"gatsby\"\n\nimport Bio from \"../components/bio\"\nimport Layout from \"../components/layout\"\nimport Seo from \"../components/seo\"\n\nimport Hero from \"../components/home/Hero\"\nimport Services from \"../components/home/Services\"\nimport Work from \"../components/home/Work\"\nimport Blog from \"../components/home/Blog\"\nimport Process from \"../components/home/Process\"\n\nimport About from \"../images/about.png\"\n\nconst BlogIndex = ({ data, location }) => {\n const siteTitle = data.site.siteMetadata?.title || `Title`\n const posts = data.allMarkdownRemark.nodes\n\n return (\n \n \n \n
\n

SOFTWARE. WEBSITES. CONTENT.

\n

\n Total Web Connections is software and content development company located in the Chicago suburbs. We focus on building engaging software experiences and marketing brands. We own a variety of software and websites, and work with a select few clients to help them grow.\n

\n
\n\n \n \n
\n )\n}\n\nexport default BlogIndex\n\nexport const pageQuery = graphql`\n query {\n site {\n siteMetadata {\n title\n }\n }\n allMarkdownRemark(sort: { fields: [frontmatter___date], order: DESC }) {\n nodes {\n excerpt\n fields {\n slug\n }\n frontmatter {\n date(formatString: \"MMMM DD, YYYY\")\n title\n description\n }\n }\n }\n }\n`\n","export default __webpack_public_path__ + \"static/about-6b69e0a13e582caf8bcb47f192db0f9a.png\";"],"names":["className","src","Bg","style","top","React","class","data","location","siteTitle","site","siteMetadata","title","allMarkdownRemark","nodes","Hero","Services","Work"],"sourceRoot":""}