import React from "react"; import Image from "next/image"; const GeneralFooter = () => { const date = new Date(); return ( ); }; export default GeneralFooter;