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",
	threads: "https://threads.net/stevedylandev",
	youtube: "https://youtube.com/@stevedylandev",
	twitch: "https://twitch.tv/stevedylandev",
	medium: "https://medium.com/@stevedylandev",
};
