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/stevedsimkins",
	twitter: "https://twitter.com/stevedsimkins",
	medium: "https://medium.com/@stevedsimkins",
	linkedin: "https://linkedin.com/in/steve-simkins",
	ethereum: "https://rainbow.me/stevedsimkins.eth",
};
