chore: Updated pfp and farcaster link 452819d2
stevedylandev · 2025-06-23 01:22 2 file(s) · +37 −37
src/assets/pfp.png +0 −0

Binary file — no preview.

src/data/constants.ts +37 −37
1 1
export const MENU_LINKS = [
2 -
  {
3 -
    title: "Home",
4 -
    path: "/",
5 -
  },
6 -
  {
7 -
    title: "About",
8 -
    path: "/about",
9 -
  },
10 -
  {
11 -
    title: "Blog",
12 -
    path: "/posts",
13 -
  },
14 -
  {
15 -
    title: "Projects",
16 -
    path: "/projects",
17 -
  },
18 -
  {
19 -
    title: "Videos",
20 -
    path: "/videos",
21 -
  },
22 -
  {
23 -
    title: "Photos",
24 -
    path: "https://photos.stevedylan.dev",
25 -
  },
2 +
	{
3 +
		title: "Home",
4 +
		path: "/",
5 +
	},
6 +
	{
7 +
		title: "About",
8 +
		path: "/about",
9 +
	},
10 +
	{
11 +
		title: "Blog",
12 +
		path: "/posts",
13 +
	},
14 +
	{
15 +
		title: "Projects",
16 +
		path: "/projects",
17 +
	},
18 +
	{
19 +
		title: "Videos",
20 +
		path: "/videos",
21 +
	},
22 +
	{
23 +
		title: "Photos",
24 +
		path: "https://photos.stevedylan.dev",
25 +
	},
26 26
];
27 27
28 28
// ! Remember to add your own socials
29 29
export const SOCIAL_LINKS = {
30 -
  github: "https://github.com/stevedylandev",
31 -
  twitter: "https://twitter.com/stevedylandev",
32 -
  youtube: "https://youtube.com/@stevedylandev",
33 -
  telegram: "https://telegram.me/stevedylandev",
34 -
  farcaster: "https://warpcast.com/stevedylandev.eth",
35 -
  medium: "https://medium.com/@stevedylandev",
36 -
  linkedin: "https://www.linkedin.com/in/steve-simkins/",
37 -
  photos: "https://photos.stevedylan.dev",
38 -
  threads: "https://threads.net/stevedylandev",
39 -
  website: "/",
40 -
  coffee: "https://buymeacoffee.com/stevedylandev",
41 -
  orbiter: "https://orbiter.host",
42 -
  ethereum: "https://app.ens.domains/stevedylandev.eth"
30 +
	github: "https://github.com/stevedylandev",
31 +
	twitter: "https://twitter.com/stevedylandev",
32 +
	youtube: "https://youtube.com/@stevedylandev",
33 +
	telegram: "https://telegram.me/stevedylandev",
34 +
	farcaster: "https://farcaster.xyz/stevedylandev.eth",
35 +
	medium: "https://medium.com/@stevedylandev",
36 +
	linkedin: "https://www.linkedin.com/in/steve-simkins/",
37 +
	photos: "https://photos.stevedylan.dev",
38 +
	threads: "https://threads.net/stevedylandev",
39 +
	website: "/",
40 +
	coffee: "https://buymeacoffee.com/stevedylandev",
41 +
	orbiter: "https://orbiter.host",
42 +
	ethereum: "https://app.ens.domains/stevedylandev.eth",
43 43
};