(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[335],{8367:function(e,t,s){(window.__NEXT_P=window.__NEXT_P||[]).push(["/contact",function(){return s(3789)}])},853:function(e,t,s){"use strict";var i=s(5893),o=s(9008),a=s.n(o);s(1664);var r=s(2806),l=s(1163);t.Z=e=>{let{pageTitle:t,pageDesc:s}=e,o="".concat(r.Xd.aD," - ").concat(t),{asPath:n}=(0,l.useRouter)();return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(a(),{children:(0,i.jsx)("title",{children:o})}),(0,i.jsx)("section",{className:"onovo-section showcasework intro--white mt60",children:(0,i.jsx)("div",{className:"container",children:(0,i.jsxs)("h1",{className:"onovo-title-2 cf-heading",children:[(0,i.jsx)("span",{children:t}),(0,i.jsx)("span",{className:"onovo-sep word",children:(0,i.jsx)("i",{className:"sep-img",style:{backgroundImage:"url(/images/title_icon.svg)"}})})]})})})]})}},3789:function(e,t,s){"use strict";s.r(t),s.d(t,{default:function(){return contact}});var i=s(5893),o=s(853),a=s(4427),r=s(2806),l=s(9008),n=s.n(l),c=s(7294);let EmailJSResponseStatus=class EmailJSResponseStatus{constructor(e=0,t="Network Error"){this.status=e,this.text=t}};let d={origin:"https://api.emailjs.com",blockHeadless:!1,storageProvider:(()=>{if("undefined"!=typeof localStorage)return{get:e=>Promise.resolve(localStorage.getItem(e)),set:(e,t)=>Promise.resolve(localStorage.setItem(e,t)),remove:e=>Promise.resolve(localStorage.removeItem(e))}})()},buildOptions=e=>e?"string"==typeof e?{publicKey:e}:"[object Object]"===e.toString()?e:{}:{},sendPost=async(e,t,s={})=>{let i=await fetch(d.origin+e,{method:"POST",headers:s,body:t}),o=await i.text(),a=new EmailJSResponseStatus(i.status,o);if(i.ok)return a;throw a},validateParams=(e,t,s)=>{if(!e||"string"!=typeof e)throw"The public key is required. Visit https://dashboard.emailjs.com/admin/account";if(!t||"string"!=typeof t)throw"The service ID is required. Visit https://dashboard.emailjs.com/admin";if(!s||"string"!=typeof s)throw"The template ID is required. Visit https://dashboard.emailjs.com/admin/templates"},validateTemplateParams=e=>{if(e&&"[object Object]"!==e.toString())throw"The template params have to be the object. Visit https://www.emailjs.com/docs/sdk/send/"},isHeadless=e=>e.webdriver||!e.languages||0===e.languages.length,headlessError=()=>new EmailJSResponseStatus(451,"Unavailable For Headless Browser"),validateBlockListParams=(e,t)=>{if(!Array.isArray(e))throw"The BlockList list has to be an array";if("string"!=typeof t)throw"The BlockList watchVariable has to be a string"},isBlockListDisabled=e=>!e.list?.length||!e.watchVariable,getValue=(e,t)=>e instanceof FormData?e.get(t):e[t],isBlockedValueInParams=(e,t)=>{if(isBlockListDisabled(e))return!1;validateBlockListParams(e.list,e.watchVariable);let s=getValue(t,e.watchVariable);return"string"==typeof s&&e.list.includes(s)},blockedEmailError=()=>new EmailJSResponseStatus(403,"Forbidden"),validateLimitRateParams=(e,t)=>{if("number"!=typeof e||e<0)throw"The LimitRate throttle has to be a positive number";if(t&&"string"!=typeof t)throw"The LimitRate ID has to be a non-empty string"},getLeftTime=async(e,t,s)=>{let i=Number(await s.get(e)||0);return t-Date.now()+i},isLimitRateHit=async(e,t,s)=>{if(!t.throttle||!s)return!1;validateLimitRateParams(t.throttle,t.id);let i=t.id||e,o=await getLeftTime(i,t.throttle,s);return o>0||(await s.set(i,Date.now().toString()),!1)},limitRateError=()=>new EmailJSResponseStatus(429,"Too Many Requests"),send=async(e,t,s,i)=>{let o=buildOptions(i),a=o.publicKey||d.publicKey,r=o.blockHeadless||d.blockHeadless,l=o.storageProvider||d.storageProvider,n={...d.blockList,...o.blockList},c={...d.limitRate,...o.limitRate};return r&&isHeadless(navigator)?Promise.reject(headlessError()):(validateParams(a,e,t),validateTemplateParams(s),s&&isBlockedValueInParams(n,s))?Promise.reject(blockedEmailError()):await isLimitRateHit(location.pathname,c,l)?Promise.reject(limitRateError()):sendPost("/api/v1.0/email/send",JSON.stringify({lib_version:"4.4.1",user_id:a,service_id:e,template_id:t,template_params:s}),{"Content-type":"application/json"})},validateForm=e=>{if(!e||"FORM"!==e.nodeName)throw"The 3rd parameter is expected to be the HTML form element or the style selector of the form"},findHTMLForm=e=>"string"==typeof e?document.querySelector(e):e,sendForm=async(e,t,s,i)=>{let o=buildOptions(i),a=o.publicKey||d.publicKey,r=o.blockHeadless||d.blockHeadless,l=d.storageProvider||o.storageProvider,n={...d.blockList,...o.blockList},c={...d.limitRate,...o.limitRate};if(r&&isHeadless(navigator))return Promise.reject(headlessError());let m=findHTMLForm(s);validateParams(a,e,t),validateForm(m);let h=new FormData(m);return isBlockedValueInParams(n,h)?Promise.reject(blockedEmailError()):await isLimitRateHit(location.pathname,c,l)?Promise.reject(limitRateError()):(h.append("lib_version","4.4.1"),h.append("service_id",e),h.append("template_id",t),h.append("user_id",a),sendPost("/api/v1.0/email/send-form",h))};var m={init:(e,t="https://api.emailjs.com")=>{if(!e)return;let s=buildOptions(e);d.publicKey=s.publicKey,d.blockHeadless=s.blockHeadless,d.storageProvider=s.storageProvider,d.blockList=s.blockList,d.limitRate=s.limitRate,d.origin=s.origin||t},send:send,sendForm:sendForm,EmailJSResponseStatus:EmailJSResponseStatus},contact=()=>{let e=(0,c.useRef)(),[t,s]=(0,c.useState)(!1);return(0,c.useEffect)(()=>{document.title="Contact Us - Video Production Company in Delhi NCR | Content Foundry"},[]),(0,i.jsxs)("div",{children:[(0,i.jsxs)(n(),{children:[(0,i.jsx)("title",{children:"Contact Us - Video Production Company in Delhi NCR | Content Foundry"}),(0,i.jsx)("meta",{property:"og:title",content:"contact us - video production company | content foundry"}),(0,i.jsx)("meta",{property:"og:type",content:"website"}),(0,i.jsx)("meta",{property:"og:url",content:"https://www.contentfoundry.in/contact "}),(0,i.jsx)("meta",{property:"og:image",content:"https://www.contentfoundry.in/images/logo-main.png"}),(0,i.jsx)("link",{rel:"canonical",href:"https://www.contentfoundry.in/contact"}),(0,i.jsx)("meta",{name:"description",content:"Ready to get started? Drop us your details, and our video production team in Delhi NCR will be in touch with you at the earliest."})]}),(0,i.jsxs)(a.Z,{children:[(0,i.jsx)(o.Z,{pageTitle:"",pageDesc:""}),(0,i.jsx)("section",{className:"onovo-section gap-bottom-80",children:(0,i.jsx)("div",{className:"container",children:(0,i.jsxs)("div",{className:"row",children:[(0,i.jsxs)("div",{className:"col-xs-12 col-sm-12 col-md-12 col-lg-7",children:[(0,i.jsxs)("div",{className:"onovo-text gap-bottom-40 mt30",children:[(0,i.jsx)("h4",{children:"Planned to Discuss Your Business With Us?"}),"Step In And Share Your Details"]}),(0,i.jsx)("div",{className:"onovo-form",children:(0,i.jsx)("form",{ref:e,onSubmit:t=>{t.preventDefault(),s(!0),m.sendForm("service_hsj3gyh","template_zlf6nnl",e.current,{publicKey:"Bh_9DyMEo8DkVXycy"}).then(()=>{s(!1),console.log("SUCCESS!")},e=>{s(!1),console.log("FAILED...",e)})},children:(0,i.jsxs)("div",{className:"row",children:[(0,i.jsx)("div",{className:"col-xs-12 col-sm-12 col-md-12 col-lg-12",children:(0,i.jsx)("p",{children:(0,i.jsx)("input",{placeholder:"Full Name",type:"text",name:"name",required:"required"})})}),(0,i.jsx)("div",{className:"col-xs-12 col-sm-12 col-md-12 col-lg-12",children:(0,i.jsx)("p",{children:(0,i.jsx)("input",{placeholder:"Email Address",type:"email",name:"email",required:"required"})})}),(0,i.jsx)("div",{className:"col-xs-12 col-sm-12 col-md-12 col-lg-12",children:(0,i.jsx)("p",{children:(0,i.jsx)("input",{placeholder:"Phone Number",type:"tel",name:"tel",required:"required"})})}),(0,i.jsx)("div",{className:"col-xs-12 col-sm-12 col-md-12 col-lg-12",children:(0,i.jsx)("p",{children:(0,i.jsx)("textarea",{placeholder:"Message",name:"message",required:"required"})})}),(0,i.jsx)("div",{className:"col-xs-12 col-sm-12 col-md-12 col-lg-12",children:(0,i.jsx)("p",{children:(0,i.jsx)("button",{type:"submit",className:"onovo-btn onovo-hover-btn",disabled:t,children:t?(0,i.jsx)("img",{src:"/images/loading.gif",alt:"loading...",style:{width:"20px"}}):(0,i.jsx)("span",{children:"Send Message"})})})})]})})})]}),(0,i.jsx)("div",{className:"col-xs-12 col-sm-12 col-md-12 col-lg-5",children:(0,i.jsx)("div",{className:"onovo-contact-info onovo-text-white",children:(0,i.jsxs)("ul",{children:[(0,i.jsxs)("li",{children:[(0,i.jsx)("h5",{children:"Contact Info"}),(0,i.jsx)("a",{href:"tel:+919811346401",className:"onovo-lnk lnk--white",target:"_blank",children:"+91 97735 00316"}),(0,i.jsx)("br",{}),(0,i.jsx)("a",{href:"mailto:info@contentfoundry.in",className:"onovo-lnk lnk--white",target:"_blank",children:"info@contentfoundry.in"}),(0,i.jsx)("div",{className:"onovo-social-1 onovo-social-active",style:{marginTop:"10px"},children:(0,i.jsx)("ul",{children:r.xs.map((e,t)=>(0,i.jsx)("li",{children:(0,i.jsx)("a",{href:e.link,target:"_blank",className:"onovo-social-link onovo-hover-2",title:e.title,children:(0,i.jsx)("i",{className:"icon ".concat(e.icon)})})},"contact-social-item-".concat(t)))})})]}),(0,i.jsxs)("li",{children:[(0,i.jsx)("h5",{children:"FBD One Corporate Park"}),(0,i.jsxs)("div",{children:["10th Floor, NH 44,",(0,i.jsx)("br",{}),"Faridabad, Haryana 121003"]})]})]})})})]})})})]})]})}},1163:function(e,t,s){e.exports=s(9974)}},function(e){e.O(0,[142,427,774,888,179],function(){return e(e.s=8367)}),_N_E=e.O()}]);