This commit is contained in:
hamid zarghami
2025-02-28 19:26:32 +03:30
parent e8c26de5e1
commit d986365f56
11 changed files with 168 additions and 92 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const ServiceItem: FC<Props> = (props: Props) => {
<div className='font-extralight'>{item.description} </div>
</div>
<div className='mt-4'>
<div className='mt-4 flex-1 flex items-end'>
<Link to={Pages.services.detail + item.id}>
<Button
className='h-8 w-fit px-5 text-xs text-black bg-description bg-opacity-20 rounded-xl'