Files
memorium/lib/resources.ts
2025-10-31 17:34:06 +01:00

28 lines
524 B
TypeScript

export const resources = {
"home": {
emoji: "House with Garden.png",
name: "Home",
link: "/",
},
"recipe": {
emoji: "Fork and Knife with Plate.png",
name: "Recipes",
link: "/recipes",
},
"movie": {
emoji: "Popcorn.png",
name: "Movies",
link: "/movies",
},
"article": {
emoji: "Writing Hand Medium-Light Skin Tone.png",
name: "Articles",
link: "/articles",
},
"series": {
emoji: "Television.png",
name: "Series",
link: "/series",
},
} as const;