import React from 'react'; import { motion, AnimatePresence } from 'framer-motion'; const DigitalDisplay = ({ text, colorClass = 'text-green-400 drop-shadow-[0_0_8px_rgba(74,222,128,0.6)]', showCursor = true, className = '', }) => { return (