This commit is contained in:
hamid zarghami
2025-10-15 15:56:17 +03:30
parent bdb043e6c5
commit 2f2a27b083
7 changed files with 82 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
import { type FC } from 'react'
const ServiceItem: FC = () => {
return (
<div>
<div className='size-20 rounded-full bg-gray-200 border-[3px] border-primary'>
</div>
</div>
)
}
export default ServiceItem