import { useTheme } from '../lib/theme-context'; export default function AnimatedFireLogo({ size = 80 }) { const { theme } = useTheme(); return (