{"version":3,"file":"static/chunks/pages/prevention-of-violence-against-women-and-children-c21fe62bbf540341.js","mappings":"mFACA,CAAAA,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,qDACA,WACA,OAAeC,EAAQ,KACvB,EACA,kHCJe,SAASC,EAAQC,CAAe,KAAf,CAAEC,YAAAA,CAAW,CAAE,CAAfD,EAC9B,MACE,GAAAE,EAAAC,IAAA,EAACC,MAAAA,CAAIC,UAAU,4EACb,GAAAH,EAAAI,GAAA,EAACF,MAAAA,CAAIC,UAAU,8DACb,GAAAH,EAAAI,GAAA,EAACC,IAAKA,CACJC,IAAI,mCACJC,IAAI,gBACJC,KAAI,GACJL,UAAU,6BACVM,MAAM,uHAIV,GAAAT,EAAAI,GAAA,EAACF,MAAAA,CAAIC,UAAU,kIACb,GAAAH,EAAAI,GAAA,EAACM,IAAAA,CAAEP,UAAU,sEACVJ,QAKX,0LCbe,SAASY,IA4BtB,MACE,GAAAX,EAAAC,IAAA,EAAAD,EAAAY,QAAA,YACE,GAAAZ,EAAAI,GAAA,EAACS,EAAAA,CAAGA,CAAAA,CAACC,IA7BG,CACVC,KAAM,qDACNC,UACE,kGACFC,gBACE,4KACJ,IAwBI,GAAAjB,EAAAI,GAAA,EAACc,IAAIA,UACH,GAAAlB,EAAAI,GAAA,EAACe,SAAAA,CACCC,KAAK,sBACLC,wBAAyB,CACvBC,OAAQC,KAAKC,SAAS,CA3BjB,CACb,WAAY,wBACZ,QAAS,eACTC,KAAM,iCACN1B,YACE,sKACF2B,QAAS,CACP,QAAS,gBACTC,cAAe,kCACfC,gBAAiB,KACjBC,WAAY,QACZC,eAAgB,KAClB,EACAC,aAAc,CACZ,QAAS,eACTC,UAAW,iBACXC,YAAa,kBACf,CACF,EAUQ,MAGJ,GAAAjC,EAAAI,GAAA,EAAC8B,EAAAA,CAAUA,CAAAA,CACTC,OAAQ,CACNC,MAAO,4DACPC,MAAO,0CACT,EACAC,SAAU,GACVC,QAAQ,WAEV,GAAAvC,EAAAI,GAAA,EAACoC,EAAAA,CAAOA,CAAAA,CACNH,MAAM,2BACNI,eAAe,ofAQfC,eAAe,2UAMjB,GAAA1C,EAAAI,GAAA,EAACuC,EAAAA,CAAQA,CAAAA,CACPN,MAAM,4BACNtC,YAAY,0bAEd,GAAAC,EAAAI,GAAA,EAACwC,EAAAA,CAAYA,CAAAA,CACXC,QAAS,EACTC,KAAM,CACJ,CACEV,MAAO,aACPC,MAAO,8BACPtC,YACE,6ZACJ,EACA,CACEqC,MAAO,WACPC,MAAO,4BACPtC,YACE,0YACJ,EACA,CACEqC,MAAO,iBACPC,MAAO,mCACPtC,YACE,uaACJ,EACA,CACEqC,MAAO,gBACPC,MAAO,kCACPtC,YACE,6aACJ,EACD,GAEH,GAAAC,EAAAI,GAAA,EAACP,EAAAA,CAAOA,CAAAA,CAACE,YAAY,odAG3B","sources":["webpack://_N_E/?6459","webpack://_N_E/./src/components/pages/initiatives/divider.js","webpack://_N_E/./src/pages/prevention-of-violence-against-women-and-children.js"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/prevention-of-violence-against-women-and-children\",\n function () {\n return require(\"private-next-pages/prevention-of-violence-against-women-and-children.js\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/prevention-of-violence-against-women-and-children\"])\n });\n }\n ","import React from \"react\";\nimport Image from \"next/image\";\nexport default function Divider({ description }) {\n return (\n
\n
\n \n
\n\n
\n

\n {description}\n

\n
\n
\n );\n}\n","import React from \"react\";\nimport Seo from \"@/utils/seo\";\nimport BannerCard from \"@/components/ui/banner-card\";\nimport Problem from \"@/components/pages/initiatives/problem\";\nimport Solution from \"@/components/pages/initiatives/solution\";\nimport SolutionGrid from \"@/components/pages/initiatives/solution-grid\";\nimport Divider from \"@/components/pages/initiatives/divider\";\nimport Head from \"next/head\";\n\nexport default function PVAWC() {\n const seo = {\n slug: \"/prevention-of-violence-against-women-and-children\",\n metaTitle:\n \"Prevention of violence against women and children (PVAWC) | People’s Courage International, USA\",\n metaDescription:\n \"People’s Courage International works to end violence against women and children through strategies aiming at bringing individual, community, and systemic level outcomes. \",\n };\n const jsonLd = {\n \"@context\": \"http://www.schema.org\",\n \"@type\": \"Organization\",\n name: \"People’s Courage International\",\n description:\n \"People’s Courage International is a USA-based not-for-profit organization. Join our charity and help us provide critical support to those in need around the world.\",\n address: {\n \"@type\": \"PostalAddress\",\n streetAddress: \"3206 10th Street NE, Washington\",\n addressLocality: \"DC\",\n postalCode: \"20017\",\n addressCountry: \"USA\",\n },\n contactPoint: {\n \"@type\": \"ContactPoint\",\n telephone: \"+1202-573-8727\",\n contactType: \"customer support\",\n },\n };\n\n return (\n <>\n \n \n \n \n \n \n \n \n \n \n );\n}\n"],"names":["window","__NEXT_P","push","__webpack_require__","Divider","param","description","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsxs","div","className","jsx","Image","src","alt","fill","sizes","p","PVAWC","Fragment","Seo","seo","slug","metaTitle","metaDescription","Head","script","type","dangerouslySetInnerHTML","__html","JSON","stringify","name","address","streetAddress","addressLocality","postalCode","addressCountry","contactPoint","telephone","contactType","BannerCard","banner","title","image","isActive","variant","Problem","descriptionOne","descriptionTwo","Solution","SolutionGrid","columns","data"],"sourceRoot":""}