-
-
- {card.name}
-
-
- ${card.market_price}
-
-
{card.set_name}
-
{card.rarity} • {card.card_type}
+ {/* Favorite Button */}
+
+
+
- {/* Game Badge */}
-
-
- {card.game}
-
+ {/* Card Image */}
+
+ {!imageError ? (
+

+ ) : (
+
+ )}
+
+
- {/* Quick Actions */}
-
-
+ {/* Sliding Information Panel */}
+
+ {/* Card Info Content */}
+
+ {/* Top Section - Card Details */}
+
+
+
+ {card.name}
+
+
+ ${card.market_price}
+
+
-
+
+
{card.set_name}
+
{card.rarity} • {card.card_type}
+
+
+ {/* Game Badge */}
+
+
+ {card.game}
+
+
+
+
+ {/* Bottom Section - Actions */}
+
+ {/* Primary Actions */}
+
+
+
+
+
+
+ {/* Secondary Actions */}
+
+
+
+
+
+
+
diff --git a/pages/cards.js b/pages/cards.js
index f3a43fd..344ebab 100644
--- a/pages/cards.js
+++ b/pages/cards.js
@@ -699,7 +699,7 @@ export default function Cards() {
) : (
<>
-