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,
|
FaCalendarAlt,
|
||||||
FaCalendarCheck,
|
FaCalendarCheck,
|
||||||
FaRegComment,
|
FaRegComment,
|
||||||
|
FaMapMarkerAlt,
|
||||||
|
FaEnvelope,
|
||||||
|
FaIdCard,
|
||||||
} from 'react-icons/fa'
|
} from 'react-icons/fa'
|
||||||
import { useLocalization } from '@/utils/hooks/useLocalization'
|
import { useLocalization } from '@/utils/hooks/useLocalization'
|
||||||
import { Helmet } from 'react-helmet'
|
import { Helmet } from 'react-helmet'
|
||||||
|
|
@ -86,7 +89,7 @@ const Contact: React.FC = () => {
|
||||||
</h2>
|
</h2>
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<div className="flex items-start space-x-2">
|
<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>
|
<div>
|
||||||
<p className="text-gray-600">{translate('::' + contact?.address)}</p>
|
<p className="text-gray-600">{translate('::' + contact?.address)}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -98,7 +101,7 @@ const Contact: React.FC = () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-start space-x-2">
|
<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>
|
<div>
|
||||||
<p className="text-gray-600">
|
<p className="text-gray-600">
|
||||||
<a
|
<a
|
||||||
|
|
@ -117,7 +120,7 @@ const Contact: React.FC = () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-start space-x-2">
|
<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>
|
<div>
|
||||||
<p className="text-gray-600">{contact?.taxNumber}</p>
|
<p className="text-gray-600">{contact?.taxNumber}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue