import React from "react"; import Link from "next/link"; const CopyRight = () => { return (

Copyright @{new Date().getFullYear()}{" "} ib-themes {" "} inc.

); }; export default CopyRight;