export const MENU_LINKS = [
  {
    title: "Home",
    path: "/",
  },
  {
    title: "About",
    path: "/about",
  },
  {
    title: "Blog",
    path: "/posts",
  },
  {
    title: "Videos",
    path: "/videos",
  },
];

// ! Remember to add your own socials
export const SOCIAL_LINKS = {
  github: "https://github.com/stevedylandev",
  twitter: "https://twitter.com/stevedylandev",
  youtube: "https://youtube.com/@stevedylandev",
  ethereum: "https://rainbow.me/stevedylandev.eth",
  farcaster: "https://warpcast.com/stevedylandev.eth",
  medium: "https://medium.com/@stevedylandev"
};
