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

{" "} Copyright @{new Date().getFullYear()}{" "} Bread Agency {" "}

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