diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index d2a56b0..335f2b8 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -55,6 +55,13 @@ const featuredInteractives = [{ tags: ['strategy', 'board-game', 'two-player'], path: '/northcotts-game', theme: 'Games' +}, { + id: 'knights-puzzle', + title: 'Knights Exchange Puzzle', + description: 'A classic chess puzzle where you must exchange the positions of white and black knights using legal knight moves.', + tags: ['chess', 'knights', 'puzzle'], + path: '/knights-puzzle', + theme: 'Puzzles' }]; const Index = () => { return