import React from "react"; import FooterContent from "./footer-content"; import { Link } from "@/components/navigation"; import Image from "next/image"; import { Icon } from "@/components/ui/icon"; const DashCodeFooter = () => { return (
COPYRIGHT © {new Date().getFullYear()} Media Hub, All rights Reserved
10 Messages
{"Image"}
2 Notifications
); }; export default DashCodeFooter;