diff --git a/src/components/Books/BooksToRead.tsx b/src/components/Books/BooksToRead.tsx index 79fe79acc..add46412c 100644 --- a/src/components/Books/BooksToRead.tsx +++ b/src/components/Books/BooksToRead.tsx @@ -429,6 +429,11 @@ const data = [ title: "make: The Indie Maker Handbook", author: "Pieter Levels", image: "/books/make-the-indie-maker-handbook.jpg", + }, + { + title: "Only the Paranoid Survive: How to Exploit the Crisis Points That Challenge Every Company", + author: "Andrew S. Grove", + image: "/books/only-the-paranoid-survive-how-to-exploit-the-crisis-points-that-challenge-every-company.jpg", } ]; diff --git a/static/books/only-the-paranoid-survive-how-to-exploit-the-crisis-points-that-challenge-every-company.jpg b/static/books/only-the-paranoid-survive-how-to-exploit-the-crisis-points-that-challenge-every-company.jpg new file mode 100644 index 000000000..2da8bafee Binary files /dev/null and b/static/books/only-the-paranoid-survive-how-to-exploit-the-crisis-points-that-challenge-every-company.jpg differ