{"version":3,"file":"component---src-pages-contact-js-9e18a29df1606f2ae8fc.js","mappings":"qJAmBA,IAfgB,SAAC,GAAoB,IAAnBA,EAAkB,EAAlBA,OAAQC,EAAU,EAAVA,KAExB,OACE,uBAAKC,UAAU,4BACb,uBAAKA,UAAU,0CACb,sBAAIA,UAAU,YAAaF,GAC1BC,EACE,qBAAGC,UAAU,QAASD,GACtB,S,mDC0EX,IA3DiB,WACf,MAA0BE,EAAAA,SAAe,GAAzC,UAEA,OACE,uBAAKD,UAAU,uBACb,sBAAIA,UAAU,kCAAd,gBACA,uBAAKA,UAAU,yCACb,uBAAKA,UAAU,wBACb,qBAAGE,MAAM,kDACT,sBAAIF,UAAU,iBAAd,mBAGA,qIAIF,uBAAKA,UAAU,gBACb,qBAAGE,MAAM,mDACT,sBAAIF,UAAU,iBAAd,mBAGA,iIAIF,uBAAKA,UAAU,gBACb,qBAAGE,MAAM,iDACT,sBAAIF,UAAU,iBAAd,uBAGA,iHAKJ,uBAAKA,UAAU,yCACb,uBAAKA,UAAU,gBACX,qBAAGE,MAAM,iDACT,sBAAIF,UAAU,iBAAd,qBAGA,8FAIF,uBAAKA,UAAU,gBACb,qBAAGE,MAAM,oDACT,sBAAIF,UAAU,iBAAd,0BAGA,mG,yHC/CZ,UAjBkB,SAAC,GAAwB,IAAD,EAArBG,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,gBAAC,IAAD,CAASV,OAAO,WAAWC,KAAM,OACjC,uBAAKC,UAAU,4DACb,0FAAiE,qBAAGW,KAAK,sCAAR,gCAAjE","sources":["webpack://gatsby-starter-blog/./src/components/SubHero.js","webpack://gatsby-starter-blog/./src/components/home/Services.js","webpack://gatsby-starter-blog/./src/pages/contact.js"],"sourcesContent":["import * as React from \"react\"\nimport { Link } from \"gatsby\"\n\n\nconst SubHero = ({header, copy}) => {\n\n return (\n
\n
\n

{ header }

\n {copy\n ?

{ copy }

\n : null\n }\n
\n
\n )\n}\n\nexport default SubHero\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 SubHero from \"../components/SubHero\"\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\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

Have a question or just want to chat? Get in Touch with us at info@totalwebconnections.com.\n If you're interested in starting a project please include the details of what you're looking for, your timeline, and budget.\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"],"names":["header","copy","className","React","class","data","location","siteTitle","site","siteMetadata","title","allMarkdownRemark","nodes","href"],"sourceRoot":""}