import { motion } from "motion/react"; import { Button } from "./ui/button"; import { Phone } from "lucide-react"; export function FloatingCallButton() { return (
{/* Simple pulse animation */}
); }