import React from "react"; import { Box, Typography, Link } from "@mui/material"; const Footer = () => { return ( © 2025 BharatGen - BhashaBench Leaderboard - Made by the BharatGen. -{" "} bharatgen.com ); }; export default Footer;