diff --git a/src/App.tsx b/src/App.tsx
index c76e665..e42be10 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -11,6 +11,7 @@ import Community from './components/Community';
import PWAInstallPrompt from './components/PWAInstallPrompt';
import { AuthProvider, useAuth } from './contexts/AuthContext';
import { ToastProvider } from './contexts/ToastContext';
+import CardMosaicBackground from "./components/CardMosaicBackground.tsx";
type Page = 'home' | 'deck' | 'login' | 'collection' | 'edit-deck' | 'search' | 'life-counter' | 'community';
@@ -40,7 +41,7 @@ function AppContent() {
switch (currentPage) {
case 'home':
return (
-
+
My Decks
+
+ {/* Animated card mosaic overlay */}
+
+
-
+
{renderPage()}
diff --git a/src/components/CardSearch.tsx b/src/components/CardSearch.tsx
index 963b29b..50304fc 100644
--- a/src/components/CardSearch.tsx
+++ b/src/components/CardSearch.tsx
@@ -201,7 +201,7 @@ const CardSearch = () => {
};
return (
-