import { Box, Button } from "@mui/material"; import { motion } from "framer-motion"; import { useNavigate } from "react-router-dom"; export function Home() { const navigate = useNavigate(); return ( ); }