page home responsive & change component element & page blog item

This commit is contained in:
Ehsan
2024-08-15 10:10:57 +03:30
parent 1341253384
commit fd3b82143b
44 changed files with 4149 additions and 103 deletions
@@ -1,6 +1,6 @@
import { Button } from '@mui/material'
import Chart from './chart'
import CommentUser from './commentUser'
import Comment from '@/app/component/comment'
function Comments({ doctor }) {
return (
@@ -16,7 +16,7 @@ function Comments({ doctor }) {
>ثبت نظر</Button>
</div>
<Chart doctor={doctor} />
<CommentUser doctor={doctor} />
<Comment data={doctor} />
</div>
)
}