"use client"; type HeroMotionBackdropProps = { compact?: boolean; }; export function HeroMotionBackdrop({}: HeroMotionBackdropProps) { return (
); }