'use client' import React from "react"; const CopyRightTwo = () => { return (

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

// /.bottom-footer ); }; export default CopyRightTwo;