{"version":3,"sources":["webpack:///./src/components/drawer/drawer.js","webpack:///./src/pages/frequently-asked-questions/index.js","webpack:///./src/components/BulletList/BulletList.js","webpack:///./src/assets/img/2828.jpg"],"names":["DrawerFrame","styled","div","Question","button","mq","sm","Answer","Drawer","q","a","useState","drawerOpen","setDrawerOpen","data-open","onClick","map","ans","key","InfoSet","FAQ","bg","header","subheader","Helmet","name","content","className","item","question","answer","BulletList","Wrapper","xs","props","highQtyCopy","md","singleCol","BulletItemWrapper","BulletItem","children","module","exports"],"mappings":"8OAIMA,EAAcC,IAAOC,IAAV,sEAAGD,CAAH,gKAgBXE,EAAWF,IAAOG,OAAV,mEAAGH,CAAH,sOAWRI,IAAGC,GAXK,8DAoBRC,EAASN,IAAOC,IAAV,iEAAGD,CAAH,uEA4BGO,EAnBA,SAAC,GAAY,IAAXC,EAAU,EAAVA,EAAGC,EAAO,EAAPA,EAChB,EAAoCC,oBAAS,GAAtCC,EAAP,KAAmBC,EAAnB,KAIA,OACI,kBAACb,EAAD,CAAac,YAAWF,GACpB,kBAACT,EAAD,CAAUY,QAAS,WAJvBF,GAAeD,KAI+BH,GAC1C,kBAACF,EAAD,KACKG,EAAEM,KAAI,SAACC,EAAKC,GACT,OACI,uBAAGA,IAAKA,GAAMD,S,qBCrDhCE,EAAU,CACZ,CACI,SAAY,gGACZ,OAAU,CACN,wPAGR,CACI,SAAY,2CACZ,OAAU,CACN,uPAGR,CACI,SAAY,kDACZ,OAAU,CACN,kJAGR,CACI,SAAY,6HACZ,OAAU,CACN,2HAGR,CACI,SAAY,6EACZ,OAAU,CACN,wPAGR,CACI,SAAY,6DACZ,OAAU,CACN,qMAGR,CACI,SAAY,sEACZ,OAAU,CACN,sKAGR,CACI,SAAY,uCACZ,OAAU,CACN,4QAGR,CACI,SAAY,wDACZ,OAAU,CACN,2IAKG,SAASC,IACpB,OACI,kBAAC,IAAD,CACIC,GAAIA,IACJC,OAAQ,wDACRC,UAAW,8IAEX,kBAACC,EAAA,EAAD,KACI,uDACA,0BAAMC,KAAK,cAAcC,QAAQ,oDAGrC,yBAAKC,UAAS,aACV,kBAAC,IAAD,KAAU,qCAETR,EAAQH,KAAI,SAACY,EAAMV,GAChB,OACI,kBAAC,EAAD,CAAQT,EAAGmB,EAAKC,SAAUnB,EAAGkB,EAAKE,OAAQZ,IAAKA,OAIvD,kBAAC,IAAD,KAAU,2DACV,kBAACa,EAAA,EAAD,KACI,kBAAC,IAAD,yBACA,kBAAC,IAAD,gBACA,kBAAC,IAAD,qBACA,kBAAC,IAAD,mBACA,kBAAC,IAAD,yBACA,kBAAC,IAAD,iBACA,kBAAC,IAAD,gCACA,kBAAC,IAAD,oBACA,kBAAC,IAAD,4BACA,kBAAC,IAAD,wBACA,kBAAC,IAAD,4BACA,kBAAC,IAAD,oCACA,kBAAC,IAAD,kCACA,kBAAC,IAAD,uD,yKChGdC,EAAU/B,IAAOC,IAAV,sEAAGD,CAAH,sFAKTI,IAAG4B,GALM,qDAMI,SAAAC,GAAK,OAAIA,EAAMC,YAAc,GAAK,MAE/C9B,IAAGC,GARM,qDASI,SAAA4B,GAAK,OAAIA,EAAMC,YAAc,GAAK,MAE/C9B,IAAG+B,GAXM,sFAYgB,SAAAF,GAAK,OAAIA,EAAMG,UAAY,OAAS,aAChD,SAAAH,GAAK,OAAIA,EAAMC,YAAc,GAAK,OAI7CG,EAAoBrC,IAAOC,IAAV,gFAAGD,CAAH,6HAaVsC,EAAa,SAAC,GAAgB,IAAfC,EAAc,EAAdA,SACxB,OACI,kBAACF,EAAD,KACI,uBAAGX,UAAS,wBAA2B,8BAAOa,KAK7CT,EAAa,SAAC,GAAoD,IAAnDS,EAAkD,EAAlDA,SAAkD,IAAxCH,iBAAwC,aAAvBF,mBAAuB,SAC1E,OACI,kBAACH,EAAD,CAASK,UAAWA,EAAWF,YAAaA,GACvCK,K,qBC7CbC,EAAOC,QAAU,IAA0B","file":"component---src-pages-frequently-asked-questions-index-js-184f684bbdb16df75202.js","sourcesContent":["import React, { useState } from \"react\";\nimport styled from \"styled-components\";\nimport mq from '../../styles/media-query';\n\nconst DrawerFrame = styled.div`\n & + & {\n border-top: 1px solid #ddd;\n padding-top: 1.6rem;\n margin-top: 1.6rem;\n }\n &[data-open=\"true\"] {\n &, & + div {\n border-color: var(--blueGrey);\n }\n + & {\n margin-top: 2.4rem;\n }\n }\n`;\n\nconst Question = styled.button`\n font-size: 1.4rem;\n font-weight: 500;\n line-height: 1.2;\n text-align: left;\n color: var(--textOverLight);\n background: transparent;\n border: none;\n outline: none;\n padding: 0;\n margin: 0;\n ${mq.sm`\n font-size: 1.75rem;\n `}\n [data-open=\"true\"] & {\n display: block;\n color: var(--brandPrimary);\n }\n`;\n\nconst Answer = styled.div`\n display: none;\n margin: 1.6rem 0;\n \n [data-open=\"true\"] & {\n display: block;\n }\n`;\n\nconst Drawer = ({q, a}) => {\n const [drawerOpen, setDrawerOpen] = useState(false);\n const toggleDrawer = () => {\n setDrawerOpen(!drawerOpen);\n }\n return (\n \n toggleDrawer()}>{q}\n \n {a.map((ans, key) => {\n return (\n

{ans}

\n )\n })}\n
\n
\n );\n}\n\nexport default Drawer;","import React from \"react\";\nimport {Helmet} from \"react-helmet\";\nimport {BulletItem, BulletList} from '../../components/BulletList/BulletList';\nimport Layout, {Headline} from '../../components/layout';\nimport Drawer from \"../../components/drawer/drawer\";\nimport bg from \"../../assets/img/2828.jpg\";\n\nconst InfoSet = [\n {\n \"question\": \"How do I sell my property fast, without anyone entering my home during the COVID-19 pandemic?\",\n \"answer\": [\n \"We have purchased homes SIGHT UNSEEN! If you do not want anyone entering your home, we will happily provide a NO OBLIGATION offer over the phone. Please give us a call at 844-242-SELL and one of our representatives will be happy to assist you.\"\n ]\n },\n {\n \"question\": \"What type of properties do you purchase?\",\n \"answer\": [\n \"We purchase ALL types of properties throughout Southern California; Single Family homes, Multi Family homes, Condos, Apartment buildings, Land & Commercial are some of the properties we have recently purchased. Any condition, any price range.\"\n ]\n },\n {\n \"question\": \"Do you buy properties that are tenant occupied?\",\n \"answer\": [\n \"Yes, of course! We purchase properties that are tenant occupied, even if the tenant is behind on their rent. Please call us for more details.\"\n ]\n },\n {\n \"question\": \"I have inherited a home and was told I need to go through the probate process...Will Direct Buyers still purchase my home?\",\n \"answer\": [\n \"Yes, We have a lot of experience with probate cases and would be happy to assist. Please call us for more information.\"\n ]\n },\n {\n \"question\": \"Am I obligated to sell my home to Direct Buyers once you make me an offer?\",\n \"answer\": [\n \"Absolutely NOT! We provide NO obligation offers. We provide fair offers to accommodate seller's with their specific needs. We are known to beat our competitors' written offers! Most important, we will close as promised or you keep our deposit!\"\n ]\n },\n {\n \"question\": \"How much does it cost me to sell my home to Direct Buyers?\",\n \"answer\": [\n \"There are NO fees! NO commissions! NO Hassles! We offer free, NO obligation offers. Additionally, if you chose to sell your home to Direct Buyers we will pay the Seller's escrow closing costs!\"\n ]\n },\n {\n \"question\": \"How soon after I accept your offer will I receive my sale proceeds?\",\n \"answer\": [\n \"Once you accept Direct Buyer’s offer, YOU choose your closing date and we open escrow! We can close in as fast as 10 days or on your schedule! (sometimes sooner)\"\n ]\n },\n {\n \"question\": \"What if my home needs major repairs?\",\n \"answer\": [\n \"We buy ANY PROPERTY in ANY CONDITION! You do NOT have to make any repairs. We buy in AS-IS CONDITION! We buy homes with delayed maintenance, a lot of cluster and you can even leave behind any belongings you no longer want to keep. We will take care of it for you!\"\n ]\n },\n {\n \"question\": \"What if I am behind on my mortgage or property taxes?\",\n \"answer\": [\n \"No problem! We are able to purchase your home in this situation. Please call us to provide us with a better picture of the situation.\"\n ]\n }\n]\n\nexport default function FAQ() {\n return (\n \n \n FAQs : Direct Buyers\n \n \n\n
\n

