You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
714 B
13 lines
714 B
import React from "react"; |
|
const Entezar = ()=>{ |
|
return( |
|
<div className="bg-[white] w-32 h-40 rounded-lg m-auto text-center"> |
|
<img src="public/images/entezar.jpg" loading="lazy" className="rounded-full m-auto"></img> |
|
<p className="m-auto pt-1">کتاب انتظار</p> |
|
<img src="public/images/smallcoin.png" loading="lazy" className="pr-7 float-right pt-3"></img> |
|
<p className="flout-left text-yellow-400 text-xs pl-5 pt-3">522 امتیاز</p> |
|
<button className="bg-[green] max-h-8 mt-2 rounded-md"><span className="text-sm text-[white]">دریافت</span></button> |
|
</div> |
|
) |
|
} |
|
export default Entezar |