Compare commits
2 Commits
dc90be8622
...
e6c1765fa7
Author | SHA1 | Date | |
---|---|---|---|
e6c1765fa7 | |||
b6ce80b0ac |
@ -6,6 +6,7 @@ import { toggleMobileMenu } from "@/utils/toggleMobileMenu";
|
|||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { FaFacebook, FaLinkedin, FaPhone } from "react-icons/fa";
|
import { FaFacebook, FaLinkedin, FaPhone } from "react-icons/fa";
|
||||||
|
|
||||||
const shareIcons: Record<string, any> = {
|
const shareIcons: Record<string, any> = {
|
||||||
phone: {
|
phone: {
|
||||||
link: "tel:+15208036644",
|
link: "tel:+15208036644",
|
||||||
@ -21,7 +22,7 @@ const shareIcons: Record<string, any> = {
|
|||||||
dom: (
|
dom: (
|
||||||
<span className="social-nav flex gap-3 text-2xl lg:text-[#00898b]">
|
<span className="social-nav flex gap-3 text-2xl lg:text-[#00898b]">
|
||||||
<FaFacebook />
|
<FaFacebook />
|
||||||
<b className="text-sm">Facebook</b>
|
<b className="text-sm lg:hidden">Facebook</b>
|
||||||
</span>
|
</span>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
@ -30,7 +31,7 @@ const shareIcons: Record<string, any> = {
|
|||||||
dom: (
|
dom: (
|
||||||
<span className="social-nav flex gap-3 text-2xl lg:text-[#00898b]">
|
<span className="social-nav flex gap-3 text-2xl lg:text-[#00898b]">
|
||||||
<FaLinkedin />
|
<FaLinkedin />
|
||||||
<b className="text-sm">Linkedin</b>
|
<b className="text-sm lg:hidden">Linkedin</b>
|
||||||
</span>
|
</span>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user