update icon contact us
This commit is contained in:
parent
b5931a5612
commit
d010f6a965
@ -1,5 +1,6 @@
|
||||
import Image from "next/image";
|
||||
import { FaClock, FaFacebookF, FaFax, FaLinkedinIn, FaMapMarkerAlt, FaPhone } from "react-icons/fa";
|
||||
import { FaClock, FaFacebookF, FaFax, FaLinkedinIn, FaMapMarkerAlt } from "react-icons/fa";
|
||||
import { GiRotaryPhone } from "react-icons/gi";
|
||||
import ScrollToTop from "./ScrollToTop";
|
||||
import { fetchContact } from "@/services/payload/contact";
|
||||
import { Suspense } from "react";
|
||||
@ -53,7 +54,7 @@ async function FooterWithData() {
|
||||
</div>
|
||||
</li>
|
||||
<li className="flex items-center space-x-4 border-b border-gray-500 pb-2">
|
||||
<FaPhone className="text-2xl text-white-300" />
|
||||
<GiRotaryPhone className="text-2xl text-white-300" />
|
||||
<a
|
||||
href={`tel:${contact?.phone ?? ""}`}
|
||||
target="_blank"
|
||||
@ -141,7 +142,7 @@ function FooterSkeleton() {
|
||||
<div className="h-2 bg-gray-300 rounded flex-1"></div>
|
||||
</li>
|
||||
<li className="flex items-center space-x-4 border-b border-gray-500 pb-2">
|
||||
<FaPhone className="text-2xl text-gray-300" />
|
||||
<GiRotaryPhone className="text-2xl text-gray-300" />
|
||||
<div className="h-2 bg-gray-300 rounded flex-1"></div>
|
||||
<div className="h-2 bg-gray-300 rounded flex-1"></div>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user