diff --git a/src/components/Books/BooksToRead.tsx b/src/components/Books/BooksToRead.tsx index 2709172d8..a0c6c2088 100644 --- a/src/components/Books/BooksToRead.tsx +++ b/src/components/Books/BooksToRead.tsx @@ -347,6 +347,11 @@ const data = [ author: 'Ed Catmull, Amy Wallace', image: 'https://m.media-amazon.com/images/I/51ahp1eZekL._SL1200_.jpg', }, + { + title: "Behind the Cloud: The Untold Story of How Salesforce.com Went from Idea to Billion-Dollar Company-and Revolutionized an Industry", + author: 'Marc Benioff, Carlye Adler', + image: 'https://m.media-amazon.com/images/I/61mkN7DZtiL._SL1500_.jpg', + }, ]; export default function BooksToRead() {