{"version":3,"sources":["webpack:///./src/pages/articles/celebrating-100-customers-with-summon.js"],"names":["ArticlePage","location","data","title","description","image","summon100","childImageSharp","fixed","src","text","IntroBlock","ImageBlock","style","marginTop","alt","styled","div"],"mappings":"4FAAA,qJAqEeA,UAzDK,SAAC,GAAD,IAAGC,EAAH,EAAGA,SAAUC,EAAb,EAAaA,KAAb,OAElB,kBAAC,IAAD,KAEE,kBAAC,IAAD,CAAKC,MAAM,wCACTC,YAAY,uHACZH,SAAUA,EACVI,MAAOH,EAAKI,UAAUC,gBAAgBC,MAAMC,MAG9C,kBAAC,IAAD,CACEN,MAAM,wCACNO,KAAK,0HAGP,kBAAC,IAAD,KAEE,kBAACC,EAAD,KAEE,kBAACC,EAAD,KACE,kBAAC,IAAD,CAAKJ,MAAON,EAAKI,UAAUC,gBAAgBC,MAAOK,MAAO,CAAEC,UAAW,QAAUC,IAAI,2CAGtF,6BACE,kBAAC,IAAD,4CAEA,kBAAC,IAAD,oJAIA,kBAAC,IAAD,sLAIA,kBAAC,IAAD,gSAIA,kBAAC,IAAD,6KAIA,kBAAC,IAAD,uIASN,kBAAC,IAAD,QAQJ,IAAMJ,EAAaK,IAAOC,IAAV,oGAAGD,CAAH,mFAWVJ,EAAaI,IAAOC,IAAV,oGAAGD,CAAH","file":"component---src-pages-articles-celebrating-100-customers-with-summon-js-46c5c73b5353faf04b8d.js","sourcesContent":["import React from \"react\"\nimport { graphql } from \"gatsby\"\nimport Img from \"gatsby-image\"\nimport Layout from \"../../components/Layout/Layout\"\nimport SEO from \"../../components/Seo/Seo\"\nimport PageHeader from '../../components/Layout/PageHeader/PageHeader'\nimport SectionPageMargin from '../../components/Layout/Section/SectionPageMargin'\nimport Heading2 from '../../components/Type/Heading2'\nimport Paragraph1 from '../../components/Type/Paragraph1'\nimport ReadyToGetStarted from '../../components/ReadyToGetStarted/ReadyToGetStarted'\nimport styled from 'styled-components'\n\nconst ArticlePage = ({ location, data }) =>\n(\n \n\n \n\n \n\n \n\n \n\n \n \"Celebrating\n \n\n
\n 100 prestige cars, 100% dedication \n\n \n We're celebrating a major milestone this month - we have just signed up our 100th customer to sell their prestige car on the owners behalf.\n \n\n \n With Summon, our promise is “the best of both worlds” for owners of prestige cars who wish to sell for the best possible price, without all the hassles of selling privately.\n \n\n \n Summon is an alternative to selling a prestige car (Audi, BMW, Mercedes-Benz and Porsche are our most popular) to a dealership or wholesaler (where you lose 15% - 20% of the value of the car), or selling the car yourself privately (which is very inconvenient and time consuming).\n \n\n \n With this new milestone, that is 100 prestige cars entrusted by the owner with us to sell on their behalf, and the average value of our customer's cars is $100,000.\n \n\n \n We are growing quickly as more prestige car owners realise they can now get the best of both worlds. Now onto the next 100!\n \n
\n\n
\n\n
\n\n \n\n
\n\n)\n\nexport default ArticlePage\n\nconst IntroBlock = styled.div`\n display: flex;\n\n @media (max-width: 600px) {\n flex-wrap: wrap;\n justify-content: center;\n\n } \n\n`;\n\nconst ImageBlock = styled.div`\n width: 300px;\n margin-right: 30px;\n\n @media (max-width: 600px) {\n margin-right: 0px;\n\n } \n\n`;\n\n\nexport const query = graphql`\n\tquery {\n\n summon100: file(relativePath: { eq: \"articles/100-cars-article-big.png\" }) {\n childImageSharp {\n fixed(width:300) {\n ...GatsbyImageSharpFixed\n }\n }\n }\n\t\n\t}\n`\n\n"],"sourceRoot":""}