import { motion } from "framer-motion"; export default function Button({ text, type, onClick }) { return ( {text} ); }