diff --git a/src/components/Books/BooksAlreadyRead.tsx b/src/components/Books/BooksAlreadyRead.tsx index a10943088e..d15033c95a 100644 --- a/src/components/Books/BooksAlreadyRead.tsx +++ b/src/components/Books/BooksAlreadyRead.tsx @@ -321,7 +321,12 @@ const data = [ title: "The Art of Learning: An Inner Journey to Optimal Performance", author: "Josh Waitzkin", image: "/books/the-art-of-learning-an-inner-journey-to-optimal-performance.jpg" - } + }, + { + title: "The Third Wave: An Entrepreneur's Vision of the Future", + author: "Steve Case", + image: "/books/the-third-wave-an-entrepreneur-s-vision-of-the-future.jpg", + } ]; export default function BooksAlreadyRead() {