1 parent dc3e3b6 commit ad10187Copy full SHA for ad10187
2 files changed
components/icons.js
@@ -9,7 +9,7 @@ import {
9
import {
10
FiTerminal, FiZap, FiServer, FiCode, FiCloud, FiBell, FiMap,
11
FiUsers, FiShare2, FiBox, FiGitBranch, FiAward, FiBookOpen,
12
- FiUser, FiSettings, FiBriefcase, FiBarChart2,
+ FiUser, FiSettings, FiBriefcase, FiBarChart2, FiCalendar,
13
} from "react-icons/fi";
14
15
const map = {
@@ -19,7 +19,7 @@ const map = {
19
powershell: FiTerminal, leaflet: SiLeaflet,
20
route: FiMap, bell: FiBell, terminal: FiTerminal, server: FiServer,
21
cloud: FiCloud, code: FiCode, network: FiShare2, users: FiUsers, repo: FiGitBranch,
22
- cert: FiAward, education: FiBookOpen, user: FiUser, settings: FiSettings, experience: FiBriefcase,metabase:FiBarChart2,
+ cert: FiAward, education: FiBookOpen, user: FiUser, settings: FiSettings, experience: FiBriefcase, metabase: FiBarChart2, calendar: FiCalendar,
23
github: FaGithub, linkedin: FaLinkedin, mail: FaEnvelope,
24
x: FaXTwitter, telegram: FaTelegram, whatsapp: FaWhatsapp,
25
};
data/portfolio.js
@@ -32,7 +32,7 @@ export const socials = [
32
{ name: "LinkedIn", handle: "in/krishnaandhe", url: "https://www.linkedin.com/in/krishnaandhe", icon: "linkedin" }, // ← update
33
{ name: "Email", handle: "krishna.andhe@gmail.com", url: "mailto:krishna.andhe@gmail.com", icon: "mail" },
34
{ name: "WhatsApp", handle: "+91 9029535054", url: "https://wa.me/919029535054", icon: "whatsapp" },
35
- { name: "X (Twitter)", handle: "@krishnaandhe", url: "https://x.com/", icon: "x" }, // ← update or remove
+ { name: "Book a Session", handle: "Free discovery call", url: "https://calendar.app.google/wC1iaXxYYy5Ty9qo6", icon: "calendar" },
36
{ name: "Telegram", handle: "@krishnaandhe", url: "https://t.me/krishnaandhe", icon: "telegram" }, // ← update or remove
37
];
38
0 commit comments