"use client"; import { motion } from "framer-motion"; type HeroMotionBackdropProps = { compact?: boolean; }; export function HeroMotionBackdrop({ compact = false }: HeroMotionBackdropProps) { return (