Skip to content

Commit 9d11242

Browse files
committed
mindful automation link added
1 parent 512b184 commit 9d11242

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/links/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ const bookingLinks: LinkItem[] = [
6565

6666
// Resource links - easy to update
6767
const resourceLinks: LinkItem[] = [
68+
{
69+
name: 'Mindful Automation',
70+
url: '/mindful-automation',
71+
color: 'bg-brand-purple-light text-black hover:bg-brand-purple-light/90'
72+
},
6873
{
6974
name: 'Vibe Coding Cheatsheet',
7075
url: '/vibe-coding-cheatsheet',

0 commit comments

Comments
 (0)