bug fixed

This commit is contained in:
Malini 2025-11-09 21:33:00 +05:30
parent a381b5d30b
commit 3d27feceab
2 changed files with 8 additions and 13 deletions

View File

@ -23,9 +23,9 @@ const Footer = () => {
<div> <div>
<h3 className="text-[#92722A] font-semibold mb-3 ml-16 text-lg">Our Policies</h3> <h3 className="text-[#92722A] font-semibold mb-3 ml-16 text-lg">Our Policies</h3>
<ul className="space-y-1 ml-16 text-sm"> <ul className="space-y-1 ml-16 text-sm">
<li><a href="#" className="hover:underline">Disclaimer</a></li> <li>Disclaimer</li>
<li><a href="#" className="hover:underline">Privacy policy</a></li> <li>Privacy policy</li>
<li><a href="#" className="hover:underline">Terms and conditions</a></li> <li>Terms and conditions</li>
</ul> </ul>
</div> </div>
@ -33,9 +33,9 @@ const Footer = () => {
<div> <div>
<h3 className="text-[#92722A] font-semibold mb-3 ml-1 text-lg">Information and Support</h3> <h3 className="text-[#92722A] font-semibold mb-3 ml-1 text-lg">Information and Support</h3>
<ul className="space-y-1 ml-1 text-sm"> <ul className="space-y-1 ml-1 text-sm">
<li><a href="#" className="hover:underline">Contact us</a></li> <li>Contact us</li>
<li><a href="#" className="hover:underline">FAQs</a></li> <li>FAQ's</li>
<li><a href="#" className="hover:underline">Feedback and complaints</a></li> <li>Feedback and complaints</li>
</ul> </ul>
</div> </div>
@ -67,12 +67,7 @@ const Footer = () => {
alt="Mail Icon" alt="Mail Icon"
className="h-4 w-4 opacity-80" className="h-4 w-4 opacity-80"
/> />
<a <span className="text-[#232528]">info@fcsc.gov.ae</span>
href="mailto:info@fcsc.gov.ae"
className="text-[#232528] hover:underline"
>
info@fcsc.gov.ae
</a>
</div> </div>
</div> </div>
</div> {/* ✅ properly closed main content div */} </div> {/* ✅ properly closed main content div */}

View File

@ -292,7 +292,7 @@ const EstablishmentInfo = ({
</div> </div>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<img src={phoneIconSrc} alt="phone" className="w-4 h-4" /> <img src={phoneIconSrc} alt="phone" className="w-4 h-4" />
<span><b>Contact:</b>+971-2-000-0000</span> <span><b>Contact:</b> +971-2-000-0000</span>
</div> </div>
</div> </div>
</div> </div>