$w.onReady(function () { // Essential scripts are loaded here console.log('Page is ready'); // Defer non-essential scripts setTimeout(() => { console.log('Loading non-essential scripts'); // Example of a non-essential script // loadNonEssentialScript(); }, 3000); // Delay by 3 seconds // Function to load non-essential scripts function loadNonEssentialScript() { // Code to load non-essential scripts console.log('Non-essential script loaded'); } }); import { ok, serverError } from 'wix-http-functions'; import CleanCSS from 'clean-css'; import UglifyJS from 'uglify-js'; export function get_minified(request) { try { const cssContent = `/* Your CSS content here */`; const jsContent = `// Your JS content here`; const minifiedCSS = new CleanCSS().minify(cssContent).styles; const minifiedJS = UglifyJS.minify(jsContent).code; return ok({ headers: { 'Content-Type': 'application/json' }, body: { css: minifiedCSS, js: minifiedJS } }); } catch (error) { return serverError({ body: `Error minifying files: ${error.message}` }); } }
top of page

Gafetes Corporativos

Gafetes metálicos con imán, lamina dorada y plateada, impresión en serigrafía y terminados en poliester, para identificar a todo personal, ya sea de hotel, restaurante u oficina.

Medidas personalizadas según tu necesidades

Gafete Corporativo - Personaliza
Gafete Corporativo - Identifica
Gafete Corporativo - Restaurante
Gafete Corporativo - Empresa
Gafete Corporativo - Dorado
Gafete Corporativo - Hotel
Gafete - Sujétalo con facilidad
bottom of page