import React from "react"; import { Box, Typography, Link } from "@mui/material"; const Footer = () => { return ( © 2025 The Fin AI - Open Greek Financial LLM Leaderboard - Made by the Fin AI community. -{" "} thefin.ai ); }; export default Footer;