deisgn page account bank header

This commit is contained in:
Ehsan
2024-10-09 20:20:03 +03:30
parent c1898eb654
commit 2a98790ffd
10 changed files with 150 additions and 7 deletions
@@ -0,0 +1,12 @@
import ModalAddCard from "./ModalAddCard";
function Head() {
return (
<div className="w-full flex items-center justify-between">
<p className="text-[#525252] text-[20px] font-bold">کارت های بانکی شما</p>
<ModalAddCard />
</div>
);
}
export default Head;