FAQs

\n\n {InfoSet.map((item, key) => {\n return (\n \n )\n })}\n\n

REASONS TO SELL YOUR HOME:

\n \n Inherited a Home\n Divorce\n Title Issues\n Downsizing\n Death or Probate\n Job Loss\n Damaged or Hoarder Home\n Bad Tenants\n Liens or Judgements\n Code Violations\n Moving Out of State\n Behind on Mortgage or Taxes\n Short Sale or Foreclosure\n Overwhelming Repairs or Structural Issues\n \n
\n \n );\n}\n","import React from \"react\";\nimport styled from \"styled-components\";\nimport mq from '../../styles/media-query';\n\nconst Wrapper = styled.div`\n display: grid;\n grid-template-columns: 100%;\n grid-gap: 20px;\n font-size: 16px;\n ${mq.xs`\n font-size: ${props => props.highQtyCopy ? 16 : 22}px;\n `}\n ${mq.sm`\n font-size: ${props => props.highQtyCopy ? 18 : 26}px;\n `}\n ${mq.md`\n grid-template-columns: ${props => props.singleCol ? '100%' : '50% 50%'};\n font-size: ${props => props.highQtyCopy ? 20 : 26}px;\n `};\n`;\n\nconst BulletItemWrapper = styled.div`\n display: flex;\n text-align: left;\n align-items: flex-start;\n i {\n color: var(--brandPrimary);\n margin-right: 10px;\n }\n span {\n line-height: 1;\n }\n`;\n\nexport const BulletItem = ({children}) => {\n return (\n \n {children}\n \n )\n}\n\nexport const BulletList = ({children, singleCol=false, highQtyCopy=false}) => {\n return (\n \n {children}\n \n )\n}\n","module.exports = __webpack_public_path__ + \"static/2828-4faf967384eddadbba7cf003f9d80ec8.jpg\";"],"sourceRoot":""}