"use client"; import { motion } from "motion/react"; type SpotlightProps = { className?: string; }; export function Spotlight({ className = "" }: SpotlightProps) { return