diff --git a/source/src/data/NavbarData.tsx b/source/src/data/NavbarData.tsx index 1310a51..23190e1 100644 --- a/source/src/data/NavbarData.tsx +++ b/source/src/data/NavbarData.tsx @@ -1,5 +1,10 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" -import { faHome, faUserTie } from "@fortawesome/free-solid-svg-icons" +import { + faComments, + faHome, + faIdCard, + faUserTie, +} from "@fortawesome/free-solid-svg-icons" // item from sidebar data export type Item = { @@ -17,6 +22,16 @@ const NavbarData: Array = [ path: "/", icon: , }, + { + title: "About", + path: "/about", + icon: , + }, + { + title: "Contact", + path: "/contact", + icon: , + }, { title: "Portfolio", path: "/portfolio",