Contact ikonlar düzeltildi
This commit is contained in:
parent
6a96318312
commit
e1e731a031
1 changed files with 6 additions and 3 deletions
|
|
@ -8,6 +8,9 @@ import {
|
|||
FaCalendarAlt,
|
||||
FaCalendarCheck,
|
||||
FaRegComment,
|
||||
FaMapMarkerAlt,
|
||||
FaEnvelope,
|
||||
FaIdCard,
|
||||
} from 'react-icons/fa'
|
||||
import { useLocalization } from '@/utils/hooks/useLocalization'
|
||||
import { Helmet } from 'react-helmet'
|
||||
|
|
@ -86,7 +89,7 @@ const Contact: React.FC = () => {
|
|||
</h2>
|
||||
<div className="space-y-4">
|
||||
<div className="flex items-start space-x-2">
|
||||
<FaMapPin className="w-5 h-5 text-blue-600 flex-shrink-0 mt-1" />
|
||||
<FaMapMarkerAlt className="w-5 h-5 text-blue-600 flex-shrink-0 mt-1" />
|
||||
<div>
|
||||
<p className="text-gray-600">{translate('::' + contact?.address)}</p>
|
||||
</div>
|
||||
|
|
@ -98,7 +101,7 @@ const Contact: React.FC = () => {
|
|||
</div>
|
||||
</div>
|
||||
<div className="flex items-start space-x-2">
|
||||
<FaMailBulk className="w-5 h-5 text-blue-600 flex-shrink-0" />
|
||||
<FaEnvelope className="w-5 h-5 text-blue-600 flex-shrink-0" />
|
||||
<div>
|
||||
<p className="text-gray-600">
|
||||
<a
|
||||
|
|
@ -117,7 +120,7 @@ const Contact: React.FC = () => {
|
|||
</div>
|
||||
</div>
|
||||
<div className="flex items-start space-x-2">
|
||||
<FaFileAlt className="w-5 h-5 text-blue-600 flex-shrink-0" />
|
||||
<FaIdCard className="w-5 h-5 text-blue-600 flex-shrink-0" />
|
||||
<div>
|
||||
<p className="text-gray-600">{contact?.taxNumber}</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue