From 6e231f54855fb3a361ad599a31344c0d96bd9a13 Mon Sep 17 00:00:00 2001 From: Val <44112412+LawfaL@users.noreply.github.com> Date: Tue, 4 Mar 2025 18:59:25 +0700 Subject: [PATCH] fix: header --- src/components/Header.tsx | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 6f11cba..ff189c4 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -5,16 +5,21 @@ import { navMenuData } from "@/data/menu"; import { toggleMobileMenu } from "@/utils/toggleMobileMenu"; import Image from "next/image"; import Link from "next/link"; -import { FaFacebook, FaLinkedin, FaTwitter } from "react-icons/fa"; +import { FaFacebook, FaLinkedin, FaPhone } from "react-icons/fa"; const shareIcons: Record = { + phone: ( + + + (520) 803-6644 + + ), facebook: , linkedin: , - twitter: , }; export default function Header({ links }: { links: typeof navMenuData }) { return ( -