From 16b7f98839b6fa70d1147fe00db28c5f1d29738b Mon Sep 17 00:00:00 2001 From: DidierRLopes Date: Sun, 26 May 2024 14:58:59 -0700 Subject: [PATCH] Update BooksToRead.tsx --- src/components/Books/BooksToRead.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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() {