+ {/* Book Cover */}
+ {book.image && (
+
+
+

+ {/* Glossy Overlay */}
+
+
+
+ )}
+
+ {/* Book Info */}
+
+ {/* Title */}
+
+ {book.title}
+
+
+ {/* Authors */}
+
+ {book.authors.join(", ")}
+
+
+ {/* Progress Bar */}
+
+
+ {t("progress")}
+ {book.progress}%
+
+
+
+
+
+
+
+