diff --git a/frontend/src/pages/Search.tsx b/frontend/src/pages/Search.tsx
index 3fb706a..3c1d80e 100644
--- a/frontend/src/pages/Search.tsx
+++ b/frontend/src/pages/Search.tsx
@@ -1240,6 +1240,39 @@ export default function Search() {
+ {/* Pagination - Top */}
+ {total > pageSize && (
+
+
+ Page {page} of {Math.ceil(total / pageSize)}
+
+
+
+
+
+
+ )}
+
{/* Results Table */}