clones
@@ -0,0 +1 @@
|
||||
!function(){"use strict";var a=window.location,r=window.document,o=r.currentScript,s=o.getAttribute("data-api")||new URL(o.src).origin+"/api/event";function l(t){console.warn("Ignoring Event: "+t)}function t(t,e){if(/^localhost$|^127(\.[0-9]+){0,2}\.[0-9]+$|^\[::1?\]$/.test(a.hostname)||"file:"===a.protocol)return l("localhost");if(!(window._phantom||window.__nightmare||window.navigator.webdriver||window.Cypress)){try{if("true"===window.localStorage.plausible_ignore)return l("localStorage flag")}catch(t){}var i={};i.n=t,i.u=a.href,i.d=o.getAttribute("data-domain"),i.r=r.referrer||null,i.w=window.innerWidth,e&&e.meta&&(i.m=JSON.stringify(e.meta)),e&&e.props&&(i.p=e.props);var n=new XMLHttpRequest;n.open("POST",s,!0),n.setRequestHeader("Content-Type","text/plain"),n.send(JSON.stringify(i)),n.onreadystatechange=function(){4===n.readyState&&e&&e.callback&&e.callback()}}}var e=window.plausible&&window.plausible.q||[];window.plausible=t;for(var i,n=0;n<e.length;n++)t.apply(this,e[n]);function p(){i!==a.pathname&&(i=a.pathname,t("pageview"))}var w,d=window.history;d.pushState&&(w=d.pushState,d.pushState=function(){w.apply(this,arguments),p()},window.addEventListener("popstate",p)),"prerender"===r.visibilityState?r.addEventListener("visibilitychange",function(){i||"visible"!==r.visibilityState||p()}):p()}();
|
||||
@@ -0,0 +1 @@
|
||||
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7702],{8810:function(L,n,H){H.d(n,{$Qi:function(){return c},J3k:function(){return u},OGU:function(){return e},aIO:function(){return r},qX5:function(){return M},r5M:function(){return V},zrb:function(){return t}});var u="M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z",r="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z",t="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z",V="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z",e="M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z",c="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z",M="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z"}}]);
|
||||
@@ -0,0 +1 @@
|
||||
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9335],{8367:function(e,t,a){(window.__NEXT_P=window.__NEXT_P||[]).push(["/contact",function(){return a(4734)}])},7615:function(e,t,a){"use strict";var n=a(2779);a(9882);var c=a(3138),s=a.n(c),l=a(2808);let o=e=>{let{title:t}=e,{t:a}=(0,l.Z)();return(0,n.jsx)(s(),{children:(0,n.jsx)("title",{children:t?"".concat(t," | ").concat(a("common:meta.title")):a("common:meta.title")})})};t.Z=o},4734:function(e,t,a){"use strict";a.r(t),a.d(t,{__N_SSG:function(){return x}});var n=a(2779),c=a(1924),s=a(2808),l=a(9882),o=a(1074),r=a.n(o),i=a(4941),d=a(7615);let u=()=>{let{t:e}=(0,s.Z)(),[t,a]=(0,l.useState)(""),[o,u]=(0,l.useState)(""),[x,m]=(0,l.useState)("");return(0,n.jsxs)(i.Z,{background:r(),children:[(0,n.jsx)(d.Z,{title:e("contact:meta.title")}),(0,n.jsx)("section",{className:"relative text-gray-700 body-font",children:(0,n.jsxs)("div",{className:"container px-5 py-12 mx-auto md:py-24",children:[(0,n.jsxs)("div",{className:"flex flex-col w-full mb-12 text-center",children:[(0,n.jsx)("h1",{className:"mb-4 text-2xl font-medium text-gray-900 sm:text-3xl title-font",children:e("contact:title")}),(0,n.jsx)("p",{className:"mx-auto text-base leading-relaxed lg:w-2/3",children:e("contact:subline")})]}),(0,n.jsx)("div",{className:"mx-auto lg:w-1/2 md:w-2/3",children:(0,n.jsxs)("div",{className:"flex flex-wrap -m-2",children:[(0,n.jsx)("div",{className:"w-1/2 p-2",children:(0,n.jsx)("input",{className:"w-full px-4 py-2 text-base bg-gray-100 border border-gray-400 rounded focus:outline-none focus:border-indigo-500",placeholder:e("contact:name"),type:"text",value:t,onChange:e=>a(e.target.value)})}),(0,n.jsx)("div",{className:"w-1/2 p-2",children:(0,n.jsx)("input",{className:"w-full px-4 py-2 text-base bg-gray-100 border border-gray-400 rounded focus:outline-none focus:border-indigo-500",placeholder:e("contact:subject"),type:"text",value:o,onChange:e=>u(e.target.value)})}),(0,n.jsx)("div",{className:"w-full p-2",children:(0,n.jsx)("textarea",{className:"block w-full h-48 px-4 py-2 text-base bg-gray-100 border border-gray-400 rounded resize-none focus:outline-none focus:border-indigo-500",placeholder:e("contact:message"),value:x,onChange:e=>m(e.target.value)})}),(0,n.jsx)("div",{className:"flex justify-center w-full p-2 mt-4",children:(0,n.jsx)(c.Z,{variant:"primary",tag:"a",href:"mailto:info@klz-vertriebs-gmbh.com?subject=".concat(encodeURIComponent(o),"&body=").concat(encodeURIComponent(x)),children:e("contact:cta")})})]})})]})})]})};var x=!0;t.default=u},1074:function(e){e.exports={srcSet:"/_next/static/images/laptop-800-4284bd3df29d6c01245e73f999227d0d.png 800w",images:[{path:"/_next/static/images/laptop-800-4284bd3df29d6c01245e73f999227d0d.png",width:800,height:500}],src:"/_next/static/images/laptop-800-4284bd3df29d6c01245e73f999227d0d.png",toString:function(){return"/_next/static/images/laptop-800-4284bd3df29d6c01245e73f999227d0d.png"},width:800,height:500}}},function(e){e.O(0,[7702,2304,4941,9774,2888,179],function(){return e(e.s=8367)}),_N_E=e.O()}]);
|
||||
@@ -0,0 +1 @@
|
||||
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3270],{352:function(r,s,e){(window.__NEXT_P=window.__NEXT_P||[]).push(["/legal",function(){return e(3577)}])},3577:function(r,s,e){"use strict";e.r(s),e.d(s,{__N_SSG:function(){return c}});var n=e(2779),t=e(4941),o=e(2808);e(9882);let l=()=>{let{t:r}=(0,o.Z)();return(0,n.jsx)(t.Z,{children:(0,n.jsxs)("div",{className:"container max-w-xl px-4 mx-auto my-24",children:[(0,n.jsx)("h1",{className:"mb-12 text-4xl text-center",children:r("legal:title")}),(0,n.jsx)("strong",{children:r("legal:responsible")}),(0,n.jsx)("br",{}),r("common:owner"),(0,n.jsx)("br",{}),(0,n.jsx)("br",{}),r("common:company"),(0,n.jsx)("br",{}),r("common:address.street")," ",r("common:address.number"),(0,n.jsx)("br",{}),r("common:address.zip")," ",r("common:address.city"),(0,n.jsx)("br",{}),(0,n.jsx)("br",{}),"Tel: 0881 / 925 37 29 8",(0,n.jsx)("br",{}),"Fax: 0881 / 925 37 29 9",(0,n.jsx)("br",{}),(0,n.jsx)("br",{}),"info@klz-vertriebs-gmbh.com",(0,n.jsx)("br",{}),"www.klz-germany.com",(0,n.jsx)("br",{}),(0,n.jsx)("br",{}),r("legal:district_court"),(0,n.jsx)("br",{}),"HRB – Nr. 243311",(0,n.jsx)("br",{}),r("legal:place_of_jurisdiction"),(0,n.jsx)("br",{}),(0,n.jsx)("br",{}),r("legal:copyright"),":",(0,n.jsx)("br",{}),r("legal:copyright_explanation")]})})};var c=!0;s.default=l}},function(r){r.O(0,[7702,2304,4941,9774,2888,179],function(){return r(r.s=352)}),_N_E=r.O()}]);
|
||||
@@ -0,0 +1 @@
|
||||
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6426],{2775:function(t,e,s){(window.__NEXT_P=window.__NEXT_P||[]).push(["/logistics/carriers",function(){return s(2043)}])},901:function(t,e,s){"use strict";var i=s(2779);s(9882);let c=t=>{let{video:e,title:s,subline:c,image:n}=t;return(0,i.jsxs)("div",{className:"flex flex-col w-full px-5 mt-8 mb-4 text-center sm:mb-20 md:pt-24",children:[s&&(0,i.jsx)("h1",{className:"text-2xl font-medium text-gray-900 sm:text-3xl title-font",children:s}),e,n&&(0,i.jsx)("img",{src:n,className:"w-full max-w-lg mx-auto my-4"}),c&&(0,i.jsx)("h2",{className:"max-w-xl mx-auto mt-4 sm:text-lg",dangerouslySetInnerHTML:{__html:c}})]})};e.Z=c},7615:function(t,e,s){"use strict";var i=s(2779);s(9882);var c=s(3138),n=s.n(c),a=s(2808);let l=t=>{let{title:e}=t,{t:s}=(0,a.Z)();return(0,i.jsx)(n(),{children:(0,i.jsx)("title",{children:e?"".concat(e," | ").concat(s("common:meta.title")):s("common:meta.title")})})};e.Z=l},2043:function(t,e,s){"use strict";s.r(e),s.d(e,{__N_SSG:function(){return o}});var i=s(2779),c=s(4941),n=s(901),a=s(7615);s(9882);var l=s(6547),r=s.n(l),m=s(2808);let f=()=>{let{t}=(0,m.Z)();return(0,i.jsx)(c.Z,{background:r(),children:(0,i.jsxs)("section",{className:"container mx-auto",children:[(0,i.jsx)(a.Z,{title:t("carriers:meta.title")}),(0,i.jsx)(n.Z,{title:t("carriers:stage.title"),subline:t("carriers:stage.subline")}),(0,i.jsxs)("div",{className:"container flex flex-row items-center justify-center mb-24",children:[(0,i.jsx)("img",{className:"max-w-full w-1/4",src:"/images/logistics/13.png",alt:""}),(0,i.jsx)("img",{className:"max-w-full w-1/2",src:"/images/logistics/1.png",alt:""})]})]})})};var o=!0;e.default=f},6547:function(t){t.exports={srcSet:"/_next/static/images/logistics-800-07fff625c0da094821442961f8bc2084.png 800w",images:[{path:"/_next/static/images/logistics-800-07fff625c0da094821442961f8bc2084.png",width:800,height:500}],src:"/_next/static/images/logistics-800-07fff625c0da094821442961f8bc2084.png",toString:function(){return"/_next/static/images/logistics-800-07fff625c0da094821442961f8bc2084.png"},width:800,height:500}}},function(t){t.O(0,[7702,2304,4941,9774,2888,179],function(){return t(t.s=2775)}),_N_E=t.O()}]);
|
||||
@@ -0,0 +1 @@
|
||||
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9920],{629:function(t,e,s){(window.__NEXT_P=window.__NEXT_P||[]).push(["/logistics/security",function(){return s(5864)}])},901:function(t,e,s){"use strict";var c=s(2779);s(9882);let i=t=>{let{video:e,title:s,subline:i,image:a}=t;return(0,c.jsxs)("div",{className:"flex flex-col w-full px-5 mt-8 mb-4 text-center sm:mb-20 md:pt-24",children:[s&&(0,c.jsx)("h1",{className:"text-2xl font-medium text-gray-900 sm:text-3xl title-font",children:s}),e,a&&(0,c.jsx)("img",{src:a,className:"w-full max-w-lg mx-auto my-4"}),i&&(0,c.jsx)("h2",{className:"max-w-xl mx-auto mt-4 sm:text-lg",dangerouslySetInnerHTML:{__html:i}})]})};e.Z=i},7615:function(t,e,s){"use strict";var c=s(2779);s(9882);var i=s(3138),a=s.n(i),n=s(2808);let l=t=>{let{title:e}=t,{t:s}=(0,n.Z)();return(0,c.jsx)(a(),{children:(0,c.jsx)("title",{children:e?"".concat(e," | ").concat(s("common:meta.title")):s("common:meta.title")})})};e.Z=l},5864:function(t,e,s){"use strict";s.r(e);var c=s(2779),i=s(608),a=s(1306),n=s(4941),l=s(901),x=s(7615),r=s(2808);s(9882);var m=s(5354),o=s.n(m),f=s(4153),d=s.n(f);let u=t=>{let{block:e}=t;return(0,c.jsxs)("div",{className:"my-12",children:[(0,c.jsxs)("div",{className:"container max-w-3xl px-5 mx-auto",children:[e.title&&(0,c.jsx)("h3",{className:"text-lg sm:text-xl",children:e.title}),e.text&&(0,c.jsx)("div",{dangerouslySetInnerHTML:{__html:e.text}})]}),e.figures&&(0,c.jsx)("div",{className:"container px-5 mx-auto max-w-xxl",children:(0,c.jsx)("div",{className:"flex flex-col justify-center my-8 align-middle sm:flex-row",children:e.figures.map(t=>(0,c.jsxs)("figure",{className:"p-2 sm:flex-1",children:[t.src&&(0,c.jsx)("img",{src:t.src,className:"w-full max-w-xl mx-auto"}),t.caption&&(0,c.jsx)("figcaption",{className:"text-center sm:text-xl",children:t.caption})]}))})}),e.hint&&(0,c.jsx)("div",{className:"container max-w-3xl px-5 mx-auto",children:(0,c.jsx)("p",{className:"italic",children:e.hint})})]})},g=()=>{let{t}=(0,r.Z)();return(0,c.jsxs)(n.Z,{background:o(),children:[(0,c.jsxs)("div",{className:"container max-w-3xl px-5 mx-auto",children:[(0,c.jsx)(x.Z,{title:t("security:meta.title")}),(0,c.jsx)(l.Z,{title:t("security:stage.title"),subline:t("security:stage.subline")})]}),(0,c.jsx)("div",{className:"container px-5 mx-auto my-24 max-w-xxl",children:(0,c.jsx)("img",{src:d()})}),(0,c.jsx)("div",{className:"container max-w-3xl px-5 mx-auto my-24",children:(0,c.jsx)("h2",{className:"text-xl font-medium text-center text-gray-900 sm:text-2xl title-font",children:t("security:recommendation.title")})}),(0,c.jsx)("div",{className:"mb-24",children:t("security:recommendation.blocks",{},{returnObjects:!0}).map((t,e)=>(0,c.jsx)(u,{block:t},e))})]})};e.default=(0,a.Z)(g,{...i,isLoader:!0,skipInitialProps:!1,loadLocaleFrom:(t,e)=>s(242)("./".concat(t,"/").concat(e)).then(t=>t.default)})},4153:function(t){t.exports={srcSet:"/_next/static/images/cable-drums-2-800-ffcfcf534b49459673203cdfc688ad86.png 800w",images:[{path:"/_next/static/images/cable-drums-2-800-ffcfcf534b49459673203cdfc688ad86.png",width:800,height:239}],src:"/_next/static/images/cable-drums-2-800-ffcfcf534b49459673203cdfc688ad86.png",toString:function(){return"/_next/static/images/cable-drums-2-800-ffcfcf534b49459673203cdfc688ad86.png"},width:800,height:239}},5354:function(t){t.exports={srcSet:"/_next/static/images/logistics-1600-fe6ebfc5087b25409b82af8e9437352c.png 1600w",images:[{path:"/_next/static/images/logistics-1600-fe6ebfc5087b25409b82af8e9437352c.png",width:1600,height:1e3}],src:"/_next/static/images/logistics-1600-fe6ebfc5087b25409b82af8e9437352c.png",toString:function(){return"/_next/static/images/logistics-1600-fe6ebfc5087b25409b82af8e9437352c.png"},width:1600,height:1e3}}},function(t){t.O(0,[7702,2304,4941,9774,2888,179],function(){return t(t.s=629)}),_N_E=t.O()}]);
|
||||
@@ -0,0 +1 @@
|
||||
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8915],{5874:function(n,t,e){(window.__NEXT_P=window.__NEXT_P||[]).push(["/privacy",function(){return e(5574)}])},5574:function(n,t,e){"use strict";e.r(t),e.d(t,{__N_SSG:function(){return s}});var r=e(2779),c=e(4941),i=e(2808);let u=()=>{let{t:n}=(0,i.Z)();return(0,r.jsx)(c.Z,{children:(0,r.jsxs)("div",{className:"container mx-auto my-24 max-w-3xl",children:[(0,r.jsx)("h1",{className:"text-4xl text-center mb-12",children:n("privacy:title")}),(0,r.jsx)("div",{dangerouslySetInnerHTML:{__html:n("privacy:text")}})]})})};var s=!0;t.default=u}},function(n){n.O(0,[7702,2304,4941,9774,2888,179],function(){return n(n.s=5874)}),_N_E=n.O()}]);
|
||||
@@ -0,0 +1,2 @@
|
||||
!function(){"use strict";var e,t,n,r,c,o,f,a,u,d={},i={};function b(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={exports:{}},r=!0;try{d[e](n,n.exports,b),r=!1}finally{r&&delete i[e]}return n.exports}b.m=d,e=[],b.O=function(t,n,r,c){if(n){c=c||0;for(var o=e.length;o>0&&e[o-1][2]>c;o--)e[o]=e[o-1];e[o]=[n,r,c];return}for(var f=1/0,o=0;o<e.length;o++){for(var n=e[o][0],r=e[o][1],c=e[o][2],a=!0,u=0;u<n.length;u++)f>=c&&Object.keys(b.O).every(function(e){return b.O[e](n[u])})?n.splice(u--,1):(a=!1,c<f&&(f=c));if(a){e.splice(o--,1);var d=r();void 0!==d&&(t=d)}}return t},b.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return b.d(t,{a:t}),t},n=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},b.t=function(e,r){if(1&r&&(e=this(e)),8&r||"object"==typeof e&&e&&(4&r&&e.__esModule||16&r&&"function"==typeof e.then))return e;var c=Object.create(null);b.r(c);var o={};t=t||[null,n({}),n([]),n(n)];for(var f=2&r&&e;"object"==typeof f&&!~t.indexOf(f);f=n(f))Object.getOwnPropertyNames(f).forEach(function(t){o[t]=function(){return e[t]}});return o.default=function(){return e},b.d(c,o),c},b.d=function(e,t){for(var n in t)b.o(t,n)&&!b.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},b.f={},b.e=function(e){return Promise.all(Object.keys(b.f).reduce(function(t,n){return b.f[n](e,t),t},[]))},b.u=function(e){return"static/chunks/"+e+"."+({100:"2aedb8c2af94e884",112:"74a8c8d9d2ea6e98",464:"38babd4de4dd446f",561:"5a228dfcb9dd4825",1056:"637e17ae79298a3e",1098:"087e4e15f7043c8f",1211:"b67e1aca5c878847",1294:"ac6889d906c8692b",1509:"b40283bcd7d9ccc1",1545:"c00da24fe8465124",1712:"0b7709d1aeace6ca",1981:"b736c69aa989b972",2297:"1b80571fb251919a",2482:"445a45b37eccdd14",2675:"793b7caa1e1305a4",3113:"dc8bb00d825a4814",3441:"175aaaba61777898",3457:"40ebb0f2acdc143f",4129:"df38e561e9ba36c7",4259:"e5aaf207a4e5b45c",4282:"f6145bb83af2f9aa",4584:"5111fe756d518af4",4879:"841ba5a40e784df7",5007:"dc4345454871d232",5345:"fcf525aa91843850",5415:"8c2e03e49e4b2a6f",5752:"14d66670756f5525",5884:"d2e852a9742e6dc5",5990:"b3f848047590a586",6085:"9211a190c3019edd",6292:"81bebf64530e24d6",6349:"3dc9d34c2d0cb7eb",6385:"56b08261b3fe0724",6489:"7f797d708fd4fdbe",6665:"2c1c247e91166340",7402:"5ff68427923f6357",8359:"b8c30fba7ca1343e",8519:"7e218917423cda38",8797:"bd3fa478e6cf4693",8948:"9b4e83123ec7af4b",9152:"c821f44efbe822ce",9679:"fed53faf2cc70954",9740:"4bda9be553036398",9768:"3121080e87ca9bd6",9915:"09ae43f07d082bca"})[e]+".js"},b.miniCssF=function(e){return"static/css/654fa41481469de2.css"},b.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),b.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r={},c="_N_E:",b.l=function(e,t,n,o){if(r[e]){r[e].push(t);return}if(void 0!==n)for(var f,a,u=document.getElementsByTagName("script"),d=0;d<u.length;d++){var i=u[d];if(i.getAttribute("src")==e||i.getAttribute("data-webpack")==c+n){f=i;break}}f||(a=!0,(f=document.createElement("script")).charset="utf-8",f.timeout=120,b.nc&&f.setAttribute("nonce",b.nc),f.setAttribute("data-webpack",c+n),f.src=b.tu(e)),r[e]=[t];var l=function(t,n){f.onerror=f.onload=null,clearTimeout(s);var c=r[e];if(delete r[e],f.parentNode&&f.parentNode.removeChild(f),c&&c.forEach(function(e){return e(n)}),t)return t(n)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:f}),12e4);f.onerror=l.bind(null,f.onerror),f.onload=l.bind(null,f.onload),a&&document.head.appendChild(f)},b.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},b.tt=function(){return void 0===o&&(o={createScriptURL:function(e){return e}},"undefined"!=typeof trustedTypes&&trustedTypes.createPolicy&&(o=trustedTypes.createPolicy("nextjs#bundler",o))),o},b.tu=function(e){return b.tt().createScriptURL(e)},b.p="/_next/",f={2272:0},b.f.j=function(e,t){var n=b.o(f,e)?f[e]:void 0;if(0!==n){if(n)t.push(n[2]);else if(2272!=e){var r=new Promise(function(t,r){n=f[e]=[t,r]});t.push(n[2]=r);var c=b.p+b.u(e),o=Error();b.l(c,function(t){if(b.o(f,e)&&(0!==(n=f[e])&&(f[e]=void 0),n)){var r=t&&("load"===t.type?"missing":t.type),c=t&&t.target&&t.target.src;o.message="Loading chunk "+e+" failed.\n("+r+": "+c+")",o.name="ChunkLoadError",o.type=r,o.request=c,n[1](o)}},"chunk-"+e,e)}else f[e]=0}},b.O.j=function(e){return 0===f[e]},a=function(e,t){var n,r,c=t[0],o=t[1],a=t[2],u=0;if(c.some(function(e){return 0!==f[e]})){for(n in o)b.o(o,n)&&(b.m[n]=o[n]);if(a)var d=a(b)}for(e&&e(t);u<c.length;u++)r=c[u],b.o(f,r)&&f[r]&&f[r][0](),f[r]=0;return b.O(d)},(u=self.webpackChunk_N_E=self.webpackChunk_N_E||[]).forEach(a.bind(null,0)),u.push=a.bind(null,u.push.bind(u))}();
|
||||
;(function(){if(!/(?:^|;\s)__vercel_toolbar=1(?:;|$)/.test(document.cookie))return;var s=document.createElement('script');s.src='https://vercel.live/_next-live/feedback/feedback.js';s.setAttribute("data-explicit-opt-in","true");s.setAttribute("data-cookie-opt-in","true");((document.head||document.documentElement).appendChild(s))})();
|
||||
|
After Width: | Height: | Size: 1.7 MiB |
|
After Width: | Height: | Size: 176 KiB |
|
After Width: | Height: | Size: 213 KiB |
|
After Width: | Height: | Size: 872 KiB |
|
After Width: | Height: | Size: 711 KiB |
|
After Width: | Height: | Size: 374 KiB |
|
After Width: | Height: | Size: 340 KiB |
|
After Width: | Height: | Size: 548 KiB |
|
After Width: | Height: | Size: 2.4 MiB |
|
After Width: | Height: | Size: 677 KiB |
|
After Width: | Height: | Size: 366 KiB |
|
After Width: | Height: | Size: 373 KiB |
|
After Width: | Height: | Size: 383 KiB |
|
After Width: | Height: | Size: 572 KiB |
|
After Width: | Height: | Size: 370 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 388 KiB |
|
After Width: | Height: | Size: 389 KiB |
|
After Width: | Height: | Size: 381 KiB |
|
After Width: | Height: | Size: 589 KiB |
|
After Width: | Height: | Size: 388 KiB |
|
After Width: | Height: | Size: 599 KiB |
|
After Width: | Height: | Size: 331 KiB |
|
After Width: | Height: | Size: 336 KiB |
|
After Width: | Height: | Size: 420 KiB |
|
After Width: | Height: | Size: 410 KiB |
|
After Width: | Height: | Size: 389 KiB |
@@ -0,0 +1 @@
|
||||
self.__BUILD_MANIFEST=function(s,c,a){return{__rewrites:{beforeFiles:[],afterFiles:[],fallback:[]},"/":[s,c,a,"static/chunks/pages/index-8de66925f408eefe.js"],"/_error":["static/chunks/pages/_error-e34a756de5ac8d34.js"],"/about":[s,c,a,"static/chunks/pages/about-c152759ba628094a.js"],"/contact":[s,c,a,"static/chunks/pages/contact-afcd52026a810bdd.js"],"/legal":[s,c,a,"static/chunks/pages/legal-ac8493951b4a5923.js"],"/logistics":[s,c,a,"static/chunks/pages/logistics-cc1a339dd65439a4.js"],"/logistics/cable-reel-quality":[s,c,a,"static/chunks/pages/logistics/cable-reel-quality-05190447f889a50e.js"],"/logistics/carriers":[s,c,a,"static/chunks/pages/logistics/carriers-d34de2d8c5f719f1.js"],"/logistics/security":[s,c,a,"static/chunks/pages/logistics/security-a3e84ef59d3628a3.js"],"/privacy":[s,c,a,"static/chunks/pages/privacy-6e86fab30971043a.js"],"/products":[s,c,a,"static/chunks/pages/products-8ea5554bca3e69a3.js"],"/products/cables":[s,c,a,"static/chunks/pages/products/cables-df822d147b44ff01.js"],"/products/cables/low-voltage":[s,c,a,"static/chunks/pages/products/cables/low-voltage-83601d7a9290d1fa.js"],"/products/cables/medium-voltage":[s,c,a,"static/chunks/pages/products/cables/medium-voltage-341cb23d0a2fc26d.js"],"/products/glas-fibre":[s,c,a,"static/chunks/pages/products/glas-fibre-42fbe8c0193dae87.js"],"/products/solar":[s,c,a,"static/chunks/pages/products/solar-7d1177acc96f2f51.js"],"/service":[s,c,a,"static/chunks/pages/service-5540b9ef0fefe24c.js"],sortedPages:["/","/_app","/_error","/about","/contact","/legal","/logistics","/logistics/cable-reel-quality","/logistics/carriers","/logistics/security","/privacy","/products","/products/cables","/products/cables/low-voltage","/products/cables/medium-voltage","/products/glas-fibre","/products/solar","/service"]}}("static/chunks/b2e984c5-a3fb96be2460530f.js","static/chunks/2304-7c87a54a5288b200.js","static/chunks/4941-0ab9f5087a9c2698.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
||||
@@ -0,0 +1 @@
|
||||
self.__SSG_MANIFEST=new Set(["\u002F","\u002Fabout","\u002Fcontact","\u002Flegal","\u002Flogistics","\u002Flogistics\u002Fcable-reel-quality","\u002Flogistics\u002Fcarriers","\u002Fprivacy","\u002Fproducts","\u002Fproducts\u002Fcables","\u002Fproducts\u002Fcables\u002Flow-voltage","\u002Fproducts\u002Fcables\u002Fmedium-voltage","\u002Fproducts\u002Fglas-fibre","\u002Fproducts\u002Fsolar","\u002Fservice"]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
|
||||
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 598 KiB |
|
After Width: | Height: | Size: 679 KiB |
|
After Width: | Height: | Size: 603 KiB |
|
After Width: | Height: | Size: 651 KiB |
|
After Width: | Height: | Size: 272 KiB |
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 754 KiB |
|
After Width: | Height: | Size: 362 KiB |
|
After Width: | Height: | Size: 546 KiB |