"use client"; import React from "react"; import { motion } from "motion/react"; import { Parallax } from "@/components/parallax/Parallax"; import { ContactModal } from "@/app/components/contact-modal"; import { TRANSITIONS } from "@/lib/animation"; /** * Sticky CTA band that invites contact and opens the ContactModal. */ export function ContactSection() { return (
{/* Ambient depth gradients */}
{/* Light sheen */} Let’s build something cinematic. I combine VFX sensibilities with engineering rigor to craft polished, high‑performance experiences. {/* Reuse the existing modal trigger */} Email link © {new Date().getFullYear()} Nicholai — Designed with motion and care.
); }