diff --git a/components/Card.tsx b/components/Card.tsx
index 3cc339a..7277ac0 100644
--- a/components/Card.tsx
+++ b/components/Card.tsx
@@ -12,7 +12,7 @@ export function Card(
const backgroundStyle = {
backgroundImage: `url(${image})`,
backgroundSize: "cover",
- boxShadow: "0px -60px 90px black inset, 0px 10px 20px #fff3 inset",
+ boxShadow: "0px -60px 90px black inset, 0px 10px 20px #fff1 inset",
};
if (backgroundSize !== 100) {
@@ -30,11 +30,14 @@ export function Card(
sm:w-48 sm:h-48
w-[37vw] h-[37vw]"
>
-
+ {!image?.includes("placeholder.svg") &&
+ (
+
+ )}