bug fixed
This commit is contained in:
parent
a381b5d30b
commit
3d27feceab
@ -23,9 +23,9 @@ const Footer = () => {
|
||||
<div>
|
||||
<h3 className="text-[#92722A] font-semibold mb-3 ml-16 text-lg">Our Policies</h3>
|
||||
<ul className="space-y-1 ml-16 text-sm">
|
||||
<li><a href="#" className="hover:underline">Disclaimer</a></li>
|
||||
<li><a href="#" className="hover:underline">Privacy policy</a></li>
|
||||
<li><a href="#" className="hover:underline">Terms and conditions</a></li>
|
||||
<li>Disclaimer</li>
|
||||
<li>Privacy policy</li>
|
||||
<li>Terms and conditions</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -33,9 +33,9 @@ const Footer = () => {
|
||||
<div>
|
||||
<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">
|
||||
<li><a href="#" className="hover:underline">Contact us</a></li>
|
||||
<li><a href="#" className="hover:underline">FAQ’s</a></li>
|
||||
<li><a href="#" className="hover:underline">Feedback and complaints</a></li>
|
||||
<li>Contact us</li>
|
||||
<li>FAQ's</li>
|
||||
<li>Feedback and complaints</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -67,12 +67,7 @@ const Footer = () => {
|
||||
alt="Mail Icon"
|
||||
className="h-4 w-4 opacity-80"
|
||||
/>
|
||||
<a
|
||||
href="mailto:info@fcsc.gov.ae"
|
||||
className="text-[#232528] hover:underline"
|
||||
>
|
||||
info@fcsc.gov.ae
|
||||
</a>
|
||||
<span className="text-[#232528]">info@fcsc.gov.ae</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* ✅ properly closed main content div */}
|
||||
|
||||
@ -292,7 +292,7 @@ const EstablishmentInfo = ({
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user