This commit is contained in:
Malini 2025-12-24 16:40:06 +05:30
parent 43967063a9
commit 414e9fd85a
2 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ const Footer = () => {
className="h-4 w-4 mt-[2px] opacity-80"
/>
<div className="flex flex-col leading-[1.4]">
<span className="font-semibold text-[#232528]">+971-504519711</span>
<span className="font-semibold text-[#232528]">+971506491429</span>
{/* <span className="font-semibold text-[#232528]">+971 4 327 3535</span> */}
</div>
</div>
@ -68,10 +68,10 @@ const Footer = () => {
className="h-4 w-4 opacity-80"
/>
<a
href="mailto:Bhavinkumar.Chandulal@fcsc.gov.ae"
href="mailto:iip.survey@fcsc.gov.ae"
className="text-[#232528] hover:underline"
>
Bhavinkumar.Chandulal@fcsc.gov.ae
iip.survey@fcsc.gov.ae
</a>
</div>
</div>

View File

@ -59,7 +59,7 @@ const Footer = () => {
<div className=" mt-2 text-gray-700 text-sm space-y-2">
<div className="flex items-center space-x-2">
<Phone className="w-4 h-4 text-green-600" />
<span>+971-504519711</span>
<span>+971506491429</span>
</div>
{/* <div className="flex items-center space-x-2">
<PhoneCall className="w-4 h-4 text-green-600" />
@ -69,7 +69,7 @@ const Footer = () => {
<div className="flex items-center space-x-2">
<Mail className="w-4 h-4 text-green-600" />
<span>
Bhavinkumar.Chandulal@fcsc.gov.ae</span>
iip.survey@fcsc.gov.ae</span>
</div>
</p>
</div>