diff --git a/public/media/projects/landho.mp4 b/public/media/projects/landho.mp4 new file mode 100644 index 0000000..b81559d Binary files /dev/null and b/public/media/projects/landho.mp4 differ diff --git a/public/media/projects/landho.png b/public/media/projects/landho.png new file mode 100644 index 0000000..801dd5a Binary files /dev/null and b/public/media/projects/landho.png differ diff --git a/src/constants.ts b/src/constants.ts index 80dc8fa..dccd97e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -73,4 +73,14 @@ export const PROJECTS: Project[] = [ media: './media/projects/vibe-check.mp4', icon: './media/projects/vibe-check.png', }, + { + id: 5, + title: 'Land Ho!', + creator: ['Kyle Winn'], + description: + 'Embark on a thrilling pirate adventure with our online pirate game. Battle other pirates, collect gold, and rule the seas.', + link: 'https://landho.uk', + media: './media/projects/landho.mp4', + icon: './media/projects/landho.png', + }, ].reverse()