import { Flame } from "lucide-react"; import { motion } from "motion/react"; export default function FlameButton({ onClick }) { return ( ); }