import Link from "next/link"; const Footer = () => { return (
© {new Date().getFullYear()} TamilCultureAssociation. Powered by MetatronCube. All Rights Reserved.
); }; export default Footer;