// Winkz Designs 2026, site chrome (sticky glass header + footer) (function () { const { useState, useEffect } = React; const WD = window.WinkzDesignsDesignSystem_9bd28b || {}; const Icon = window.Icon; const GRAD = 'linear-gradient(120deg,#F23BFE,#79BAFF,#2DE3EA)'; const LOGO = 'assets/logo-mark.png'; const LOCKUP = 'assets/logo-mark.png'; const NAV = [['Home', 'home'], ['Services', 'services'], ['Work', 'portfolio'], ['Industries', 'industries'], ['Process', 'process'], ['Trust', 'trust'], ['About', 'about']]; function Logo({ onNavigate, size = 30 }) { return (