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