"use client"; import React from "react"; import { motion } from "motion/react"; import { Parallax } from "@/components/parallax/Parallax"; import { FlipWords } from "@/components/ui/flip-words"; import { AvatarMotion } from "@/app/components/avatar-motion"; import { TRANSITIONS } from "@/lib/animation"; export function HeroSection() { return (
{/* Background depth layers */}
{/* Content */}
Nicholai Building cinematic web moments with code and craft.
{/* Scroll cue */}
); }