diff --git a/src/app/links/page.tsx b/src/app/links/page.tsx index 29d6bdd..cfb0ac5 100644 --- a/src/app/links/page.tsx +++ b/src/app/links/page.tsx @@ -112,6 +112,11 @@ const mediaLinks: LinkItem[] = [ name: 'NotebookLM Podcast', url: 'https://pythoness.substack.com/podcast', color: 'bg-brand-green-accent/20 hover:bg-brand-green-accent/30' + }, + { + name: 'Current Music Rotation', + url: 'https://open.spotify.com/playlist/19jEmPqzZqp4zH8uyF7uCS?si=d413cc41fba54edc', + color: 'bg-brand-green-accent/20 hover:bg-brand-green-accent/30' } ] @@ -208,6 +213,22 @@ export default function LinksPage() { ))} + + {/* Spotify Embed */} +