diff --git a/src/lib/helpers/bookProvider.ts b/src/lib/helpers/bookProvider.ts index 7864478..ed3a002 100644 --- a/src/lib/helpers/bookProvider.ts +++ b/src/lib/helpers/bookProvider.ts @@ -1,6 +1,12 @@ import { Book } from '$lib/types'; export const books: Book[] = [ + new Book( + 'Service Model', + new Date('July 12, 2026'), + 4, + "Really fun book, I don't think I've giggled that much when reading a book in a long time. The protagonist (or is he one?) is adorable and the topic is very timely." + ), new Book( 'Perfection', new Date('April 19, 2026'),