"use client"; import React, { useRef } from "react"; import { motion, useTransform } from "motion/react"; import { Parallax } from "@/components/parallax/Parallax"; import { Reveal } from "@/components/motion/Reveal"; import { Stagger } from "@/components/motion/Stagger"; import { TRANSITIONS } from "@/lib/animation"; export function AboutSection() { const imageRef = useRef(null); return (
{/* Ambient vignette */}
{/* Copy */}

Craft meets code.

I shape cinematic experiences for the web—where motion guides, parallax breathes, and details obsess. From VFX supervision to full‑stack development, I build interfaces that feel alive while staying accessible and fast.

  • • Smooth-scrolling narratives with Lenis
  • • Scroll-linked motion via Framer Motion
  • • Performance-first, a11y conscious
  • • Filmic depth, considered typography
{/* Visual */}
{/* Parallax layers */}
{/* Grid accent */} {/* Caption */} Parallax composition with layered gradients and light bloom.
); }