/* ============================================================
TRYONME Landing — Hero section
============================================================ */
function Hero() {
const [mouse, setMouse] = useState({ x: 0.5, y: 0.5 });
const heroRef = useRef(null);
const onMove = (e) => {
if (!heroRef.current) return;
const r = heroRef.current.getBoundingClientRect();
setMouse({ x: (e.clientX - r.left) / r.width, y: (e.clientY - r.top) / r.height });
};
return (
See any outfit on you before you swipe. Screenshot a fit from the feed,
triple-tap your phone, and TryOnMe drops it onto your photo in seconds.
ON SIGN UP
TRY-ON
ANY SITE
no studio. just you.