Add Viber/WhatsApp contact options
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Link from "next/link";
|
||||
import { Mail, Phone } from "lucide-react";
|
||||
import { FaLinkedin } from "react-icons/fa6";
|
||||
import { SiGitea } from "react-icons/si";
|
||||
import { SiGitea, SiViber, SiWhatsapp } from "react-icons/si";
|
||||
import type { Locale, Dictionary } from "@/lib/dictionaries";
|
||||
import { LogoMark } from "@/components/ui/Logo";
|
||||
|
||||
@@ -32,6 +32,10 @@ export default function Footer({ locale, dict }: FooterProps) {
|
||||
{ icon: SiGitea, href: "https://git.ksan.dev/ksan", label: "Gitea" },
|
||||
{ icon: Mail, href: "mailto:contact@ksan.dev", label: "Email" },
|
||||
{ icon: Phone, href: "tel:+38766644094", label: "Phone" },
|
||||
// wa.me hands off to the app on mobile and WhatsApp Web on desktop;
|
||||
// viber:// only resolves if the Viber app is installed.
|
||||
{ icon: SiWhatsapp, href: "https://wa.me/38766644094", label: "WhatsApp" },
|
||||
{ icon: SiViber, href: "viber://chat?number=%2B38766644094", label: "Viber" },
|
||||
{ icon: FaLinkedin, href: "https://www.linkedin.com/in/%C4%91or%C4%91e-k%C5%A1an-886871266/", label: "LinkedIn" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user