"use client"; import { GiTechnoHeart } from "react-icons/gi"; import packagejson from "../../package.json"; const Footer = () => { return ( ); }; export default Footer;