router.push(`/indeks/detail/${image?.slug}`)}
+ className="cursor-pointer relative group overflow-hidden bg-white dark:bg-black dark:border dark:border-gray-500 rounded-xl shadow-md hover:shadow-lg transition-shadow duration-300"
+ >
+
+
+
+
+
+
+
+ {image?.categoryName?.toUpperCase() ?? "Giat Pimpinan"}
+
+
+ {image?.title}
+
+
+
+
+