// Icons + small UI bits const Icon = { Check: (p) => , CheckFill: (p) => , Arrow: (p) => , Plus: (p) => , WhatsApp: (p) => , Shield: (p) => , Clock: (p) => , Truck: (p) => , Tag: (p) => , Card: (p) => , Headset: (p) => , Coin: (p) => , Phone: (p) => , Pin: (p) => , }; // Decorative laser head SVG (original illustration, simple geometric) const LaserHeadIllustration = () => ( {/* Top connector block */} {/* Mid cylinder */} RT-5K {/* Copper nozzle */} {/* Tip */} {/* Laser beam */} {/* Side detail bolts */} {[78,162].map((x,i)=>)} ); Object.assign(window, { Icon, LaserHeadIllustration });