(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[327,678],{2899:function(e,t,n){Promise.resolve().then(n.bind(n,4639))},4639:function(e,t,n){"use strict";n.r(t);var s=n(7437),r=n(7449),a=n.n(r),i=n(8678),l=n(2674),o=n(6648);n(2265),n(1359);var c=n(5657);let d=async e=>{e.preventDefault();let t=e.target.name.value,n=e.target.email.value,s=e.target.message.value;if(!t||!n||!s){(0,c.Am)({title:"Kindly Fill in all the fields before clicking submit",description:"It seems like you skipped some of the fields. Please fill in all the fields before clicking the submit page",variant:"destructive"});return}try{let r=await fetch("/api/contact",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:t,email:n,message:s})});200===r.status?((0,c.Am)({title:"Message Successfully sent",description:"We've received your message, and we'll get back to you as soon as possible, probably within 24 hours. Thanks for contacting us.",variant:"default"}),e.target.reset()):(0,c.Am)({title:"Message Not sent",description:"Failed to send message. Please try again later.",variant:"destructive"})}catch(e){(0,c.Am)({title:"Message Not sent",description:"An error occurred. Please try again later.",variant:"destructive"})}};t.default=function(){return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)(a(),{children:[(0,s.jsx)("title",{children:"Page Slug"}),(0,s.jsx)("link",{rel:"canonical",href:"/contact"})]}),(0,s.jsxs)("div",{className:"flex min:h-screen relative md:flex-row md:overflow-hidden xl:px-40 md:px-10 bg-transparent",children:[(0,s.jsx)("div",{className:"w-screen lg:w-44 md:border-r border-slate-50 justify-center align-middle",children:(0,s.jsx)("div",{className:"hidden md:flex",children:(0,s.jsx)(i.default,{})})}),(0,s.jsx)("div",{}),(0,s.jsx)("div",{children:(0,s.jsx)("div",{className:"m-3 rounded-2xl",children:(0,s.jsxs)("section",{className:"min-w-7xl",children:[(0,s.jsxs)("div",{className:"container mx-auto flex flex-col-reverse sm:flex-row items-center",children:[(0,s.jsxs)("div",{className:"md:w-2/5 flex flex-col items-start mt-8 sm:mt-0",children:[(0,s.jsxs)("h1",{className:"text-2xl lg:text-5xl leading-none mb-4",children:["You Know ",(0,s.jsx)("strong",{className:"font-green",children:" You Can "})," Always Count On Us."]}),(0,s.jsx)("p",{className:"lg:text-lg mb-4 sm:mb-12",children:"Email us today and we will get back to you as soon as possible. We always do our best to respond to all inquiries within 24 hours."})]}),(0,s.jsx)("div",{className:"sm:w-2/5 mb-5 opacity-50",children:(0,s.jsx)("div",{className:"m-3",children:(0,s.jsx)(o.default,{src:"gra.gif",alt:"hero",width:500,height:500})})})]}),(0,s.jsx)("div",{className:"md:w-2/5 mx-auto mt-2",children:(0,s.jsxs)("form",{className:"contact-form",onSubmit:d,children:[(0,s.jsxs)("div",{className:"form-group",children:[(0,s.jsx)("label",{htmlFor:"name",className:"block",children:"Name"}),(0,s.jsx)("input",{type:"text",className:"form-control",id:"name",name:"name"})]}),(0,s.jsxs)("div",{className:"form-group",children:[(0,s.jsx)("label",{htmlFor:"email",className:"block",children:"Email address"}),(0,s.jsx)("input",{type:"email",className:"form-control",id:"email",name:"email"})]}),(0,s.jsxs)("div",{className:"form-group",children:[(0,s.jsx)("label",{htmlFor:"message",className:"block",children:"Message"}),(0,s.jsx)("textarea",{className:"form-control",id:"message",name:"message",rows:3,defaultValue:""})]}),(0,s.jsx)("button",{type:"submit",className:"font-semibold text-lg bg-green-400 hover:bg-green-500 text-white py-1 px-3 rounded",children:"Submit"})]})})]})})})]}),(0,s.jsx)("div",{children:(0,s.jsx)(l.default,{})})]})}},2674:function(e,t,n){"use strict";var s=n(7437);n(2265);var r=n(3125),a=n(9799),i=n(3953),l=n(4908),o=n(7218),c=n(6648);t.default=()=>{let e=new Date().getFullYear(),t=[{Icon:a.Z,href:"https://www.twitter.com/zelisline",color:"text-blue-400"},{Icon:i.Z,href:"https://www.instagram.com/zelisline",color:"text-pink-500"},{Icon:l.Z,href:"https://www.facebook.com/zelisline",color:"text-blue-600"},{Icon:o.Z,href:"https://www.linkedin.com/company/zelisline-ltd",color:"text-blue-700"}];return(0,s.jsx)("footer",{className:"bg-gradient-to-br from-orange-50 via-white to-purple-50 text-gray-800 py-16 mt-24",children:(0,s.jsxs)("div",{className:"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8",children:[(0,s.jsx)("div",{className:"grid grid-cols-2 md:grid-cols-4 gap-8 mb-12",children:[{title:"Our Services",links:["Digital Marketing","Web Design","Content Marketing","Logo Design","Video Production","SEO Services","Social Media"]},{title:"Company",links:["About Us","Careers","Press","Privacy Policy"]},{title:"Resources",links:["Blog","Guides","API Documentation","Community"]},{title:"Contact",links:["Support","Sales","Partnerships","Feedback"]}].map((e,t)=>(0,s.jsxs)(r.E.div,{initial:{opacity:0,y:20},animate:{opacity:1,y:0},transition:{duration:.5,delay:.1*t},children:[(0,s.jsx)("h3",{className:"text-lg font-semibold mb-4 text-orange-500",children:e.title}),(0,s.jsx)("ul",{className:"space-y-2",children:e.links.map((e,t)=>(0,s.jsx)(r.E.li,{whileHover:{x:5},transition:{type:"spring",stiffness:400,damping:10},children:(0,s.jsx)("a",{href:"#",className:"text-gray-600 hover:text-orange-500 transition-colors duration-200",children:e})},t))})]},t))}),(0,s.jsxs)(r.E.div,{className:"border-t border-orange-200 pt-8 flex flex-col md:flex-row justify-between items-center",initial:{opacity:0},animate:{opacity:1},transition:{duration:.5,delay:.5},children:[(0,s.jsx)("div",{className:"mb-4 md:mb-0",children:(0,s.jsx)(c.default,{src:"/zelisline.svg",alt:"Zelisline Logo",width:150,height:50})}),(0,s.jsx)("div",{className:"flex space-x-6 mb-4 md:mb-0",children:t.map((e,t)=>{let{Icon:n,href:a,color:i}=e;return(0,s.jsx)(r.E.a,{href:a,target:"_blank",rel:"noopener noreferrer",className:"".concat(i," hover:text-orange-500 transition-colors duration-200"),whileHover:{y:-3,scale:1.1},children:(0,s.jsx)(n,{size:24})},t)})}),(0,s.jsxs)("div",{className:"text-sm text-gray-500",children:["\xa9 ",e," Zelisline. All rights reserved."]})]})]})})}},8678:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return g}});var s=n(7437);n(2265);var r=n(6648);function a(){return(0,s.jsx)("div",{className:"md:flex bg-transparent lg:!p-0 w-[35dvh] h-auto",children:(0,s.jsx)(r.default,{src:"/zelisline.svg",width:"0",height:"0",sizes:"10vw",style:{width:"50%",height:"auto"},placeholder:"empty",loading:"lazy",alt:"Zelisline Logo"})})}var i=n(2873);function l(){return(0,s.jsx)(s.Fragment,{children:(0,s.jsx)(i.Z,{})})}var o=n(1005),c=n(5931),d=n(7905),u=n(1240),m=n(7431),f=n(2249),h=n(9301),x=n(7138);let p=[{name:"Home",href:"/",icon:o.Z},{name:"Services",href:"/services",icon:c.Z},{name:"Client Section",href:"/client",icon:d.Z},{name:"About",href:"/about",icon:u.Z},{name:"Contact",href:"/contact",icon:m.Z},{name:"Our Work",href:"/our-work",icon:f.Z},{name:"Blog",href:"/blog",icon:h.Z}];var y=function(){return(0,s.jsx)("nav",{className:"flex flex-col space-y-1 md:space-y-2",children:p.map(e=>(0,s.jsxs)(x.default,{href:e.href,className:"flex items-center p-2 rounded-lg transition-colors duration-200 hover:bg-orange-100 group",children:[(0,s.jsx)(e.icon,{className:"w-6 h-6 text-gray-600 group-hover:text-orange-500"}),(0,s.jsx)("span",{className:"hidden md:block ml-3 text-sm font-medium text-gray-700 group-hover:text-orange-600",children:e.name})]},e.href))})},g=function(){return(0,s.jsxs)("div",{className:"flex flex-col md:flex-row px-1 py-1 md:px-1",children:[(0,s.jsxs)("div",{className:"md:ml-1 bg-transparent dark:bg-neutral-950 h-3 justify-between fixed z-50 flex-1 w-20 lg:w-40 md:relative bottom-0 md:border-none md:justify-between space-x-2 md:flex-col md:space-x-0=2 md:space-y-2 p-1",children:[(0,s.jsx)("div",{className:"h-[10dvh] flex items-center",children:(0,s.jsx)(x.default,{href:"./",children:(0,s.jsx)(a,{})})}),(0,s.jsx)(y,{})]}),(0,s.jsx)("div",{className:"fixed bottom-0 md:relative md:mt-auto text-slate-800",children:(0,s.jsx)(l,{})})]})}},5657:function(e,t,n){"use strict";n.d(t,{Am:function(){return u},pm:function(){return m}});var s=n(2265);let r=0,a=new Map,i=e=>{if(a.has(e))return;let t=setTimeout(()=>{a.delete(e),d({type:"REMOVE_TOAST",toastId:e})},1e6);a.set(e,t)},l=(e,t)=>{switch(t.type){case"ADD_TOAST":return{...e,toasts:[t.toast,...e.toasts].slice(0,1)};case"UPDATE_TOAST":return{...e,toasts:e.toasts.map(e=>e.id===t.toast.id?{...e,...t.toast}:e)};case"DISMISS_TOAST":{let{toastId:n}=t;return n?i(n):e.toasts.forEach(e=>{i(e.id)}),{...e,toasts:e.toasts.map(e=>e.id===n||void 0===n?{...e,open:!1}:e)}}case"REMOVE_TOAST":if(void 0===t.toastId)return{...e,toasts:[]};return{...e,toasts:e.toasts.filter(e=>e.id!==t.toastId)}}},o=[],c={toasts:[]};function d(e){c=l(c,e),o.forEach(e=>{e(c)})}function u(e){let{...t}=e,n=(r=(r+1)%Number.MAX_SAFE_INTEGER).toString(),s=()=>d({type:"DISMISS_TOAST",toastId:n});return d({type:"ADD_TOAST",toast:{...t,id:n,open:!0,onOpenChange:e=>{e||s()}}}),{id:n,dismiss:s,update:e=>d({type:"UPDATE_TOAST",toast:{...e,id:n}})}}function m(){let[e,t]=s.useState(c);return s.useEffect(()=>(o.push(t),()=>{let e=o.indexOf(t);e>-1&&o.splice(e,1)}),[e]),{...e,toast:u,dismiss:e=>d({type:"DISMISS_TOAST",toastId:e})}}},1066:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var s=n(2265),r={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let a=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase().trim(),i=(e,t)=>{let n=(0,s.forwardRef)((n,i)=>{let{color:l="currentColor",size:o=24,strokeWidth:c=2,absoluteStrokeWidth:d,className:u="",children:m,...f}=n;return(0,s.createElement)("svg",{ref:i,...r,width:o,height:o,stroke:l,strokeWidth:d?24*Number(c)/Number(o):c,className:["lucide","lucide-".concat(a(e)),u].join(" "),...f},[...t.map(e=>{let[t,n]=e;return(0,s.createElement)(t,n)}),...Array.isArray(m)?m:[m]])});return n.displayName="".concat(e),n}},7431:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("Contact",[["path",{d:"M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2",key:"1mghuy"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["circle",{cx:"12",cy:"10",r:"2",key:"1yojzk"}],["line",{x1:"8",x2:"8",y1:"2",y2:"4",key:"1ff9gb"}],["line",{x1:"16",x2:"16",y1:"2",y2:"4",key:"1ufoma"}]])},4908:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("Facebook",[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]])},1005:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("Home",[["path",{d:"m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"y5dka4"}],["polyline",{points:"9 22 9 12 15 12 15 22",key:"e2us08"}]])},3953:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("Instagram",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5",key:"2e1cvw"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z",key:"9exkf1"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5",key:"r4j83e"}]])},2249:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("KanbanSquare",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]])},5931:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("Layers",[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",key:"8b97xw"}],["path",{d:"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65",key:"dd6zsq"}],["path",{d:"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65",key:"ep9fru"}]])},7218:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("Linkedin",[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z",key:"c2jq9f"}],["rect",{width:"4",height:"12",x:"2",y:"9",key:"mk3on5"}],["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}]])},7905:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("LogIn",[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]])},2873:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("Menu",[["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6",key:"1owob3"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18",key:"yk5zj1"}]])},9301:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("PanelTop",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9",key:"1vqk6q"}]])},9799:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("Twitter",[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",key:"pff0z6"}]])},1240:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});let s=(0,n(1066).Z)("Users",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"1da9ce"}]])},6648:function(e,t,n){"use strict";n.d(t,{default:function(){return r.a}});var s=n(1669),r=n.n(s)},7138:function(e,t,n){"use strict";n.d(t,{default:function(){return r.a}});var s=n(231),r=n.n(s)},7449:function(e,t){"use strict";function n(){return null}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n}}),("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},1669:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{default:function(){return o},getImageProps:function(){return l}});let s=n(9920),r=n(497),a=n(8173),i=s._(n(1241));function l(e){let{props:t}=(0,r.getImgProps)(e,{defaultLoader:i.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,64,96,128,256,384],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,n]of Object.entries(t))void 0===n&&delete t[e];return{props:t}}let o=a.Image},1359:function(){}},function(e){e.O(0,[739,417,231,173,971,23,744],function(){return e(e.s=2899)}),_N_E=e.O()}]);