// Winkz Designs 2026, portfolio website mockups. // Each renders a real desktop page at a shorter above-the-fold canvas, scaled to // fully fit the browser frame, a complete, crisp site thumbnail (no half-cut rows). (function () { const { useState, useEffect, useRef } = React; const Icon = window.Icon; const GRAD = 'linear-gradient(120deg,#F23BFE,#79BAFF,#2DE3EA)'; const Btn = (bg, color, text, extra = {}) => ( {text} ); function Frame({ url, secure = true, children }) { return (